diff --git a/WebRoot/view/tb/org/fields_set.html b/WebRoot/view/tb/org/fields_set.html index a8f02206..47f4c808 100644 --- a/WebRoot/view/tb/org/fields_set.html +++ b/WebRoot/view/tb/org/fields_set.html @@ -16,16 +16,43 @@ .dh_ico { display: none; } + + .layui-layer-title { + padding: 0 80px 0 20px; + height: 50px; + line-height: 50px; + border-bottom: 1px solid #F0F0F0; + font-size: 14px; + color: #333; + overflow: hidden; + border-radius: 2px 2px 0 0; + } + + .layui-layer-setwin { + width: 50px; + height: 100%; + position: absolute; + right: 15px; + top: 17px; + font-size: 0; + line-height: initial; + }