ele-admin-plus 1.1.7 → 1.1.8-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/es/ele-app/el.d.ts +7 -1
  2. package/es/ele-app/style/overwrite/cascader/index.scss +2 -1
  3. package/es/ele-app/style/overwrite/input/css-var.scss +5 -2
  4. package/es/ele-app/style/overwrite/input/index.scss +148 -59
  5. package/es/ele-app/style/overwrite/select/index.scss +57 -8
  6. package/es/ele-app/style/overwrite/tree-select/index.scss +11 -2
  7. package/es/ele-card/index.d.ts +2 -9
  8. package/es/ele-card/index.js +36 -49
  9. package/es/ele-card/props.d.ts +1 -4
  10. package/es/ele-card/props.js +1 -4
  11. package/es/ele-card/style/index.js +0 -1
  12. package/es/ele-card/style/index.scss +54 -67
  13. package/es/ele-cropper/style/index.scss +8 -0
  14. package/es/ele-data-table/index.d.ts +17 -12
  15. package/es/ele-data-table/index.js +1 -0
  16. package/es/ele-data-table/props.d.ts +8 -5
  17. package/es/ele-data-table/props.js +4 -0
  18. package/es/ele-data-table/style/css-var.scss +20 -2
  19. package/es/ele-data-table/style/index.scss +87 -30
  20. package/es/ele-drawer/index.d.ts +2 -2
  21. package/es/ele-menus/index.d.ts +8 -0
  22. package/es/ele-menus/props.d.ts +3 -0
  23. package/es/ele-modal/index.d.ts +2 -2
  24. package/es/ele-page/style/index.scss +26 -21
  25. package/es/ele-pagination/style/index.scss +27 -13
  26. package/es/ele-pro-table/index.d.ts +16 -9
  27. package/es/ele-pro-table/index.js +29 -9
  28. package/es/ele-pro-table/props.d.ts +9 -6
  29. package/es/ele-pro-table/props.js +4 -0
  30. package/es/ele-pro-table/style/index.scss +62 -9
  31. package/es/ele-pro-table/util.d.ts +18 -1
  32. package/es/ele-pro-table/util.js +19 -0
  33. package/es/ele-segmented/index.js +2 -2
  34. package/es/ele-table/style/css-var.scss +46 -0
  35. package/es/ele-table/style/index.scss +8 -82
  36. package/es/ele-tabs/index.js +1 -1
  37. package/es/ele-toolbar/index.js +5 -1
  38. package/es/ele-tour/index.js +2 -2
  39. package/es/ele-tour/util.d.ts +5 -0
  40. package/es/ele-tour/util.js +9 -1
  41. package/es/ele-upload-list/components/list-item.js +1 -1
  42. package/es/ele-upload-list/types.d.ts +2 -0
  43. package/es/ele-virtual-table/components/body-cell.d.ts +2 -2
  44. package/es/ele-virtual-table/components/body-row.d.ts +2 -2
  45. package/es/ele-virtual-table/index.d.ts +20 -12
  46. package/es/ele-virtual-table/index.js +14 -1
  47. package/es/ele-virtual-table/props.d.ts +6 -3
  48. package/es/ele-virtual-table/style/css-var.scss +38 -16
  49. package/es/ele-virtual-table/style/index.scss +42 -31
  50. package/es/ele-watermark/index.d.ts +9 -0
  51. package/es/ele-watermark/index.js +3 -5
  52. package/es/ele-watermark/props.d.ts +5 -0
  53. package/es/ele-watermark/props.js +5 -0
  54. package/es/style/themes/default.scss +17 -9
  55. package/es/style/util.scss +5 -0
  56. package/lib/ele-app/el.d.ts +7 -1
  57. package/lib/ele-app/style/overwrite/cascader/index.scss +2 -1
  58. package/lib/ele-app/style/overwrite/input/css-var.scss +5 -2
  59. package/lib/ele-app/style/overwrite/input/index.scss +148 -59
  60. package/lib/ele-app/style/overwrite/select/index.scss +57 -8
  61. package/lib/ele-app/style/overwrite/tree-select/index.scss +11 -2
  62. package/lib/ele-card/index.cjs +35 -48
  63. package/lib/ele-card/index.d.ts +2 -9
  64. package/lib/ele-card/props.cjs +1 -4
  65. package/lib/ele-card/props.d.ts +1 -4
  66. package/lib/ele-card/style/index.cjs +0 -1
  67. package/lib/ele-card/style/index.scss +54 -67
  68. package/lib/ele-cropper/style/index.scss +8 -0
  69. package/lib/ele-data-table/index.cjs +1 -0
  70. package/lib/ele-data-table/index.d.ts +17 -12
  71. package/lib/ele-data-table/props.cjs +4 -0
  72. package/lib/ele-data-table/props.d.ts +8 -5
  73. package/lib/ele-data-table/style/css-var.scss +20 -2
  74. package/lib/ele-data-table/style/index.scss +87 -30
  75. package/lib/ele-drawer/index.d.ts +2 -2
  76. package/lib/ele-menus/index.d.ts +8 -0
  77. package/lib/ele-menus/props.d.ts +3 -0
  78. package/lib/ele-modal/index.d.ts +2 -2
  79. package/lib/ele-page/style/index.scss +26 -21
  80. package/lib/ele-pagination/style/index.scss +27 -13
  81. package/lib/ele-pro-table/index.cjs +28 -8
  82. package/lib/ele-pro-table/index.d.ts +16 -9
  83. package/lib/ele-pro-table/props.cjs +4 -0
  84. package/lib/ele-pro-table/props.d.ts +9 -6
  85. package/lib/ele-pro-table/style/index.scss +62 -9
  86. package/lib/ele-pro-table/util.cjs +19 -0
  87. package/lib/ele-pro-table/util.d.ts +18 -1
  88. package/lib/ele-segmented/index.cjs +2 -2
  89. package/lib/ele-table/style/css-var.scss +46 -0
  90. package/lib/ele-table/style/index.scss +8 -82
  91. package/lib/ele-tabs/index.cjs +1 -1
  92. package/lib/ele-toolbar/index.cjs +5 -1
  93. package/lib/ele-tour/index.cjs +1 -1
  94. package/lib/ele-tour/util.cjs +8 -0
  95. package/lib/ele-tour/util.d.ts +5 -0
  96. package/lib/ele-upload-list/components/list-item.cjs +1 -1
  97. package/lib/ele-upload-list/types.d.ts +2 -0
  98. package/lib/ele-virtual-table/components/body-cell.d.ts +2 -2
  99. package/lib/ele-virtual-table/components/body-row.d.ts +2 -2
  100. package/lib/ele-virtual-table/index.cjs +13 -0
  101. package/lib/ele-virtual-table/index.d.ts +20 -12
  102. package/lib/ele-virtual-table/props.d.ts +6 -3
  103. package/lib/ele-virtual-table/style/css-var.scss +38 -16
  104. package/lib/ele-virtual-table/style/index.scss +42 -31
  105. package/lib/ele-watermark/index.cjs +3 -5
  106. package/lib/ele-watermark/index.d.ts +9 -0
  107. package/lib/ele-watermark/props.cjs +5 -0
  108. package/lib/ele-watermark/props.d.ts +5 -0
  109. package/lib/style/themes/default.scss +17 -9
  110. package/lib/style/util.scss +5 -0
  111. package/package.json +20 -20
