Browse Source

参数配置显示

duy 2 years ago
parent
commit
c44ffecc4b

+ 2 - 1
src/views/system/components/tab-approve.vue

@@ -344,7 +344,8 @@ const submitApprove = async ()=>{
         box-shadow: none;
         .hc-menu-contents-box {
             position: relative;
-            padding: 0;
+            // padding: 0;
+            padding-bottom: 30px;
             height: 100%;
             // height: calc(100% - 60px);
         }

+ 1 - 1
src/views/system/components/tab-cost.vue

@@ -343,7 +343,7 @@ const getChildListData = async ()=>{
         box-shadow: none;
         .hc-menu-contents-box {
             position: relative;
-            padding: 0;
+            padding-bottom: 30px;
             height: 100%;
             // height: calc(100% - 60px);
         }