fix(components): [el-textarea] show different font family (#3349)

Co-authored-by: “Alanscut” <“wp_scut@163.com”>
This commit is contained in:
Alan Wang 2021-09-11 21:40:40 +08:00 committed by GitHub
parent 2816cd3332
commit 64c094b528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,