浏览代码

页面样式修改

chenlei 1 月之前
父节点
当前提交
beef371f23
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 3 0
      src/views/etaTrial/compontents/addApplyHintDialog.vue
  2. 0 3
      src/views/etaTrial/config.js

+ 3 - 0
src/views/etaTrial/compontents/addApplyHintDialog.vue

@@ -158,6 +158,9 @@ function getNextTableData() {
   }
   .foot-container{
     text-align: center;
+    justify-content: center;
+    display: flex;
+    gap: 40px;
     padding-bottom: 40px;
     margin-top: 60px;
   }

+ 0 - 3
src/views/etaTrial/config.js

@@ -165,9 +165,6 @@ export const applyApprovalList=[
   },{
     colKey:'Seller',
     title:'申请人'
-  },
-  {
-    align: 'center', colKey: 'opt', title: '操作'
   }
 ]