Commit bea3936da5f47e8622e1d69e940a13f57e8cb4ba

Authored by 梁灏
2 parents af672a4f f7105425

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,6 +19,7 @@
19 border: 1px solid @border-color-base; 19 border: 1px solid @border-color-base;
20 border-radius: @btn-border-radius; 20 border-radius: @btn-border-radius;
21 overflow: hidden; 21 overflow: hidden;
  22 + cursor: default;
22 23
23 &-handler-wrap { 24 &-handler-wrap {
24 width: 22px; 25 width: 22px;
@@ -196,4 +197,4 @@ @@ -196,4 +197,4 @@
196 .active-error; 197 .active-error;
197 } 198 }
198 } 199 }
199 -}  
200 \ No newline at end of file 200 \ No newline at end of file
  201 +}