mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
fix input icon loading (#872)
This commit is contained in:
parent
1c47153e1a
commit
9a3aa1b580
@ -244,7 +244,7 @@
|
||||
```html
|
||||
<el-input
|
||||
type="textarea"
|
||||
autosize
|
||||
:autosize="{ minRows: 2, maxRows: 4}"
|
||||
placeholder="请输入内容"
|
||||
v-model="textarea">
|
||||
</el-input>
|
||||
|
@ -74,10 +74,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.el-icon-loading {
|
||||
animation: validating-rotating 1s linear infinite;
|
||||
}
|
||||
@m large {
|
||||
font-size: var(--input-large-font-size);
|
||||
|
||||
@ -209,12 +205,3 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes validating-rotating {
|
||||
0% {
|
||||
transform: translate(0, -50%) rotateZ(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: translate(0, -50%) rotateZ(360deg);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user