3h1-ui 2.15.19 → 2.15.21
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/es/index.js +348 -270
- package/es/style.css +209 -112
- package/lib/index.js +348 -270
- package/lib/style.css +209 -112
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -24621,14 +24621,14 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24621
24621
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name {
|
|
24622
24622
|
margin: 8px 0 0;
|
|
24623
24623
|
padding: 0;
|
|
24624
|
-
}.shy-strength-meter-bar[data-v-
|
|
24624
|
+
}.shy-strength-meter-bar[data-v-678d40fd] {
|
|
24625
24625
|
position: relative;
|
|
24626
24626
|
margin: 10px auto 6px;
|
|
24627
24627
|
height: 6px;
|
|
24628
24628
|
background-color: rgba(0, 0, 0, 0.25);
|
|
24629
24629
|
border-radius: 6px;
|
|
24630
24630
|
}
|
|
24631
|
-
.shy-strength-meter-bar[data-v-
|
|
24631
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
24632
24632
|
position: absolute;
|
|
24633
24633
|
z-index: 10;
|
|
24634
24634
|
display: block;
|
|
@@ -24640,13 +24640,13 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24640
24640
|
border-color: #fff;
|
|
24641
24641
|
content: '';
|
|
24642
24642
|
}
|
|
24643
|
-
.shy-strength-meter-bar[data-v-
|
|
24643
|
+
.shy-strength-meter-bar[data-v-678d40fd]::before {
|
|
24644
24644
|
left: 20%;
|
|
24645
24645
|
}
|
|
24646
|
-
.shy-strength-meter-bar[data-v-
|
|
24646
|
+
.shy-strength-meter-bar[data-v-678d40fd]::after {
|
|
24647
24647
|
right: 20%;
|
|
24648
24648
|
}
|
|
24649
|
-
.shy-strength-meter-bar--fill[data-v-
|
|
24649
|
+
.shy-strength-meter-bar--fill[data-v-678d40fd] {
|
|
24650
24650
|
position: absolute;
|
|
24651
24651
|
width: 0;
|
|
24652
24652
|
height: inherit;
|
|
@@ -24654,32 +24654,32 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
24654
24654
|
border-radius: inherit;
|
|
24655
24655
|
transition: width 0.5s ease-in-out, background 0.25s;
|
|
24656
24656
|
}
|
|
24657
|
-
.shy-strength-meter-bar--fill[data-score='0'][data-v-
|
|
24657
|
+
.shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
|
|
24658
24658
|
width: 20%;
|
|
24659
24659
|
background-color: #e74242;
|
|
24660
24660
|
}
|
|
24661
|
-
.shy-strength-meter-bar--fill[data-score='1'][data-v-
|
|
24661
|
+
.shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
|
|
24662
24662
|
width: 40%;
|
|
24663
24663
|
background-color: #ED6F6F;
|
|
24664
24664
|
}
|
|
24665
|
-
.shy-strength-meter-bar--fill[data-score='2'][data-v-
|
|
24665
|
+
.shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
|
|
24666
24666
|
width: 60%;
|
|
24667
24667
|
background-color: #EFBD47;
|
|
24668
24668
|
}
|
|
24669
|
-
.shy-strength-meter-bar--fill[data-score='3'][data-v-
|
|
24669
|
+
.shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
|
|
24670
24670
|
width: 80%;
|
|
24671
24671
|
background-color: rgba(85, 209, 135, 0.5);
|
|
24672
24672
|
}
|
|
24673
|
-
.shy-strength-meter-bar--fill[data-score='4'][data-v-
|
|
24673
|
+
.shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
|
|
24674
24674
|
width: 100%;
|
|
24675
24675
|
background-color: #55D187;
|
|
24676
|
-
}.shy-svg-icon[data-v-
|
|
24676
|
+
}.shy-svg-icon[data-v-905fa4a6] {
|
|
24677
24677
|
display: inline-block;
|
|
24678
24678
|
overflow: hidden;
|
|
24679
24679
|
vertical-align: -0.15em;
|
|
24680
24680
|
fill: currentcolor;
|
|
24681
24681
|
}
|
|
24682
|
-
.svg-icon-spin[data-v-
|
|
24682
|
+
.svg-icon-spin[data-v-905fa4a6] {
|
|
24683
24683
|
animation: loadingCircle 1s infinite linear;
|
|
24684
24684
|
}.app-iconify {
|
|
24685
24685
|
display: inline-block;
|
|
@@ -24693,29 +24693,29 @@ span.iconify {
|
|
|
24693
24693
|
min-height: 1em;
|
|
24694
24694
|
background-color: #5551;
|
|
24695
24695
|
border-radius: 100%;
|
|
24696
|
-
}.shy-basic-arrow[data-v-
|
|
24696
|
+
}.shy-basic-arrow[data-v-fea26917] {
|
|
24697
24697
|
display: inline-block;
|
|
24698
24698
|
cursor: pointer;
|
|
24699
24699
|
transform: rotate(0deg);
|
|
24700
24700
|
transition: all 0.3s ease 0.1s;
|
|
24701
24701
|
transform-origin: center center;
|
|
24702
24702
|
}
|
|
24703
|
-
.shy-basic-arrow--active[data-v-
|
|
24703
|
+
.shy-basic-arrow--active[data-v-fea26917] {
|
|
24704
24704
|
transform: rotate(90deg);
|
|
24705
24705
|
}
|
|
24706
|
-
.shy-basic-arrow.inset[data-v-
|
|
24706
|
+
.shy-basic-arrow.inset[data-v-fea26917] {
|
|
24707
24707
|
line-height: 0px;
|
|
24708
24708
|
}
|
|
24709
|
-
.shy-basic-arrow.up[data-v-
|
|
24709
|
+
.shy-basic-arrow.up[data-v-fea26917] {
|
|
24710
24710
|
transform: rotate(-90deg);
|
|
24711
24711
|
}
|
|
24712
|
-
.shy-basic-arrow.down[data-v-
|
|
24712
|
+
.shy-basic-arrow.down[data-v-fea26917] {
|
|
24713
24713
|
transform: rotate(90deg);
|
|
24714
24714
|
}
|
|
24715
|
-
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-
|
|
24715
|
+
.shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
|
|
24716
24716
|
transform: rotate(90deg);
|
|
24717
24717
|
}
|
|
24718
|
-
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-
|
|
24718
|
+
.shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
|
|
24719
24719
|
transform: rotate(-90deg);
|
|
24720
24720
|
}.shy-basic-help {
|
|
24721
24721
|
display: inline-block;
|
|
@@ -24729,7 +24729,7 @@ span.iconify {
|
|
|
24729
24729
|
}
|
|
24730
24730
|
.shy-basic-help__wrap p {
|
|
24731
24731
|
margin-bottom: 0;
|
|
24732
|
-
}.shy-basic-title[data-v-
|
|
24732
|
+
}.shy-basic-title[data-v-59bc8f76] {
|
|
24733
24733
|
position: relative;
|
|
24734
24734
|
display: flex;
|
|
24735
24735
|
padding-left: 7px;
|
|
@@ -24740,11 +24740,11 @@ span.iconify {
|
|
|
24740
24740
|
cursor: pointer;
|
|
24741
24741
|
user-select: none;
|
|
24742
24742
|
}
|
|
24743
|
-
.shy-basic-title-normal[data-v-
|
|
24743
|
+
.shy-basic-title-normal[data-v-59bc8f76] {
|
|
24744
24744
|
font-size: 14px;
|
|
24745
24745
|
font-weight: 500;
|
|
24746
24746
|
}
|
|
24747
|
-
.shy-basic-title-show-span[data-v-
|
|
24747
|
+
.shy-basic-title-show-span[data-v-59bc8f76]::before {
|
|
24748
24748
|
position: absolute;
|
|
24749
24749
|
top: 4px;
|
|
24750
24750
|
left: 0;
|
|
@@ -24754,7 +24754,7 @@ span.iconify {
|
|
|
24754
24754
|
background-color: #006eff;
|
|
24755
24755
|
content: '';
|
|
24756
24756
|
}
|
|
24757
|
-
.shy-basic-title-help[data-v-
|
|
24757
|
+
.shy-basic-title-help[data-v-59bc8f76] {
|
|
24758
24758
|
margin-left: 10px;
|
|
24759
24759
|
}.shy-collapse-container {
|
|
24760
24760
|
background-color: #fff;
|
|
@@ -25061,7 +25061,7 @@ span.iconify {
|
|
|
25061
25061
|
}
|
|
25062
25062
|
.shy-basic-help__wrap p {
|
|
25063
25063
|
margin-bottom: 0;
|
|
25064
|
-
}.shy-basic-title[data-v-
|
|
25064
|
+
}.shy-basic-title[data-v-fdc837af] {
|
|
25065
25065
|
position: relative;
|
|
25066
25066
|
display: flex;
|
|
25067
25067
|
padding-left: 7px;
|
|
@@ -25072,11 +25072,11 @@ span.iconify {
|
|
|
25072
25072
|
cursor: pointer;
|
|
25073
25073
|
user-select: none;
|
|
25074
25074
|
}
|
|
25075
|
-
.shy-basic-title-normal[data-v-
|
|
25075
|
+
.shy-basic-title-normal[data-v-fdc837af] {
|
|
25076
25076
|
font-size: 14px;
|
|
25077
25077
|
font-weight: 500;
|
|
25078
25078
|
}
|
|
25079
|
-
.shy-basic-title-show-span[data-v-
|
|
25079
|
+
.shy-basic-title-show-span[data-v-fdc837af]::before {
|
|
25080
25080
|
position: absolute;
|
|
25081
25081
|
top: 4px;
|
|
25082
25082
|
left: 0;
|
|
@@ -25086,7 +25086,7 @@ span.iconify {
|
|
|
25086
25086
|
background-color: #006eff;
|
|
25087
25087
|
content: '';
|
|
25088
25088
|
}
|
|
25089
|
-
.shy-basic-title-help[data-v-
|
|
25089
|
+
.shy-basic-title-help[data-v-fdc837af] {
|
|
25090
25090
|
margin-left: 10px;
|
|
25091
25091
|
}.shy-basic-table-action {
|
|
25092
25092
|
display: flex;
|
|
@@ -25289,7 +25289,7 @@ span.iconify {
|
|
|
25289
25289
|
}
|
|
25290
25290
|
.table-children-err-popover .ant-popover-inner-content {
|
|
25291
25291
|
padding: 6px 16px;
|
|
25292
|
-
}.shy-search[data-v-
|
|
25292
|
+
}.shy-search[data-v-6d3f2554] {
|
|
25293
25293
|
position: relative;
|
|
25294
25294
|
display: flex;
|
|
25295
25295
|
align-items: center;
|
|
@@ -25393,7 +25393,7 @@ span.iconify {
|
|
|
25393
25393
|
.shy-tree__action {
|
|
25394
25394
|
margin-left: 4px;
|
|
25395
25395
|
visibility: hidden;
|
|
25396
|
-
}.shy-page-footer[data-v-
|
|
25396
|
+
}.shy-page-footer[data-v-44a47dbd] {
|
|
25397
25397
|
position: fixed;
|
|
25398
25398
|
right: 0;
|
|
25399
25399
|
bottom: 0;
|
|
@@ -25408,7 +25408,7 @@ span.iconify {
|
|
|
25408
25408
|
line-height: 44px;
|
|
25409
25409
|
border-top: 1px solid #E4E7ED;
|
|
25410
25410
|
}
|
|
25411
|
-
.shy-page-footer__left[data-v-
|
|
25411
|
+
.shy-page-footer__left[data-v-44a47dbd] {
|
|
25412
25412
|
flex: 1 1;
|
|
25413
25413
|
}.shy-page-wrapper {
|
|
25414
25414
|
position: relative;
|
|
@@ -25580,7 +25580,7 @@ span.iconify {
|
|
|
25580
25580
|
}
|
|
25581
25581
|
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
25582
25582
|
height: 220px;
|
|
25583
|
-
}.icon-selected[data-v-
|
|
25583
|
+
}.icon-selected[data-v-f74ee46a] {
|
|
25584
25584
|
color: #498bf8;
|
|
25585
25585
|
}.shy-ui-advanced-search .ant-form-item {
|
|
25586
25586
|
margin-bottom: 0;
|
|
@@ -25650,7 +25650,7 @@ span.iconify {
|
|
|
25650
25650
|
}
|
|
25651
25651
|
.shy-basic-table-header__toolbar > * {
|
|
25652
25652
|
margin-right: 8px;
|
|
25653
|
-
}.shy-basic-table-global-search[data-v-
|
|
25653
|
+
}.shy-basic-table-global-search[data-v-90331d26] {
|
|
25654
25654
|
position: absolute;
|
|
25655
25655
|
top: 40px;
|
|
25656
25656
|
right: 131px;
|
|
@@ -25662,7 +25662,7 @@ span.iconify {
|
|
|
25662
25662
|
border: 1px solid #ebebeb;
|
|
25663
25663
|
padding: 10px;
|
|
25664
25664
|
}
|
|
25665
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
25665
|
+
.shy-basic-table-global-search-item-global[data-v-90331d26] {
|
|
25666
25666
|
height: 32px;
|
|
25667
25667
|
line-height: 32px;
|
|
25668
25668
|
font-size: 14px;
|
|
@@ -25673,7 +25673,7 @@ span.iconify {
|
|
|
25673
25673
|
align-items: center;
|
|
25674
25674
|
justify-content: space-between;
|
|
25675
25675
|
}
|
|
25676
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
25676
|
+
.shy-basic-table-global-search-item-special[data-v-90331d26] {
|
|
25677
25677
|
height: 32px;
|
|
25678
25678
|
line-height: 32px;
|
|
25679
25679
|
font-size: 14px;
|
|
@@ -25684,10 +25684,10 @@ span.iconify {
|
|
|
25684
25684
|
align-items: center;
|
|
25685
25685
|
justify-content: space-between;
|
|
25686
25686
|
}
|
|
25687
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
25687
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
|
|
25688
25688
|
padding: 0 8px;
|
|
25689
25689
|
}
|
|
25690
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
25690
|
+
.shy-basic-table-global-search .selected-bg[data-v-90331d26] {
|
|
25691
25691
|
background-color: #ebf1ff;
|
|
25692
25692
|
}.shy-basic-table-img .ant-image {
|
|
25693
25693
|
margin-right: 4px;
|
|
@@ -25698,7 +25698,7 @@ span.iconify {
|
|
|
25698
25698
|
}
|
|
25699
25699
|
.shy-basic-table-img .img-div {
|
|
25700
25700
|
display: inline-grid;
|
|
25701
|
-
}.app-iconify[data-v-
|
|
25701
|
+
}.app-iconify[data-v-7d89a0e9] {
|
|
25702
25702
|
vertical-align: middle;
|
|
25703
25703
|
}[data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td, [data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
|
|
25704
25704
|
background-color: #262626;
|
|
@@ -25843,19 +25843,19 @@ span.iconify {
|
|
|
25843
25843
|
}
|
|
25844
25844
|
.ant-table-expanded-row-fixed {
|
|
25845
25845
|
width: 100% !important;
|
|
25846
|
-
}.wrapper[data-v-
|
|
25846
|
+
}.wrapper[data-v-4dc415ac] {
|
|
25847
25847
|
display: flex;
|
|
25848
25848
|
}
|
|
25849
|
-
.tree[data-v-
|
|
25849
|
+
.tree[data-v-4dc415ac] {
|
|
25850
25850
|
flex: none;
|
|
25851
25851
|
}
|
|
25852
|
-
.table-wrapper[data-v-
|
|
25852
|
+
.table-wrapper[data-v-4dc415ac] {
|
|
25853
25853
|
flex: 1 1 0%;
|
|
25854
25854
|
overflow: hidden;
|
|
25855
|
-
}[data-v-
|
|
25855
|
+
}[data-v-fb4fe18d] .ant-input-group-addon {
|
|
25856
25856
|
padding: 0;
|
|
25857
25857
|
}
|
|
25858
|
-
.btn-wrapper[data-v-
|
|
25858
|
+
.btn-wrapper[data-v-fb4fe18d] {
|
|
25859
25859
|
padding: 0 5px;
|
|
25860
25860
|
display: flex;
|
|
25861
25861
|
align-items: center;
|
|
@@ -25999,13 +25999,13 @@ span.iconify {
|
|
|
25999
25999
|
position: relative;
|
|
26000
26000
|
-ms-touch-action: none;
|
|
26001
26001
|
touch-action: none;
|
|
26002
|
+
-webkit-touch-callout: none;
|
|
26002
26003
|
-webkit-user-select: none;
|
|
26003
26004
|
-moz-user-select: none;
|
|
26004
26005
|
-ms-user-select: none;
|
|
26005
26006
|
user-select: none;
|
|
26006
26007
|
}
|
|
26007
26008
|
.cropper-container img {
|
|
26008
|
-
-webkit-backface-visibility: hidden;
|
|
26009
26009
|
backface-visibility: hidden;
|
|
26010
26010
|
display: block;
|
|
26011
26011
|
height: 100%;
|
|
@@ -26038,7 +26038,7 @@ span.iconify {
|
|
|
26038
26038
|
display: block;
|
|
26039
26039
|
height: 100%;
|
|
26040
26040
|
outline: 1px solid #39f;
|
|
26041
|
-
outline-color: rgba(51, 153, 255, 75
|
|
26041
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
26042
26042
|
overflow: hidden;
|
|
26043
26043
|
width: 100%;
|
|
26044
26044
|
}
|
|
@@ -26075,7 +26075,7 @@ span.iconify {
|
|
|
26075
26075
|
}
|
|
26076
26076
|
.cropper-center::before, .cropper-center::after {
|
|
26077
26077
|
background-color: #eee;
|
|
26078
|
-
content:
|
|
26078
|
+
content: ' ';
|
|
26079
26079
|
display: block;
|
|
26080
26080
|
position: absolute;
|
|
26081
26081
|
}
|
|
@@ -26205,7 +26205,7 @@ span.iconify {
|
|
|
26205
26205
|
.cropper-point.point-se::before {
|
|
26206
26206
|
background-color: #39f;
|
|
26207
26207
|
bottom: -50%;
|
|
26208
|
-
content:
|
|
26208
|
+
content: ' ';
|
|
26209
26209
|
display: block;
|
|
26210
26210
|
height: 200%;
|
|
26211
26211
|
opacity: 0;
|
|
@@ -26217,7 +26217,7 @@ span.iconify {
|
|
|
26217
26217
|
opacity: 0;
|
|
26218
26218
|
}
|
|
26219
26219
|
.cropper-bg {
|
|
26220
|
-
background-image: url(
|
|
26220
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
|
|
26221
26221
|
}
|
|
26222
26222
|
.cropper-hide {
|
|
26223
26223
|
display: block;
|
|
@@ -26282,21 +26282,21 @@ span.iconify {
|
|
|
26282
26282
|
padding-top: 8px;
|
|
26283
26283
|
margin-top: 8px;
|
|
26284
26284
|
border-top: 1px solid #E4E7ED;
|
|
26285
|
-
}.shy-cropper-avatar[data-v-
|
|
26285
|
+
}.shy-cropper-avatar[data-v-31315934] {
|
|
26286
26286
|
display: inline-block;
|
|
26287
26287
|
text-align: center;
|
|
26288
26288
|
}
|
|
26289
|
-
.shy-cropper-avatar-image-wrapper[data-v-
|
|
26289
|
+
.shy-cropper-avatar-image-wrapper[data-v-31315934] {
|
|
26290
26290
|
overflow: hidden;
|
|
26291
26291
|
cursor: pointer;
|
|
26292
26292
|
background: #fff;
|
|
26293
26293
|
border: 1px solid #E4E7ED;
|
|
26294
26294
|
border-radius: 50%;
|
|
26295
26295
|
}
|
|
26296
|
-
.shy-cropper-avatar-image-wrapper img[data-v-
|
|
26296
|
+
.shy-cropper-avatar-image-wrapper img[data-v-31315934] {
|
|
26297
26297
|
width: 100%;
|
|
26298
26298
|
}
|
|
26299
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
26299
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] {
|
|
26300
26300
|
position: absolute;
|
|
26301
26301
|
width: inherit;
|
|
26302
26302
|
height: inherit;
|
|
@@ -26307,15 +26307,15 @@ span.iconify {
|
|
|
26307
26307
|
transition: opacity 0.4s;
|
|
26308
26308
|
cursor: pointer;
|
|
26309
26309
|
}
|
|
26310
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
26310
|
+
.shy-cropper-avatar-image-mask[data-v-31315934] svg {
|
|
26311
26311
|
margin: auto;
|
|
26312
26312
|
}
|
|
26313
|
-
.shy-cropper-avatar-image-mask[data-v-
|
|
26313
|
+
.shy-cropper-avatar-image-mask[data-v-31315934]:hover {
|
|
26314
26314
|
opacity: 40;
|
|
26315
26315
|
}
|
|
26316
|
-
.shy-cropper-avatar-upload-btn[data-v-
|
|
26316
|
+
.shy-cropper-avatar-upload-btn[data-v-31315934] {
|
|
26317
26317
|
margin: 10px auto;
|
|
26318
|
-
}.full-loading[data-v-
|
|
26318
|
+
}.full-loading[data-v-ee545744] {
|
|
26319
26319
|
position: fixed;
|
|
26320
26320
|
top: 0;
|
|
26321
26321
|
left: 0;
|
|
@@ -26327,16 +26327,16 @@ span.iconify {
|
|
|
26327
26327
|
align-items: center;
|
|
26328
26328
|
background-color: rgba(240, 242, 245, 0.4);
|
|
26329
26329
|
}
|
|
26330
|
-
.full-loading.absolute[data-v-
|
|
26330
|
+
.full-loading.absolute[data-v-ee545744] {
|
|
26331
26331
|
position: absolute;
|
|
26332
26332
|
top: 0;
|
|
26333
26333
|
left: 0;
|
|
26334
26334
|
z-index: 300;
|
|
26335
26335
|
}
|
|
26336
|
-
html[data-theme='dark'] .full-loading[data-v-
|
|
26336
|
+
html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
26337
26337
|
background-color: rgba(0, 0, 0, 0.45);
|
|
26338
26338
|
}
|
|
26339
|
-
.full-loading.dark[data-v-
|
|
26339
|
+
.full-loading.dark[data-v-ee545744] {
|
|
26340
26340
|
background-color: rgba(0, 0, 0, 0.45);
|
|
26341
26341
|
}.shy-basic-table-plus-wrapper {
|
|
26342
26342
|
display: flex;
|
|
@@ -26464,10 +26464,12 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26464
26464
|
--vxe-ui-table-cell-extend-area-border-width: 2px;
|
|
26465
26465
|
--vxe-ui-table-cell-copy-area-border-width: 3px;
|
|
26466
26466
|
--vxe-ui-table-cell-active-area-border-width: 2px;
|
|
26467
|
+
--vxe-ui-table-cell-active-area-background-color: transparent;
|
|
26467
26468
|
--vxe-ui-table-cell-copy-area-border-color: var(--vxe-ui-table-cell-area-border-color);
|
|
26468
26469
|
--vxe-ui-table-cell-extend-area-border-color: var(--vxe-ui-table-cell-area-border-color);
|
|
26469
26470
|
--vxe-ui-table-cell-active-area-border-color: var(--vxe-ui-table-cell-area-border-color);
|
|
26470
26471
|
--vxe-ui-table-cell-area-background-color: rgba(64,158,255,.2);
|
|
26472
|
+
--vxe-ui-table-expand-padding-default: 16px;
|
|
26471
26473
|
--vxe-ui-table-checkbox-range-border-width: 1px;
|
|
26472
26474
|
--vxe-ui-table-checkbox-range-border-color: #006af1;
|
|
26473
26475
|
--vxe-ui-table-checkbox-range-background-color: rgba(50,128,252,.2);
|
|
@@ -26511,14 +26513,41 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26511
26513
|
font-feature-settings: "tnum";
|
|
26512
26514
|
}
|
|
26513
26515
|
.vxe-table-custom--option {
|
|
26516
|
+
position: relative;
|
|
26514
26517
|
display: flex;
|
|
26515
26518
|
flex-direction: row;
|
|
26516
26519
|
}
|
|
26520
|
+
.vxe-table-custom--option.active--drag-target[drag-pos=top]:after {
|
|
26521
|
+
display: block;
|
|
26522
|
+
top: -2px;
|
|
26523
|
+
}
|
|
26524
|
+
.vxe-table-custom--option.active--drag-target[drag-pos=bottom]:after {
|
|
26525
|
+
display: block;
|
|
26526
|
+
bottom: -2px;
|
|
26527
|
+
}
|
|
26528
|
+
.vxe-table-custom--option:first-child[drag-pos=top]:after {
|
|
26529
|
+
top: 0;
|
|
26530
|
+
}
|
|
26531
|
+
.vxe-table-custom--option:last-child[drag-pos=bottom]:after {
|
|
26532
|
+
bottom: 0;
|
|
26533
|
+
}
|
|
26534
|
+
.vxe-table-custom--option:after {
|
|
26535
|
+
display: none;
|
|
26536
|
+
content: "";
|
|
26537
|
+
position: absolute;
|
|
26538
|
+
left: -1px;
|
|
26539
|
+
width: calc(100% + 1px);
|
|
26540
|
+
height: 3px;
|
|
26541
|
+
background-color: var(--vxe-ui-font-primary-color);
|
|
26542
|
+
z-index: 12;
|
|
26543
|
+
}
|
|
26544
|
+
.vxe-table-custom--option:last-child:after {
|
|
26545
|
+
width: 100%;
|
|
26546
|
+
}
|
|
26517
26547
|
.vxe-table-custom-wrapper {
|
|
26518
26548
|
display: none;
|
|
26549
|
+
flex-direction: column;
|
|
26519
26550
|
position: absolute;
|
|
26520
|
-
top: -4px;
|
|
26521
|
-
right: 2px;
|
|
26522
26551
|
text-align: left;
|
|
26523
26552
|
background-color: var(--vxe-ui-layout-background-color);
|
|
26524
26553
|
z-index: 19;
|
|
@@ -26526,22 +26555,49 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26526
26555
|
border-radius: var(--vxe-ui-border-radius);
|
|
26527
26556
|
box-shadow: var(--vxe-ui-base-popup-box-shadow);
|
|
26528
26557
|
}
|
|
26558
|
+
.vxe-table-custom-wrapper.placement--top-left {
|
|
26559
|
+
top: 2px;
|
|
26560
|
+
left: 2px;
|
|
26561
|
+
}
|
|
26562
|
+
.vxe-table-custom-wrapper.placement--top-right {
|
|
26563
|
+
top: 2px;
|
|
26564
|
+
right: 2px;
|
|
26565
|
+
}
|
|
26566
|
+
.vxe-table-custom-wrapper.placement--bottom-left {
|
|
26567
|
+
bottom: 2px;
|
|
26568
|
+
left: 2px;
|
|
26569
|
+
}
|
|
26570
|
+
.vxe-table-custom-wrapper.placement--bottom-right {
|
|
26571
|
+
bottom: 2px;
|
|
26572
|
+
right: 2px;
|
|
26573
|
+
}
|
|
26574
|
+
.vxe-table-custom-wrapper.placement--left {
|
|
26575
|
+
left: 2px;
|
|
26576
|
+
}
|
|
26577
|
+
.vxe-table-custom-wrapper.placement--right {
|
|
26578
|
+
right: 2px;
|
|
26579
|
+
}
|
|
26580
|
+
.vxe-table-custom-wrapper.placement--left, .vxe-table-custom-wrapper.placement--right {
|
|
26581
|
+
top: 2px;
|
|
26582
|
+
height: calc(100% - 4px);
|
|
26583
|
+
}
|
|
26529
26584
|
.vxe-table-custom-wrapper.is--active {
|
|
26585
|
+
display: flex;
|
|
26586
|
+
}
|
|
26587
|
+
.vxe-table-custom--list-wrapper {
|
|
26530
26588
|
display: block;
|
|
26589
|
+
flex-grow: 1;
|
|
26590
|
+
overflow-x: hidden;
|
|
26591
|
+
overflow-y: auto;
|
|
26531
26592
|
}
|
|
26532
26593
|
.vxe-table-custom--body, .vxe-table-custom--header {
|
|
26533
26594
|
list-style-type: none;
|
|
26534
|
-
overflow-x: hidden;
|
|
26535
|
-
overflow-y: auto;
|
|
26536
26595
|
margin: 0;
|
|
26537
26596
|
padding: 0;
|
|
26538
|
-
-webkit-user-select: none;
|
|
26539
|
-
-moz-user-select: none;
|
|
26540
|
-
user-select: none;
|
|
26541
26597
|
}
|
|
26542
26598
|
.vxe-table-custom--body>li, .vxe-table-custom--header>li {
|
|
26543
|
-
max-width:
|
|
26544
|
-
min-width:
|
|
26599
|
+
max-width: 26em;
|
|
26600
|
+
min-width: 17em;
|
|
26545
26601
|
padding: .2em 1em .2em 1em;
|
|
26546
26602
|
}
|
|
26547
26603
|
.vxe-table-custom--body>li.level--2, .vxe-table-custom--header>li.level--2 {
|
|
@@ -26587,25 +26643,31 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26587
26643
|
left: 7.8em;
|
|
26588
26644
|
}
|
|
26589
26645
|
.vxe-table-custom--header {
|
|
26646
|
+
flex-shrink: 0;
|
|
26590
26647
|
padding: .28em 0;
|
|
26591
26648
|
font-weight: 700;
|
|
26592
26649
|
border-bottom: 1px solid var(--vxe-ui-base-popup-border-color);
|
|
26650
|
+
-webkit-user-select: none;
|
|
26651
|
+
-moz-user-select: none;
|
|
26652
|
+
user-select: none;
|
|
26593
26653
|
}
|
|
26594
26654
|
.vxe-table-custom--body {
|
|
26595
26655
|
padding: .2em 0;
|
|
26596
|
-
max-height: 20em;
|
|
26597
26656
|
}
|
|
26598
26657
|
.vxe-table-custom--body .vxe-table-custom--checkbox-option:hover {
|
|
26599
26658
|
background-color: var(--vxe-ui-table-row-hover-background-color);
|
|
26600
26659
|
}
|
|
26601
26660
|
.vxe-table-custom--footer {
|
|
26661
|
+
display: flex;
|
|
26662
|
+
flex-direction: row;
|
|
26663
|
+
flex-shrink: 0;
|
|
26602
26664
|
border-top: 1px solid var(--vxe-ui-base-popup-border-color);
|
|
26603
26665
|
text-align: right;
|
|
26604
26666
|
}
|
|
26605
26667
|
.vxe-table-custom--footer button {
|
|
26606
26668
|
background-color: transparent;
|
|
26607
26669
|
width: 50%;
|
|
26608
|
-
height: 2.
|
|
26670
|
+
height: 2.8em;
|
|
26609
26671
|
border: 0;
|
|
26610
26672
|
color: var(--vxe-ui-font-color);
|
|
26611
26673
|
text-align: center;
|
|
@@ -26617,12 +26679,6 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26617
26679
|
.vxe-table-custom--footer button:hover {
|
|
26618
26680
|
color: var(--vxe-ui-font-primary-color);
|
|
26619
26681
|
}
|
|
26620
|
-
.vxe-table-custom--checkbox-option {
|
|
26621
|
-
overflow: hidden;
|
|
26622
|
-
text-overflow: ellipsis;
|
|
26623
|
-
white-space: nowrap;
|
|
26624
|
-
flex-grow: 1;
|
|
26625
|
-
}
|
|
26626
26682
|
.vxe-table-custom--checkbox-option .vxe-checkbox--icon {
|
|
26627
26683
|
font-size: 1.34em;
|
|
26628
26684
|
color: var(--vxe-ui-input-border-color);
|
|
@@ -26655,12 +26711,42 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26655
26711
|
padding-left: .5em;
|
|
26656
26712
|
vertical-align: middle;
|
|
26657
26713
|
}
|
|
26714
|
+
.vxe-table-custom--checkbox-option, .vxe-table-custom--sort-option {
|
|
26715
|
+
padding-right: .4em;
|
|
26716
|
+
flex-shrink: 0;
|
|
26717
|
+
-webkit-user-select: none;
|
|
26718
|
+
-moz-user-select: none;
|
|
26719
|
+
user-select: none;
|
|
26720
|
+
}
|
|
26721
|
+
.vxe-table-custom--sort-option {
|
|
26722
|
+
display: flex;
|
|
26723
|
+
flex-direction: row;
|
|
26724
|
+
align-items: center;
|
|
26725
|
+
justify-content: center;
|
|
26726
|
+
}
|
|
26727
|
+
.vxe-table-custom--sort-btn {
|
|
26728
|
+
padding-left: .2em;
|
|
26729
|
+
padding-right: .4em;
|
|
26730
|
+
cursor: grabbing;
|
|
26731
|
+
}
|
|
26732
|
+
.vxe-table-custom--sort-btn:hover {
|
|
26733
|
+
color: var(--vxe-ui-font-primary-color);
|
|
26734
|
+
}
|
|
26735
|
+
.vxe-table-custom--checkbox-label {
|
|
26736
|
+
flex-grow: 1;
|
|
26737
|
+
overflow: hidden;
|
|
26738
|
+
text-overflow: ellipsis;
|
|
26739
|
+
white-space: nowrap;
|
|
26740
|
+
}
|
|
26658
26741
|
.vxe-table-custom--fixed-option {
|
|
26659
26742
|
flex-shrink: 0;
|
|
26660
26743
|
padding-left: .5em;
|
|
26661
26744
|
display: flex;
|
|
26662
26745
|
flex-direction: row;
|
|
26663
26746
|
align-items: center;
|
|
26747
|
+
-webkit-user-select: none;
|
|
26748
|
+
-moz-user-select: none;
|
|
26749
|
+
user-select: none;
|
|
26664
26750
|
}
|
|
26665
26751
|
.vxe-table-custom--fixed-left-option, .vxe-table-custom--fixed-right-option {
|
|
26666
26752
|
line-height: 1.34em;
|
|
@@ -26761,9 +26847,12 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26761
26847
|
.vxe-table-custom-popup--column-item {
|
|
26762
26848
|
position: relative;
|
|
26763
26849
|
}
|
|
26764
|
-
.vxe-table-custom-popup--column-item.col--fixed, .vxe-table-custom-popup--column-item.col--sort, .vxe-table-custom-popup--column-item.col--visible {
|
|
26850
|
+
.vxe-table-custom-popup--column-item.col--fixed, .vxe-table-custom-popup--column-item.col--resizable, .vxe-table-custom-popup--column-item.col--sort, .vxe-table-custom-popup--column-item.col--visible {
|
|
26765
26851
|
text-align: center;
|
|
26766
26852
|
}
|
|
26853
|
+
.vxe-table-custom-popup--column-item.col--resizable>.vxe-input {
|
|
26854
|
+
width: 100%;
|
|
26855
|
+
}
|
|
26767
26856
|
.vxe-table-custom-popup--row.active--drag-target[drag-pos=top] .vxe-table-custom-popup--column-item:after {
|
|
26768
26857
|
display: block;
|
|
26769
26858
|
top: -2px;
|
|
@@ -26799,6 +26888,9 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
26799
26888
|
padding: .2em .5em;
|
|
26800
26889
|
cursor: grab;
|
|
26801
26890
|
}
|
|
26891
|
+
.vxe-table-custom-popup--column-sort-btn:hover {
|
|
26892
|
+
color: var(--vxe-ui-font-primary-color);
|
|
26893
|
+
}
|
|
26802
26894
|
.vxe-table-custom-popup--column-sort-btn:active {
|
|
26803
26895
|
cursor: grabbing;
|
|
26804
26896
|
}
|
|
@@ -27251,10 +27343,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
27251
27343
|
overflow-y: auto;
|
|
27252
27344
|
overflow-x: auto;
|
|
27253
27345
|
}
|
|
27254
|
-
.vxe-cell
|
|
27346
|
+
.vxe-cell>.vxe-default-input, .vxe-cell>.vxe-default-textarea, .vxe-table--filter-template>.vxe-default-input, .vxe-table--filter-template>.vxe-default-textarea {
|
|
27255
27347
|
background-color: var(--vxe-ui-layout-background-color);
|
|
27256
27348
|
}
|
|
27257
|
-
.vxe-cell
|
|
27349
|
+
.vxe-cell>.vxe-default-input, .vxe-cell>.vxe-default-select, .vxe-cell>.vxe-default-textarea, .vxe-table--filter-template>.vxe-default-input, .vxe-table--filter-template>.vxe-default-select, .vxe-table--filter-template>.vxe-default-textarea {
|
|
27258
27350
|
outline: 0;
|
|
27259
27351
|
padding: 0 2px;
|
|
27260
27352
|
width: 100%;
|
|
@@ -27263,37 +27355,36 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
27263
27355
|
border: 1px solid var(--vxe-ui-input-border-color);
|
|
27264
27356
|
height: var(--vxe-ui-input-height-default);
|
|
27265
27357
|
}
|
|
27266
|
-
.vxe-cell
|
|
27358
|
+
.vxe-cell>.vxe-default-input:focus, .vxe-cell>.vxe-default-select:focus, .vxe-cell>.vxe-default-textarea:focus, .vxe-table--filter-template>.vxe-default-input:focus, .vxe-table--filter-template>.vxe-default-select:focus, .vxe-table--filter-template>.vxe-default-textarea:focus {
|
|
27267
27359
|
border: 1px solid var(--vxe-ui-font-primary-color);
|
|
27268
27360
|
}
|
|
27269
|
-
.vxe-cell
|
|
27361
|
+
.vxe-cell>.vxe-default-input[disabled], .vxe-cell>.vxe-default-select[disabled], .vxe-cell>.vxe-default-textarea[disabled], .vxe-table--filter-template>.vxe-default-input[disabled], .vxe-table--filter-template>.vxe-default-select[disabled], .vxe-table--filter-template>.vxe-default-textarea[disabled] {
|
|
27270
27362
|
cursor: not-allowed;
|
|
27271
27363
|
background-color: var(--vxe-ui-input-disabled-background-color);
|
|
27272
27364
|
}
|
|
27273
|
-
.vxe-cell
|
|
27365
|
+
.vxe-cell>.vxe-default-input[type=date]::-webkit-inner-spin-button, .vxe-table--filter-template>.vxe-default-input[type=date]::-webkit-inner-spin-button {
|
|
27274
27366
|
margin-top: 4px;
|
|
27275
27367
|
}
|
|
27276
|
-
.vxe-cell
|
|
27368
|
+
.vxe-cell>.vxe-default-input[type=date]::-webkit-inner-spin-button, .vxe-cell>.vxe-default-input[type=number]::-webkit-inner-spin-button, .vxe-table--filter-template>.vxe-default-input[type=date]::-webkit-inner-spin-button, .vxe-table--filter-template>.vxe-default-input[type=number]::-webkit-inner-spin-button {
|
|
27277
27369
|
height: 24px;
|
|
27278
27370
|
}
|
|
27279
|
-
.vxe-cell
|
|
27371
|
+
.vxe-cell>.vxe-default-input::-moz-placeholder, .vxe-table--filter-template>.vxe-default-input::-moz-placeholder {
|
|
27280
27372
|
color: var(--vxe-ui-input-placeholder-color);
|
|
27281
27373
|
}
|
|
27282
|
-
.vxe-cell
|
|
27374
|
+
.vxe-cell>.vxe-default-input::placeholder, .vxe-table--filter-template>.vxe-default-input::placeholder {
|
|
27283
27375
|
color: var(--vxe-ui-input-placeholder-color);
|
|
27284
27376
|
}
|
|
27285
|
-
.vxe-cell
|
|
27377
|
+
.vxe-cell>.vxe-default-textarea, .vxe-table--filter-template>.vxe-default-textarea {
|
|
27286
27378
|
resize: none;
|
|
27287
27379
|
vertical-align: middle;
|
|
27288
27380
|
}
|
|
27289
|
-
.vxe-cell .vxe-input, .vxe-cell .vxe-select, .vxe-cell
|
|
27381
|
+
.vxe-cell>.vxe-date-picker, .vxe-cell>.vxe-input, .vxe-cell>.vxe-number-input, .vxe-cell>.vxe-select, .vxe-cell>.vxe-textarea, .vxe-table--filter-template>.vxe-date-picker, .vxe-table--filter-template>.vxe-input, .vxe-table--filter-template>.vxe-number-input, .vxe-table--filter-template>.vxe-select, .vxe-table--filter-template>.vxe-textarea {
|
|
27290
27382
|
width: 100%;
|
|
27291
|
-
display: block;
|
|
27292
27383
|
}
|
|
27293
|
-
.vxe-cell
|
|
27384
|
+
.vxe-cell>.vxe-input>.vxe-input--inner, .vxe-cell>.vxe-textarea>.vxe-textarea--inner, .vxe-table--filter-template>.vxe-input>.vxe-input--inner, .vxe-table--filter-template>.vxe-textarea>.vxe-textarea--inner {
|
|
27294
27385
|
padding: 0 2px;
|
|
27295
27386
|
}
|
|
27296
|
-
.vxe-cell
|
|
27387
|
+
.vxe-cell>.vxe-default-textarea, .vxe-cell>.vxe-textarea--inner, .vxe-table--filter-template>.vxe-default-textarea, .vxe-table--filter-template>.vxe-textarea--inner {
|
|
27297
27388
|
resize: none;
|
|
27298
27389
|
}
|
|
27299
27390
|
.vxe-table--cell-active-area, .vxe-table--cell-copy-area, .vxe-table--cell-extend-area, .vxe-table--cell-main-area, .vxe-table--checkbox-range {
|
|
@@ -27359,7 +27450,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
27359
27450
|
animation: moveCopyCellBorder .5s linear infinite;
|
|
27360
27451
|
}
|
|
27361
27452
|
.vxe-table--cell-active-area {
|
|
27362
|
-
border: var(--vxe-ui-table-cell-active-area-border-
|
|
27453
|
+
border-color: var(--vxe-ui-table-cell-active-area-border-color);
|
|
27454
|
+
border-style: solid;
|
|
27455
|
+
border-width: var(--vxe-ui-table-cell-active-area-border-width);
|
|
27456
|
+
background-color: var(--vxe-ui-table-cell-active-area-background-color);
|
|
27363
27457
|
}
|
|
27364
27458
|
.vxe-table--cell-multi-area>.vxe-table--cell-main-area {
|
|
27365
27459
|
background-color: var(--vxe-ui-table-cell-area-background-color);
|
|
@@ -27854,7 +27948,6 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
27854
27948
|
height: 1em;
|
|
27855
27949
|
text-align: center;
|
|
27856
27950
|
transform: translateY(-50%);
|
|
27857
|
-
background-color: var(--vxe-ui-layout-background-color);
|
|
27858
27951
|
z-index: 1;
|
|
27859
27952
|
-webkit-user-select: none;
|
|
27860
27953
|
-moz-user-select: none;
|
|
@@ -27898,8 +27991,12 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
27898
27991
|
.vxe-table--render-default .vxe-table--expanded+.vxe-table--expand-label {
|
|
27899
27992
|
padding-left: .5em;
|
|
27900
27993
|
}
|
|
27994
|
+
.vxe-table--render-default .vxe-body--expanded-row.is--padding>.vxe-body--expanded-column>.vxe-body--expanded-cell {
|
|
27995
|
+
padding: var(--vxe-ui-table-expand-padding-default);
|
|
27996
|
+
}
|
|
27901
27997
|
.vxe-table--render-default .vxe-body--expanded-column {
|
|
27902
27998
|
border-bottom: var(--vxe-ui-table-border-width) solid var(--vxe-ui-table-border-color);
|
|
27999
|
+
border-right: var(--vxe-ui-table-border-width) solid var(--vxe-ui-table-border-color);
|
|
27903
28000
|
}
|
|
27904
28001
|
.vxe-table--render-default .vxe-body--expanded-column.col--ellipsis>.vxe-body--expanded-cell {
|
|
27905
28002
|
overflow: hidden;
|
|
@@ -37299,19 +37396,19 @@ div.vxe-table--tooltip-wrapper.vxe-table--valid-error.old-cell-valid {
|
|
|
37299
37396
|
}
|
|
37300
37397
|
.shy-basic-container-footer-cancel-right {
|
|
37301
37398
|
flex-direction: row-reverse;
|
|
37302
|
-
}[data-v-
|
|
37399
|
+
}[data-v-2d2eda80] .ant-descriptions-item-content {
|
|
37303
37400
|
padding: 0 !important;
|
|
37304
37401
|
flex: 1;
|
|
37305
37402
|
height: 100%;
|
|
37306
37403
|
}
|
|
37307
|
-
[data-v-
|
|
37404
|
+
[data-v-2d2eda80] .ant-form-item {
|
|
37308
37405
|
margin: 0;
|
|
37309
37406
|
}
|
|
37310
|
-
[data-v-
|
|
37407
|
+
[data-v-2d2eda80] .ant-form-item-explain {
|
|
37311
37408
|
display: none;
|
|
37312
37409
|
}
|
|
37313
|
-
[data-v-
|
|
37314
|
-
--label-width: var(--
|
|
37410
|
+
[data-v-2d2eda80] .ant-descriptions-item-label {
|
|
37411
|
+
--label-width: var(--989efb00);
|
|
37315
37412
|
justify-content: right;
|
|
37316
37413
|
align-items: center;
|
|
37317
37414
|
width: var(--label-width) !important;
|
|
@@ -37320,59 +37417,59 @@ div.vxe-table--tooltip-wrapper.vxe-table--valid-error.old-cell-valid {
|
|
|
37320
37417
|
text-overflow: ellipsis;
|
|
37321
37418
|
color: #b1b1b1;
|
|
37322
37419
|
}
|
|
37323
|
-
[data-v-
|
|
37420
|
+
[data-v-2d2eda80] .ant-descriptions-item-label span {
|
|
37324
37421
|
white-space: nowrap;
|
|
37325
37422
|
overflow: hidden;
|
|
37326
37423
|
text-overflow: ellipsis;
|
|
37327
37424
|
}
|
|
37328
|
-
[data-v-
|
|
37425
|
+
[data-v-2d2eda80] .ant-descriptions-view tbody {
|
|
37329
37426
|
display: block;
|
|
37330
37427
|
}
|
|
37331
|
-
[data-v-
|
|
37428
|
+
[data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
|
|
37332
37429
|
display: flex;
|
|
37333
37430
|
width: 100%;
|
|
37334
37431
|
align-items: center;
|
|
37335
37432
|
gap: 0 10px;
|
|
37336
37433
|
}
|
|
37337
|
-
[data-v-
|
|
37434
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
|
|
37338
37435
|
content: '*';
|
|
37339
37436
|
color: red;
|
|
37340
37437
|
}
|
|
37341
|
-
[data-v-
|
|
37438
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
|
|
37342
37439
|
content: '*';
|
|
37343
37440
|
color: red;
|
|
37344
37441
|
}
|
|
37345
|
-
[data-v-
|
|
37442
|
+
[data-v-2d2eda80] .ant-descriptions-item-label::after {
|
|
37346
37443
|
content: '';
|
|
37347
37444
|
}
|
|
37348
|
-
[data-v-
|
|
37445
|
+
[data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
|
|
37349
37446
|
content: '';
|
|
37350
37447
|
}
|
|
37351
|
-
[data-v-
|
|
37448
|
+
[data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
|
|
37352
37449
|
color: #ff4d4f !important;
|
|
37353
37450
|
}
|
|
37354
|
-
[data-v-
|
|
37451
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
|
|
37355
37452
|
gap: 0;
|
|
37356
37453
|
}
|
|
37357
|
-
[data-v-
|
|
37454
|
+
[data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
|
|
37358
37455
|
border: unset !important;
|
|
37359
37456
|
}
|
|
37360
|
-
[data-v-
|
|
37457
|
+
[data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
|
|
37361
37458
|
background-color: unset;
|
|
37362
37459
|
border-right: unset;
|
|
37363
37460
|
}
|
|
37364
|
-
[data-v-
|
|
37461
|
+
[data-v-2d2eda80] .ant-descriptions-item {
|
|
37365
37462
|
flex: 1;
|
|
37366
37463
|
}
|
|
37367
|
-
[data-v-
|
|
37464
|
+
[data-v-2d2eda80] .ant-row.ant-form-item {
|
|
37368
37465
|
width: 100%;
|
|
37369
37466
|
height: 100%;
|
|
37370
37467
|
}
|
|
37371
|
-
.descriptions-item-content[data-v-
|
|
37468
|
+
.descriptions-item-content[data-v-2d2eda80] {
|
|
37372
37469
|
padding: 0 8px;
|
|
37373
37470
|
}.shy-basic-resize-wrapper {
|
|
37374
|
-
--design-width: var(--
|
|
37375
|
-
--design-height: var(--
|
|
37471
|
+
--design-width: var(--0aaa544f);
|
|
37472
|
+
--design-height: var(--30d13bbe);
|
|
37376
37473
|
}
|
|
37377
37474
|
.shy-basic-resize-wrapper-view {
|
|
37378
37475
|
position: absolute;
|