fix input-number cursor style

This commit is contained in:
houfeng 2019-04-02 15:19:28 +08:00
parent fd5d3596d6
commit c6653940e7

View file

@ -19,6 +19,7 @@
border: 1px solid @border-color-base; border: 1px solid @border-color-base;
border-radius: @btn-border-radius; border-radius: @btn-border-radius;
overflow: hidden; overflow: hidden;
cursor: default;
&-handler-wrap { &-handler-wrap {
width: 22px; width: 22px;
@ -196,4 +197,4 @@
.active-error; .active-error;
} }
} }
} }