提交 517d92ab 编写于 作者: Y yiminghe

fix inputnumber style

上级 14afab08
......@@ -12,6 +12,7 @@
vertical-align: middle;
border: 1px solid #D9D9D9;
border-radius: 5px;
overflow: hidden;
&-handler {
text-align: center;
......@@ -26,6 +27,10 @@
-webkit-user-select: none;
}
&-handler-up-inner {
margin-left: -1px;
}
&:hover {
border-color: #23c0fa;
......@@ -53,7 +58,7 @@
outline: 0;
-moz-appearance: textfield;
line-height: 26px;
height: 24px;
height: 22px;
transition: all 0.3s ease;
color: #666666;
border: 0;
......@@ -72,6 +77,7 @@
&-handler-up {
padding-top: 1px;
border-bottom: 1px solid #D9D9D9;
cursor: pointer;
&-inner {
.iconfont-mixin();
top:-2px;
......@@ -83,6 +89,7 @@
}
&-handler-down {
cursor: pointer;
&-inner {
.iconfont-mixin();
&:before {
......@@ -94,7 +101,9 @@
.handler-disabled() {
opacity: 0.72;
cursor: default;
&:hover {
cursor: default;
color: #999;
border-color: #d9d9d9;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册