Skip to content

Commit

Permalink
添加 smallW miniW mediumW 3.026
Browse files Browse the repository at this point in the history
  • Loading branch information
hzzhangdaying committed Apr 3, 2019
1 parent 2b4cb23 commit eb75fed
Show file tree
Hide file tree
Showing 4 changed files with 7,129 additions and 1,094 deletions.
10 changes: 10 additions & 0 deletions components/KLInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
@include e(icon) {
line-height: 32px;
}

@include m(miniW) {
width: 80px;
}
@include m(smallW) {
width: 160px;
}
@include m(mediumW) {
width: 300px;
}
}

@include b(input-number) {
Expand Down
Loading

0 comments on commit eb75fed

Please sign in to comment.