Commit bea3936da5f47e8622e1d69e940a13f57e8cb4ba
Merge branch '2.0' of https://github.com/iview/iview into 2.0
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 | +} | ... | ... |