瀏覽代碼

参数配置显示

duy 2 年之前
父節點
當前提交
c44ffecc4b
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      src/views/system/components/tab-approve.vue
  2. 1 1
      src/views/system/components/tab-cost.vue

+ 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);
         }