浏览代码

表格样式调整

MaiXinRong 1 年之前
父节点
当前提交
a62e614dc4
共有 2 个文件被更改,包括 4 次插入1 次删除
  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: 'end_yf_tp', name: '截止本期应付', fixed: [] },
         { field: 'sf_tp', name: '本期实付', fixed: [] },
         { field: 'sf_tp', name: '本期实付', fixed: [] },
         { field: 'end_sf_tp', name: '截止本期实付', fixed: [] },
         { field: 'end_sf_tp', name: '截止本期实付', fixed: [] },
-        { field: 'wf_tp', name: '未付金额', fixed: [], hint:'截止本期完成-截止本期实付' },
+        { field: 'wf_tp', name: '未付金额', fixed: [], hint:'截止本期应付-截止本期实付' },
     ]
     ]
 };
 };
 const defaultColSet = {
 const defaultColSet = {

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

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