Browse Source

表格样式调整

MaiXinRong 1 year ago
parent
commit
a62e614dc4
2 changed files with 4 additions and 1 deletions
  1. 1 1
      app/const/project_setting.js
  2. 3 0
      app/public/css/main.css

+ 1 - 1
app/const/project_setting.js

@@ -40,7 +40,7 @@ const colSet = {
         { field: 'end_yf_tp', name: '截止本期应付', fixed: [] },
         { field: 'sf_tp', name: '本期实付', fixed: [] },
         { field: 'end_sf_tp', name: '截止本期实付', fixed: [] },
-        { field: 'wf_tp', name: '未付金额', fixed: [], hint:'截止本期完成-截止本期实付' },
+        { field: 'wf_tp', name: '未付金额', fixed: [], hint:'截止本期应付-截止本期实付' },
     ]
 };
 const defaultColSet = {

+ 3 - 0
app/public/css/main.css

@@ -48,6 +48,9 @@ font-size: .875rem;
   font-weight: normal;
   color:#000;
 }
+.table td{
+    vertical-align: middle;
+}
 .table.table-dark th {
   background:none;
   font-weight: normal;