浏览代码

Merge branch 'dev/v4.8.70_tsz' of qmx/jy into feature/v4.8.70

汤世哲 1 年之前
父节点
当前提交
cd253d0fe6
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/web/staticres/dataExport/css/previewData.css

+ 4 - 1
src/web/staticres/dataExport/css/previewData.css

@@ -309,8 +309,11 @@ th {
 }
 
 .d_body .el-table .set-table-line{
+  display: flex;
+  justify-content: center;
+  align-items: center;
   width: 100%;
-  height: 24px;
+  min-height: 24px;
   border-bottom: 1px solid #e6e6e6;
 }
 .d_body .el-table .set-table-line:last-child{