소스 검색

fix:多中标单位表格样式调整

Signed-off-by: tsz <2417024719@qq.com>
tsz 1 년 전
부모
커밋
ec17f0ff85
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{