mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
fix(components): [el-textarea] show different font family (#3349)
Co-authored-by: “Alanscut” <“wp_scut@163.com”>
This commit is contained in:
parent
2816cd3332
commit
64c094b528
@ -23,6 +23,7 @@
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
color: var(--el-input-font-color, map.get($--input, 'font-color'));
|
||||
background-color: var(
|
||||
--el-input-background-color,
|
||||
|
Loading…
Reference in New Issue
Block a user