Commit 9a3aa1b5 authored by baiyaaaaa's avatar baiyaaaaa Committed by FuryBean

fix input icon loading (#872)

parent 1c47153e
...@@ -244,7 +244,7 @@ ...@@ -244,7 +244,7 @@
```html ```html
<el-input <el-input
type="textarea" type="textarea"
autosize :autosize="{ minRows: 2, maxRows: 4}"
placeholder="请输入内容" placeholder="请输入内容"
v-model="textarea"> v-model="textarea">
</el-input> </el-input>
......
...@@ -74,10 +74,6 @@ ...@@ -74,10 +74,6 @@
} }
} }
} }
.el-icon-loading {
animation: validating-rotating 1s linear infinite;
}
@m large { @m large {
font-size: var(--input-large-font-size); font-size: var(--input-large-font-size);
...@@ -209,12 +205,3 @@ ...@@ -209,12 +205,3 @@
} }
} }
} }
@keyframes validating-rotating {
0% {
transform: translate(0, -50%) rotateZ(0deg);
}
100% {
transform: translate(0, -50%) rotateZ(360deg);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment