mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
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:
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -123,7 +123,10 @@
|
||||
|
||||
thead {
|
||||
color: getCssVar('table-header-text-color');
|
||||
font-weight: 500;
|
||||
|
||||
th {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
&.is-group {
|
||||
th.#{$namespace}-table__cell {
|
||||
|
||||
Reference in New Issue
Block a user