style(theme-chalk): [table] fix th font weight (#13556)

style(theme-chalk): [table] change th font weight to 600

style(theme-chalk): [table] remove tag style files

Co-authored-by: kaine <kainewan@163.com>
This commit is contained in:
Kaine
2023-07-13 10:36:04 +08:00
committed by GitHub
parent 92ba6eeccc
commit a1dd70eead
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
import '@element-plus/components/base/style/css'
import '@element-plus/theme-chalk/el-table.css'
import '@element-plus/components/checkbox/style/css'
import '@element-plus/components/tag/style/css'
import '@element-plus/components/tooltip/style/css'
import '@element-plus/components/scrollbar/style/css'

View File

@@ -1,6 +1,5 @@
import '@element-plus/components/base/style'
import '@element-plus/theme-chalk/src/table.scss'
import '@element-plus/components/checkbox/style'
import '@element-plus/components/tag/style'
import '@element-plus/components/tooltip/style'
import '@element-plus/components/scrollbar/style'

View File

@@ -123,7 +123,10 @@
thead {
color: getCssVar('table-header-text-color');
font-weight: 500;
th {
font-weight: 600;
}
&.is-group {
th.#{$namespace}-table__cell {