Skip to content

Commit 1c7af38

Browse files
vaebekagol
authored andcommitted
style(input): input组件 size 大小使用scss变量向标准统一 DevCloudFE#1199
1 parent b8e4d12 commit 1c7af38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/devui-vue/devui/input/src/input.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.#{$devui-prefix}-input {
44
width: 100%;
5-
height: 32px;
5+
height: $devui-size-md;
66
font-size: $devui-font-size;
77

88
&__wrapper {
@@ -49,12 +49,12 @@
4949
}
5050

5151
&--sm {
52-
height: 26px;
52+
height: $devui-size-sm;
5353
font-size: $devui-font-size-sm;
5454
}
5555

5656
&--lg {
57-
height: 46px;
57+
height: $devui-size-lg;
5858
font-size: $devui-font-size-lg;
5959
}
6060

0 commit comments

Comments
 (0)