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

input number style fix (#2675)

parent e7365515
......@@ -8,7 +8,10 @@
overflow: hidden;
width: 180px;
position: relative;
& .el-input {
display: block;
}
& .el-input__inner {
appearance: none;
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