优化css样式

master
chenjiajian 2023-04-13 14:23:04 +08:00
parent 6f8711f11c
commit f99f1b34f3
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ class TextArea extends Component {
cursor: text; cursor: text;
transition: box-shadow 0.15s linear; transition: box-shadow 0.15s linear;
} }
:host([autosize]) textarea {
overflow: hidden;
}
.label { .label {
position: relative; position: relative;
width: 100%; width: 100%;