Parcourir la source

fix--旧环境设置中心-项目常用选项配置-单品的餐品名编辑弹窗没做滚动
2022-11-7

xiecaijiao@superdeskcn il y a 1 an
Parent
commit
2a77632345

+ 1 - 1
src/main/webapp/scripts/admin/orgSettingList.js

@@ -13,7 +13,7 @@ $(function () {
         <span>编辑常用选项</span>\
         <span class="close-btn"></button>\
       </div>\
-      <div class="dialog-account-wp ">\
+      <div class="dialog-account-wp " style="width:630px">\
          <div class="account-list">\
           <div class="account-item required clearfloat">\
             <div class="item-tip"><span class="red">*</span>名称:</div>\

+ 8 - 3
src/main/webapp/styles/orgSettingList.css

@@ -25,7 +25,7 @@
   color: red
 }
 .item-con {
-  width: 317px;
+  width: 400px;
   float: left;
   line-height: 36px;
   position: relative;
@@ -69,9 +69,14 @@
   border-radius: 2px;
   height: auto;
   box-sizing: border-box;
+  
 }
 .use-option>ul{
   float: left;
+  width: 398px;
+  max-height: 400px;
+  overflow-y: auto;
+
 }
 .use-option li{
   width: 100%;
@@ -104,11 +109,11 @@
   border: 1px solid #dddddd;
 }
 .use-option .con-use{
-  width: 140px;
+  width: 200px;
   float: left;
 }
 .use-option .con-use input{
-  width: 128px;
+  width: 180px;
   height: 20px;
   line-height: 40px;
   padding: 5px;