Parcourir la source

feat: 去掉表格文字加粗

yanglzh il y a 1 an
Parent
commit
e96f6b5749
2 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 1
      src/theme/app.scss
  2. 0 1
      src/theme/dark.scss

+ 0 - 1
src/theme/app.scss

@@ -29,7 +29,6 @@
 .el-table {
 	--el-table-header-bg-color: #f3f5f9;
 	--el-table-text-color: #333;
-	font-weight: 500 !important;
 	thead th {
 		border-bottom: none !important;
 		padding: 12px 0 !important;

+ 0 - 1
src/theme/dark.scss

@@ -286,7 +286,6 @@
 	.el-table {
 		--el-table-header-bg-color: rgba(243, 245, 249, 0.13) !important;
 		--el-table-text-color: #fff !important;
-		font-weight: 500 !important;
 		thead th {
 			border-bottom: none !important;
 			padding: 12px 0 !important;