优化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;
transition: box-shadow 0.15s linear;
}
:host([autosize]) textarea {
overflow: hidden;
}
.label {
position: relative;
width: 100%;