@timus-networks/theme 2.4.68 → 2.4.69
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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/pages/colors.vue +33 -17
- package/dist/runtime/public/scss/element-plus/alert.css +2 -2
- package/dist/runtime/public/scss/element-plus/alert.scss +1 -1
- package/dist/runtime/public/scss/element-plus/autocomplete.css +2 -2
- package/dist/runtime/public/scss/element-plus/autocomplete.scss +1 -1
- package/dist/runtime/public/scss/element-plus/avatar.css +1 -1
- package/dist/runtime/public/scss/element-plus/base.css +5 -3
- package/dist/runtime/public/scss/element-plus/button-group.css +4 -4
- package/dist/runtime/public/scss/element-plus/button-group.scss +1 -1
- package/dist/runtime/public/scss/element-plus/button.css +5 -5
- package/dist/runtime/public/scss/element-plus/button.scss +1 -1
- package/dist/runtime/public/scss/element-plus/cascader-panel.css +1 -1
- package/dist/runtime/public/scss/element-plus/cascader.css +3 -3
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +4 -4
- package/dist/runtime/public/scss/element-plus/checkbox-button.scss +4 -4
- package/dist/runtime/public/scss/element-plus/checkbox.css +3 -3
- package/dist/runtime/public/scss/element-plus/checkbox.scss +1 -1
- package/dist/runtime/public/scss/element-plus/color-picker.css +5 -5
- package/dist/runtime/public/scss/element-plus/color-picker.scss +1 -1
- package/dist/runtime/public/scss/element-plus/common/var.scss +17 -15
- package/dist/runtime/public/scss/element-plus/date-picker/date-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker-panel.scss +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/picker.css +3 -3
- package/dist/runtime/public/scss/element-plus/date-picker.css +4 -4
- package/dist/runtime/public/scss/element-plus/dialog.css +1 -1
- package/dist/runtime/public/scss/element-plus/dropdown.css +2 -2
- package/dist/runtime/public/scss/element-plus/dropdown.scss +1 -1
- package/dist/runtime/public/scss/element-plus/form.css +3 -3
- package/dist/runtime/public/scss/element-plus/index.css +85 -83
- package/dist/runtime/public/scss/element-plus/input-number.css +9 -9
- package/dist/runtime/public/scss/element-plus/input-number.scss +4 -4
- package/dist/runtime/public/scss/element-plus/input.css +5 -5
- package/dist/runtime/public/scss/element-plus/mention.css +1 -1
- package/dist/runtime/public/scss/element-plus/mention.scss +1 -1
- package/dist/runtime/public/scss/element-plus/message-box.css +1 -1
- package/dist/runtime/public/scss/element-plus/radio-button.css +4 -4
- package/dist/runtime/public/scss/element-plus/radio-button.scss +4 -4
- package/dist/runtime/public/scss/element-plus/radio.css +6 -6
- package/dist/runtime/public/scss/element-plus/radio.scss +2 -2
- package/dist/runtime/public/scss/element-plus/segmented.css +7 -7
- package/dist/runtime/public/scss/element-plus/select-dropdown-v2.css +1 -1
- package/dist/runtime/public/scss/element-plus/select-dropdown.css +1 -1
- package/dist/runtime/public/scss/element-plus/select-dropdown.scss +1 -1
- package/dist/runtime/public/scss/element-plus/select-v2.css +3 -3
- package/dist/runtime/public/scss/element-plus/select.css +3 -3
- package/dist/runtime/public/scss/element-plus/select.scss +1 -1
- package/dist/runtime/public/scss/element-plus/skeleton-item.css +1 -1
- package/dist/runtime/public/scss/element-plus/skeleton-item.scss +1 -1
- package/dist/runtime/public/scss/element-plus/switch.css +1 -1
- package/dist/runtime/public/scss/element-plus/time-picker.css +4 -4
- package/dist/runtime/public/scss/element-plus/time-select.css +4 -4
- package/dist/runtime/public/scss/element-plus/tour.css +1 -1
- package/dist/runtime/public/scss/element-plus/transfer.css +1 -1
- package/dist/runtime/public/scss/element-plus/var.css +5 -3
- package/package.json +1 -1
|
@@ -431,8 +431,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
431
431
|
font-size: var(--el-form-label-font-size);
|
|
432
432
|
font-weight: var(--el-form-label-font-weight);
|
|
433
433
|
color: var(--el-color-neutral-light-9);
|
|
434
|
-
height:
|
|
435
|
-
line-height:
|
|
434
|
+
height: 36px;
|
|
435
|
+
line-height: 36px;
|
|
436
436
|
padding: 0 12px 0 0;
|
|
437
437
|
box-sizing: border-box;
|
|
438
438
|
gap: 4px;
|
|
@@ -442,7 +442,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
442
442
|
display: flex;
|
|
443
443
|
flex-wrap: wrap;
|
|
444
444
|
flex: 1;
|
|
445
|
-
line-height:
|
|
445
|
+
line-height: 36px;
|
|
446
446
|
position: relative;
|
|
447
447
|
font-size: var(--font-size);
|
|
448
448
|
min-width: 0;
|
|
@@ -324,8 +324,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
324
324
|
--el-index-normal: 1;
|
|
325
325
|
--el-index-top: 1000;
|
|
326
326
|
--el-index-popper: 2000;
|
|
327
|
-
--el-border-radius-
|
|
328
|
-
--el-border-radius-small:
|
|
327
|
+
--el-border-radius-tiny: 2px;
|
|
328
|
+
--el-border-radius-small: 4px;
|
|
329
|
+
--el-border-radius-medium: 8px;
|
|
330
|
+
--el-border-radius-large: 16px;
|
|
329
331
|
--el-border-radius-round: 20px;
|
|
330
332
|
--el-border-radius-circle: 100%;
|
|
331
333
|
--el-transition-duration: 0.3s;
|
|
@@ -339,7 +341,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
339
341
|
--el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
340
342
|
--el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
341
343
|
--el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
|
|
342
|
-
--el-component-size:
|
|
344
|
+
--el-component-size: 36px;
|
|
343
345
|
--el-component-size-large: 40px;
|
|
344
346
|
--el-component-size-medium: 36px;
|
|
345
347
|
--el-component-size-small: 32px;
|
|
@@ -555,7 +557,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
555
557
|
|
|
556
558
|
.el-alert {
|
|
557
559
|
--el-alert-padding: 8px 16px;
|
|
558
|
-
--el-alert-border-radius
|
|
560
|
+
--el-alert-border-radius: var(--el-border-radius-small);
|
|
559
561
|
--el-alert-border-color: var(--el-color-info-light-3);
|
|
560
562
|
--el-alert-title-font-size: 14px;
|
|
561
563
|
--el-alert-title-with-description-font-size: 14px;
|
|
@@ -568,7 +570,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
568
570
|
padding: var(--el-alert-padding);
|
|
569
571
|
margin: 0;
|
|
570
572
|
box-sizing: border-box;
|
|
571
|
-
border-radius: var(--el-alert-border-radius-
|
|
573
|
+
border-radius: var(--el-alert-border-radius-small);
|
|
572
574
|
border-width: var(--el-border-width);
|
|
573
575
|
border-style: var(--el-border-style);
|
|
574
576
|
border-color: var(--el-alert-border-color);
|
|
@@ -782,7 +784,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
782
784
|
--el-input-focus-border: var(--el-color-primary);
|
|
783
785
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
784
786
|
--el-input-border-color: var(--el-border-color);
|
|
785
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
787
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
786
788
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
787
789
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
788
790
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -824,7 +826,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
824
826
|
}
|
|
825
827
|
|
|
826
828
|
.el-autocomplete-suggestion {
|
|
827
|
-
border-radius: var(--el-border-radius-
|
|
829
|
+
border-radius: var(--el-border-radius-small);
|
|
828
830
|
box-sizing: border-box;
|
|
829
831
|
}
|
|
830
832
|
.el-autocomplete-suggestion__wrap {
|
|
@@ -893,7 +895,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
893
895
|
--el-avatar-icon-size: 16px;
|
|
894
896
|
--el-avatar-border-color: var(--el-color-neutral-light-3);
|
|
895
897
|
--el-avatar-border-color-hover: var(--el-color-neutral-light-4);
|
|
896
|
-
--el-avatar-border-radius: var(--el-border-radius-
|
|
898
|
+
--el-avatar-border-radius: var(--el-border-radius-small);
|
|
897
899
|
--el-avatar-size: 32px;
|
|
898
900
|
--el-avatar-size-large: 56px;
|
|
899
901
|
--el-avatar-size-medium: 44px;
|
|
@@ -1159,10 +1161,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1159
1161
|
border-bottom-left-radius: 0;
|
|
1160
1162
|
}
|
|
1161
1163
|
.el-button-group > .el-button:first-child:last-child {
|
|
1162
|
-
border-top-right-radius: var(--el-border-radius-
|
|
1163
|
-
border-bottom-right-radius: var(--el-border-radius-
|
|
1164
|
-
border-top-left-radius: var(--el-border-radius-
|
|
1165
|
-
border-bottom-left-radius: var(--el-border-radius-
|
|
1164
|
+
border-top-right-radius: var(--el-border-radius-small);
|
|
1165
|
+
border-bottom-right-radius: var(--el-border-radius-small);
|
|
1166
|
+
border-top-left-radius: var(--el-border-radius-small);
|
|
1167
|
+
border-bottom-left-radius: var(--el-border-radius-small);
|
|
1166
1168
|
}
|
|
1167
1169
|
.el-button-group > .el-button:first-child:last-child.is-round {
|
|
1168
1170
|
border-radius: var(--el-border-radius-round);
|
|
@@ -1387,7 +1389,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1387
1389
|
justify-content: center;
|
|
1388
1390
|
align-items: center;
|
|
1389
1391
|
line-height: 1;
|
|
1390
|
-
height:
|
|
1392
|
+
height: 36px;
|
|
1391
1393
|
white-space: nowrap;
|
|
1392
1394
|
cursor: pointer;
|
|
1393
1395
|
color: var(--el-button-text-color);
|
|
@@ -1430,13 +1432,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1430
1432
|
.el-button {
|
|
1431
1433
|
padding: 12px 15px;
|
|
1432
1434
|
font-size: 14px;
|
|
1433
|
-
border-radius: var(--el-border-radius-
|
|
1435
|
+
border-radius: var(--el-border-radius-small);
|
|
1434
1436
|
}
|
|
1435
1437
|
.el-button.is-round {
|
|
1436
1438
|
padding: 12px 15px;
|
|
1437
1439
|
}
|
|
1438
1440
|
.el-button:has(> i):not(:has(span)) {
|
|
1439
|
-
width:
|
|
1441
|
+
width: 36px;
|
|
1440
1442
|
padding: 0;
|
|
1441
1443
|
}
|
|
1442
1444
|
.el-button::-moz-focus-inner {
|
|
@@ -1497,7 +1499,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1497
1499
|
}
|
|
1498
1500
|
|
|
1499
1501
|
.el-button.is-circle {
|
|
1500
|
-
width:
|
|
1502
|
+
width: 36px;
|
|
1501
1503
|
border-radius: 50%;
|
|
1502
1504
|
padding: 12px;
|
|
1503
1505
|
}
|
|
@@ -2061,7 +2063,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2061
2063
|
.el-button--large {
|
|
2062
2064
|
padding: 12px 15px;
|
|
2063
2065
|
font-size: 14px;
|
|
2064
|
-
border-radius: var(--el-border-radius-
|
|
2066
|
+
border-radius: var(--el-border-radius-small);
|
|
2065
2067
|
}
|
|
2066
2068
|
.el-button--large.is-round {
|
|
2067
2069
|
padding: 12px 15px;
|
|
@@ -2493,7 +2495,7 @@ heights > $common-component-size
|
|
|
2493
2495
|
--el-cascader-menu-selected-text-color: var(--el-color-primary);
|
|
2494
2496
|
--el-cascader-menu-fill: var(--el-bg-color-overlay);
|
|
2495
2497
|
--el-cascader-menu-font-size: var(--el-font-size-base);
|
|
2496
|
-
--el-cascader-menu-radius: var(--el-border-radius-
|
|
2498
|
+
--el-cascader-menu-radius: var(--el-border-radius-small);
|
|
2497
2499
|
--el-cascader-menu-border: solid 1px var(--el-border-color-light);
|
|
2498
2500
|
--el-cascader-menu-shadow: var(--el-box-shadow-light);
|
|
2499
2501
|
--el-cascader-node-background-hover: var(--el-fill-color-light);
|
|
@@ -2620,7 +2622,7 @@ heights > $common-component-size
|
|
|
2620
2622
|
--el-cascader-menu-selected-text-color: var(--el-color-primary);
|
|
2621
2623
|
--el-cascader-menu-fill: var(--el-bg-color-overlay);
|
|
2622
2624
|
--el-cascader-menu-font-size: var(--el-font-size-base);
|
|
2623
|
-
--el-cascader-menu-radius: var(--el-border-radius-
|
|
2625
|
+
--el-cascader-menu-radius: var(--el-border-radius-small);
|
|
2624
2626
|
--el-cascader-menu-border: solid 1px var(--el-border-color-light);
|
|
2625
2627
|
--el-cascader-menu-shadow: var(--el-box-shadow-light);
|
|
2626
2628
|
--el-cascader-node-background-hover: var(--el-fill-color-light);
|
|
@@ -2631,7 +2633,7 @@ heights > $common-component-size
|
|
|
2631
2633
|
vertical-align: middle;
|
|
2632
2634
|
position: relative;
|
|
2633
2635
|
font-size: var(--el-font-size-base);
|
|
2634
|
-
line-height:
|
|
2636
|
+
line-height: 36px;
|
|
2635
2637
|
outline: none;
|
|
2636
2638
|
}
|
|
2637
2639
|
.el-cascader:not(.is-disabled):hover .el-input__wrapper {
|
|
@@ -2697,7 +2699,7 @@ heights > $common-component-size
|
|
|
2697
2699
|
--el-cascader-menu-selected-text-color: var(--el-color-primary);
|
|
2698
2700
|
--el-cascader-menu-fill: var(--el-bg-color-overlay);
|
|
2699
2701
|
--el-cascader-menu-font-size: var(--el-font-size-base);
|
|
2700
|
-
--el-cascader-menu-radius: var(--el-border-radius-
|
|
2702
|
+
--el-cascader-menu-radius: var(--el-border-radius-small);
|
|
2701
2703
|
--el-cascader-menu-border: solid 1px var(--el-border-color-light);
|
|
2702
2704
|
--el-cascader-menu-shadow: var(--el-box-shadow-light);
|
|
2703
2705
|
--el-cascader-node-background-hover: var(--el-fill-color-light);
|
|
@@ -3052,13 +3054,13 @@ heights > $common-component-size
|
|
|
3052
3054
|
}
|
|
3053
3055
|
.el-checkbox-button:first-child .el-checkbox-button__inner {
|
|
3054
3056
|
border-left: 1px solid var(--el-checkbox-button-border-color);
|
|
3055
|
-
border-top-left-radius: var(--el-border-radius-
|
|
3056
|
-
border-bottom-left-radius: var(--el-border-radius-
|
|
3057
|
+
border-top-left-radius: var(--el-border-radius-small);
|
|
3058
|
+
border-bottom-left-radius: var(--el-border-radius-small);
|
|
3057
3059
|
box-shadow: none !important;
|
|
3058
3060
|
}
|
|
3059
3061
|
.el-checkbox-button:last-child .el-checkbox-button__inner {
|
|
3060
|
-
border-top-right-radius: var(--el-border-radius-
|
|
3061
|
-
border-bottom-right-radius: var(--el-border-radius-
|
|
3062
|
+
border-top-right-radius: var(--el-border-radius-small);
|
|
3063
|
+
border-bottom-right-radius: var(--el-border-radius-small);
|
|
3062
3064
|
}
|
|
3063
3065
|
.el-checkbox-button--large .el-checkbox-button__inner {
|
|
3064
3066
|
--el-button-size: 40px;
|
|
@@ -3146,7 +3148,7 @@ heights > $common-component-size
|
|
|
3146
3148
|
align-items: center;
|
|
3147
3149
|
white-space: nowrap;
|
|
3148
3150
|
user-select: none;
|
|
3149
|
-
height: var(--el-checkbox-height,
|
|
3151
|
+
height: var(--el-checkbox-height, 36px);
|
|
3150
3152
|
}
|
|
3151
3153
|
.el-checkbox.is-disabled {
|
|
3152
3154
|
cursor: not-allowed;
|
|
@@ -3154,7 +3156,7 @@ heights > $common-component-size
|
|
|
3154
3156
|
|
|
3155
3157
|
.el-checkbox.is-bordered {
|
|
3156
3158
|
padding: 0 19px 0 11px;
|
|
3157
|
-
border-radius: var(--el-border-radius-
|
|
3159
|
+
border-radius: var(--el-border-radius-small);
|
|
3158
3160
|
border: var(--el-border);
|
|
3159
3161
|
box-sizing: border-box;
|
|
3160
3162
|
}
|
|
@@ -3166,7 +3168,7 @@ heights > $common-component-size
|
|
|
3166
3168
|
}
|
|
3167
3169
|
.el-checkbox.is-bordered.el-checkbox--large {
|
|
3168
3170
|
padding: 0 19px 0 11px;
|
|
3169
|
-
border-radius: var(--el-border-radius-
|
|
3171
|
+
border-radius: var(--el-border-radius-small);
|
|
3170
3172
|
}
|
|
3171
3173
|
.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label {
|
|
3172
3174
|
font-size: 14px;
|
|
@@ -6703,8 +6705,8 @@ heights > $common-component-size
|
|
|
6703
6705
|
}
|
|
6704
6706
|
|
|
6705
6707
|
.el-color-picker__mask {
|
|
6706
|
-
height:
|
|
6707
|
-
width:
|
|
6708
|
+
height: 34px;
|
|
6709
|
+
width: 34px;
|
|
6708
6710
|
border-radius: 4px;
|
|
6709
6711
|
position: absolute;
|
|
6710
6712
|
top: 1px;
|
|
@@ -6719,8 +6721,8 @@ heights > $common-component-size
|
|
|
6719
6721
|
justify-content: center;
|
|
6720
6722
|
align-items: center;
|
|
6721
6723
|
box-sizing: border-box;
|
|
6722
|
-
height:
|
|
6723
|
-
width:
|
|
6724
|
+
height: 36px;
|
|
6725
|
+
width: 36px;
|
|
6724
6726
|
padding: 4px;
|
|
6725
6727
|
border: 1px solid var(--el-border-color);
|
|
6726
6728
|
border-radius: 4px;
|
|
@@ -6770,7 +6772,7 @@ heights > $common-component-size
|
|
|
6770
6772
|
padding: 6px;
|
|
6771
6773
|
box-sizing: content-box;
|
|
6772
6774
|
background-color: #ffffff;
|
|
6773
|
-
border-radius: var(--el-border-radius-
|
|
6775
|
+
border-radius: var(--el-border-radius-small);
|
|
6774
6776
|
box-shadow: var(--el-box-shadow-light);
|
|
6775
6777
|
}
|
|
6776
6778
|
.el-color-picker__panel.el-popper {
|
|
@@ -7222,7 +7224,7 @@ heights > $common-component-size
|
|
|
7222
7224
|
--el-input-focus-border: var(--el-color-primary);
|
|
7223
7225
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
7224
7226
|
--el-input-border-color: var(--el-border-color);
|
|
7225
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
7227
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
7226
7228
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
7227
7229
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
7228
7230
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -7285,8 +7287,8 @@ heights > $common-component-size
|
|
|
7285
7287
|
border: none;
|
|
7286
7288
|
outline: none;
|
|
7287
7289
|
display: inline-block;
|
|
7288
|
-
height:
|
|
7289
|
-
line-height:
|
|
7290
|
+
height: 34px;
|
|
7291
|
+
line-height: 34px;
|
|
7290
7292
|
margin: 0;
|
|
7291
7293
|
padding: 0;
|
|
7292
7294
|
width: 39%;
|
|
@@ -7428,7 +7430,7 @@ heights > $common-component-size
|
|
|
7428
7430
|
.el-picker-panel {
|
|
7429
7431
|
color: var(--el-text-color-regular);
|
|
7430
7432
|
background: var(--el-bg-color-overlay);
|
|
7431
|
-
border-radius: var(--el-border-radius-
|
|
7433
|
+
border-radius: var(--el-border-radius-small);
|
|
7432
7434
|
line-height: 30px;
|
|
7433
7435
|
}
|
|
7434
7436
|
.el-picker-panel .el-time-panel {
|
|
@@ -8138,7 +8140,7 @@ heights > $common-component-size
|
|
|
8138
8140
|
--el-dialog-content-font-size: 14px;
|
|
8139
8141
|
--el-dialog-content-line-height: 22px;
|
|
8140
8142
|
--el-dialog-padding-primary: 24px;
|
|
8141
|
-
--el-dialog-border-radius:
|
|
8143
|
+
--el-dialog-border-radius: 8px;
|
|
8142
8144
|
position: relative;
|
|
8143
8145
|
margin: var(--el-dialog-margin-top, 15vh) auto 50px;
|
|
8144
8146
|
background: var(--el-dialog-bg-color);
|
|
@@ -8535,7 +8537,7 @@ heights > $common-component-size
|
|
|
8535
8537
|
display: inline-flex;
|
|
8536
8538
|
justify-content: center;
|
|
8537
8539
|
align-items: center;
|
|
8538
|
-
width:
|
|
8540
|
+
width: 36px;
|
|
8539
8541
|
border-left: none;
|
|
8540
8542
|
}
|
|
8541
8543
|
.el-dropdown .el-dropdown__caret-button > span {
|
|
@@ -8587,7 +8589,7 @@ heights > $common-component-size
|
|
|
8587
8589
|
margin: 0;
|
|
8588
8590
|
background-color: var(--el-bg-color-overlay);
|
|
8589
8591
|
border: none;
|
|
8590
|
-
border-radius: var(--el-border-radius-
|
|
8592
|
+
border-radius: var(--el-border-radius-small);
|
|
8591
8593
|
box-shadow: var(--el-box-shadow-light);
|
|
8592
8594
|
list-style: none;
|
|
8593
8595
|
}
|
|
@@ -8850,8 +8852,8 @@ heights > $common-component-size
|
|
|
8850
8852
|
font-size: var(--el-form-label-font-size);
|
|
8851
8853
|
font-weight: var(--el-form-label-font-weight);
|
|
8852
8854
|
color: var(--el-color-neutral-light-9);
|
|
8853
|
-
height:
|
|
8854
|
-
line-height:
|
|
8855
|
+
height: 36px;
|
|
8856
|
+
line-height: 36px;
|
|
8855
8857
|
padding: 0 12px 0 0;
|
|
8856
8858
|
box-sizing: border-box;
|
|
8857
8859
|
gap: 4px;
|
|
@@ -8861,7 +8863,7 @@ heights > $common-component-size
|
|
|
8861
8863
|
display: flex;
|
|
8862
8864
|
flex-wrap: wrap;
|
|
8863
8865
|
flex: 1;
|
|
8864
|
-
line-height:
|
|
8866
|
+
line-height: 36px;
|
|
8865
8867
|
position: relative;
|
|
8866
8868
|
font-size: var(--font-size);
|
|
8867
8869
|
min-width: 0;
|
|
@@ -9155,7 +9157,7 @@ heights > $common-component-size
|
|
|
9155
9157
|
--el-input-focus-border: var(--el-color-primary);
|
|
9156
9158
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
9157
9159
|
--el-input-border-color: var(--el-border-color);
|
|
9158
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
9160
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
9159
9161
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
9160
9162
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
9161
9163
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -9188,7 +9190,7 @@ heights > $common-component-size
|
|
|
9188
9190
|
background-image: none;
|
|
9189
9191
|
-webkit-appearance: none;
|
|
9190
9192
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
9191
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-
|
|
9193
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-small));
|
|
9192
9194
|
transition: var(--el-transition-box-shadow);
|
|
9193
9195
|
border: none;
|
|
9194
9196
|
}
|
|
@@ -9236,7 +9238,7 @@ heights > $common-component-size
|
|
|
9236
9238
|
--el-input-focus-border: var(--el-color-primary);
|
|
9237
9239
|
--el-input-transparent-border: 0 0 0 1px transparent inset;
|
|
9238
9240
|
--el-input-border-color: var(--el-border-color);
|
|
9239
|
-
--el-input-border-radius: var(--el-border-radius-
|
|
9241
|
+
--el-input-border-radius: var(--el-border-radius-small);
|
|
9240
9242
|
--el-input-bg-color: var(--el-fill-color-blank);
|
|
9241
9243
|
--el-input-icon-color: var(--el-color-neutral-light-9);
|
|
9242
9244
|
--el-input-placeholder-color: var(--el-text-color-placeholder);
|
|
@@ -9308,7 +9310,7 @@ heights > $common-component-size
|
|
|
9308
9310
|
padding: 1px 15px;
|
|
9309
9311
|
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
9310
9312
|
background-image: none;
|
|
9311
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-
|
|
9313
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-small));
|
|
9312
9314
|
cursor: text;
|
|
9313
9315
|
transition: var(--el-transition-box-shadow);
|
|
9314
9316
|
transform: translate3d(0, 0, 0);
|
|
@@ -9322,7 +9324,7 @@ heights > $common-component-size
|
|
|
9322
9324
|
}
|
|
9323
9325
|
|
|
9324
9326
|
.el-input__inner {
|
|
9325
|
-
--el-input-inner-height: calc(var(--el-input-height,
|
|
9327
|
+
--el-input-inner-height: calc(var(--el-input-height, 36px) - 2px);
|
|
9326
9328
|
width: 100%;
|
|
9327
9329
|
flex-grow: 1;
|
|
9328
9330
|
-webkit-appearance: none;
|
|
@@ -9621,11 +9623,11 @@ heights > $common-component-size
|
|
|
9621
9623
|
position: relative;
|
|
9622
9624
|
display: inline-flex;
|
|
9623
9625
|
width: 150px;
|
|
9624
|
-
line-height:
|
|
9626
|
+
line-height: 34px;
|
|
9625
9627
|
}
|
|
9626
9628
|
.el-input-number .el-input__wrapper {
|
|
9627
|
-
padding-left:
|
|
9628
|
-
padding-right:
|
|
9629
|
+
padding-left: 46px;
|
|
9630
|
+
padding-right: 46px;
|
|
9629
9631
|
}
|
|
9630
9632
|
.el-input-number .el-input__inner {
|
|
9631
9633
|
-webkit-appearance: none;
|
|
@@ -9675,13 +9677,13 @@ heights > $common-component-size
|
|
|
9675
9677
|
|
|
9676
9678
|
.el-input-number__increase {
|
|
9677
9679
|
right: 1px;
|
|
9678
|
-
border-radius: 0 var(--el-border-radius-
|
|
9680
|
+
border-radius: 0 var(--el-border-radius-small) var(--el-border-radius-small) 0;
|
|
9679
9681
|
border-left: var(--el-border);
|
|
9680
9682
|
}
|
|
9681
9683
|
|
|
9682
9684
|
.el-input-number__decrease {
|
|
9683
9685
|
left: 1px;
|
|
9684
|
-
border-radius: var(--el-border-radius-
|
|
9686
|
+
border-radius: var(--el-border-radius-small) 0 0 var(--el-border-radius-small);
|
|
9685
9687
|
border-right: var(--el-border);
|
|
9686
9688
|
}
|
|
9687
9689
|
|
|
@@ -9759,10 +9761,10 @@ heights > $common-component-size
|
|
|
9759
9761
|
|
|
9760
9762
|
.el-input-number.is-controls-right .el-input__wrapper {
|
|
9761
9763
|
padding-left: 15px;
|
|
9762
|
-
padding-right:
|
|
9764
|
+
padding-right: 46px;
|
|
9763
9765
|
}
|
|
9764
9766
|
.el-input-number.is-controls-right .el-input-number__increase, .el-input-number.is-controls-right .el-input-number__decrease {
|
|
9765
|
-
--el-input-number-controls-height:
|
|
9767
|
+
--el-input-number-controls-height: 17px;
|
|
9766
9768
|
height: var(--el-input-number-controls-height);
|
|
9767
9769
|
line-height: var(--el-input-number-controls-height);
|
|
9768
9770
|
}
|
|
@@ -9773,7 +9775,7 @@ heights > $common-component-size
|
|
|
9773
9775
|
.el-input-number.is-controls-right .el-input-number__increase {
|
|
9774
9776
|
bottom: auto;
|
|
9775
9777
|
left: auto;
|
|
9776
|
-
border-radius: 0 var(--el-border-radius-
|
|
9778
|
+
border-radius: 0 var(--el-border-radius-small) 0 0;
|
|
9777
9779
|
border-bottom: var(--el-border);
|
|
9778
9780
|
}
|
|
9779
9781
|
|
|
@@ -9783,7 +9785,7 @@ heights > $common-component-size
|
|
|
9783
9785
|
left: auto;
|
|
9784
9786
|
border-right: none;
|
|
9785
9787
|
border-left: var(--el-border);
|
|
9786
|
-
border-radius: 0 0 var(--el-border-radius-
|
|
9788
|
+
border-radius: 0 0 var(--el-border-radius-small) 0;
|
|
9787
9789
|
}
|
|
9788
9790
|
|
|
9789
9791
|
.el-input-number.is-controls-right:not(.is-disabled):hover .el-input-number__increase, .el-input-number.is-controls-right:not(.is-disabled):hover .el-input-number__decrease {
|
|
@@ -10494,7 +10496,7 @@ h6,
|
|
|
10494
10496
|
.el-message-box {
|
|
10495
10497
|
--el-messagebox-title-color: var(--el-text-color-primary);
|
|
10496
10498
|
--el-messagebox-width: 420px;
|
|
10497
|
-
--el-messagebox-border-radius:
|
|
10499
|
+
--el-messagebox-border-radius: var(--el-border-radius-medium);
|
|
10498
10500
|
--el-messagebox-box-shadow: var(--el-box-shadow);
|
|
10499
10501
|
--el-messagebox-font-size: var(--el-font-size-large);
|
|
10500
10502
|
--el-messagebox-content-font-size: var(--el-font-size-base);
|
|
@@ -11684,7 +11686,7 @@ h6,
|
|
|
11684
11686
|
|
|
11685
11687
|
.el-radio-button:first-child .el-radio-button__inner {
|
|
11686
11688
|
border-left: 1px solid var(--el-color-primary);
|
|
11687
|
-
border-radius: var(--el-border-radius-
|
|
11689
|
+
border-radius: var(--el-border-radius-small) 0 0 var(--el-border-radius-small);
|
|
11688
11690
|
box-shadow: none !important;
|
|
11689
11691
|
}
|
|
11690
11692
|
.el-radio-button.is-active .el-radio-button__original-radio:not(:disabled) + .el-radio-button__inner {
|
|
@@ -11706,7 +11708,7 @@ h6,
|
|
|
11706
11708
|
outline: 2px solid var(--el-radio-button-checked-border-color);
|
|
11707
11709
|
outline-offset: 1px;
|
|
11708
11710
|
z-index: 2;
|
|
11709
|
-
border-radius: var(--el-border-radius-
|
|
11711
|
+
border-radius: var(--el-border-radius-small);
|
|
11710
11712
|
box-shadow: none;
|
|
11711
11713
|
}
|
|
11712
11714
|
.el-radio-button__original-radio:disabled + .el-radio-button__inner {
|
|
@@ -11722,10 +11724,10 @@ h6,
|
|
|
11722
11724
|
}
|
|
11723
11725
|
|
|
11724
11726
|
.el-radio-button:last-child .el-radio-button__inner {
|
|
11725
|
-
border-radius: 0 var(--el-border-radius-
|
|
11727
|
+
border-radius: 0 var(--el-border-radius-small) var(--el-border-radius-small) 0;
|
|
11726
11728
|
}
|
|
11727
11729
|
.el-radio-button:first-child:last-child .el-radio-button__inner {
|
|
11728
|
-
border-radius: var(--el-border-radius-
|
|
11730
|
+
border-radius: var(--el-border-radius-small);
|
|
11729
11731
|
}
|
|
11730
11732
|
.el-radio-button--large .el-radio-button__inner {
|
|
11731
11733
|
padding: 12px 15px;
|
|
@@ -11802,7 +11804,7 @@ h6,
|
|
|
11802
11804
|
font-size: var(--el-font-size-base);
|
|
11803
11805
|
user-select: none;
|
|
11804
11806
|
margin-right: 30px;
|
|
11805
|
-
height:
|
|
11807
|
+
height: 36px;
|
|
11806
11808
|
}
|
|
11807
11809
|
.el-radio.el-radio--large {
|
|
11808
11810
|
height: 40px;
|
|
@@ -11818,7 +11820,7 @@ h6,
|
|
|
11818
11820
|
}
|
|
11819
11821
|
.el-radio.is-bordered {
|
|
11820
11822
|
padding: 0 19px 0 11px;
|
|
11821
|
-
border-radius: var(--el-border-radius-
|
|
11823
|
+
border-radius: var(--el-border-radius-small);
|
|
11822
11824
|
border: var(--el-border);
|
|
11823
11825
|
box-sizing: border-box;
|
|
11824
11826
|
}
|
|
@@ -11831,7 +11833,7 @@ h6,
|
|
|
11831
11833
|
}
|
|
11832
11834
|
.el-radio.is-bordered.el-radio--large {
|
|
11833
11835
|
padding: 0 19px 0 11px;
|
|
11834
|
-
border-radius: var(--el-border-radius-
|
|
11836
|
+
border-radius: var(--el-border-radius-small);
|
|
11835
11837
|
}
|
|
11836
11838
|
.el-radio.is-bordered.el-radio--large .el-radio__label {
|
|
11837
11839
|
font-size: 14px;
|
|
@@ -11842,7 +11844,7 @@ h6,
|
|
|
11842
11844
|
}
|
|
11843
11845
|
.el-radio.is-bordered.el-radio--medium {
|
|
11844
11846
|
padding: 0 15px 0 9px;
|
|
11845
|
-
border-radius: var(--el-border-radius-
|
|
11847
|
+
border-radius: var(--el-border-radius-small);
|
|
11846
11848
|
}
|
|
11847
11849
|
.el-radio.is-bordered.el-radio--medium .el-radio__label {
|
|
11848
11850
|
font-size: 14px;
|
|
@@ -11853,7 +11855,7 @@ h6,
|
|
|
11853
11855
|
}
|
|
11854
11856
|
.el-radio.is-bordered.el-radio--small {
|
|
11855
11857
|
padding: 0 11px 0 7px;
|
|
11856
|
-
border-radius: var(--el-border-radius-
|
|
11858
|
+
border-radius: var(--el-border-radius-small);
|
|
11857
11859
|
}
|
|
11858
11860
|
.el-radio.is-bordered.el-radio--small .el-radio__label {
|
|
11859
11861
|
font-size: 12px;
|
|
@@ -11864,7 +11866,7 @@ h6,
|
|
|
11864
11866
|
}
|
|
11865
11867
|
.el-radio.is-bordered.el-radio--mini {
|
|
11866
11868
|
padding: 0 11px 0 7px;
|
|
11867
|
-
border-radius: var(--el-border-radius-
|
|
11869
|
+
border-radius: var(--el-border-radius-small);
|
|
11868
11870
|
}
|
|
11869
11871
|
.el-radio.is-bordered.el-radio--mini .el-radio__label {
|
|
11870
11872
|
font-size: 12px;
|
|
@@ -12312,7 +12314,7 @@ h6,
|
|
|
12312
12314
|
|
|
12313
12315
|
.el-select-dropdown {
|
|
12314
12316
|
z-index: calc(var(--el-index-top) + 1);
|
|
12315
|
-
border-radius: var(--el-border-radius-
|
|
12317
|
+
border-radius: var(--el-border-radius-small);
|
|
12316
12318
|
box-sizing: border-box;
|
|
12317
12319
|
}
|
|
12318
12320
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
@@ -12474,9 +12476,9 @@ h6,
|
|
|
12474
12476
|
font-size: 14px;
|
|
12475
12477
|
padding: 10px 12px;
|
|
12476
12478
|
gap: 8px;
|
|
12477
|
-
min-height:
|
|
12479
|
+
min-height: 36px;
|
|
12478
12480
|
line-height: 20px;
|
|
12479
|
-
border-radius: var(--el-border-radius-
|
|
12481
|
+
border-radius: var(--el-border-radius-small);
|
|
12480
12482
|
background-color: var(--el-fill-color-blank);
|
|
12481
12483
|
transition: var(--el-transition-duration);
|
|
12482
12484
|
box-shadow: 0 0 0 1px var(--el-border-color) inset;
|
|
@@ -12786,7 +12788,7 @@ h6,
|
|
|
12786
12788
|
background: var(--el-skeleton-color);
|
|
12787
12789
|
display: inline-block;
|
|
12788
12790
|
height: 16px;
|
|
12789
|
-
border-radius: var(--el-border-radius-
|
|
12791
|
+
border-radius: var(--el-border-radius-small);
|
|
12790
12792
|
width: 100%;
|
|
12791
12793
|
}
|
|
12792
12794
|
|
|
@@ -13435,7 +13437,7 @@ h6,
|
|
|
13435
13437
|
position: relative;
|
|
13436
13438
|
font-size: 14px;
|
|
13437
13439
|
line-height: 20px;
|
|
13438
|
-
height:
|
|
13440
|
+
height: 36px;
|
|
13439
13441
|
vertical-align: middle;
|
|
13440
13442
|
}
|
|
13441
13443
|
.el-switch:active .el-switch__core {
|
|
@@ -15912,7 +15914,7 @@ mark.el-text {
|
|
|
15912
15914
|
|
|
15913
15915
|
.el-transfer {
|
|
15914
15916
|
--el-transfer-border-color: var(--el-border-color-lighter);
|
|
15915
|
-
--el-transfer-border-radius: var(--el-border-radius-
|
|
15917
|
+
--el-transfer-border-radius: var(--el-border-radius-small);
|
|
15916
15918
|
--el-transfer-panel-width: 200px;
|
|
15917
15919
|
--el-transfer-panel-header-height: 40px;
|
|
15918
15920
|
--el-transfer-panel-header-bg-color: var(--el-fill-color-light);
|
|
@@ -16993,7 +16995,7 @@ mark.el-text {
|
|
|
16993
16995
|
--el-tour-font-size: 14px;
|
|
16994
16996
|
--el-tour-color: var(--el-text-color-primary);
|
|
16995
16997
|
--el-tour-bg-color: var(--el-bg-color);
|
|
16996
|
-
--el-tour-border-radius:
|
|
16998
|
+
--el-tour-border-radius: var(--el-border-radius-medium);
|
|
16997
16999
|
}
|
|
16998
17000
|
.el-tour__hollow {
|
|
16999
17001
|
transition: all var(--el-transition-duration) ease;
|
|
@@ -17264,10 +17266,10 @@ mark.el-text {
|
|
|
17264
17266
|
.el-segmented {
|
|
17265
17267
|
display: inline-flex;
|
|
17266
17268
|
align-items: stretch;
|
|
17267
|
-
min-height:
|
|
17269
|
+
min-height: 36px;
|
|
17268
17270
|
background: var(--el-segmented-bg-color);
|
|
17269
17271
|
padding: var(--el-segmented-padding);
|
|
17270
|
-
border-radius: var(--el-border-radius-
|
|
17272
|
+
border-radius: var(--el-border-radius-small);
|
|
17271
17273
|
font-size: 14px;
|
|
17272
17274
|
color: var(--el-segmented-color);
|
|
17273
17275
|
box-sizing: border-box;
|
|
@@ -17286,7 +17288,7 @@ mark.el-text {
|
|
|
17286
17288
|
background: var(--el-segmented-item-selected-bg-color);
|
|
17287
17289
|
height: 100%;
|
|
17288
17290
|
width: 10px;
|
|
17289
|
-
border-radius: calc(var(--el-border-radius-
|
|
17291
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
17290
17292
|
transition: all 0.3s;
|
|
17291
17293
|
pointer-events: none;
|
|
17292
17294
|
}
|
|
@@ -17308,7 +17310,7 @@ mark.el-text {
|
|
|
17308
17310
|
align-items: center;
|
|
17309
17311
|
flex: 1;
|
|
17310
17312
|
cursor: pointer;
|
|
17311
|
-
border-radius: calc(var(--el-border-radius-
|
|
17313
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
17312
17314
|
padding: 0 11px;
|
|
17313
17315
|
}
|
|
17314
17316
|
.el-segmented__item:not(.is-disabled):not(.is-selected):hover {
|
|
@@ -17359,15 +17361,15 @@ mark.el-text {
|
|
|
17359
17361
|
|
|
17360
17362
|
.el-segmented--large {
|
|
17361
17363
|
min-height: 40px;
|
|
17362
|
-
border-radius: var(--el-border-radius-
|
|
17364
|
+
border-radius: var(--el-border-radius-small);
|
|
17363
17365
|
font-size: 16px;
|
|
17364
17366
|
}
|
|
17365
17367
|
.el-segmented--large .el-segmented__item-selected {
|
|
17366
|
-
border-radius: calc(var(--el-border-radius-
|
|
17368
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
17367
17369
|
}
|
|
17368
17370
|
|
|
17369
17371
|
.el-segmented--large .el-segmented__item {
|
|
17370
|
-
border-radius: calc(var(--el-border-radius-
|
|
17372
|
+
border-radius: calc(var(--el-border-radius-small) - 2px);
|
|
17371
17373
|
padding: 0 11px;
|
|
17372
17374
|
}
|
|
17373
17375
|
|
|
@@ -17485,7 +17487,7 @@ mark.el-text {
|
|
|
17485
17487
|
|
|
17486
17488
|
.el-mention-dropdown {
|
|
17487
17489
|
z-index: calc(var(--el-index-top) + 1);
|
|
17488
|
-
border-radius: var(--el-border-radius-
|
|
17490
|
+
border-radius: var(--el-border-radius-small);
|
|
17489
17491
|
box-sizing: border-box;
|
|
17490
17492
|
}
|
|
17491
17493
|
|
|
@@ -304,11 +304,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
304
304
|
position: relative;
|
|
305
305
|
display: inline-flex;
|
|
306
306
|
width: 150px;
|
|
307
|
-
line-height:
|
|
307
|
+
line-height: 34px;
|
|
308
308
|
}
|
|
309
309
|
.el-input-number .el-input__wrapper {
|
|
310
|
-
padding-left:
|
|
311
|
-
padding-right:
|
|
310
|
+
padding-left: 46px;
|
|
311
|
+
padding-right: 46px;
|
|
312
312
|
}
|
|
313
313
|
.el-input-number .el-input__inner {
|
|
314
314
|
-webkit-appearance: none;
|
|
@@ -358,13 +358,13 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
358
358
|
|
|
359
359
|
.el-input-number__increase {
|
|
360
360
|
right: 1px;
|
|
361
|
-
border-radius: 0 var(--el-border-radius-
|
|
361
|
+
border-radius: 0 var(--el-border-radius-small) var(--el-border-radius-small) 0;
|
|
362
362
|
border-left: var(--el-border);
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.el-input-number__decrease {
|
|
366
366
|
left: 1px;
|
|
367
|
-
border-radius: var(--el-border-radius-
|
|
367
|
+
border-radius: var(--el-border-radius-small) 0 0 var(--el-border-radius-small);
|
|
368
368
|
border-right: var(--el-border);
|
|
369
369
|
}
|
|
370
370
|
|
|
@@ -442,10 +442,10 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
442
442
|
|
|
443
443
|
.el-input-number.is-controls-right .el-input__wrapper {
|
|
444
444
|
padding-left: 15px;
|
|
445
|
-
padding-right:
|
|
445
|
+
padding-right: 46px;
|
|
446
446
|
}
|
|
447
447
|
.el-input-number.is-controls-right .el-input-number__increase, .el-input-number.is-controls-right .el-input-number__decrease {
|
|
448
|
-
--el-input-number-controls-height:
|
|
448
|
+
--el-input-number-controls-height: 17px;
|
|
449
449
|
height: var(--el-input-number-controls-height);
|
|
450
450
|
line-height: var(--el-input-number-controls-height);
|
|
451
451
|
}
|
|
@@ -456,7 +456,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
456
456
|
.el-input-number.is-controls-right .el-input-number__increase {
|
|
457
457
|
bottom: auto;
|
|
458
458
|
left: auto;
|
|
459
|
-
border-radius: 0 var(--el-border-radius-
|
|
459
|
+
border-radius: 0 var(--el-border-radius-small) 0 0;
|
|
460
460
|
border-bottom: var(--el-border);
|
|
461
461
|
}
|
|
462
462
|
|
|
@@ -466,7 +466,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
466
466
|
left: auto;
|
|
467
467
|
border-right: none;
|
|
468
468
|
border-left: var(--el-border);
|
|
469
|
-
border-radius: 0 0 var(--el-border-radius-
|
|
469
|
+
border-radius: 0 0 var(--el-border-radius-small) 0;
|
|
470
470
|
}
|
|
471
471
|
|
|
472
472
|
.el-input-number.is-controls-right:not(.is-disabled):hover .el-input-number__increase, .el-input-number.is-controls-right:not(.is-disabled):hover .el-input-number__decrease {
|