@timus-networks/theme 2.4.166 → 2.4.169
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/assets/scss/main.css +84 -61
- package/dist/runtime/public/scss/element-plus/alert.css +18 -11
- package/dist/runtime/public/scss/element-plus/alert.scss +9 -7
- package/dist/runtime/public/scss/element-plus/button.css +6 -3
- package/dist/runtime/public/scss/element-plus/button.scss +8 -1
- package/dist/runtime/public/scss/element-plus/checkbox-button.css +2 -2
- package/dist/runtime/public/scss/element-plus/common/var.scss +6 -6
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker/time-picker.scss +1 -1
- package/dist/runtime/public/scss/element-plus/date-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/descriptions-item.css +2 -2
- package/dist/runtime/public/scss/element-plus/descriptions-item.scss +2 -2
- package/dist/runtime/public/scss/element-plus/dialog.css +5 -5
- package/dist/runtime/public/scss/element-plus/dialog.scss +4 -4
- package/dist/runtime/public/scss/element-plus/dropdown.css +5 -2
- package/dist/runtime/public/scss/element-plus/dropdown.scss +5 -2
- package/dist/runtime/public/scss/element-plus/index.css +84 -61
- package/dist/runtime/public/scss/element-plus/link.scss +0 -1
- package/dist/runtime/public/scss/element-plus/pagination.css +11 -6
- package/dist/runtime/public/scss/element-plus/pagination.scss +10 -3
- package/dist/runtime/public/scss/element-plus/popper.css +8 -9
- package/dist/runtime/public/scss/element-plus/popper.scss +1 -2
- package/dist/runtime/public/scss/element-plus/radio-button.css +2 -2
- package/dist/runtime/public/scss/element-plus/switch.css +12 -12
- package/dist/runtime/public/scss/element-plus/switch.scss +12 -1
- package/dist/runtime/public/scss/element-plus/table.css +5 -3
- package/dist/runtime/public/scss/element-plus/table.scss +7 -3
- package/dist/runtime/public/scss/element-plus/tabs.css +2 -2
- package/dist/runtime/public/scss/element-plus/tabs.scss +1 -1
- package/dist/runtime/public/scss/element-plus/tag.css +4 -0
- package/dist/runtime/public/scss/element-plus/tag.scss +4 -0
- package/dist/runtime/public/scss/element-plus/time-picker.css +1 -1
- package/dist/runtime/public/scss/element-plus/tooltip.css +1 -1
- package/dist/runtime/public/scss/element-plus/tooltip.scss +1 -1
- package/package.json +1 -1
|
@@ -569,8 +569,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
569
569
|
--el-alert-title-font-size: 12px;
|
|
570
570
|
--el-alert-title-with-description-font-size: 12px;
|
|
571
571
|
--el-alert-description-font-size: 10px;
|
|
572
|
-
--el-alert-close-font-size:
|
|
573
|
-
--el-alert-close-customed-font-size:
|
|
572
|
+
--el-alert-close-font-size: 12px;
|
|
573
|
+
--el-alert-close-customed-font-size: 12px;
|
|
574
574
|
--el-alert-icon-size: 12px;
|
|
575
575
|
--el-alert-icon-large-size: 32px;
|
|
576
576
|
position: relative;
|
|
@@ -614,6 +614,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
614
614
|
}
|
|
615
615
|
.el-alert--primary.is-light .el-alert__description {
|
|
616
616
|
color: var(--el-color-primary-light-6);
|
|
617
|
+
line-height: 14px;
|
|
618
|
+
margin-left: -16px;
|
|
617
619
|
}
|
|
618
620
|
.el-alert--primary.is-dark {
|
|
619
621
|
background-color: var(--el-color-primary);
|
|
@@ -633,6 +635,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
633
635
|
}
|
|
634
636
|
.el-alert--success.is-light .el-alert__description {
|
|
635
637
|
color: var(--el-color-success-light-6);
|
|
638
|
+
line-height: 14px;
|
|
639
|
+
margin-left: -16px;
|
|
636
640
|
}
|
|
637
641
|
.el-alert--success.is-dark {
|
|
638
642
|
background-color: var(--el-color-success);
|
|
@@ -652,6 +656,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
652
656
|
}
|
|
653
657
|
.el-alert--info.is-light .el-alert__description {
|
|
654
658
|
color: var(--el-color-neutral-light-6);
|
|
659
|
+
line-height: 14px;
|
|
660
|
+
margin-left: -16px;
|
|
655
661
|
}
|
|
656
662
|
.el-alert--info.is-dark {
|
|
657
663
|
background-color: var(--el-color-neutral);
|
|
@@ -671,6 +677,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
671
677
|
}
|
|
672
678
|
.el-alert--warning.is-light .el-alert__description {
|
|
673
679
|
color: var(--el-color-warning-light-6);
|
|
680
|
+
line-height: 14px;
|
|
681
|
+
margin-left: -16px;
|
|
674
682
|
}
|
|
675
683
|
.el-alert--warning.is-dark {
|
|
676
684
|
background-color: var(--el-color-warning);
|
|
@@ -690,6 +698,8 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
690
698
|
}
|
|
691
699
|
.el-alert--error.is-light .el-alert__description {
|
|
692
700
|
color: var(--el-color-error-light-6);
|
|
701
|
+
line-height: 14px;
|
|
702
|
+
margin-left: -16px;
|
|
693
703
|
}
|
|
694
704
|
.el-alert--error.is-dark {
|
|
695
705
|
background-color: var(--el-color-error);
|
|
@@ -709,18 +719,15 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
709
719
|
speak: never;
|
|
710
720
|
text-transform: none;
|
|
711
721
|
font-size: var(--el-alert-icon-size);
|
|
712
|
-
line-height: 1;
|
|
713
722
|
margin-right: 5px;
|
|
714
723
|
content: "info";
|
|
715
|
-
position: absolute;
|
|
716
724
|
font-weight: 500;
|
|
717
725
|
width: 12px;
|
|
718
|
-
height:
|
|
726
|
+
height: 18px;
|
|
719
727
|
font-size: 12px;
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
padding-left: 17px;
|
|
728
|
+
display: flex;
|
|
729
|
+
align-items: center;
|
|
730
|
+
justify-content: center;
|
|
724
731
|
}
|
|
725
732
|
.el-alert .el-alert__icon {
|
|
726
733
|
display: none;
|
|
@@ -750,7 +757,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
750
757
|
.el-alert__title.with-description {
|
|
751
758
|
font-size: var(--el-alert-title-with-description-font-size);
|
|
752
759
|
line-height: 14px;
|
|
753
|
-
margin-top:
|
|
760
|
+
margin-top: 2px;
|
|
754
761
|
}
|
|
755
762
|
|
|
756
763
|
.el-alert .el-alert__description {
|
|
@@ -761,7 +768,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
761
768
|
font-size: var(--el-alert-close-font-size);
|
|
762
769
|
opacity: 1;
|
|
763
770
|
position: absolute;
|
|
764
|
-
top:
|
|
771
|
+
top: 11px;
|
|
765
772
|
right: 16px;
|
|
766
773
|
cursor: pointer;
|
|
767
774
|
}
|
|
@@ -1392,7 +1399,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1392
1399
|
|
|
1393
1400
|
.el-button {
|
|
1394
1401
|
display: inline-flex;
|
|
1395
|
-
gap:
|
|
1402
|
+
gap: 4px;
|
|
1396
1403
|
justify-content: center;
|
|
1397
1404
|
align-items: center;
|
|
1398
1405
|
line-height: 1;
|
|
@@ -1413,6 +1420,9 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
1413
1420
|
border-color: var(--el-button-border-color);
|
|
1414
1421
|
transition: all 0.5s ease;
|
|
1415
1422
|
}
|
|
1423
|
+
.el-button[class^=mat-]::before, .el-button[class*=" mat-"]::before {
|
|
1424
|
+
margin-left: -4px;
|
|
1425
|
+
}
|
|
1416
1426
|
.el-button:empty {
|
|
1417
1427
|
padding: 0;
|
|
1418
1428
|
min-width: 36px;
|
|
@@ -2143,12 +2153,12 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
2143
2153
|
padding: 0 7px;
|
|
2144
2154
|
}
|
|
2145
2155
|
.el-button--mini {
|
|
2146
|
-
padding: 5px
|
|
2156
|
+
padding: 5px 11px;
|
|
2147
2157
|
font-size: 12px;
|
|
2148
2158
|
border-radius: 4px;
|
|
2149
2159
|
}
|
|
2150
2160
|
.el-button--mini.is-round {
|
|
2151
|
-
padding: 5px
|
|
2161
|
+
padding: 5px 11px;
|
|
2152
2162
|
}
|
|
2153
2163
|
.el-button--mini:has(> i):not(:has(span)) {
|
|
2154
2164
|
width: 28px;
|
|
@@ -3114,12 +3124,12 @@ heights > $common-component-size
|
|
|
3114
3124
|
.el-checkbox-button--mini .el-checkbox-button__inner {
|
|
3115
3125
|
--el-button-size: 28px;
|
|
3116
3126
|
height: var(--el-button-size);
|
|
3117
|
-
padding: 5px
|
|
3127
|
+
padding: 5px 11px;
|
|
3118
3128
|
font-size: 12px;
|
|
3119
3129
|
border-radius: 0;
|
|
3120
3130
|
}
|
|
3121
3131
|
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
|
|
3122
|
-
padding: 5px
|
|
3132
|
+
padding: 5px 11px;
|
|
3123
3133
|
}
|
|
3124
3134
|
|
|
3125
3135
|
.el-checkbox-group {
|
|
@@ -7848,7 +7858,7 @@ heights > $common-component-size
|
|
|
7848
7858
|
.el-time-panel {
|
|
7849
7859
|
border-radius: 2px;
|
|
7850
7860
|
position: relative;
|
|
7851
|
-
width:
|
|
7861
|
+
min-width: 200px;
|
|
7852
7862
|
left: 0;
|
|
7853
7863
|
z-index: var(--el-index-top);
|
|
7854
7864
|
user-select: none;
|
|
@@ -8046,7 +8056,7 @@ heights > $common-component-size
|
|
|
8046
8056
|
color: var(--el-color-neutral-light-6);
|
|
8047
8057
|
}
|
|
8048
8058
|
.el-descriptions__label:not(.is-bordered-label) {
|
|
8049
|
-
color: var(--el-color-neutral-light-
|
|
8059
|
+
color: var(--el-color-neutral-light-9);
|
|
8050
8060
|
margin-right: 6px;
|
|
8051
8061
|
}
|
|
8052
8062
|
.el-descriptions__label.el-descriptions__cell:not(.is-bordered-label).is-vertical-label {
|
|
@@ -8057,7 +8067,7 @@ heights > $common-component-size
|
|
|
8057
8067
|
color: var(--el-text-color-primary);
|
|
8058
8068
|
}
|
|
8059
8069
|
.el-descriptions__content:not(.is-bordered-label) {
|
|
8060
|
-
color: var(--el-
|
|
8070
|
+
color: var(--el-color-neutral-light-6);
|
|
8061
8071
|
}
|
|
8062
8072
|
|
|
8063
8073
|
.el-descriptions--large .el-descriptions__label:not(.is-bordered-label) {
|
|
@@ -8132,7 +8142,7 @@ heights > $common-component-size
|
|
|
8132
8142
|
--el-dialog-box-shadow: var(--el-box-shadow);
|
|
8133
8143
|
--el-dialog-title-font-size: 18px;
|
|
8134
8144
|
--el-dialog-title-line-height: 22px;
|
|
8135
|
-
--el-dialog-content-font-size:
|
|
8145
|
+
--el-dialog-content-font-size: 12px;
|
|
8136
8146
|
--el-dialog-content-line-height: 22px;
|
|
8137
8147
|
--el-dialog-padding-primary: 24px;
|
|
8138
8148
|
--el-dialog-border-radius: 8px;
|
|
@@ -8197,11 +8207,11 @@ heights > $common-component-size
|
|
|
8197
8207
|
font-size: var(--el-message-close-size, 12px);
|
|
8198
8208
|
}
|
|
8199
8209
|
.el-dialog__headerbtn .el-dialog__close {
|
|
8200
|
-
color: var(--el-color-
|
|
8210
|
+
color: var(--el-color-neutral-light-9);
|
|
8201
8211
|
font-size: inherit;
|
|
8202
8212
|
}
|
|
8203
8213
|
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
|
|
8204
|
-
color: var(--el-color-
|
|
8214
|
+
color: var(--el-color-neutral-light-9);
|
|
8205
8215
|
}
|
|
8206
8216
|
|
|
8207
8217
|
.el-dialog__title {
|
|
@@ -8212,7 +8222,7 @@ heights > $common-component-size
|
|
|
8212
8222
|
}
|
|
8213
8223
|
|
|
8214
8224
|
.el-dialog__body {
|
|
8215
|
-
color: var(--el-color-neutral-light-
|
|
8225
|
+
color: var(--el-color-neutral-light-6);
|
|
8216
8226
|
font-size: var(--el-dialog-content-font-size);
|
|
8217
8227
|
line-height: var(--el-dialog-content-line-height);
|
|
8218
8228
|
}
|
|
@@ -8220,7 +8230,7 @@ heights > $common-component-size
|
|
|
8220
8230
|
.el-dialog__footer {
|
|
8221
8231
|
display: flex;
|
|
8222
8232
|
gap: 30px;
|
|
8223
|
-
padding-top:
|
|
8233
|
+
padding-top: 16px;
|
|
8224
8234
|
text-align: right;
|
|
8225
8235
|
box-sizing: border-box;
|
|
8226
8236
|
}
|
|
@@ -8619,6 +8629,9 @@ heights > $common-component-size
|
|
|
8619
8629
|
border: none;
|
|
8620
8630
|
border-radius: var(--el-border-radius-small);
|
|
8621
8631
|
box-shadow: var(--el-box-shadow-light);
|
|
8632
|
+
gap: 2px;
|
|
8633
|
+
display: flex;
|
|
8634
|
+
flex-direction: column;
|
|
8622
8635
|
list-style: none;
|
|
8623
8636
|
}
|
|
8624
8637
|
.el-dropdown-menu__item {
|
|
@@ -8626,8 +8639,8 @@ heights > $common-component-size
|
|
|
8626
8639
|
align-items: center;
|
|
8627
8640
|
white-space: nowrap;
|
|
8628
8641
|
list-style: none;
|
|
8629
|
-
line-height:
|
|
8630
|
-
padding: 5px
|
|
8642
|
+
line-height: 18px;
|
|
8643
|
+
padding: 5px 8px;
|
|
8631
8644
|
margin: 0;
|
|
8632
8645
|
font-size: var(--el-font-size-small);
|
|
8633
8646
|
font-weight: 500;
|
|
@@ -11234,7 +11247,7 @@ h6,
|
|
|
11234
11247
|
--el-pagination-border-radius: 2px;
|
|
11235
11248
|
--el-pagination-button-color: var(--el-color-neutral-light-6);
|
|
11236
11249
|
--el-pagination-button-width: 24px;
|
|
11237
|
-
--el-pagination-button-height:
|
|
11250
|
+
--el-pagination-button-height: 24px;
|
|
11238
11251
|
--el-pagination-select-height: 20px;
|
|
11239
11252
|
--el-pagination-button-disabled-color: var(--el-text-color-placeholder);
|
|
11240
11253
|
--el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
|
|
@@ -11253,7 +11266,7 @@ h6,
|
|
|
11253
11266
|
--el-pagination-border-radius: 2px;
|
|
11254
11267
|
--el-pagination-button-color: var(--el-color-neutral-light-6);
|
|
11255
11268
|
--el-pagination-button-width: 24px;
|
|
11256
|
-
--el-pagination-button-height:
|
|
11269
|
+
--el-pagination-button-height: 24px;
|
|
11257
11270
|
--el-pagination-select-height: 20px;
|
|
11258
11271
|
--el-pagination-button-disabled-color: var(--el-text-color-placeholder);
|
|
11259
11272
|
--el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
|
|
@@ -11273,6 +11286,7 @@ h6,
|
|
|
11273
11286
|
display: flex;
|
|
11274
11287
|
align-items: center;
|
|
11275
11288
|
width: var(--el-pagination-width);
|
|
11289
|
+
margin-top: -16px;
|
|
11276
11290
|
}
|
|
11277
11291
|
.el-pagination .el-input__inner {
|
|
11278
11292
|
text-align: center;
|
|
@@ -11282,10 +11296,11 @@ h6,
|
|
|
11282
11296
|
}
|
|
11283
11297
|
.el-pagination .el-select {
|
|
11284
11298
|
width: 128px;
|
|
11299
|
+
height: 24px;
|
|
11285
11300
|
}
|
|
11286
11301
|
.el-pagination .el-select .el-select__wrapper {
|
|
11287
|
-
height:
|
|
11288
|
-
min-height:
|
|
11302
|
+
height: 24px;
|
|
11303
|
+
min-height: 24px;
|
|
11289
11304
|
font-size: 12px;
|
|
11290
11305
|
}
|
|
11291
11306
|
.el-pagination button {
|
|
@@ -11304,7 +11319,6 @@ h6,
|
|
|
11304
11319
|
cursor: pointer;
|
|
11305
11320
|
text-align: center;
|
|
11306
11321
|
box-sizing: border-box;
|
|
11307
|
-
margin-top: -16px;
|
|
11308
11322
|
}
|
|
11309
11323
|
.el-pagination button * {
|
|
11310
11324
|
pointer-events: none;
|
|
@@ -11385,6 +11399,11 @@ h6,
|
|
|
11385
11399
|
}
|
|
11386
11400
|
.el-pagination__editor.el-input {
|
|
11387
11401
|
width: 56px;
|
|
11402
|
+
height: 24px;
|
|
11403
|
+
}
|
|
11404
|
+
.el-pagination__editor.el-input .el-input__wrapper {
|
|
11405
|
+
height: 24px;
|
|
11406
|
+
min-height: 24px;
|
|
11388
11407
|
}
|
|
11389
11408
|
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
|
|
11390
11409
|
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
|
|
@@ -11487,7 +11506,6 @@ h6,
|
|
|
11487
11506
|
cursor: pointer;
|
|
11488
11507
|
text-align: center;
|
|
11489
11508
|
box-sizing: border-box;
|
|
11490
|
-
margin-top: -16px;
|
|
11491
11509
|
}
|
|
11492
11510
|
.el-pager li * {
|
|
11493
11511
|
pointer-events: none;
|
|
@@ -11909,13 +11927,13 @@ h6,
|
|
|
11909
11927
|
}
|
|
11910
11928
|
|
|
11911
11929
|
.el-radio-button--mini .el-radio-button__inner {
|
|
11912
|
-
padding: 5px
|
|
11930
|
+
padding: 5px 11px;
|
|
11913
11931
|
font-size: 12px;
|
|
11914
11932
|
border-radius: 0;
|
|
11915
11933
|
height: 28px;
|
|
11916
11934
|
}
|
|
11917
11935
|
.el-radio-button--mini .el-radio-button__inner.is-round {
|
|
11918
|
-
padding: 5px
|
|
11936
|
+
padding: 5px 11px;
|
|
11919
11937
|
}
|
|
11920
11938
|
|
|
11921
11939
|
.el-radio-group {
|
|
@@ -13607,7 +13625,7 @@ h6,
|
|
|
13607
13625
|
display: inline-flex;
|
|
13608
13626
|
align-items: center;
|
|
13609
13627
|
position: relative;
|
|
13610
|
-
font-size:
|
|
13628
|
+
font-size: 12px;
|
|
13611
13629
|
line-height: 20px;
|
|
13612
13630
|
height: 36px;
|
|
13613
13631
|
vertical-align: middle;
|
|
@@ -13641,7 +13659,7 @@ h6,
|
|
|
13641
13659
|
transition: var(--el-transition-duration-fast);
|
|
13642
13660
|
height: 20px;
|
|
13643
13661
|
display: inline-block;
|
|
13644
|
-
font-size:
|
|
13662
|
+
font-size: 12px;
|
|
13645
13663
|
font-weight: 500;
|
|
13646
13664
|
cursor: pointer;
|
|
13647
13665
|
vertical-align: middle;
|
|
@@ -13661,7 +13679,7 @@ h6,
|
|
|
13661
13679
|
|
|
13662
13680
|
.el-switch__label * {
|
|
13663
13681
|
line-height: 1;
|
|
13664
|
-
font-size:
|
|
13682
|
+
font-size: 12px;
|
|
13665
13683
|
display: inline-block;
|
|
13666
13684
|
}
|
|
13667
13685
|
.el-switch__label .el-icon {
|
|
@@ -13753,16 +13771,16 @@ h6,
|
|
|
13753
13771
|
opacity: 0;
|
|
13754
13772
|
}
|
|
13755
13773
|
.el-switch--large {
|
|
13756
|
-
font-size:
|
|
13774
|
+
font-size: 16px;
|
|
13757
13775
|
line-height: 24px;
|
|
13758
13776
|
height: 40px;
|
|
13759
13777
|
}
|
|
13760
13778
|
.el-switch--large .el-switch__label {
|
|
13761
13779
|
height: 24px;
|
|
13762
|
-
font-size:
|
|
13780
|
+
font-size: 16px;
|
|
13763
13781
|
}
|
|
13764
13782
|
.el-switch--large .el-switch__label * {
|
|
13765
|
-
font-size:
|
|
13783
|
+
font-size: 16px;
|
|
13766
13784
|
}
|
|
13767
13785
|
|
|
13768
13786
|
.el-switch--large .el-switch__core {
|
|
@@ -13787,16 +13805,16 @@ h6,
|
|
|
13787
13805
|
}
|
|
13788
13806
|
|
|
13789
13807
|
.el-switch--medium {
|
|
13790
|
-
font-size:
|
|
13808
|
+
font-size: 12px;
|
|
13791
13809
|
line-height: 20px;
|
|
13792
13810
|
height: 36px;
|
|
13793
13811
|
}
|
|
13794
13812
|
.el-switch--medium .el-switch__label {
|
|
13795
13813
|
height: 20px;
|
|
13796
|
-
font-size:
|
|
13814
|
+
font-size: 12px;
|
|
13797
13815
|
}
|
|
13798
13816
|
.el-switch--medium .el-switch__label * {
|
|
13799
|
-
font-size:
|
|
13817
|
+
font-size: 12px;
|
|
13800
13818
|
}
|
|
13801
13819
|
|
|
13802
13820
|
.el-switch--medium .el-switch__core {
|
|
@@ -13855,16 +13873,16 @@ h6,
|
|
|
13855
13873
|
}
|
|
13856
13874
|
|
|
13857
13875
|
.el-switch--mini {
|
|
13858
|
-
font-size:
|
|
13876
|
+
font-size: 10px;
|
|
13859
13877
|
line-height: 12px;
|
|
13860
13878
|
height: 28px;
|
|
13861
13879
|
}
|
|
13862
13880
|
.el-switch--mini .el-switch__label {
|
|
13863
13881
|
height: 12px;
|
|
13864
|
-
font-size:
|
|
13882
|
+
font-size: 10px;
|
|
13865
13883
|
}
|
|
13866
13884
|
.el-switch--mini .el-switch__label * {
|
|
13867
|
-
font-size:
|
|
13885
|
+
font-size: 10px;
|
|
13868
13886
|
}
|
|
13869
13887
|
|
|
13870
13888
|
.el-switch--mini .el-switch__core {
|
|
@@ -14130,7 +14148,7 @@ h6,
|
|
|
14130
14148
|
visibility: hidden;
|
|
14131
14149
|
}
|
|
14132
14150
|
.el-table .el-table__cell:first-of-type .cell {
|
|
14133
|
-
|
|
14151
|
+
margin-left: 0;
|
|
14134
14152
|
}
|
|
14135
14153
|
.el-table .el-table__cell:last-of-type .cell {
|
|
14136
14154
|
padding-right: 0;
|
|
@@ -14140,7 +14158,8 @@ h6,
|
|
|
14140
14158
|
overflow: hidden;
|
|
14141
14159
|
text-overflow: ellipsis;
|
|
14142
14160
|
overflow-wrap: break-word;
|
|
14143
|
-
padding: 0 12px;
|
|
14161
|
+
padding: 0 12px 0 0;
|
|
14162
|
+
margin-left: 12px;
|
|
14144
14163
|
align-items: center;
|
|
14145
14164
|
gap: 2px;
|
|
14146
14165
|
white-space: nowrap;
|
|
@@ -14203,6 +14222,7 @@ h6,
|
|
|
14203
14222
|
}
|
|
14204
14223
|
.el-table tr .el-checkbox {
|
|
14205
14224
|
max-height: 20px;
|
|
14225
|
+
margin-top: 1px;
|
|
14206
14226
|
}
|
|
14207
14227
|
.el-table tr .el-checkbox input[type=checkbox] {
|
|
14208
14228
|
margin: 0;
|
|
@@ -14412,7 +14432,7 @@ h6,
|
|
|
14412
14432
|
top: 3px;
|
|
14413
14433
|
}
|
|
14414
14434
|
.el-table__header-wrapper .el-table-column--selection + td > .cell, .el-table__header-wrapper .el-table-column--selection + th > .cell, .el-table__body-wrapper .el-table-column--selection + td > .cell, .el-table__body-wrapper .el-table-column--selection + th > .cell {
|
|
14415
|
-
|
|
14435
|
+
margin-left: 0;
|
|
14416
14436
|
}
|
|
14417
14437
|
|
|
14418
14438
|
.el-table.is-scrolling-left .el-table-fixed-column--right.is-first-column::before {
|
|
@@ -14859,7 +14879,7 @@ h6,
|
|
|
14859
14879
|
}
|
|
14860
14880
|
|
|
14861
14881
|
.el-tabs {
|
|
14862
|
-
--el-tabs-header-height:
|
|
14882
|
+
--el-tabs-header-height: 28px;
|
|
14863
14883
|
display: flex;
|
|
14864
14884
|
}
|
|
14865
14885
|
.el-tabs__header {
|
|
@@ -14985,7 +15005,7 @@ h6,
|
|
|
14985
15005
|
align-items: center;
|
|
14986
15006
|
justify-content: center;
|
|
14987
15007
|
list-style: none;
|
|
14988
|
-
font-size: var(--el-font-size-
|
|
15008
|
+
font-size: var(--el-font-size-small);
|
|
14989
15009
|
font-weight: 500;
|
|
14990
15010
|
color: var(--el-color-neutral-light-6);
|
|
14991
15011
|
position: relative;
|
|
@@ -15771,6 +15791,10 @@ h6,
|
|
|
15771
15791
|
border-color: var(--el-color-info);
|
|
15772
15792
|
}
|
|
15773
15793
|
|
|
15794
|
+
.el-tag.el-tag--secondary {
|
|
15795
|
+
--el-tag-bg-color: var(--el-color-white);
|
|
15796
|
+
}
|
|
15797
|
+
|
|
15774
15798
|
.el-text {
|
|
15775
15799
|
--el-text-font-size: var(--el-font-size-base);
|
|
15776
15800
|
--el-text-color: var(--el-text-color-regular);
|
|
@@ -16025,7 +16049,7 @@ mark.el-text {
|
|
|
16025
16049
|
.el-tooltip.el-popper.is-dark {
|
|
16026
16050
|
padding: 8px 16px;
|
|
16027
16051
|
background-color: var(--el-color-neutral-light-9);
|
|
16028
|
-
color: var(--el-color-neutral-light-
|
|
16052
|
+
color: var(--el-color-neutral-light-2);
|
|
16029
16053
|
box-shadow: 0 2px 2px 0 var(--el-color-neutral-light-6);
|
|
16030
16054
|
}
|
|
16031
16055
|
|
|
@@ -17078,7 +17102,6 @@ mark.el-text {
|
|
|
17078
17102
|
z-index: 2000;
|
|
17079
17103
|
font-size: 12px;
|
|
17080
17104
|
line-height: 20px;
|
|
17081
|
-
min-width: 150px;
|
|
17082
17105
|
overflow-wrap: break-word;
|
|
17083
17106
|
visibility: visible;
|
|
17084
17107
|
}
|
|
@@ -17112,14 +17135,14 @@ mark.el-text {
|
|
|
17112
17135
|
|
|
17113
17136
|
.el-popper__arrow {
|
|
17114
17137
|
position: absolute;
|
|
17115
|
-
width:
|
|
17116
|
-
height:
|
|
17138
|
+
width: 10px;
|
|
17139
|
+
height: 10px;
|
|
17117
17140
|
z-index: -1;
|
|
17118
17141
|
}
|
|
17119
17142
|
.el-popper__arrow::before {
|
|
17120
17143
|
position: absolute;
|
|
17121
|
-
width:
|
|
17122
|
-
height:
|
|
17144
|
+
width: 10px;
|
|
17145
|
+
height: 10px;
|
|
17123
17146
|
z-index: -1;
|
|
17124
17147
|
content: " ";
|
|
17125
17148
|
transform: rotate(45deg);
|
|
@@ -17128,25 +17151,25 @@ mark.el-text {
|
|
|
17128
17151
|
}
|
|
17129
17152
|
|
|
17130
17153
|
.el-popper[data-popper-placement^=top] > .el-popper__arrow {
|
|
17131
|
-
bottom: -
|
|
17154
|
+
bottom: -5px;
|
|
17132
17155
|
}
|
|
17133
17156
|
.el-popper[data-popper-placement^=top] > .el-popper__arrow::before {
|
|
17134
17157
|
border-bottom-right-radius: 2px;
|
|
17135
17158
|
}
|
|
17136
17159
|
.el-popper[data-popper-placement^=bottom] > .el-popper__arrow {
|
|
17137
|
-
top: -
|
|
17160
|
+
top: -5px;
|
|
17138
17161
|
}
|
|
17139
17162
|
.el-popper[data-popper-placement^=bottom] > .el-popper__arrow::before {
|
|
17140
17163
|
border-top-left-radius: 2px;
|
|
17141
17164
|
}
|
|
17142
17165
|
.el-popper[data-popper-placement^=left] > .el-popper__arrow {
|
|
17143
|
-
right: -
|
|
17166
|
+
right: -5px;
|
|
17144
17167
|
}
|
|
17145
17168
|
.el-popper[data-popper-placement^=left] > .el-popper__arrow::before {
|
|
17146
17169
|
border-top-right-radius: 2px;
|
|
17147
17170
|
}
|
|
17148
17171
|
.el-popper[data-popper-placement^=right] > .el-popper__arrow {
|
|
17149
|
-
left: -
|
|
17172
|
+
left: -5px;
|
|
17150
17173
|
}
|
|
17151
17174
|
.el-popper[data-popper-placement^=right] > .el-popper__arrow::before {
|
|
17152
17175
|
border-bottom-left-radius: 2px;
|
|
@@ -307,7 +307,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
307
307
|
--el-pagination-border-radius: 2px;
|
|
308
308
|
--el-pagination-button-color: var(--el-color-neutral-light-6);
|
|
309
309
|
--el-pagination-button-width: 24px;
|
|
310
|
-
--el-pagination-button-height:
|
|
310
|
+
--el-pagination-button-height: 24px;
|
|
311
311
|
--el-pagination-select-height: 20px;
|
|
312
312
|
--el-pagination-button-disabled-color: var(--el-text-color-placeholder);
|
|
313
313
|
--el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
|
|
@@ -326,7 +326,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
326
326
|
--el-pagination-border-radius: 2px;
|
|
327
327
|
--el-pagination-button-color: var(--el-color-neutral-light-6);
|
|
328
328
|
--el-pagination-button-width: 24px;
|
|
329
|
-
--el-pagination-button-height:
|
|
329
|
+
--el-pagination-button-height: 24px;
|
|
330
330
|
--el-pagination-select-height: 20px;
|
|
331
331
|
--el-pagination-button-disabled-color: var(--el-text-color-placeholder);
|
|
332
332
|
--el-pagination-button-disabled-bg-color: var(--el-fill-color-blank);
|
|
@@ -346,6 +346,7 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
346
346
|
display: flex;
|
|
347
347
|
align-items: center;
|
|
348
348
|
width: var(--el-pagination-width);
|
|
349
|
+
margin-top: -16px;
|
|
349
350
|
}
|
|
350
351
|
.el-pagination .el-input__inner {
|
|
351
352
|
text-align: center;
|
|
@@ -355,10 +356,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
355
356
|
}
|
|
356
357
|
.el-pagination .el-select {
|
|
357
358
|
width: 128px;
|
|
359
|
+
height: 24px;
|
|
358
360
|
}
|
|
359
361
|
.el-pagination .el-select .el-select__wrapper {
|
|
360
|
-
height:
|
|
361
|
-
min-height:
|
|
362
|
+
height: 24px;
|
|
363
|
+
min-height: 24px;
|
|
362
364
|
font-size: 12px;
|
|
363
365
|
}
|
|
364
366
|
.el-pagination button {
|
|
@@ -377,7 +379,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
377
379
|
cursor: pointer;
|
|
378
380
|
text-align: center;
|
|
379
381
|
box-sizing: border-box;
|
|
380
|
-
margin-top: -16px;
|
|
381
382
|
}
|
|
382
383
|
.el-pagination button * {
|
|
383
384
|
pointer-events: none;
|
|
@@ -458,6 +459,11 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
458
459
|
}
|
|
459
460
|
.el-pagination__editor.el-input {
|
|
460
461
|
width: 56px;
|
|
462
|
+
height: 24px;
|
|
463
|
+
}
|
|
464
|
+
.el-pagination__editor.el-input .el-input__wrapper {
|
|
465
|
+
height: 24px;
|
|
466
|
+
min-height: 24px;
|
|
461
467
|
}
|
|
462
468
|
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
|
|
463
469
|
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
|
|
@@ -560,7 +566,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
560
566
|
cursor: pointer;
|
|
561
567
|
text-align: center;
|
|
562
568
|
box-sizing: border-box;
|
|
563
|
-
margin-top: -16px;
|
|
564
569
|
}
|
|
565
570
|
.el-pager li * {
|
|
566
571
|
pointer-events: none;
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
cursor: pointer;
|
|
20
20
|
text-align: center;
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
margin-top: -16px;
|
|
23
22
|
|
|
24
23
|
* {
|
|
25
24
|
pointer-events: none;
|
|
@@ -66,6 +65,7 @@
|
|
|
66
65
|
display: flex;
|
|
67
66
|
align-items: center;
|
|
68
67
|
width: getCssVar('pagination-width');
|
|
68
|
+
margin-top: -16px;
|
|
69
69
|
|
|
70
70
|
.#{$namespace}-input__inner {
|
|
71
71
|
text-align: center;
|
|
@@ -76,10 +76,11 @@
|
|
|
76
76
|
|
|
77
77
|
.#{$namespace}-select {
|
|
78
78
|
width: 128px;
|
|
79
|
+
height: 24px;
|
|
79
80
|
|
|
80
81
|
.#{$namespace}-select__wrapper {
|
|
81
|
-
height:
|
|
82
|
-
min-height:
|
|
82
|
+
height: 24px;
|
|
83
|
+
min-height: 24px;
|
|
83
84
|
font-size: 12px;
|
|
84
85
|
}
|
|
85
86
|
}
|
|
@@ -149,6 +150,12 @@
|
|
|
149
150
|
|
|
150
151
|
&.#{$namespace}-input {
|
|
151
152
|
width: 56px;
|
|
153
|
+
height: 24px;
|
|
154
|
+
|
|
155
|
+
.#{$namespace}-input__wrapper {
|
|
156
|
+
height: 24px;
|
|
157
|
+
min-height: 24px;
|
|
158
|
+
}
|
|
152
159
|
}
|
|
153
160
|
|
|
154
161
|
.#{$namespace}-input__inner::-webkit-inner-spin-button,
|
|
@@ -312,7 +312,6 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
312
312
|
z-index: 2000;
|
|
313
313
|
font-size: 12px;
|
|
314
314
|
line-height: 20px;
|
|
315
|
-
min-width: 150px;
|
|
316
315
|
overflow-wrap: break-word;
|
|
317
316
|
visibility: visible;
|
|
318
317
|
}
|
|
@@ -346,14 +345,14 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
346
345
|
|
|
347
346
|
.el-popper__arrow {
|
|
348
347
|
position: absolute;
|
|
349
|
-
width:
|
|
350
|
-
height:
|
|
348
|
+
width: 10px;
|
|
349
|
+
height: 10px;
|
|
351
350
|
z-index: -1;
|
|
352
351
|
}
|
|
353
352
|
.el-popper__arrow::before {
|
|
354
353
|
position: absolute;
|
|
355
|
-
width:
|
|
356
|
-
height:
|
|
354
|
+
width: 10px;
|
|
355
|
+
height: 10px;
|
|
357
356
|
z-index: -1;
|
|
358
357
|
content: " ";
|
|
359
358
|
transform: rotate(45deg);
|
|
@@ -362,25 +361,25 @@ Bununla selectorun içerisine variable ekleyebiliyorsun
|
|
|
362
361
|
}
|
|
363
362
|
|
|
364
363
|
.el-popper[data-popper-placement^=top] > .el-popper__arrow {
|
|
365
|
-
bottom: -
|
|
364
|
+
bottom: -5px;
|
|
366
365
|
}
|
|
367
366
|
.el-popper[data-popper-placement^=top] > .el-popper__arrow::before {
|
|
368
367
|
border-bottom-right-radius: 2px;
|
|
369
368
|
}
|
|
370
369
|
.el-popper[data-popper-placement^=bottom] > .el-popper__arrow {
|
|
371
|
-
top: -
|
|
370
|
+
top: -5px;
|
|
372
371
|
}
|
|
373
372
|
.el-popper[data-popper-placement^=bottom] > .el-popper__arrow::before {
|
|
374
373
|
border-top-left-radius: 2px;
|
|
375
374
|
}
|
|
376
375
|
.el-popper[data-popper-placement^=left] > .el-popper__arrow {
|
|
377
|
-
right: -
|
|
376
|
+
right: -5px;
|
|
378
377
|
}
|
|
379
378
|
.el-popper[data-popper-placement^=left] > .el-popper__arrow::before {
|
|
380
379
|
border-top-right-radius: 2px;
|
|
381
380
|
}
|
|
382
381
|
.el-popper[data-popper-placement^=right] > .el-popper__arrow {
|
|
383
|
-
left: -
|
|
382
|
+
left: -5px;
|
|
384
383
|
}
|
|
385
384
|
.el-popper[data-popper-placement^=right] > .el-popper__arrow::before {
|
|
386
385
|
border-bottom-left-radius: 2px;
|