Commit 3bb12aa4 authored by baiyaaaaa's avatar baiyaaaaa Committed by cinwell.li

input number style fix (#2675)

parent e7365515
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
width: 180px; width: 180px;
position: relative; position: relative;
& .el-input {
display: block;
}
& .el-input__inner { & .el-input__inner {
appearance: none; appearance: none;
padding-right: calc(var(--input-height) * 2 + 10); padding-right: calc(var(--input-height) * 2 + 10);
......
This diff is collapsed.
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