mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 19:58:09 +08:00
refactor(theme-chalk): [tabs] use font-size-base (#7416)
This commit is contained in:
parent
4ea1d85184
commit
cca6361a55
@ -111,7 +111,7 @@
|
||||
line-height: 40px;
|
||||
display: inline-block;
|
||||
list-style: none;
|
||||
font-size: 14px;
|
||||
font-size: getCssVar('font-size-base');
|
||||
font-weight: 500;
|
||||
color: getCssVar('text-color', 'primary');
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user