Kaynağa Gözat

页面样式修改

chenlei 1 ay önce
ebeveyn
işleme
beef371f23

+ 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: '操作'
   }
 ]