正在显示
1 个修改的文件
包含
10 行增加
和
6 行删除
| @@ -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 { | ||
| 61 | - word-break: break-word; | ||
| 62 | - background-color: #f8f8f9; | ||
| 63 | - color: #515a6e; | ||
| 64 | - height: 40px; | ||
| 65 | - font-size: 13px; | 60 | +.el-table { |
| 61 | + .el-table__header-wrapper, .el-table__fixed-header-wrapper { | ||
| 62 | + th { | ||
| 63 | + word-break: break-word; | ||
| 64 | + background-color: #f8f8f9; | ||
| 65 | + color: #515a6e; | ||
| 66 | + height: 40px; | ||
| 67 | + font-size: 13px; | ||
| 68 | + } | ||
| 69 | + } | ||
| 66 | } | 70 | } |
| 67 | 71 | ||
| 68 | /** 表单布局 **/ | 72 | /** 表单布局 **/ |
-
请 注册 或 登录 后发表评论