Sfoglia il codice sorgente

调整表头固定列默认样式

RuoYi 5 anni fa
parent
commit
4263fa4ee6
1 ha cambiato i file con 10 aggiunte e 6 eliminazioni
  1. 10 6
      ruoyi-ui/src/assets/styles/ruoyi.scss

+ 10 - 6
ruoyi-ui/src/assets/styles/ruoyi.scss

@@ -57,12 +57,16 @@
57 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
 /** 表单布局 **/