优化css样式
parent
6f8711f11c
commit
f99f1b34f3
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue