mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [input] textarea border does not display on ios (#6768)
fix: #6752
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
color: var(--el-input-text-color, map.get($input, 'text-color'));
|
||||
background-color: var(--el-input-bg-color, map.get($input, 'bg-color'));
|
||||
background-image: none;
|
||||
-webkit-appearance: none;
|
||||
@include inset-input-border(
|
||||
var(--el-input-border-color, map.get($input, 'border-color'))
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user