Commit c6653940e7540c995fb07709be5f774eba26afcf

Authored by houfeng
1 parent fd5d3596

fix input-number cursor style

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/styles/components/input-number.less
... ... @@ -19,6 +19,7 @@
19 19 border: 1px solid @border-color-base;
20 20 border-radius: @btn-border-radius;
21 21 overflow: hidden;
  22 + cursor: default;
22 23  
23 24 &-handler-wrap {
24 25 width: 22px;
... ... @@ -196,4 +197,4 @@
196 197 .active-error;
197 198 }
198 199 }
199   -}
200 200 \ No newline at end of file
  201 +}
... ...