@@ -41,7 +41,7 @@
41
41
  }
42
42
  }
43
43
 
44
- /* 虚拟表格单元格 */
44
+ /* 虚拟表格全部行单元格 */
45
45
  @mixin virtual-table-td {
46
46
  @include virtual-table-tr {
47
47
  & > .ele-table-td {
@@ -50,31 +50,53 @@
50
50
  }
51
51
  }
52
52
 
53
- /* 虚拟表格圆角样式 */
53
+ /* 虚拟表格单元格间距 */
54
+ @mixin virtual-table-padding($padding) {
55
+ @include virtual-table-td {
56
+ padding: $padding;
57
+ padding-right: 0;
58
+ padding-left: 0;
59
+
60
+ & > .ele-table-cell {
61
+ padding: $padding;
62
+ padding-bottom: 0;
63
+ padding-top: 0;
64
+ }
65
+ }
66
+ }
67
+
68
+ /* 虚拟表格圆角 */
54
69
  @mixin virtual-table-radius($radius) {
55
- & > .el-table-v2 > .el-table-v2__main > .el-table-v2__header-wrapper {
70
+ & > .el-table-v2 > .el-table-v2__main > .el-table-v2__header-wrapper,
71
+ &.is-border > .el-table-v2::after,
72
+ &.is-border.hide-header
73
+ > .el-table-v2
74
+ > .el-table-v2__main
75
+ > .el-table-v2__body
76
+ > div:not(.el-virtual-scrollbar) {
56
77
  border-top-left-radius: $radius;
57
78
  border-top-right-radius: $radius;
58
79
  }
59
80
 
60
- & > .el-table-v2 > .el-table-v2__footer {
81
+ & > .el-table-v2 > .el-table-v2__footer,
82
+ &.is-border > .el-table-v2::before,
83
+ &.is-border:not(.has-footer)
84
+ > .el-table-v2
85
+ > .el-table-v2__main
86
+ > .el-table-v2__body
87
+ > div:not(.el-virtual-scrollbar) {
61
88
  border-bottom-left-radius: $radius;
62
89
  border-bottom-right-radius: $radius;
63
90
  }
64
- }
65
91
 
66
- /* 设置单元格间距 */
67
- @mixin virtual-table-padding($padding) {
68
- @include virtual-table-td {
69
- padding: $padding;
70
- padding-left: 0;
71
- padding-right: 0;
92
+ &.is-border::before {
93
+ border-bottom-left-radius: $radius;
94
+ border-top-left-radius: $radius;
95
+ }
72
96
 
73
- & > .ele-table-cell {
74
- padding: $padding;
75
- padding-top: 0;
76
- padding-bottom: 0;
77
- }
97
+ &.is-border::after {
98
+ border-bottom-right-radius: $radius;
99
+ border-top-right-radius: $radius;
78
100
  }
79
101
  }
80
102
 
@@ -22,8 +22,9 @@
22
22
  }
23
23
 
24
24
  & > .el-table-v2 {
25
- position: static;
25
+ font-size: eleVar('table', 'font-size');
26
26
  box-sizing: border-box;
27
+ position: static;
27
28
 
28
29
  & > .el-table-v2__main,
29
30
  & > .el-table-v2__footer {
@@ -345,23 +346,38 @@
345
346
  &::before,
346
347
  &::after {
347
348
  position: absolute;
349
+ box-sizing: border-box;
350
+ pointer-events: none;
348
351
  z-index: 5;
349
352
  }
350
353
  }
351
354
 
352
- & > .el-table-v2 {
355
+ & > .el-table-v2::before,
356
+ & > .el-table-v2::after {
357
+ left: 0;
358
+ right: 0;
359
+ width: 100%;
360
+ height: calc(1px + #{eleVar('table', 'radius')});
361
+ }
362
+
363
+ & > .el-table-v2::before {
364
+ content: '';
365
+ bottom: 0;
366
+ border-bottom: 1px solid eleVar('table', 'border-color');
367
+ }
368
+
369
+ &.is-border > .el-table-v2::after,
370
+ &.hide-header > .el-table-v2::after {
371
+ content: '';
372
+ top: 0;
373
+ border-top: 1px solid eleVar('table', 'border-color');
374
+ }
375
+
376
+ &.is-border > .el-table-v2 {
353
377
  &::before,
354
378
  &::after {
355
- left: 0;
356
- right: 0;
357
- height: 0;
358
- width: 100%;
359
- border-top: 1px solid eleVar('table', 'border-color');
360
- }
361
-
362
- &::before {
363
- content: '';
364
- bottom: 0;
379
+ border-right: 1px solid transparent;
380
+ border-left: 1px solid transparent;
365
381
  }
366
382
  }
367
383
 
@@ -370,12 +386,6 @@
370
386
  display: none;
371
387
  }
372
388
 
373
- &.hide-header > .el-table-v2::after,
374
- &.is-border > .el-table-v2::after {
375
- content: '';
376
- top: 0;
377
- }
378
-
379
389
  /* 全边框 */
380
390
  &.is-border {
381
391
  &::before,
@@ -383,17 +393,20 @@
383
393
  content: '';
384
394
  top: 0;
385
395
  bottom: 0;
386
- width: 0;
387
396
  height: 100%;
388
- border-left: 1px solid eleVar('table', 'border-color');
397
+ width: calc(1px + #{eleVar('table', 'radius')});
398
+ border-bottom: 1px solid transparent;
399
+ border-top: 1px solid transparent;
389
400
  }
390
401
 
391
402
  &::before {
392
403
  left: 0;
404
+ border-left: 1px solid eleVar('table', 'border-color');
393
405
  }
394
406
 
395
407
  &::after {
396
408
  right: 0;
409
+ border-right: 1px solid eleVar('table', 'border-color');
397
410
  }
398
411
 
399
412
  @include virtual-table-td {
@@ -407,30 +420,28 @@
407
420
 
408
421
  /* 隐藏表头 */
409
422
  &.hide-header > .el-table-v2 {
410
- & > .el-table-v2__table > .el-table-v2__header-wrapper {
423
+ & > .el-table-v2__main > .el-table-v2__header-wrapper {
411
424
  display: none;
412
425
  }
413
426
  }
414
427
 
415
428
  /* 粘性表头 */
416
- &.is-sticky > .el-table-v2 > .el-table-v2__main {
417
- & > .el-table-v2__header-wrapper {
429
+ &.is-sticky > .el-table-v2 {
430
+ & > .el-table-v2__main > .el-table-v2__header-wrapper {
418
431
  position: sticky;
419
432
  top: eleVar('table', 'sticky-top');
420
433
  }
421
434
  }
422
435
 
423
436
  /* 圆角 */
424
- &:not(.is-border) {
425
- @include virtual-table-radius(eleVar('table', 'radius'));
437
+ @include virtual-table-radius(eleVar('table', 'radius'));
426
438
 
427
- &.is-large {
428
- @include virtual-table-radius(eleVar('table', 'lg-radius'));
429
- }
439
+ &.is-large {
440
+ @include virtual-table-radius(eleVar('table', 'lg-radius'));
441
+ }
430
442
 
431
- &.is-small {
432
- @include virtual-table-radius(eleVar('table', 'sm-radius'));
433
- }
443
+ &.is-small {
444
+ @include virtual-table-radius(eleVar('table', 'sm-radius'));
434
445
  }
435
446
 
436
447
  /* 大型尺寸 */
@@ -9,6 +9,10 @@ declare const _default: import("vue").DefineComponent<{
9
9
  font: import("vue").PropType<import("./types").WatermarkFont>;
10
10
  gap: import("vue").PropType<import("./types").WatermarkGap>;
11
11
  offset: import("vue").PropType<import("./types").WatermarkOffset>;
12
+ lineGap: {
13
+ type: NumberConstructor;
14
+ default: number;
15
+ };
12
16
  customStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
13
17
  fixed: BooleanConstructor;
14
18
  disabled: BooleanConstructor;
@@ -27,10 +31,15 @@ declare const _default: import("vue").DefineComponent<{
27
31
  font: import("vue").PropType<import("./types").WatermarkFont>;
28
32
  gap: import("vue").PropType<import("./types").WatermarkGap>;
29
33
  offset: import("vue").PropType<import("./types").WatermarkOffset>;
34
+ lineGap: {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
30
38
  customStyle: import("vue").PropType<Partial<import("vue").CSSProperties>>;
31
39
  fixed: BooleanConstructor;
32
40
  disabled: BooleanConstructor;
33
41
  }>>, {
42
+ lineGap: number;
34
43
  fixed: boolean;
35
44
  disabled: boolean;
36
45
  }, {}>;
@@ -2,7 +2,6 @@ import { defineComponent, nextTick, ref, onMounted, watch, openBlock, createElem
2
2
  import { useMutation, getFont, getPixelRatio, getGap, rotateWatermark, joinStyle } from "./util";
3
3
  import { watermarkProps } from "./props";
4
4
  const SIZE = 2;
5
- const GAP = 3;
6
5
  const _sfc_main = defineComponent({
7
6
  name: "EleWatermark",
8
7
  props: watermarkProps,
@@ -83,10 +82,9 @@ const _sfc_main = defineComponent({
83
82
  if (props.image || !ctx.measureText) {
84
83
  return 64;
85
84
  }
86
- const content = props.content;
87
- const contents = Array.isArray(content) ? content : [content];
85
+ const lines = Array.isArray(props.content) ? props.content.length : 1;
88
86
  const { fontSize } = getFont(props.font);
89
- return fontSize * contents.length + (contents.length - 1) * GAP;
87
+ return fontSize * lines + (lines - 1) * props.lineGap;
90
88
  };
91
89
  const getMarkSize = (ctx) => {
92
90
  const width = props.width;
@@ -110,7 +108,7 @@ const _sfc_main = defineComponent({
110
108
  ctx.fillText(
111
109
  item ?? "",
112
110
  drawX,
113
- drawY + index2 * (mergedFontSize + GAP * ratio)
111
+ drawY + index2 * (mergedFontSize + props.lineGap * ratio)
114
112
  );
115
113
  });
116
114
  };
@@ -19,6 +19,11 @@ export declare const watermarkProps: {
19
19
  gap: PropType<WatermarkGap>;
20
20
  /** 距离左上角的偏移量 */
21
21
  offset: PropType<WatermarkOffset>;
22
+ /** 多行水印的行间距 */
23
+ lineGap: {
24
+ type: NumberConstructor;
25
+ default: number;
26
+ };
22
27
  /** 自定义样式 */
23
28
  customStyle: PropType<Partial<import("vue").CSSProperties>>;
24
29
  /** 是否使用固定定位 */
@@ -17,6 +17,11 @@ const watermarkProps = {
17
17
  gap: Array,
18
18
  /** 距离左上角的偏移量 */
19
19
  offset: Array,
20
+ /** 多行水印的行间距 */
21
+ lineGap: {
22
+ type: Number,
23
+ default: 3
24
+ },
20
25
  /** 自定义样式 */
21
26
  customStyle: Object,
22
27
  /** 是否使用固定定位 */
@@ -154,7 +154,9 @@ $ele: map.deep-merge(
154
154
  ),
155
155
  'card': (
156
156
  // 卡片标题
157
+ 'padding': 18px,
157
158
  'bg': elVar('bg-color'),
159
+ 'border': 1px solid elVar('border-color', 'light'),
158
160
  'radius': elVar('border-radius', 'base'),
159
161
  'shadow': elVar('box-shadow', 'lighter'),
160
162
  'hover-shadow': (
@@ -162,13 +164,13 @@ $ele: map.deep-merge(
162
164
  0 3px 6px 0 rgba(0, 0, 0, 0.12),
163
165
  0 5px 12px 4px rgba(0, 0, 0, 0.09)
164
166
  ),
165
- 'header-padding': 14px 24px,
167
+ 'header-padding': 14px 22px,
166
168
  'header-color': elVar('text-color', 'primary'),
167
169
  'header-font-size': elVar('font-size', 'medium'),
168
170
  'header-line-height': 24px,
169
171
  'header-font-weight': normal,
170
172
  'header-border': 1px solid elVar('border-color', 'light'),
171
- 'footer-padding': 14px 24px,
173
+ 'footer-padding': 14px 22px,
172
174
  'footer-border': 1px solid elVar('border-color', 'light')
173
175
  ),
174
176
  'check-card': (
@@ -640,7 +642,7 @@ $ele: map.deep-merge(
640
642
  'radius': 0,
641
643
  'color': elVar('text-color', 'regular'),
642
644
  'border-color': elVar('border-color', 'light'),
643
- 'font-szie': elVar('font-size', 'base'),
645
+ 'font-size': elVar('font-size', 'base'),
644
646
  'line-height': 24px,
645
647
  'padding': 9px 12px,
646
648
  'th-color': elVar('text-color', 'primary'),
@@ -1182,7 +1184,8 @@ $ele: map.deep-merge(
1182
1184
  ),
1183
1185
  'input': (
1184
1186
  // 输入框
1185
- 'padding': 0 10px,
1187
+ 'padding-left': 10px,
1188
+ 'padding-right': 10px,
1186
1189
  'bg': transparent,
1187
1190
  'border': 1px solid elVar('border-color'),
1188
1191
  'radius': elVar('border-radius', 'base'),
@@ -1231,15 +1234,18 @@ $ele: map.deep-merge(
1231
1234
  ),
1232
1235
  'input-sm': (
1233
1236
  // 输入框小尺寸
1234
- 'padding': 0 8px
1237
+ 'padding-left': 8px,
1238
+ 'padding-right': 8px
1235
1239
  ),
1236
1240
  'input-lg': (
1237
1241
  // 输入框大尺寸
1238
- 'padding': 0 12px
1242
+ 'padding-left': 12px,
1243
+ 'padding-right': 12px
1239
1244
  ),
1240
1245
  'textarea': (
1241
1246
  // 文本域
1242
- 'padding': 4px 10px,
1247
+ 'padding-top': 4px,
1248
+ 'padding-bottom': 4px,
1243
1249
  'count-bg': elVar('bg-color'),
1244
1250
  'count-padding': 0,
1245
1251
  'count-right': 12px,
@@ -1247,11 +1253,13 @@ $ele: map.deep-merge(
1247
1253
  ),
1248
1254
  'textarea-sm': (
1249
1255
  // 文本域小尺寸
1250
- 'padding': 2px 8px
1256
+ 'padding-top': 2px,
1257
+ 'padding-bottom': 2px
1251
1258
  ),
1252
1259
  'textarea-lg': (
1253
1260
  // 文本域大尺寸
1254
- 'padding': 8px 12px
1261
+ 'padding-top': 8px,
1262
+ 'padding-bottom': 8px
1255
1263
  )
1256
1264
  ),
1257
1265
  $ele
@@ -41,6 +41,11 @@
41
41
  @return getCssVar($args...);
42
42
  }
43
43
 
44
+ /* 获取 element 的 css 变量值带默认值 */
45
+ @function elVarDefault($args, $default) {
46
+ @return getCssVarWithDefault($args, $default);
47
+ }
48
+
44
49
  /* 获取 element 的 css 变量名 */
45
50
  @function elVarName($args...) {
46
51
  @return getCssVarName($args...);
@@ -20,6 +20,7 @@ import type {
20
20
  MenuItemProps,
21
21
  SubMenuProps,
22
22
  MenuItemGroupProps,
23
+ FormItemProps,
23
24
  BadgeProps,
24
25
  LinkProps,
25
26
  DialogProps,
@@ -43,7 +44,8 @@ import type {
43
44
  ElTabs,
44
45
  ElImage,
45
46
  ElScrollbar,
46
- ElTreeV2
47
+ ElTreeV2,
48
+ ElFormItem
47
49
  } from 'element-plus';
48
50
  import type { dropdownProps } from 'element-plus';
49
51
  import type { dropdownItemProps } from 'element-plus';
@@ -102,6 +104,8 @@ export type ElSubMenuProps = ComponentProps<SubMenuProps>;
102
104
 
103
105
  export type ElMenuItemGroupProps = ComponentProps<MenuItemGroupProps>;
104
106
 
107
+ export type ElFormItemProps = ComponentProps<FormItemProps>;
108
+
105
109
  export type ElBadgeProps = ComponentProps<BadgeProps>;
106
110
 
107
111
  export type ElLinkProps = ComponentProps<LinkProps>;
@@ -156,3 +160,5 @@ export type ElImageInstance = InstanceType<typeof ElImage> | null;
156
160
  export type ElScrollbarInstance = InstanceType<typeof ElScrollbar> | null;
157
161
 
158
162
  export type ElTreeV2Instance = InstanceType<typeof ElTreeV2> | null;
163
+
164
+ export type ElFormItemInstance = InstanceType<typeof ElFormItem> | null;
@@ -23,7 +23,8 @@
23
23
  border-radius: eleVar('cascader', 'item-radius');
24
24
  transition: (color $ele-transition, background-color $ele-transition);
25
25
 
26
- & > .el-checkbox {
26
+ & > .el-checkbox,
27
+ & > .el-radio {
27
28
  margin-right: 8px;
28
29
  }
29
30
 
@@ -4,16 +4,19 @@
4
4
  @mixin set-el-input-var($var) {
5
5
  .el-input,
6
6
  .el-textarea,
7
+ .el-select,
7
8
  .el-range-editor {
8
9
  @include set-ele-var('input', $var);
9
10
  @include set-ele-var('input-error', $var);
10
11
  }
11
12
 
12
- .el-input--small {
13
+ .el-input--small,
14
+ .el-select--small {
13
15
  @include set-ele-var('input-sm', $var);
14
16
  }
15
17
 
16
- .el-input--large {
18
+ .el-input--large,
19
+ .el-select--large {
17
20
  @include set-ele-var('input-lg', $var);
18
21
  }
19
22