This commit is contained in:
muzi_ys 2018-12-23 21:55:42 +08:00
parent d2f60653ac
commit 94050176ce
2 changed files with 10 additions and 4 deletions

View File

@ -709,19 +709,24 @@ body {
right: 0px; right: 0px;
top: 0px; top: 0px;
font-size: 0; font-size: 0;
line-height: 40px; height: 30px;
height: 40px; line-height: 30px;
} }
.win10-open-iframe .layui-layer-setwin a { .win10-open-iframe .layui-layer-setwin a {
position: relative; position: relative;
width: 40px; width: 30px;
height: 40px; height: 30px;
font-size: 13px; font-size: 13px;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
margin:0px; margin:0px;
} }
.win10-open-iframe .layui-layer-title{
line-height:30px;
height: 30px;
}
.win10-open-iframe .layui-layer-title .icon ,#win10_btn_group_middle .btn_title .icon{ .win10-open-iframe .layui-layer-title .icon ,#win10_btn_group_middle .btn_title .icon{
font-size: 15px; font-size: 15px;
padding: 1px; padding: 1px;
@ -924,6 +929,7 @@ body {
#win10_btn_group_middle .btn_close{ #win10_btn_group_middle .btn_close{
display: none; display: none;
} }
.win10-open-iframe .layui-layer-setwin a { .win10-open-iframe .layui-layer-setwin a {
width: 32px; width: 32px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 KiB

After

Width:  |  Height:  |  Size: 643 KiB