作者 RuoYi

调整表头固定列默认样式

@@ -57,12 +57,16 @@ @@ -57,12 +57,16 @@
57 margin-top: 6vh !important; 57 margin-top: 6vh !important;
58 } 58 }
59 59
60 -.el-table .el-table__header-wrapper th { 60 +.el-table {
  61 + .el-table__header-wrapper, .el-table__fixed-header-wrapper {
  62 + th {
61 word-break: break-word; 63 word-break: break-word;
62 background-color: #f8f8f9; 64 background-color: #f8f8f9;
63 color: #515a6e; 65 color: #515a6e;
64 height: 40px; 66 height: 40px;
65 font-size: 13px; 67 font-size: 13px;
  68 + }
  69 + }
66 } 70 }
67 71
68 /** 表单布局 **/ 72 /** 表单布局 **/