@cloudtower/eagle 0.29.23 → 0.29.25
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/cjs/core/Cascader/cascader.widget.js +2 -1
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1402 -1399
- package/dist/esm/core/Cascader/cascader.widget.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/stories/docs/core/Modal.stories.d.ts +1 -6
- package/dist/style.css +1277 -1274
- package/package.json +4 -4
- package/README.md +0 -64
package/dist/style.css
CHANGED
|
@@ -29571,37 +29571,65 @@ html body {
|
|
|
29571
29571
|
margin-left: 1px;
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
-
|
|
29575
|
-
|
|
29574
|
+
.E_s1ebs0ra {
|
|
29575
|
+
display: flex;
|
|
29576
|
+
align-items: center;
|
|
29577
|
+
justify-content: space-between;
|
|
29578
|
+
background: #edf0f7;
|
|
29579
|
+
padding: 8px 12px;
|
|
29580
|
+
position: sticky;
|
|
29581
|
+
top: 0;
|
|
29582
|
+
z-index: 1;
|
|
29583
|
+
margin-bottom: -52px;
|
|
29576
29584
|
}
|
|
29577
|
-
|
|
29578
|
-
.E_n12mqh7z {
|
|
29585
|
+
.E_s1ebs0ra .select-total {
|
|
29579
29586
|
display: flex;
|
|
29580
29587
|
align-items: center;
|
|
29581
|
-
font-
|
|
29582
|
-
|
|
29588
|
+
font-weight: 700;
|
|
29589
|
+
flex-shrink: 0;
|
|
29583
29590
|
}
|
|
29584
|
-
.
|
|
29585
|
-
|
|
29591
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29592
|
+
cursor: pointer;
|
|
29593
|
+
margin-left: 8px;
|
|
29594
|
+
width: 32px;
|
|
29595
|
+
height: 32px;
|
|
29596
|
+
border-radius: 50%;
|
|
29597
|
+
justify-content: center;
|
|
29586
29598
|
}
|
|
29587
|
-
|
|
29588
|
-
.
|
|
29589
|
-
margin: 0 3px;
|
|
29599
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29600
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29590
29601
|
}
|
|
29591
|
-
|
|
29592
|
-
|
|
29593
|
-
|
|
29594
|
-
|
|
29602
|
+
.E_s1ebs0ra .action-group {
|
|
29603
|
+
flex: 1;
|
|
29604
|
+
margin-left: 88px;
|
|
29605
|
+
white-space: nowrap;
|
|
29606
|
+
text-align: right;
|
|
29607
|
+
position: relative;
|
|
29608
|
+
padding: 4px 0;
|
|
29609
|
+
margin-top: -4px;
|
|
29610
|
+
overflow: hidden;
|
|
29595
29611
|
}
|
|
29596
|
-
|
|
29597
|
-
|
|
29598
|
-
cursor: pointer;
|
|
29612
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29613
|
+
transform: translateY(-4px);
|
|
29599
29614
|
}
|
|
29600
|
-
.
|
|
29601
|
-
|
|
29615
|
+
.E_s1ebs0ra .action-group button {
|
|
29616
|
+
border: none;
|
|
29602
29617
|
}
|
|
29603
|
-
.
|
|
29604
|
-
|
|
29618
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29619
|
+
margin-right: 8px;
|
|
29620
|
+
}
|
|
29621
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29622
|
+
margin-right: 4px;
|
|
29623
|
+
}
|
|
29624
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29625
|
+
cursor: pointer;
|
|
29626
|
+
width: 32px;
|
|
29627
|
+
height: 32px;
|
|
29628
|
+
justify-content: center;
|
|
29629
|
+
border-radius: 50%;
|
|
29630
|
+
}
|
|
29631
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29632
|
+
background: #fff;
|
|
29605
29633
|
}
|
|
29606
29634
|
|
|
29607
29635
|
.E_clm1wy1 {
|
|
@@ -29744,67 +29772,6 @@ span.E_tqjc4ui {
|
|
|
29744
29772
|
margin-right: 4px;
|
|
29745
29773
|
}
|
|
29746
29774
|
|
|
29747
|
-
.E_s1ebs0ra {
|
|
29748
|
-
display: flex;
|
|
29749
|
-
align-items: center;
|
|
29750
|
-
justify-content: space-between;
|
|
29751
|
-
background: #edf0f7;
|
|
29752
|
-
padding: 8px 12px;
|
|
29753
|
-
position: sticky;
|
|
29754
|
-
top: 0;
|
|
29755
|
-
z-index: 1;
|
|
29756
|
-
margin-bottom: -52px;
|
|
29757
|
-
}
|
|
29758
|
-
.E_s1ebs0ra .select-total {
|
|
29759
|
-
display: flex;
|
|
29760
|
-
align-items: center;
|
|
29761
|
-
font-weight: 700;
|
|
29762
|
-
flex-shrink: 0;
|
|
29763
|
-
}
|
|
29764
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29765
|
-
cursor: pointer;
|
|
29766
|
-
margin-left: 8px;
|
|
29767
|
-
width: 32px;
|
|
29768
|
-
height: 32px;
|
|
29769
|
-
border-radius: 50%;
|
|
29770
|
-
justify-content: center;
|
|
29771
|
-
}
|
|
29772
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29773
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29774
|
-
}
|
|
29775
|
-
.E_s1ebs0ra .action-group {
|
|
29776
|
-
flex: 1;
|
|
29777
|
-
margin-left: 88px;
|
|
29778
|
-
white-space: nowrap;
|
|
29779
|
-
text-align: right;
|
|
29780
|
-
position: relative;
|
|
29781
|
-
padding: 4px 0;
|
|
29782
|
-
margin-top: -4px;
|
|
29783
|
-
overflow: hidden;
|
|
29784
|
-
}
|
|
29785
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29786
|
-
transform: translateY(-4px);
|
|
29787
|
-
}
|
|
29788
|
-
.E_s1ebs0ra .action-group button {
|
|
29789
|
-
border: none;
|
|
29790
|
-
}
|
|
29791
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29792
|
-
margin-right: 8px;
|
|
29793
|
-
}
|
|
29794
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29795
|
-
margin-right: 4px;
|
|
29796
|
-
}
|
|
29797
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29798
|
-
cursor: pointer;
|
|
29799
|
-
width: 32px;
|
|
29800
|
-
height: 32px;
|
|
29801
|
-
justify-content: center;
|
|
29802
|
-
border-radius: 50%;
|
|
29803
|
-
}
|
|
29804
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29805
|
-
background: #fff;
|
|
29806
|
-
}
|
|
29807
|
-
|
|
29808
29775
|
.E_c1up1pdz {
|
|
29809
29776
|
width: 648px;
|
|
29810
29777
|
}
|
|
@@ -29945,32 +29912,37 @@ span.E_tqjc4ui {
|
|
|
29945
29912
|
color: #fff;
|
|
29946
29913
|
}
|
|
29947
29914
|
|
|
29948
|
-
.
|
|
29949
|
-
|
|
29950
|
-
align-items: center;
|
|
29915
|
+
.E_gmyahx3 {
|
|
29916
|
+
cursor: pointer;
|
|
29951
29917
|
}
|
|
29952
|
-
.
|
|
29953
|
-
|
|
29918
|
+
.E_gmyahx3 .link-text {
|
|
29919
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29954
29920
|
}
|
|
29955
|
-
|
|
29956
|
-
|
|
29957
|
-
border: 1px solid #d8deeb;
|
|
29958
|
-
border-radius: 4px;
|
|
29921
|
+
.E_gmyahx3:hover .link-text {
|
|
29922
|
+
color: #0080ff;
|
|
29959
29923
|
}
|
|
29960
|
-
|
|
29961
|
-
|
|
29924
|
+
|
|
29925
|
+
span.E_tqjc4ui {
|
|
29926
|
+
margin: 0 2px;
|
|
29962
29927
|
}
|
|
29963
|
-
|
|
29964
|
-
|
|
29928
|
+
|
|
29929
|
+
.E_n12mqh7z {
|
|
29930
|
+
display: flex;
|
|
29931
|
+
align-items: center;
|
|
29932
|
+
font-size: 12px;
|
|
29933
|
+
line-height: 18px;
|
|
29965
29934
|
}
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29935
|
+
.E_n12mqh7z:not(:last-child) {
|
|
29936
|
+
margin-bottom: 4px;
|
|
29968
29937
|
}
|
|
29969
|
-
|
|
29970
|
-
|
|
29938
|
+
|
|
29939
|
+
.E_tf5bynu {
|
|
29940
|
+
margin: 0 3px;
|
|
29971
29941
|
}
|
|
29972
|
-
|
|
29973
|
-
|
|
29942
|
+
|
|
29943
|
+
.E_tcckoz1 {
|
|
29944
|
+
max-height: 400px;
|
|
29945
|
+
overflow: auto;
|
|
29974
29946
|
}
|
|
29975
29947
|
|
|
29976
29948
|
.E_t1sqg15u {
|
|
@@ -30079,6 +30051,86 @@ span.E_tqjc4ui {
|
|
|
30079
30051
|
word-break: break-all;
|
|
30080
30052
|
}
|
|
30081
30053
|
|
|
30054
|
+
.E_wg1tsps {
|
|
30055
|
+
display: flex;
|
|
30056
|
+
align-items: center;
|
|
30057
|
+
justify-content: flex-end;
|
|
30058
|
+
}
|
|
30059
|
+
|
|
30060
|
+
.E_b1ctd5xy {
|
|
30061
|
+
display: flex;
|
|
30062
|
+
align-items: center;
|
|
30063
|
+
width: calc(100% - 40px);
|
|
30064
|
+
}
|
|
30065
|
+
.E_b1ctd5xy .chart {
|
|
30066
|
+
display: inline-block;
|
|
30067
|
+
width: 100%;
|
|
30068
|
+
}
|
|
30069
|
+
|
|
30070
|
+
.E_u1p8acpn {
|
|
30071
|
+
min-width: 40px;
|
|
30072
|
+
}
|
|
30073
|
+
.E_u1p8acpn .unit {
|
|
30074
|
+
color: #00122e !important;
|
|
30075
|
+
}
|
|
30076
|
+
|
|
30077
|
+
.E_m74vjol {
|
|
30078
|
+
display: flex;
|
|
30079
|
+
justify-content: space-between;
|
|
30080
|
+
width: 100%;
|
|
30081
|
+
}
|
|
30082
|
+
.E_m74vjol .action {
|
|
30083
|
+
margin-left: 16px;
|
|
30084
|
+
}
|
|
30085
|
+
|
|
30086
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30087
|
+
width: 100%;
|
|
30088
|
+
}
|
|
30089
|
+
|
|
30090
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30091
|
+
display: flex;
|
|
30092
|
+
align-items: center;
|
|
30093
|
+
}
|
|
30094
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30095
|
+
margin-right: 8px;
|
|
30096
|
+
}
|
|
30097
|
+
|
|
30098
|
+
.E_c18gxmrl {
|
|
30099
|
+
border: 1px solid #d8deeb;
|
|
30100
|
+
border-radius: 4px;
|
|
30101
|
+
}
|
|
30102
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30103
|
+
margin-top: 8px;
|
|
30104
|
+
}
|
|
30105
|
+
.E_c18gxmrl:hover {
|
|
30106
|
+
border-color: #0080ff;
|
|
30107
|
+
}
|
|
30108
|
+
.E_c18gxmrl:hover > header {
|
|
30109
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30110
|
+
}
|
|
30111
|
+
.E_c18gxmrl.active header {
|
|
30112
|
+
border-bottom: 1px solid #d8deeb;
|
|
30113
|
+
}
|
|
30114
|
+
.E_c18gxmrl > header {
|
|
30115
|
+
padding: 8px 12px;
|
|
30116
|
+
}
|
|
30117
|
+
|
|
30118
|
+
.E_berrcjl {
|
|
30119
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30120
|
+
margin-bottom: 4px;
|
|
30121
|
+
}
|
|
30122
|
+
.E_berrcjl .breadcrumb-link {
|
|
30123
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30124
|
+
cursor: pointer;
|
|
30125
|
+
transition: color 160ms ease;
|
|
30126
|
+
}
|
|
30127
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30128
|
+
color: #0080ff;
|
|
30129
|
+
}
|
|
30130
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30131
|
+
color: #005ed1;
|
|
30132
|
+
}
|
|
30133
|
+
|
|
30082
30134
|
.E_t160l1cm {
|
|
30083
30135
|
display: flex;
|
|
30084
30136
|
flex-direction: column;
|
|
@@ -30282,19 +30334,6 @@ span.E_tqjc4ui {
|
|
|
30282
30334
|
background: transparent;
|
|
30283
30335
|
}
|
|
30284
30336
|
|
|
30285
|
-
.E_m74vjol {
|
|
30286
|
-
display: flex;
|
|
30287
|
-
justify-content: space-between;
|
|
30288
|
-
width: 100%;
|
|
30289
|
-
}
|
|
30290
|
-
.E_m74vjol .action {
|
|
30291
|
-
margin-left: 16px;
|
|
30292
|
-
}
|
|
30293
|
-
|
|
30294
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30295
|
-
width: 100%;
|
|
30296
|
-
}
|
|
30297
|
-
|
|
30298
30337
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30299
30338
|
justify-content: center;
|
|
30300
30339
|
}
|
|
@@ -30578,45 +30617,6 @@ button.E_n7k2c6r {
|
|
|
30578
30617
|
border-radius: unset;
|
|
30579
30618
|
}
|
|
30580
30619
|
|
|
30581
|
-
.E_wg1tsps {
|
|
30582
|
-
display: flex;
|
|
30583
|
-
align-items: center;
|
|
30584
|
-
justify-content: flex-end;
|
|
30585
|
-
}
|
|
30586
|
-
|
|
30587
|
-
.E_b1ctd5xy {
|
|
30588
|
-
display: flex;
|
|
30589
|
-
align-items: center;
|
|
30590
|
-
width: calc(100% - 40px);
|
|
30591
|
-
}
|
|
30592
|
-
.E_b1ctd5xy .chart {
|
|
30593
|
-
display: inline-block;
|
|
30594
|
-
width: 100%;
|
|
30595
|
-
}
|
|
30596
|
-
|
|
30597
|
-
.E_u1p8acpn {
|
|
30598
|
-
min-width: 40px;
|
|
30599
|
-
}
|
|
30600
|
-
.E_u1p8acpn .unit {
|
|
30601
|
-
color: #00122e !important;
|
|
30602
|
-
}
|
|
30603
|
-
|
|
30604
|
-
.E_berrcjl {
|
|
30605
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30606
|
-
margin-bottom: 4px;
|
|
30607
|
-
}
|
|
30608
|
-
.E_berrcjl .breadcrumb-link {
|
|
30609
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30610
|
-
cursor: pointer;
|
|
30611
|
-
transition: color 160ms ease;
|
|
30612
|
-
}
|
|
30613
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30614
|
-
color: #0080ff;
|
|
30615
|
-
}
|
|
30616
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30617
|
-
color: #005ed1;
|
|
30618
|
-
}
|
|
30619
|
-
|
|
30620
30620
|
.E_c1uzzomf {
|
|
30621
30621
|
margin-bottom: 16px;
|
|
30622
30622
|
}
|
|
@@ -30639,6 +30639,43 @@ button.E_n7k2c6r {
|
|
|
30639
30639
|
text-align: center;
|
|
30640
30640
|
}
|
|
30641
30641
|
|
|
30642
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30643
|
+
border: 0px;
|
|
30644
|
+
background-color: #fff;
|
|
30645
|
+
}
|
|
30646
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30647
|
+
padding-top: 0px;
|
|
30648
|
+
padding-bottom: 0px;
|
|
30649
|
+
padding-left: 0px !important;
|
|
30650
|
+
padding-right: 24px;
|
|
30651
|
+
}
|
|
30652
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30653
|
+
right: 0px;
|
|
30654
|
+
}
|
|
30655
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30656
|
+
padding: 0px;
|
|
30657
|
+
}
|
|
30658
|
+
|
|
30659
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30660
|
+
padding-right: 0px;
|
|
30661
|
+
cursor: default;
|
|
30662
|
+
}
|
|
30663
|
+
|
|
30664
|
+
.E_c1yyuluq {
|
|
30665
|
+
border-radius: 8px;
|
|
30666
|
+
}
|
|
30667
|
+
.E_c1yyuluq .ant-card-body {
|
|
30668
|
+
padding: 20px 24px 24px 24px;
|
|
30669
|
+
}
|
|
30670
|
+
|
|
30671
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30672
|
+
display: flex;
|
|
30673
|
+
}
|
|
30674
|
+
|
|
30675
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30676
|
+
line-height: 18px;
|
|
30677
|
+
}
|
|
30678
|
+
|
|
30642
30679
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30643
30680
|
padding: 4px 8px 0 8px;
|
|
30644
30681
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -30652,13 +30689,6 @@ button.E_n7k2c6r {
|
|
|
30652
30689
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30653
30690
|
}
|
|
30654
30691
|
|
|
30655
|
-
.E_c1yyuluq {
|
|
30656
|
-
border-radius: 8px;
|
|
30657
|
-
}
|
|
30658
|
-
.E_c1yyuluq .ant-card-body {
|
|
30659
|
-
padding: 20px 24px 24px 24px;
|
|
30660
|
-
}
|
|
30661
|
-
|
|
30662
30692
|
.E_d1bw7c5z {
|
|
30663
30693
|
position: relative;
|
|
30664
30694
|
max-width: 388px;
|
|
@@ -30742,36 +30772,6 @@ button.E_n7k2c6r {
|
|
|
30742
30772
|
width: 102px;
|
|
30743
30773
|
}
|
|
30744
30774
|
|
|
30745
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30746
|
-
border: 0px;
|
|
30747
|
-
background-color: #fff;
|
|
30748
|
-
}
|
|
30749
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30750
|
-
padding-top: 0px;
|
|
30751
|
-
padding-bottom: 0px;
|
|
30752
|
-
padding-left: 0px !important;
|
|
30753
|
-
padding-right: 24px;
|
|
30754
|
-
}
|
|
30755
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30756
|
-
right: 0px;
|
|
30757
|
-
}
|
|
30758
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30759
|
-
padding: 0px;
|
|
30760
|
-
}
|
|
30761
|
-
|
|
30762
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30763
|
-
padding-right: 0px;
|
|
30764
|
-
cursor: default;
|
|
30765
|
-
}
|
|
30766
|
-
|
|
30767
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30768
|
-
display: flex;
|
|
30769
|
-
}
|
|
30770
|
-
|
|
30771
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30772
|
-
line-height: 18px;
|
|
30773
|
-
}
|
|
30774
|
-
|
|
30775
30775
|
.E_phljevk {
|
|
30776
30776
|
display: flex;
|
|
30777
30777
|
justify-content: space-between;
|
|
@@ -30829,6 +30829,71 @@ button.E_n7k2c6r {
|
|
|
30829
30829
|
line-height: 18px;
|
|
30830
30830
|
}
|
|
30831
30831
|
|
|
30832
|
+
.E_ivqqkzv {
|
|
30833
|
+
height: 24px;
|
|
30834
|
+
width: 56px !important;
|
|
30835
|
+
margin-right: 4px;
|
|
30836
|
+
}
|
|
30837
|
+
|
|
30838
|
+
.E_c1wk4q29 {
|
|
30839
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30840
|
+
}
|
|
30841
|
+
|
|
30842
|
+
.E_s1dizucg.ant-switch {
|
|
30843
|
+
min-width: 40px;
|
|
30844
|
+
height: 24px;
|
|
30845
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30846
|
+
overflow: hidden;
|
|
30847
|
+
}
|
|
30848
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30849
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30850
|
+
}
|
|
30851
|
+
.E_s1dizucg.ant-switch-small {
|
|
30852
|
+
min-width: 26px;
|
|
30853
|
+
height: 16px;
|
|
30854
|
+
}
|
|
30855
|
+
.E_s1dizucg.ant-switch-large {
|
|
30856
|
+
min-width: 52px;
|
|
30857
|
+
height: 32px;
|
|
30858
|
+
}
|
|
30859
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30860
|
+
height: 20px;
|
|
30861
|
+
width: 20px;
|
|
30862
|
+
}
|
|
30863
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30864
|
+
border-radius: 10px;
|
|
30865
|
+
transition-delay: 120ms;
|
|
30866
|
+
}
|
|
30867
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30868
|
+
height: 14px;
|
|
30869
|
+
width: 14px;
|
|
30870
|
+
top: 1px;
|
|
30871
|
+
left: 1px;
|
|
30872
|
+
}
|
|
30873
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30874
|
+
height: 28px;
|
|
30875
|
+
width: 28px;
|
|
30876
|
+
}
|
|
30877
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30878
|
+
border-radius: 14px;
|
|
30879
|
+
}
|
|
30880
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30881
|
+
background-color: #00ba5d;
|
|
30882
|
+
}
|
|
30883
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30884
|
+
left: calc(100% - 20px - 2px);
|
|
30885
|
+
}
|
|
30886
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30887
|
+
left: calc(100% - 14px - 1px);
|
|
30888
|
+
}
|
|
30889
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30890
|
+
left: calc(100% - 28px - 2px);
|
|
30891
|
+
}
|
|
30892
|
+
|
|
30893
|
+
.E_c1up6e3y {
|
|
30894
|
+
margin-left: 5px;
|
|
30895
|
+
}
|
|
30896
|
+
|
|
30832
30897
|
.E_c1bus5hc {
|
|
30833
30898
|
--color: white;
|
|
30834
30899
|
height: 14px;
|
|
@@ -30869,6 +30934,10 @@ button.E_n7k2c6r {
|
|
|
30869
30934
|
transform: rotate(0deg);
|
|
30870
30935
|
}
|
|
30871
30936
|
|
|
30937
|
+
.E_tju3gfj .date {
|
|
30938
|
+
margin-right: 4px;
|
|
30939
|
+
}
|
|
30940
|
+
|
|
30872
30941
|
.E_rapgekc.ant-radio-wrapper {
|
|
30873
30942
|
display: inline-flex;
|
|
30874
30943
|
align-items: baseline;
|
|
@@ -31015,181 +31084,47 @@ button.E_n7k2c6r {
|
|
|
31015
31084
|
width: 36px;
|
|
31016
31085
|
}
|
|
31017
31086
|
|
|
31018
|
-
.
|
|
31019
|
-
|
|
31020
|
-
width: 56px !important;
|
|
31021
|
-
margin-right: 4px;
|
|
31087
|
+
.E_s1dni7lo {
|
|
31088
|
+
width: 430px !important;
|
|
31022
31089
|
}
|
|
31023
31090
|
|
|
31024
|
-
.
|
|
31025
|
-
|
|
31091
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31092
|
+
padding: 8px 16px;
|
|
31093
|
+
line-height: 18px;
|
|
31094
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31095
|
+
height: 34px;
|
|
31096
|
+
min-height: 34px;
|
|
31097
|
+
box-sizing: border-box;
|
|
31098
|
+
margin-top: 8px;
|
|
31026
31099
|
}
|
|
31027
31100
|
|
|
31028
|
-
.
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
31035
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31036
|
-
font-size: 13px;
|
|
31101
|
+
.E_o1ugr09p {
|
|
31102
|
+
display: flex;
|
|
31103
|
+
flex-direction: column;
|
|
31104
|
+
margin: 1px 8px;
|
|
31105
|
+
padding: 8px;
|
|
31106
|
+
border-radius: 4px;
|
|
31037
31107
|
}
|
|
31038
|
-
.
|
|
31039
|
-
|
|
31108
|
+
.E_o1ugr09p .selected-icon {
|
|
31109
|
+
display: none;
|
|
31040
31110
|
}
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
font-size: 13px;
|
|
31111
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31112
|
+
padding-left: 8px;
|
|
31044
31113
|
}
|
|
31045
|
-
.
|
|
31046
|
-
|
|
31047
|
-
transition: 160ms ease;
|
|
31114
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31115
|
+
background-color: white;
|
|
31048
31116
|
}
|
|
31049
|
-
.
|
|
31117
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31050
31118
|
color: #0080ff;
|
|
31051
31119
|
}
|
|
31052
|
-
.
|
|
31053
|
-
|
|
31054
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31120
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31121
|
+
display: block;
|
|
31055
31122
|
}
|
|
31056
|
-
.
|
|
31057
|
-
|
|
31123
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31124
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31058
31125
|
}
|
|
31059
|
-
.
|
|
31060
|
-
|
|
31061
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31062
|
-
}
|
|
31063
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31064
|
-
transform: rotate(180deg);
|
|
31065
|
-
}
|
|
31066
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31067
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31068
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31069
|
-
cursor: "not-allowed";
|
|
31070
|
-
}
|
|
31071
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31072
|
-
border-color: #f0483e !important;
|
|
31073
|
-
}
|
|
31074
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31075
|
-
color: #1d326c;
|
|
31076
|
-
}
|
|
31077
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31078
|
-
border-color: #0080ff;
|
|
31079
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31080
|
-
}
|
|
31081
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31082
|
-
transform: rotate(180deg);
|
|
31083
|
-
}
|
|
31084
|
-
|
|
31085
|
-
.E_s1dizucg.ant-switch {
|
|
31086
|
-
min-width: 40px;
|
|
31087
|
-
height: 24px;
|
|
31088
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31089
|
-
overflow: hidden;
|
|
31090
|
-
}
|
|
31091
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31092
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31093
|
-
}
|
|
31094
|
-
.E_s1dizucg.ant-switch-small {
|
|
31095
|
-
min-width: 26px;
|
|
31096
|
-
height: 16px;
|
|
31097
|
-
}
|
|
31098
|
-
.E_s1dizucg.ant-switch-large {
|
|
31099
|
-
min-width: 52px;
|
|
31100
|
-
height: 32px;
|
|
31101
|
-
}
|
|
31102
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31103
|
-
height: 20px;
|
|
31104
|
-
width: 20px;
|
|
31105
|
-
}
|
|
31106
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31107
|
-
border-radius: 10px;
|
|
31108
|
-
transition-delay: 120ms;
|
|
31109
|
-
}
|
|
31110
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31111
|
-
height: 14px;
|
|
31112
|
-
width: 14px;
|
|
31113
|
-
top: 1px;
|
|
31114
|
-
left: 1px;
|
|
31115
|
-
}
|
|
31116
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31117
|
-
height: 28px;
|
|
31118
|
-
width: 28px;
|
|
31119
|
-
}
|
|
31120
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31121
|
-
border-radius: 14px;
|
|
31122
|
-
}
|
|
31123
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31124
|
-
background-color: #00ba5d;
|
|
31125
|
-
}
|
|
31126
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31127
|
-
left: calc(100% - 20px - 2px);
|
|
31128
|
-
}
|
|
31129
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31130
|
-
left: calc(100% - 14px - 1px);
|
|
31131
|
-
}
|
|
31132
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31133
|
-
left: calc(100% - 28px - 2px);
|
|
31134
|
-
}
|
|
31135
|
-
|
|
31136
|
-
.E_c1up6e3y {
|
|
31137
|
-
margin-left: 5px;
|
|
31138
|
-
}
|
|
31139
|
-
|
|
31140
|
-
.E_tju3gfj .date {
|
|
31141
|
-
margin-right: 4px;
|
|
31142
|
-
}
|
|
31143
|
-
|
|
31144
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31145
|
-
display: none;
|
|
31146
|
-
}
|
|
31147
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31148
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31149
|
-
border-radius: 4px;
|
|
31150
|
-
}
|
|
31151
|
-
|
|
31152
|
-
.E_s1dni7lo {
|
|
31153
|
-
width: 430px !important;
|
|
31154
|
-
}
|
|
31155
|
-
|
|
31156
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31157
|
-
padding: 8px 16px;
|
|
31158
|
-
line-height: 18px;
|
|
31159
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31160
|
-
height: 34px;
|
|
31161
|
-
min-height: 34px;
|
|
31162
|
-
box-sizing: border-box;
|
|
31163
|
-
margin-top: 8px;
|
|
31164
|
-
}
|
|
31165
|
-
|
|
31166
|
-
.E_o1ugr09p {
|
|
31167
|
-
display: flex;
|
|
31168
|
-
flex-direction: column;
|
|
31169
|
-
margin: 1px 8px;
|
|
31170
|
-
padding: 8px;
|
|
31171
|
-
border-radius: 4px;
|
|
31172
|
-
}
|
|
31173
|
-
.E_o1ugr09p .selected-icon {
|
|
31174
|
-
display: none;
|
|
31175
|
-
}
|
|
31176
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31177
|
-
padding-left: 8px;
|
|
31178
|
-
}
|
|
31179
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31180
|
-
background-color: white;
|
|
31181
|
-
}
|
|
31182
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31183
|
-
color: #0080ff;
|
|
31184
|
-
}
|
|
31185
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31186
|
-
display: block;
|
|
31187
|
-
}
|
|
31188
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31189
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31190
|
-
}
|
|
31191
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31192
|
-
color: #0080ff;
|
|
31126
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31127
|
+
color: #0080ff;
|
|
31193
31128
|
}
|
|
31194
31129
|
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31195
31130
|
background: rgba(0, 136, 255, 0.1);
|
|
@@ -31230,6 +31165,71 @@ button.E_n7k2c6r {
|
|
|
31230
31165
|
opacity: 0;
|
|
31231
31166
|
}
|
|
31232
31167
|
|
|
31168
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
31169
|
+
border-radius: 6px;
|
|
31170
|
+
}
|
|
31171
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
31172
|
+
width: 100%;
|
|
31173
|
+
color: #2d3a56;
|
|
31174
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
31175
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31176
|
+
font-size: 13px;
|
|
31177
|
+
}
|
|
31178
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
31179
|
+
height: 30px;
|
|
31180
|
+
}
|
|
31181
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
31182
|
+
height: 38px;
|
|
31183
|
+
font-size: 13px;
|
|
31184
|
+
}
|
|
31185
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
31186
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
31187
|
+
transition: 160ms ease;
|
|
31188
|
+
}
|
|
31189
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
31190
|
+
color: #0080ff;
|
|
31191
|
+
}
|
|
31192
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
31193
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31194
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31195
|
+
}
|
|
31196
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31197
|
+
color: #0080ff;
|
|
31198
|
+
}
|
|
31199
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
31200
|
+
border-color: #0080ff;
|
|
31201
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31202
|
+
}
|
|
31203
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31204
|
+
transform: rotate(180deg);
|
|
31205
|
+
}
|
|
31206
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
31207
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31208
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31209
|
+
cursor: "not-allowed";
|
|
31210
|
+
}
|
|
31211
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
31212
|
+
border-color: #f0483e !important;
|
|
31213
|
+
}
|
|
31214
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
31215
|
+
color: #1d326c;
|
|
31216
|
+
}
|
|
31217
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
31218
|
+
border-color: #0080ff;
|
|
31219
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31220
|
+
}
|
|
31221
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
31222
|
+
transform: rotate(180deg);
|
|
31223
|
+
}
|
|
31224
|
+
|
|
31225
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31226
|
+
display: none;
|
|
31227
|
+
}
|
|
31228
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31229
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31230
|
+
border-radius: 4px;
|
|
31231
|
+
}
|
|
31232
|
+
|
|
31233
31233
|
.E_s1sck0th {
|
|
31234
31234
|
padding: 0 8px;
|
|
31235
31235
|
border-radius: 4px;
|
|
@@ -31316,38 +31316,17 @@ button.E_n7k2c6r {
|
|
|
31316
31316
|
display: inline-block;
|
|
31317
31317
|
}
|
|
31318
31318
|
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31327
|
-
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
min-height: 32px;
|
|
31331
|
-
height: auto;
|
|
31332
|
-
font-size: 13px;
|
|
31333
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31334
|
-
white-space: normal;
|
|
31335
|
-
}
|
|
31336
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31337
|
-
border-color: #ff4d4f !important;
|
|
31338
|
-
}
|
|
31339
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31340
|
-
border-color: #ff4d4f !important;
|
|
31341
|
-
}
|
|
31342
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31343
|
-
margin-top: 4px;
|
|
31344
|
-
font-size: 12px;
|
|
31345
|
-
min-height: 0px;
|
|
31346
|
-
}
|
|
31347
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31348
|
-
font-size: 12px;
|
|
31349
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31350
|
-
min-height: 0px;
|
|
31319
|
+
.E_i1inqkme {
|
|
31320
|
+
height: 18px;
|
|
31321
|
+
line-height: 18px;
|
|
31322
|
+
padding: 0 4px;
|
|
31323
|
+
border-radius: 4px;
|
|
31324
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31325
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31326
|
+
display: flex;
|
|
31327
|
+
align-items: center;
|
|
31328
|
+
white-space: nowrap;
|
|
31329
|
+
margin-right: 4px;
|
|
31351
31330
|
}
|
|
31352
31331
|
|
|
31353
31332
|
.E_fzh9mnb {
|
|
@@ -31365,22 +31344,53 @@ button.E_n7k2c6r {
|
|
|
31365
31344
|
font-size: 18px;
|
|
31366
31345
|
}
|
|
31367
31346
|
|
|
31368
|
-
.
|
|
31369
|
-
display: var(--
|
|
31347
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31348
|
+
display: var(--a1wfy30z-0);
|
|
31370
31349
|
}
|
|
31371
|
-
.
|
|
31350
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31351
|
+
padding: 4px 11px;
|
|
31372
31352
|
display: inline-flex;
|
|
31373
31353
|
line-height: 1.5715;
|
|
31374
|
-
height:
|
|
31375
|
-
width: 100%;
|
|
31354
|
+
height: inherit;
|
|
31376
31355
|
}
|
|
31377
|
-
.
|
|
31378
|
-
content: var(--
|
|
31379
|
-
display: var(--
|
|
31356
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31357
|
+
content: var(--a1wfy30z-1);
|
|
31358
|
+
display: var(--a1wfy30z-2);
|
|
31380
31359
|
flex: none;
|
|
31381
31360
|
align-items: center;
|
|
31382
31361
|
margin-left: 4px;
|
|
31383
|
-
|
|
31362
|
+
}
|
|
31363
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31364
|
+
content: var(--a1wfy30z-3);
|
|
31365
|
+
display: var(--a1wfy30z-4);
|
|
31366
|
+
flex: none;
|
|
31367
|
+
align-items: center;
|
|
31368
|
+
margin-right: 4px;
|
|
31369
|
+
cursor: auto;
|
|
31370
|
+
}
|
|
31371
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31372
|
+
padding: 0;
|
|
31373
|
+
margin: 0;
|
|
31374
|
+
height: auto;
|
|
31375
|
+
font-size: inherit;
|
|
31376
|
+
}
|
|
31377
|
+
|
|
31378
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31379
|
+
display: var(--ai7qkf2-0);
|
|
31380
|
+
}
|
|
31381
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31382
|
+
display: inline-flex;
|
|
31383
|
+
line-height: 1.5715;
|
|
31384
|
+
height: 100%;
|
|
31385
|
+
width: 100%;
|
|
31386
|
+
}
|
|
31387
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31388
|
+
content: var(--ai7qkf2-1);
|
|
31389
|
+
display: var(--ai7qkf2-2);
|
|
31390
|
+
flex: none;
|
|
31391
|
+
align-items: center;
|
|
31392
|
+
margin-left: 4px;
|
|
31393
|
+
padding: 5px 12px 5px 0;
|
|
31384
31394
|
color: rgba(44, 56, 82, 0.6);
|
|
31385
31395
|
}
|
|
31386
31396
|
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
@@ -31425,6 +31435,40 @@ button.E_n7k2c6r {
|
|
|
31425
31435
|
padding: 2px 8px;
|
|
31426
31436
|
}
|
|
31427
31437
|
|
|
31438
|
+
.E_f7pxqmh {
|
|
31439
|
+
width: 100%;
|
|
31440
|
+
margin-bottom: 0 !important;
|
|
31441
|
+
flex-flow: nowrap !important;
|
|
31442
|
+
line-break: auto;
|
|
31443
|
+
}
|
|
31444
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31445
|
+
text-align: left !important;
|
|
31446
|
+
padding-bottom: 0 !important;
|
|
31447
|
+
}
|
|
31448
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31449
|
+
min-height: 32px;
|
|
31450
|
+
height: auto;
|
|
31451
|
+
font-size: 13px;
|
|
31452
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31453
|
+
white-space: normal;
|
|
31454
|
+
}
|
|
31455
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31456
|
+
border-color: #ff4d4f !important;
|
|
31457
|
+
}
|
|
31458
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31459
|
+
border-color: #ff4d4f !important;
|
|
31460
|
+
}
|
|
31461
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31462
|
+
margin-top: 4px;
|
|
31463
|
+
font-size: 12px;
|
|
31464
|
+
min-height: 0px;
|
|
31465
|
+
}
|
|
31466
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31467
|
+
font-size: 12px;
|
|
31468
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31469
|
+
min-height: 0px;
|
|
31470
|
+
}
|
|
31471
|
+
|
|
31428
31472
|
.E_atcz0kf .ant-input-suffix {
|
|
31429
31473
|
margin-left: 8px;
|
|
31430
31474
|
}
|
|
@@ -31432,19 +31476,6 @@ button.E_n7k2c6r {
|
|
|
31432
31476
|
padding: 2px 7px 2px 12px;
|
|
31433
31477
|
}
|
|
31434
31478
|
|
|
31435
|
-
.E_i1inqkme {
|
|
31436
|
-
height: 18px;
|
|
31437
|
-
line-height: 18px;
|
|
31438
|
-
padding: 0 4px;
|
|
31439
|
-
border-radius: 4px;
|
|
31440
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31441
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31442
|
-
display: flex;
|
|
31443
|
-
align-items: center;
|
|
31444
|
-
white-space: nowrap;
|
|
31445
|
-
margin-right: 4px;
|
|
31446
|
-
}
|
|
31447
|
-
|
|
31448
31479
|
.E_iouxfgt {
|
|
31449
31480
|
display: inline-flex;
|
|
31450
31481
|
align-items: center;
|
|
@@ -31463,37 +31494,6 @@ button.E_n7k2c6r {
|
|
|
31463
31494
|
animation: rotate 680ms linear infinite;
|
|
31464
31495
|
}
|
|
31465
31496
|
|
|
31466
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31467
|
-
display: var(--a1wfy30z-0);
|
|
31468
|
-
}
|
|
31469
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31470
|
-
padding: 4px 11px;
|
|
31471
|
-
display: inline-flex;
|
|
31472
|
-
line-height: 1.5715;
|
|
31473
|
-
height: inherit;
|
|
31474
|
-
}
|
|
31475
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31476
|
-
content: var(--a1wfy30z-1);
|
|
31477
|
-
display: var(--a1wfy30z-2);
|
|
31478
|
-
flex: none;
|
|
31479
|
-
align-items: center;
|
|
31480
|
-
margin-left: 4px;
|
|
31481
|
-
}
|
|
31482
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31483
|
-
content: var(--a1wfy30z-3);
|
|
31484
|
-
display: var(--a1wfy30z-4);
|
|
31485
|
-
flex: none;
|
|
31486
|
-
align-items: center;
|
|
31487
|
-
margin-right: 4px;
|
|
31488
|
-
cursor: auto;
|
|
31489
|
-
}
|
|
31490
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31491
|
-
padding: 0;
|
|
31492
|
-
margin: 0;
|
|
31493
|
-
height: auto;
|
|
31494
|
-
font-size: inherit;
|
|
31495
|
-
}
|
|
31496
|
-
|
|
31497
31497
|
.E_owd0kml {
|
|
31498
31498
|
display: inline-block;
|
|
31499
31499
|
}
|
|
@@ -31503,36 +31503,6 @@ button.E_n7k2c6r {
|
|
|
31503
31503
|
position: absolute;
|
|
31504
31504
|
}
|
|
31505
31505
|
|
|
31506
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31507
|
-
display: inline-flex;
|
|
31508
|
-
align-items: center;
|
|
31509
|
-
justify-content: center;
|
|
31510
|
-
color: #fff;
|
|
31511
|
-
font-weight: bold;
|
|
31512
|
-
font-size: 12px;
|
|
31513
|
-
width: 24px;
|
|
31514
|
-
height: 24px;
|
|
31515
|
-
border-radius: 50%;
|
|
31516
|
-
background: var(--a1b5xrg3-0);
|
|
31517
|
-
}
|
|
31518
|
-
.E_a1b5xrg3.btn-item {
|
|
31519
|
-
transition: all 160ms ease;
|
|
31520
|
-
cursor: pointer;
|
|
31521
|
-
width: 56px;
|
|
31522
|
-
height: 40px;
|
|
31523
|
-
display: inline-flex;
|
|
31524
|
-
align-items: center;
|
|
31525
|
-
justify-content: center;
|
|
31526
|
-
border-radius: 6px;
|
|
31527
|
-
}
|
|
31528
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31529
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31530
|
-
}
|
|
31531
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31532
|
-
transform: translateY(2px);
|
|
31533
|
-
transition: all 320ms ease;
|
|
31534
|
-
}
|
|
31535
|
-
|
|
31536
31506
|
.E_m196gn1d {
|
|
31537
31507
|
min-width: 1280px;
|
|
31538
31508
|
}
|
|
@@ -32012,6 +31982,36 @@ button.E_n7k2c6r {
|
|
|
32012
31982
|
line-height: 12px;
|
|
32013
31983
|
}
|
|
32014
31984
|
|
|
31985
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31986
|
+
display: inline-flex;
|
|
31987
|
+
align-items: center;
|
|
31988
|
+
justify-content: center;
|
|
31989
|
+
color: #fff;
|
|
31990
|
+
font-weight: bold;
|
|
31991
|
+
font-size: 12px;
|
|
31992
|
+
width: 24px;
|
|
31993
|
+
height: 24px;
|
|
31994
|
+
border-radius: 50%;
|
|
31995
|
+
background: var(--a1b5xrg3-0);
|
|
31996
|
+
}
|
|
31997
|
+
.E_a1b5xrg3.btn-item {
|
|
31998
|
+
transition: all 160ms ease;
|
|
31999
|
+
cursor: pointer;
|
|
32000
|
+
width: 56px;
|
|
32001
|
+
height: 40px;
|
|
32002
|
+
display: inline-flex;
|
|
32003
|
+
align-items: center;
|
|
32004
|
+
justify-content: center;
|
|
32005
|
+
border-radius: 6px;
|
|
32006
|
+
}
|
|
32007
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32008
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32009
|
+
}
|
|
32010
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32011
|
+
transform: translateY(2px);
|
|
32012
|
+
transition: all 320ms ease;
|
|
32013
|
+
}
|
|
32014
|
+
|
|
32015
32015
|
.E_cnujxq2 {
|
|
32016
32016
|
display: flex;
|
|
32017
32017
|
flex-direction: column;
|
|
@@ -32788,6 +32788,9 @@ input.E_rf8rlle.ant-input {
|
|
|
32788
32788
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32789
32789
|
line-height: normal;
|
|
32790
32790
|
}
|
|
32791
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
32792
|
+
max-width: 100%;
|
|
32793
|
+
}
|
|
32791
32794
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32792
32795
|
font-size: 13px;
|
|
32793
32796
|
line-height: 20px;
|
|
@@ -33649,44 +33652,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33649
33652
|
position: static;
|
|
33650
33653
|
}
|
|
33651
33654
|
|
|
33652
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33653
|
-
margin-right: 2px;
|
|
33654
|
-
}
|
|
33655
|
-
|
|
33656
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33657
|
-
padding-left: 8px;
|
|
33658
|
-
padding-right: 8px;
|
|
33659
|
-
}
|
|
33660
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33661
|
-
border-radius: 4px;
|
|
33662
|
-
}
|
|
33663
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33664
|
-
border-radius: 4px;
|
|
33665
|
-
}
|
|
33666
|
-
|
|
33667
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33668
|
-
padding-left: 12px;
|
|
33669
|
-
padding-right: 12px;
|
|
33670
|
-
}
|
|
33671
|
-
|
|
33672
|
-
.E_ckld275 {
|
|
33673
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33674
|
-
}
|
|
33675
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33676
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33677
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33678
|
-
}
|
|
33679
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33680
|
-
background-color: transparent;
|
|
33681
|
-
}
|
|
33682
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33683
|
-
background-color: transparent;
|
|
33684
|
-
}
|
|
33685
|
-
|
|
33686
|
-
.E_c1yd35n {
|
|
33687
|
-
padding: 0 12px 14px 12px;
|
|
33688
|
-
}
|
|
33689
|
-
|
|
33690
33655
|
.E_c1kghdax {
|
|
33691
33656
|
color: #2d3a56;
|
|
33692
33657
|
padding: 7px 12px;
|
|
@@ -33727,6 +33692,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33727
33692
|
margin-right: 2px;
|
|
33728
33693
|
}
|
|
33729
33694
|
|
|
33695
|
+
.E_c1yd35n {
|
|
33696
|
+
padding: 0 12px 14px 12px;
|
|
33697
|
+
}
|
|
33698
|
+
|
|
33730
33699
|
.E_b14q2gmw {
|
|
33731
33700
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33732
33701
|
}
|
|
@@ -33744,6 +33713,40 @@ input.E_rf8rlle.ant-input {
|
|
|
33744
33713
|
transform: translateY(-4px);
|
|
33745
33714
|
}
|
|
33746
33715
|
|
|
33716
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33717
|
+
margin-right: 2px;
|
|
33718
|
+
}
|
|
33719
|
+
|
|
33720
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33721
|
+
padding-left: 8px;
|
|
33722
|
+
padding-right: 8px;
|
|
33723
|
+
}
|
|
33724
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33725
|
+
border-radius: 4px;
|
|
33726
|
+
}
|
|
33727
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33728
|
+
border-radius: 4px;
|
|
33729
|
+
}
|
|
33730
|
+
|
|
33731
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33732
|
+
padding-left: 12px;
|
|
33733
|
+
padding-right: 12px;
|
|
33734
|
+
}
|
|
33735
|
+
|
|
33736
|
+
.E_ckld275 {
|
|
33737
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33738
|
+
}
|
|
33739
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33740
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33741
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33742
|
+
}
|
|
33743
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33744
|
+
background-color: transparent;
|
|
33745
|
+
}
|
|
33746
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33747
|
+
background-color: transparent;
|
|
33748
|
+
}
|
|
33749
|
+
|
|
33747
33750
|
.E_ckui4s7 {
|
|
33748
33751
|
color: #2d3a56;
|
|
33749
33752
|
line-height: 22px;
|
|
@@ -33857,49 +33860,11 @@ input.E_rf8rlle.ant-input {
|
|
|
33857
33860
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33858
33861
|
}
|
|
33859
33862
|
|
|
33860
|
-
.
|
|
33861
|
-
|
|
33862
|
-
|
|
33863
|
-
|
|
33864
|
-
|
|
33865
|
-
padding-right: 4px;
|
|
33866
|
-
margin-right: 4px;
|
|
33867
|
-
}
|
|
33868
|
-
|
|
33869
|
-
.E_slr2ynn {
|
|
33870
|
-
padding: 0 8px;
|
|
33871
|
-
height: 18px;
|
|
33872
|
-
}
|
|
33873
|
-
|
|
33874
|
-
.E_m140wbb6 {
|
|
33875
|
-
padding: 2px 8px;
|
|
33876
|
-
height: 24px;
|
|
33877
|
-
}
|
|
33878
|
-
|
|
33879
|
-
.E_t1fozc1i {
|
|
33880
|
-
margin: 0;
|
|
33881
|
-
}
|
|
33882
|
-
|
|
33883
|
-
.E_i1vxv4ln {
|
|
33884
|
-
margin-right: 4px;
|
|
33885
|
-
height: 16px;
|
|
33886
|
-
}
|
|
33887
|
-
|
|
33888
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33889
|
-
font-weight: 700;
|
|
33890
|
-
color: #00122e;
|
|
33891
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33892
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33893
|
-
word-break: break-all;
|
|
33894
|
-
display: inline;
|
|
33895
|
-
white-space: normal;
|
|
33896
|
-
}
|
|
33897
|
-
|
|
33898
|
-
.E_r77hffu {
|
|
33899
|
-
display: flex;
|
|
33900
|
-
align-items: center;
|
|
33901
|
-
justify-content: space-between;
|
|
33902
|
-
column-gap: 6px;
|
|
33863
|
+
.E_r77hffu {
|
|
33864
|
+
display: flex;
|
|
33865
|
+
align-items: center;
|
|
33866
|
+
justify-content: space-between;
|
|
33867
|
+
column-gap: 6px;
|
|
33903
33868
|
}
|
|
33904
33869
|
|
|
33905
33870
|
.E_p1cmxsf7 {
|
|
@@ -33912,892 +33877,982 @@ input.E_rf8rlle.ant-input {
|
|
|
33912
33877
|
font-size: 0;
|
|
33913
33878
|
}
|
|
33914
33879
|
|
|
33915
|
-
.
|
|
33916
|
-
margin
|
|
33917
|
-
|
|
33918
|
-
|
|
33919
|
-
|
|
33920
|
-
white-space: nowrap;
|
|
33921
|
-
}
|
|
33922
|
-
|
|
33923
|
-
.E_s1ese5oy {
|
|
33924
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33925
|
-
line-height: 32px;
|
|
33926
|
-
height: 32px;
|
|
33927
|
-
margin-bottom: 0;
|
|
33880
|
+
.E_sddwhm6 {
|
|
33881
|
+
margin: 0;
|
|
33882
|
+
border-radius: 20px;
|
|
33883
|
+
padding: 2px 10px;
|
|
33884
|
+
height: 22px;
|
|
33928
33885
|
}
|
|
33929
|
-
.
|
|
33930
|
-
color:
|
|
33886
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33887
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33931
33888
|
}
|
|
33932
|
-
.
|
|
33933
|
-
color:
|
|
33889
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33890
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33934
33891
|
}
|
|
33935
|
-
.
|
|
33936
|
-
color: #
|
|
33892
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33893
|
+
color: #00122e;
|
|
33937
33894
|
}
|
|
33938
|
-
.
|
|
33939
|
-
|
|
33895
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33896
|
+
margin-right: 6px;
|
|
33940
33897
|
}
|
|
33941
|
-
.
|
|
33898
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33899
|
+
margin-left: 8px;
|
|
33942
33900
|
color: rgba(44, 56, 82, 0.6);
|
|
33943
33901
|
}
|
|
33944
|
-
|
|
33945
|
-
.
|
|
33946
|
-
margin-bottom: 0;
|
|
33947
|
-
color: #00122e;
|
|
33948
|
-
}
|
|
33949
|
-
|
|
33950
|
-
.E_b11xxjd2 {
|
|
33951
|
-
line-height: 32px;
|
|
33952
|
-
margin-right: 6px;
|
|
33902
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33903
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33953
33904
|
}
|
|
33954
|
-
|
|
33955
|
-
|
|
33956
|
-
height: 24px;
|
|
33957
|
-
flex: 1;
|
|
33958
|
-
position: relative;
|
|
33959
|
-
top: -7px;
|
|
33905
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33906
|
+
background-color: #0080ff;
|
|
33960
33907
|
}
|
|
33961
|
-
.
|
|
33962
|
-
|
|
33963
|
-
overflow: hidden;
|
|
33964
|
-
text-overflow: ellipsis;
|
|
33965
|
-
white-space: nowrap;
|
|
33908
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33909
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33966
33910
|
}
|
|
33967
|
-
|
|
33968
|
-
.
|
|
33969
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33970
|
-
border-radius: 8px;
|
|
33971
|
-
overflow: auto;
|
|
33911
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33912
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33972
33913
|
}
|
|
33973
|
-
.
|
|
33974
|
-
|
|
33914
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33915
|
+
background-color: #f0483e;
|
|
33975
33916
|
}
|
|
33976
|
-
.
|
|
33977
|
-
|
|
33978
|
-
top: 0;
|
|
33979
|
-
z-index: 2;
|
|
33980
|
-
display: flex;
|
|
33981
|
-
padding: 8px;
|
|
33982
|
-
flex-wrap: nowrap;
|
|
33983
|
-
justify-content: flex-start;
|
|
33984
|
-
background: #f2f5fa;
|
|
33985
|
-
font-size: 14px;
|
|
33986
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33987
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33917
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33918
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33988
33919
|
}
|
|
33989
|
-
.
|
|
33990
|
-
|
|
33920
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33921
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33991
33922
|
}
|
|
33992
|
-
.
|
|
33993
|
-
|
|
33994
|
-
justify-content: flex-start;
|
|
33995
|
-
align-items: flex-start;
|
|
33996
|
-
flex-wrap: wrap;
|
|
33997
|
-
padding: 8px;
|
|
33998
|
-
border: none;
|
|
33923
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33924
|
+
background-color: #fea008;
|
|
33999
33925
|
}
|
|
34000
|
-
.
|
|
34001
|
-
|
|
34002
|
-
margin: 12px 0 0;
|
|
34003
|
-
order: 99;
|
|
34004
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33926
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33927
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34005
33928
|
}
|
|
34006
|
-
.
|
|
34007
|
-
color:
|
|
34008
|
-
flex-basis: 100%;
|
|
34009
|
-
order: 98;
|
|
34010
|
-
margin: 12px 0 0;
|
|
33929
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33930
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34011
33931
|
}
|
|
34012
|
-
.
|
|
34013
|
-
background-color:
|
|
33932
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33933
|
+
background-color: #00ba5d;
|
|
34014
33934
|
}
|
|
34015
|
-
.
|
|
34016
|
-
background-color: rgba(
|
|
33935
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33936
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34017
33937
|
}
|
|
34018
|
-
.
|
|
34019
|
-
|
|
34020
|
-
overflow: hidden;
|
|
33938
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33939
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34021
33940
|
}
|
|
34022
|
-
.
|
|
34023
|
-
color:
|
|
34024
|
-
margin: 0;
|
|
33941
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33942
|
+
background-color: #6b7d99;
|
|
34025
33943
|
}
|
|
34026
|
-
.
|
|
34027
|
-
|
|
33944
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33945
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34028
33946
|
}
|
|
34029
|
-
|
|
34030
|
-
|
|
33947
|
+
|
|
33948
|
+
.E_satwmqm {
|
|
33949
|
+
width: 8px;
|
|
33950
|
+
height: 8px;
|
|
33951
|
+
border-radius: 50%;
|
|
33952
|
+
display: inline-block;
|
|
34031
33953
|
}
|
|
34032
|
-
|
|
34033
|
-
|
|
33954
|
+
|
|
33955
|
+
.E_tc97u5y {
|
|
33956
|
+
height: 100%;
|
|
34034
33957
|
}
|
|
34035
|
-
|
|
34036
|
-
|
|
33958
|
+
|
|
33959
|
+
.E_efzf37v .ant-table-content {
|
|
33960
|
+
overflow: visible !important;
|
|
33961
|
+
height: 100%;
|
|
34037
33962
|
}
|
|
34038
|
-
.
|
|
34039
|
-
|
|
33963
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
33964
|
+
height: 100%;
|
|
34040
33965
|
}
|
|
34041
|
-
.
|
|
34042
|
-
|
|
33966
|
+
.E_efzf37v .ant-table-content table {
|
|
33967
|
+
width: 100% !important;
|
|
33968
|
+
height: 100%;
|
|
34043
33969
|
}
|
|
34044
|
-
.
|
|
34045
|
-
|
|
33970
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33971
|
+
padding: 15px 0;
|
|
34046
33972
|
}
|
|
34047
|
-
.
|
|
34048
|
-
|
|
34049
|
-
width: 24px;
|
|
34050
|
-
height: 24px;
|
|
34051
|
-
overflow: hidden;
|
|
33973
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
33974
|
+
display: none;
|
|
34052
33975
|
}
|
|
34053
|
-
|
|
34054
|
-
|
|
33976
|
+
|
|
33977
|
+
.E_t1fisho6 {
|
|
33978
|
+
height: 100%;
|
|
34055
33979
|
}
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34058
|
-
|
|
33980
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33981
|
+
padding-top: 6px;
|
|
33982
|
+
padding-bottom: 6px;
|
|
34059
33983
|
}
|
|
34060
|
-
.
|
|
34061
|
-
|
|
33984
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33985
|
+
font-weight: 700;
|
|
34062
33986
|
}
|
|
34063
|
-
.
|
|
34064
|
-
|
|
34065
|
-
border-radius: 5px;
|
|
34066
|
-
font-size: 12px;
|
|
33987
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33988
|
+
font-weight: 700;
|
|
34067
33989
|
}
|
|
34068
|
-
.
|
|
34069
|
-
|
|
33990
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33991
|
+
height: 100%;
|
|
34070
33992
|
}
|
|
34071
|
-
.
|
|
34072
|
-
|
|
34073
|
-
|
|
34074
|
-
position: relative;
|
|
33993
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33994
|
+
height: 100%;
|
|
33995
|
+
overflow: visible;
|
|
34075
33996
|
}
|
|
34076
|
-
.
|
|
34077
|
-
|
|
33997
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33998
|
+
max-height: none;
|
|
34078
33999
|
}
|
|
34079
|
-
.
|
|
34080
|
-
background
|
|
34000
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
34001
|
+
background: transparent;
|
|
34081
34002
|
}
|
|
34082
|
-
|
|
34083
|
-
.
|
|
34003
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
34004
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34005
|
+
background: #fff;
|
|
34006
|
+
padding: 0 !important;
|
|
34007
|
+
}
|
|
34008
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34009
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34084
34010
|
display: flex;
|
|
34085
34011
|
align-items: center;
|
|
34086
|
-
|
|
34012
|
+
height: 100%;
|
|
34013
|
+
padding: 8px;
|
|
34087
34014
|
}
|
|
34088
|
-
.
|
|
34089
|
-
|
|
34090
|
-
|
|
34015
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34016
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34017
|
+
overflow: hidden;
|
|
34018
|
+
text-overflow: ellipsis;
|
|
34019
|
+
width: 100%;
|
|
34091
34020
|
}
|
|
34092
|
-
.
|
|
34093
|
-
|
|
34094
|
-
margin-left: 8px;
|
|
34095
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34021
|
+
.E_t1fisho6 .ant-table-container {
|
|
34022
|
+
height: 100%;
|
|
34096
34023
|
}
|
|
34097
|
-
.
|
|
34098
|
-
|
|
34024
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
34025
|
+
box-shadow: none !important;
|
|
34099
34026
|
}
|
|
34100
|
-
|
|
34101
|
-
|
|
34102
|
-
|
|
34103
|
-
|
|
34104
|
-
|
|
34105
|
-
|
|
34027
|
+
.E_t1fisho6 div.ant-table {
|
|
34028
|
+
border-radius: 0px;
|
|
34029
|
+
border-left: none;
|
|
34030
|
+
border-right: none;
|
|
34031
|
+
border-bottom: none;
|
|
34032
|
+
height: 100%;
|
|
34033
|
+
font-size: 12px;
|
|
34034
|
+
background: transparent;
|
|
34106
34035
|
}
|
|
34107
|
-
|
|
34108
|
-
|
|
34109
|
-
|
|
34110
|
-
|
|
34036
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
34037
|
+
position: relative;
|
|
34038
|
+
z-index: 3;
|
|
34039
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34040
|
+
margin-bottom: -1px;
|
|
34111
34041
|
}
|
|
34112
|
-
|
|
34113
|
-
.
|
|
34114
|
-
|
|
34042
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34043
|
+
.E_t1fisho6 div.ant-table .value {
|
|
34044
|
+
color: #2d3a56;
|
|
34115
34045
|
}
|
|
34116
|
-
.
|
|
34117
|
-
|
|
34046
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
34047
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
34048
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34118
34049
|
}
|
|
34119
|
-
.
|
|
34120
|
-
|
|
34050
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
34051
|
+
position: unset;
|
|
34052
|
+
text-align: center;
|
|
34121
34053
|
}
|
|
34122
|
-
.
|
|
34123
|
-
|
|
34054
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34055
|
+
background: #fff;
|
|
34124
34056
|
}
|
|
34125
|
-
.
|
|
34126
|
-
|
|
34127
|
-
|
|
34057
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34058
|
+
cursor: pointer;
|
|
34059
|
+
position: absolute;
|
|
34060
|
+
top: 50%;
|
|
34061
|
+
right: 12px;
|
|
34062
|
+
transform: translateY(-50%);
|
|
34128
34063
|
}
|
|
34129
|
-
.
|
|
34130
|
-
|
|
34064
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34065
|
+
box-shadow: none;
|
|
34066
|
+
width: 1px;
|
|
34067
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34131
34068
|
}
|
|
34132
|
-
.
|
|
34069
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34070
|
+
box-shadow: none;
|
|
34071
|
+
width: 1px;
|
|
34072
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34073
|
+
}
|
|
34074
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
34075
|
+
position: relative;
|
|
34076
|
+
}
|
|
34077
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34078
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34079
|
+
border-bottom: 1px solid white;
|
|
34080
|
+
height: 40px;
|
|
34081
|
+
vertical-align: middle;
|
|
34082
|
+
transition: background 0ms;
|
|
34133
34083
|
color: #00122e;
|
|
34134
34084
|
}
|
|
34135
|
-
.
|
|
34136
|
-
|
|
34085
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34086
|
+
background: #f2f5fa;
|
|
34087
|
+
border-bottom-color: #f2f5fa;
|
|
34137
34088
|
}
|
|
34138
|
-
.
|
|
34089
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34090
|
+
height: auto;
|
|
34091
|
+
color: #00122e;
|
|
34092
|
+
font-size: 12px;
|
|
34093
|
+
text-align: left;
|
|
34094
|
+
transition: none;
|
|
34139
34095
|
overflow: hidden;
|
|
34140
|
-
white-space: nowrap;
|
|
34141
34096
|
text-overflow: ellipsis;
|
|
34097
|
+
white-space: nowrap;
|
|
34142
34098
|
}
|
|
34143
|
-
|
|
34144
|
-
|
|
34145
|
-
min-width: var(--item-min-width);
|
|
34146
|
-
}
|
|
34147
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34148
|
-
cursor: not-allowed !important;
|
|
34149
|
-
}
|
|
34150
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34151
|
-
flex-direction: row;
|
|
34152
|
-
justify-content: stretch;
|
|
34153
|
-
}
|
|
34154
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34155
|
-
padding: 0;
|
|
34156
|
-
margin-right: 4px;
|
|
34157
|
-
flex: 1;
|
|
34158
|
-
overflow: visible;
|
|
34099
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34100
|
+
color: #0096ff;
|
|
34159
34101
|
}
|
|
34160
|
-
.
|
|
34102
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34103
|
+
overflow: hidden;
|
|
34104
|
+
text-overflow: ellipsis;
|
|
34161
34105
|
width: 100%;
|
|
34162
|
-
|
|
34106
|
+
vertical-align: middle;
|
|
34163
34107
|
}
|
|
34164
|
-
.
|
|
34165
|
-
height:
|
|
34166
|
-
line-height: 26px;
|
|
34167
|
-
width: 100%;
|
|
34168
|
-
padding: 0;
|
|
34169
|
-
font-size: 12px;
|
|
34108
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34109
|
+
line-height: 0px;
|
|
34170
34110
|
}
|
|
34171
|
-
.
|
|
34172
|
-
|
|
34111
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34112
|
+
padding-right: 25px;
|
|
34173
34113
|
}
|
|
34174
|
-
.
|
|
34175
|
-
|
|
34114
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34115
|
+
border-top-color: transparent;
|
|
34176
34116
|
}
|
|
34177
|
-
.
|
|
34178
|
-
|
|
34179
|
-
|
|
34180
|
-
border-radius: 4px 0 0 4px;
|
|
34117
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34118
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34119
|
+
border-color: transparent transparent white;
|
|
34181
34120
|
}
|
|
34182
|
-
.
|
|
34183
|
-
|
|
34121
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34122
|
+
border-radius: 8px 0 0 8px;
|
|
34184
34123
|
}
|
|
34185
|
-
.
|
|
34186
|
-
|
|
34187
|
-
padding-left: 12px;
|
|
34188
|
-
border-radius: 0 4px 4px 0;
|
|
34124
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34125
|
+
border-radius: 8px 0 0 8px;
|
|
34189
34126
|
}
|
|
34190
|
-
.
|
|
34127
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34191
34128
|
content: "";
|
|
34192
|
-
width:
|
|
34193
|
-
|
|
34194
|
-
|
|
34195
|
-
|
|
34196
|
-
top: 0;
|
|
34197
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34198
|
-
z-index: 2;
|
|
34199
|
-
position: relative;
|
|
34200
|
-
top: -50%;
|
|
34201
|
-
right: -100%;
|
|
34129
|
+
width: 4px;
|
|
34130
|
+
top: -1px;
|
|
34131
|
+
bottom: -1px;
|
|
34132
|
+
background: white;
|
|
34202
34133
|
}
|
|
34203
|
-
.
|
|
34204
|
-
|
|
34134
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34135
|
+
border-radius: 0 8px 8px 0;
|
|
34205
34136
|
}
|
|
34206
|
-
.
|
|
34207
|
-
|
|
34208
|
-
|
|
34209
|
-
|
|
34210
|
-
border: 13px solid transparent;
|
|
34211
|
-
position: absolute;
|
|
34212
|
-
top: 0;
|
|
34213
|
-
border-left: 8px solid #fff;
|
|
34214
|
-
left: 0;
|
|
34137
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34138
|
+
border-radius: 0;
|
|
34139
|
+
background: white;
|
|
34140
|
+
border-top: none;
|
|
34215
34141
|
}
|
|
34216
|
-
.
|
|
34217
|
-
|
|
34142
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34143
|
+
border-top: 1px solid transparent;
|
|
34144
|
+
border-radius: 0 8px 8px 0;
|
|
34145
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34218
34146
|
}
|
|
34219
|
-
.
|
|
34220
|
-
background
|
|
34147
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34148
|
+
background: white;
|
|
34149
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34221
34150
|
}
|
|
34222
|
-
.
|
|
34223
|
-
|
|
34151
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34152
|
+
display: flex;
|
|
34153
|
+
align-items: center;
|
|
34154
|
+
height: 100%;
|
|
34155
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34224
34156
|
}
|
|
34225
|
-
.
|
|
34226
|
-
|
|
34227
|
-
|
|
34157
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34158
|
+
background: white;
|
|
34159
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34228
34160
|
}
|
|
34229
|
-
.
|
|
34230
|
-
|
|
34231
|
-
|
|
34161
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34162
|
+
display: flex;
|
|
34163
|
+
align-items: center;
|
|
34164
|
+
height: 100%;
|
|
34165
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34232
34166
|
}
|
|
34233
|
-
.
|
|
34234
|
-
|
|
34235
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34167
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34168
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34236
34169
|
}
|
|
34237
|
-
.
|
|
34238
|
-
|
|
34170
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34171
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34172
|
+
border-radius: 8px;
|
|
34239
34173
|
}
|
|
34240
|
-
|
|
34241
|
-
|
|
34242
|
-
width: 192px;
|
|
34243
|
-
row-gap: 2px;
|
|
34174
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34175
|
+
border-top-color: white;
|
|
34244
34176
|
}
|
|
34245
|
-
.
|
|
34246
|
-
background
|
|
34247
|
-
|
|
34248
|
-
|
|
34249
|
-
color: #00122e !important;
|
|
34177
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34178
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34179
|
+
border-bottom-color: transparent;
|
|
34180
|
+
border-top-color: transparent;
|
|
34250
34181
|
}
|
|
34251
|
-
.
|
|
34252
|
-
|
|
34182
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34183
|
+
border-radius: 8px 0 0 8px;
|
|
34253
34184
|
}
|
|
34254
|
-
.
|
|
34255
|
-
|
|
34256
|
-
border-radius: 4px;
|
|
34257
|
-
height: 32px;
|
|
34258
|
-
display: flex;
|
|
34259
|
-
align-items: center;
|
|
34185
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34186
|
+
border-radius: 0 8px 8px 0;
|
|
34260
34187
|
}
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34263
|
-
white-space: nowrap;
|
|
34188
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34189
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34264
34190
|
}
|
|
34265
|
-
.
|
|
34266
|
-
|
|
34191
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
34192
|
+
background: #fff;
|
|
34193
|
+
font-weight: 400;
|
|
34194
|
+
position: relative;
|
|
34195
|
+
border-bottom: none;
|
|
34196
|
+
color: #00122e;
|
|
34197
|
+
transition: none;
|
|
34198
|
+
padding: 14px 8px 14px 8px;
|
|
34267
34199
|
line-height: 20px;
|
|
34268
|
-
max-width: 100%;
|
|
34269
|
-
padding-right: 0;
|
|
34270
34200
|
}
|
|
34271
|
-
.
|
|
34272
|
-
|
|
34201
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34202
|
+
content: "";
|
|
34203
|
+
width: 1px;
|
|
34204
|
+
top: 0;
|
|
34205
|
+
bottom: 0;
|
|
34206
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34207
|
+
position: absolute;
|
|
34208
|
+
right: 0;
|
|
34273
34209
|
}
|
|
34274
|
-
|
|
34275
|
-
|
|
34276
|
-
width: 100%;
|
|
34277
|
-
display: inline-flex;
|
|
34278
|
-
align-items: center;
|
|
34279
|
-
justify-content: center;
|
|
34280
|
-
column-gap: 4px;
|
|
34210
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34211
|
+
padding: unset;
|
|
34281
34212
|
}
|
|
34282
|
-
.
|
|
34283
|
-
display:
|
|
34284
|
-
align-items: center;
|
|
34285
|
-
width: 18px;
|
|
34286
|
-
height: 18px;
|
|
34287
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34288
|
-
justify-content: center;
|
|
34213
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34214
|
+
display: none;
|
|
34289
34215
|
}
|
|
34290
|
-
|
|
34291
|
-
.E_v18frne8 {
|
|
34216
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34292
34217
|
width: 100%;
|
|
34293
|
-
|
|
34294
|
-
|
|
34295
|
-
|
|
34296
|
-
column-gap: 6px;
|
|
34297
|
-
font-size: 13px;
|
|
34218
|
+
overflow: hidden;
|
|
34219
|
+
white-space: nowrap;
|
|
34220
|
+
text-overflow: ellipsis;
|
|
34298
34221
|
}
|
|
34299
|
-
.
|
|
34300
|
-
|
|
34301
|
-
|
|
34302
|
-
|
|
34303
|
-
min-height: 20px;
|
|
34304
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34305
|
-
justify-content: center;
|
|
34222
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34223
|
+
overflow: hidden;
|
|
34224
|
+
text-overflow: ellipsis;
|
|
34225
|
+
flex: 1;
|
|
34306
34226
|
}
|
|
34307
|
-
|
|
34308
|
-
|
|
34309
|
-
height: 100%;
|
|
34227
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34228
|
+
padding: 15px 25px 15px 8px;
|
|
34310
34229
|
}
|
|
34311
|
-
|
|
34312
|
-
|
|
34313
|
-
overflow: visible !important;
|
|
34314
|
-
height: 100%;
|
|
34230
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34231
|
+
padding: 0;
|
|
34315
34232
|
}
|
|
34316
|
-
.
|
|
34317
|
-
|
|
34233
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34234
|
+
position: absolute;
|
|
34235
|
+
right: 6px;
|
|
34236
|
+
top: 50%;
|
|
34237
|
+
transform: translateY(-50%);
|
|
34238
|
+
height: 16px;
|
|
34239
|
+
display: none;
|
|
34240
|
+
transition: transform 320ms ease;
|
|
34318
34241
|
}
|
|
34319
|
-
.
|
|
34320
|
-
|
|
34321
|
-
|
|
34242
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34243
|
+
display: block;
|
|
34244
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34322
34245
|
}
|
|
34323
|
-
.
|
|
34324
|
-
|
|
34246
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34247
|
+
display: block;
|
|
34325
34248
|
}
|
|
34326
|
-
.
|
|
34249
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34327
34250
|
display: none;
|
|
34328
34251
|
}
|
|
34329
|
-
|
|
34330
|
-
|
|
34331
|
-
height: 100%;
|
|
34252
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34253
|
+
transform: translateY(-50%);
|
|
34332
34254
|
}
|
|
34333
|
-
.E_t1fisho6 .ant-table
|
|
34334
|
-
|
|
34335
|
-
padding-bottom: 6px;
|
|
34255
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34256
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34336
34257
|
}
|
|
34337
|
-
.E_t1fisho6 .
|
|
34338
|
-
|
|
34258
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34259
|
+
background: #f2f5fa;
|
|
34339
34260
|
}
|
|
34340
|
-
.E_t1fisho6.
|
|
34341
|
-
|
|
34261
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34262
|
+
display: block;
|
|
34342
34263
|
}
|
|
34343
|
-
.E_t1fisho6 .ant-
|
|
34344
|
-
|
|
34264
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34265
|
+
padding-right: 25px;
|
|
34345
34266
|
}
|
|
34346
|
-
.E_t1fisho6 .ant-
|
|
34347
|
-
|
|
34348
|
-
overflow: visible;
|
|
34267
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34268
|
+
padding: 0 !important;
|
|
34349
34269
|
}
|
|
34350
|
-
.E_t1fisho6 .ant-
|
|
34351
|
-
|
|
34270
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34271
|
+
position: absolute;
|
|
34272
|
+
left: 50%;
|
|
34273
|
+
top: 50%;
|
|
34274
|
+
transform: translate(-50%, -50%);
|
|
34352
34275
|
}
|
|
34353
|
-
.E_t1fisho6
|
|
34354
|
-
|
|
34276
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34277
|
+
display: none;
|
|
34355
34278
|
}
|
|
34356
|
-
.E_t1fisho6
|
|
34357
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34279
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34358
34280
|
background: #fff;
|
|
34281
|
+
}
|
|
34282
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34283
|
+
background: inherit;
|
|
34284
|
+
}
|
|
34285
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34286
|
+
position: static;
|
|
34287
|
+
border: none;
|
|
34288
|
+
background: inherit !important;
|
|
34289
|
+
height: 100px;
|
|
34290
|
+
vertical-align: middle;
|
|
34291
|
+
}
|
|
34292
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34293
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34294
|
+
font-weight: bold;
|
|
34295
|
+
font-size: 20px;
|
|
34296
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34297
|
+
}
|
|
34298
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34299
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34300
|
+
z-index: 10;
|
|
34301
|
+
}
|
|
34302
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34359
34303
|
padding: 0 !important;
|
|
34304
|
+
position: relative;
|
|
34305
|
+
background: #fff;
|
|
34360
34306
|
}
|
|
34361
|
-
.E_t1fisho6
|
|
34362
|
-
|
|
34307
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34308
|
+
height: 100%;
|
|
34363
34309
|
display: flex;
|
|
34364
34310
|
align-items: center;
|
|
34365
|
-
|
|
34366
|
-
padding: 8px;
|
|
34367
|
-
}
|
|
34368
|
-
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34369
|
-
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34370
|
-
overflow: hidden;
|
|
34371
|
-
text-overflow: ellipsis;
|
|
34372
|
-
width: 100%;
|
|
34311
|
+
justify-content: flex-end;
|
|
34312
|
+
padding-right: 8px;
|
|
34373
34313
|
}
|
|
34374
|
-
.E_t1fisho6 .ant-table-
|
|
34375
|
-
|
|
34314
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34315
|
+
width: 24px;
|
|
34316
|
+
height: 24px;
|
|
34317
|
+
cursor: pointer;
|
|
34318
|
+
justify-content: center;
|
|
34319
|
+
border-radius: 4px;
|
|
34376
34320
|
}
|
|
34377
|
-
.E_t1fisho6 .ant-table
|
|
34378
|
-
|
|
34321
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34322
|
+
background: #fff;
|
|
34379
34323
|
}
|
|
34380
|
-
|
|
34381
|
-
|
|
34382
|
-
border-left: none;
|
|
34383
|
-
border-right: none;
|
|
34384
|
-
border-bottom: none;
|
|
34385
|
-
height: 100%;
|
|
34324
|
+
|
|
34325
|
+
button.E_l48ei06.ant-btn {
|
|
34386
34326
|
font-size: 12px;
|
|
34387
|
-
|
|
34327
|
+
line-height: 18px;
|
|
34328
|
+
height: 18px;
|
|
34388
34329
|
}
|
|
34389
|
-
|
|
34390
|
-
|
|
34391
|
-
|
|
34392
|
-
|
|
34393
|
-
margin-bottom: -1px;
|
|
34330
|
+
|
|
34331
|
+
button.E_l48ei06 {
|
|
34332
|
+
color: #0080FF;
|
|
34333
|
+
height: unset;
|
|
34394
34334
|
}
|
|
34395
|
-
.
|
|
34396
|
-
|
|
34397
|
-
color: #2d3a56;
|
|
34335
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
34336
|
+
margin-right: 4px;
|
|
34398
34337
|
}
|
|
34399
|
-
.
|
|
34400
|
-
|
|
34401
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34338
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
34339
|
+
margin-left: 4px;
|
|
34402
34340
|
}
|
|
34403
|
-
.
|
|
34404
|
-
|
|
34405
|
-
text-align: center;
|
|
34341
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34342
|
+
color: #009DFF;
|
|
34406
34343
|
}
|
|
34407
|
-
.
|
|
34408
|
-
|
|
34344
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34345
|
+
color: #005ED1;
|
|
34409
34346
|
}
|
|
34410
|
-
.
|
|
34411
|
-
|
|
34412
|
-
position: absolute;
|
|
34413
|
-
top: 50%;
|
|
34414
|
-
right: 12px;
|
|
34415
|
-
transform: translateY(-50%);
|
|
34347
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34348
|
+
color: #0080FF;
|
|
34416
34349
|
}
|
|
34417
|
-
.
|
|
34418
|
-
|
|
34419
|
-
width: 1px;
|
|
34420
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34350
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34351
|
+
color: #00122E;
|
|
34421
34352
|
}
|
|
34422
|
-
.
|
|
34423
|
-
|
|
34424
|
-
width: 1px;
|
|
34425
|
-
background: rgba(213, 219, 227, 0.6);
|
|
34353
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34354
|
+
color: #0080FF;
|
|
34426
34355
|
}
|
|
34427
|
-
.
|
|
34428
|
-
|
|
34356
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34357
|
+
color: #005ED1;
|
|
34429
34358
|
}
|
|
34430
|
-
.
|
|
34431
|
-
|
|
34432
|
-
border-bottom: 1px solid white;
|
|
34433
|
-
height: 40px;
|
|
34434
|
-
vertical-align: middle;
|
|
34435
|
-
transition: background 0ms;
|
|
34436
|
-
color: #00122e;
|
|
34359
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34360
|
+
color: #00122E;
|
|
34437
34361
|
}
|
|
34438
|
-
.
|
|
34439
|
-
|
|
34440
|
-
border-bottom-color: #f2f5fa;
|
|
34362
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34363
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34441
34364
|
}
|
|
34442
|
-
.
|
|
34443
|
-
|
|
34365
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34366
|
+
color: #0080FF;
|
|
34367
|
+
}
|
|
34368
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34369
|
+
color: #005ED1;
|
|
34370
|
+
}
|
|
34371
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34372
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34373
|
+
}
|
|
34374
|
+
|
|
34375
|
+
.E_w7ob4th.outside-tag {
|
|
34376
|
+
padding-left: 0;
|
|
34377
|
+
}
|
|
34378
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34379
|
+
border-radius: 4px 0 0 4px;
|
|
34380
|
+
padding-right: 4px;
|
|
34381
|
+
margin-right: 4px;
|
|
34382
|
+
}
|
|
34383
|
+
|
|
34384
|
+
.E_sjob3jg {
|
|
34385
|
+
--item-min-width: 60px;
|
|
34386
|
+
}
|
|
34387
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34388
|
+
display: none !important;
|
|
34389
|
+
}
|
|
34390
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34391
|
+
flex-shrink: 0 !important;
|
|
34392
|
+
}
|
|
34393
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34394
|
+
color: #0080ff;
|
|
34395
|
+
}
|
|
34396
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34397
|
+
color: #0080ff;
|
|
34398
|
+
font-weight: normal;
|
|
34399
|
+
}
|
|
34400
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34401
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34402
|
+
}
|
|
34403
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34444
34404
|
color: #00122e;
|
|
34445
|
-
font-size: 12px;
|
|
34446
|
-
text-align: left;
|
|
34447
|
-
transition: none;
|
|
34448
|
-
overflow: hidden;
|
|
34449
|
-
text-overflow: ellipsis;
|
|
34450
|
-
white-space: nowrap;
|
|
34451
34405
|
}
|
|
34452
|
-
.
|
|
34453
|
-
|
|
34406
|
+
.E_sjob3jg .step-item-text {
|
|
34407
|
+
display: inline-block;
|
|
34454
34408
|
}
|
|
34455
|
-
.
|
|
34409
|
+
.E_sjob3jg .step-item-title {
|
|
34456
34410
|
overflow: hidden;
|
|
34411
|
+
white-space: nowrap;
|
|
34457
34412
|
text-overflow: ellipsis;
|
|
34413
|
+
}
|
|
34414
|
+
|
|
34415
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34416
|
+
min-width: var(--item-min-width);
|
|
34417
|
+
}
|
|
34418
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34419
|
+
cursor: not-allowed !important;
|
|
34420
|
+
}
|
|
34421
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34422
|
+
flex-direction: row;
|
|
34423
|
+
justify-content: stretch;
|
|
34424
|
+
}
|
|
34425
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34426
|
+
padding: 0;
|
|
34427
|
+
margin-right: 4px;
|
|
34428
|
+
flex: 1;
|
|
34429
|
+
overflow: visible;
|
|
34430
|
+
}
|
|
34431
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34458
34432
|
width: 100%;
|
|
34459
|
-
|
|
34433
|
+
min-height: unset;
|
|
34460
34434
|
}
|
|
34461
|
-
.
|
|
34462
|
-
|
|
34435
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34436
|
+
height: 26px;
|
|
34437
|
+
line-height: 26px;
|
|
34438
|
+
width: 100%;
|
|
34439
|
+
padding: 0;
|
|
34440
|
+
font-size: 12px;
|
|
34463
34441
|
}
|
|
34464
|
-
.
|
|
34465
|
-
|
|
34442
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34443
|
+
margin-right: 10px;
|
|
34466
34444
|
}
|
|
34467
|
-
.
|
|
34468
|
-
|
|
34445
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34446
|
+
display: none;
|
|
34469
34447
|
}
|
|
34470
|
-
.
|
|
34471
|
-
|
|
34472
|
-
|
|
34448
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34449
|
+
padding-left: 8px;
|
|
34450
|
+
padding-right: 4px;
|
|
34451
|
+
border-radius: 4px 0 0 4px;
|
|
34473
34452
|
}
|
|
34474
|
-
.
|
|
34475
|
-
|
|
34453
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34454
|
+
margin-right: 0;
|
|
34476
34455
|
}
|
|
34477
|
-
.
|
|
34478
|
-
|
|
34456
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34457
|
+
padding-right: 8px;
|
|
34458
|
+
padding-left: 12px;
|
|
34459
|
+
border-radius: 0 4px 4px 0;
|
|
34479
34460
|
}
|
|
34480
|
-
.
|
|
34461
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34481
34462
|
content: "";
|
|
34482
|
-
width:
|
|
34483
|
-
|
|
34484
|
-
|
|
34485
|
-
|
|
34463
|
+
width: 0;
|
|
34464
|
+
height: 0;
|
|
34465
|
+
border: 13px solid transparent;
|
|
34466
|
+
position: absolute;
|
|
34467
|
+
top: 0;
|
|
34468
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34469
|
+
z-index: 2;
|
|
34470
|
+
position: relative;
|
|
34471
|
+
top: -50%;
|
|
34472
|
+
right: -100%;
|
|
34486
34473
|
}
|
|
34487
|
-
.
|
|
34488
|
-
|
|
34474
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34475
|
+
padding: 0 4px 0 12px;
|
|
34489
34476
|
}
|
|
34490
|
-
.
|
|
34491
|
-
|
|
34492
|
-
|
|
34493
|
-
|
|
34477
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34478
|
+
content: "";
|
|
34479
|
+
width: 0;
|
|
34480
|
+
height: 0;
|
|
34481
|
+
border: 13px solid transparent;
|
|
34482
|
+
position: absolute;
|
|
34483
|
+
top: 0;
|
|
34484
|
+
border-left: 8px solid #fff;
|
|
34485
|
+
left: 0;
|
|
34494
34486
|
}
|
|
34495
|
-
.
|
|
34496
|
-
|
|
34497
|
-
border-radius: 0 8px 8px 0;
|
|
34498
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34487
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34488
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34499
34489
|
}
|
|
34500
|
-
.
|
|
34501
|
-
background:
|
|
34502
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34490
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34491
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34503
34492
|
}
|
|
34504
|
-
.
|
|
34505
|
-
|
|
34506
|
-
align-items: center;
|
|
34507
|
-
height: 100%;
|
|
34508
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34493
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34494
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34509
34495
|
}
|
|
34510
|
-
.
|
|
34511
|
-
|
|
34512
|
-
|
|
34496
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34497
|
+
cursor: pointer;
|
|
34498
|
+
min-width: var(--item-min-width);
|
|
34513
34499
|
}
|
|
34514
|
-
.
|
|
34515
|
-
|
|
34516
|
-
|
|
34517
|
-
height: 100%;
|
|
34518
|
-
background: rgba(225, 230, 241, 0.6);
|
|
34500
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34501
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34502
|
+
min-width: var(--item-min-width);
|
|
34519
34503
|
}
|
|
34520
|
-
.
|
|
34521
|
-
|
|
34504
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34505
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34506
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34522
34507
|
}
|
|
34523
|
-
.
|
|
34524
|
-
|
|
34525
|
-
border-radius: 8px;
|
|
34508
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34509
|
+
padding: 0;
|
|
34526
34510
|
}
|
|
34527
|
-
|
|
34528
|
-
|
|
34511
|
+
|
|
34512
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34513
|
+
width: 192px;
|
|
34514
|
+
row-gap: 2px;
|
|
34529
34515
|
}
|
|
34530
|
-
.
|
|
34531
|
-
background: rgba(
|
|
34532
|
-
border-bottom-color: transparent;
|
|
34533
|
-
border-top-color: transparent;
|
|
34516
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34517
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34534
34518
|
}
|
|
34535
|
-
.
|
|
34536
|
-
|
|
34519
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34520
|
+
color: #00122e !important;
|
|
34537
34521
|
}
|
|
34538
|
-
.
|
|
34539
|
-
|
|
34522
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34523
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34540
34524
|
}
|
|
34541
|
-
.
|
|
34542
|
-
|
|
34525
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34526
|
+
padding: 0 8px;
|
|
34527
|
+
border-radius: 4px;
|
|
34528
|
+
height: 32px;
|
|
34529
|
+
display: flex;
|
|
34530
|
+
align-items: center;
|
|
34543
34531
|
}
|
|
34544
|
-
.
|
|
34545
|
-
|
|
34546
|
-
|
|
34547
|
-
|
|
34548
|
-
|
|
34549
|
-
|
|
34550
|
-
transition: none;
|
|
34551
|
-
padding: 14px 8px 14px 8px;
|
|
34532
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34533
|
+
min-height: auto;
|
|
34534
|
+
white-space: nowrap;
|
|
34535
|
+
}
|
|
34536
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34537
|
+
font-size: 13px;
|
|
34552
34538
|
line-height: 20px;
|
|
34539
|
+
max-width: 100%;
|
|
34540
|
+
padding-right: 0;
|
|
34553
34541
|
}
|
|
34554
|
-
.
|
|
34555
|
-
|
|
34556
|
-
width: 1px;
|
|
34557
|
-
top: 0;
|
|
34558
|
-
bottom: 0;
|
|
34559
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34560
|
-
position: absolute;
|
|
34561
|
-
right: 0;
|
|
34542
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34543
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34562
34544
|
}
|
|
34563
|
-
|
|
34564
|
-
|
|
34545
|
+
|
|
34546
|
+
.E_h6l1tj4 {
|
|
34547
|
+
width: 100%;
|
|
34548
|
+
display: inline-flex;
|
|
34549
|
+
align-items: center;
|
|
34550
|
+
justify-content: center;
|
|
34551
|
+
column-gap: 4px;
|
|
34565
34552
|
}
|
|
34566
|
-
.
|
|
34567
|
-
display:
|
|
34553
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34554
|
+
display: inline-flex;
|
|
34555
|
+
align-items: center;
|
|
34556
|
+
width: 18px;
|
|
34557
|
+
height: 18px;
|
|
34558
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34559
|
+
justify-content: center;
|
|
34568
34560
|
}
|
|
34569
|
-
|
|
34561
|
+
|
|
34562
|
+
.E_v18frne8 {
|
|
34570
34563
|
width: 100%;
|
|
34571
|
-
|
|
34572
|
-
|
|
34573
|
-
|
|
34574
|
-
|
|
34575
|
-
|
|
34576
|
-
overflow: hidden;
|
|
34577
|
-
text-overflow: ellipsis;
|
|
34578
|
-
flex: 1;
|
|
34564
|
+
display: flex;
|
|
34565
|
+
align-items: center;
|
|
34566
|
+
justify-content: center;
|
|
34567
|
+
column-gap: 6px;
|
|
34568
|
+
font-size: 13px;
|
|
34579
34569
|
}
|
|
34580
|
-
.
|
|
34581
|
-
|
|
34570
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34571
|
+
display: inline-flex;
|
|
34572
|
+
align-items: center;
|
|
34573
|
+
min-width: 20px;
|
|
34574
|
+
min-height: 20px;
|
|
34575
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34576
|
+
justify-content: center;
|
|
34582
34577
|
}
|
|
34583
|
-
|
|
34584
|
-
|
|
34578
|
+
|
|
34579
|
+
.E_slr2ynn {
|
|
34580
|
+
padding: 0 8px;
|
|
34581
|
+
height: 18px;
|
|
34585
34582
|
}
|
|
34586
|
-
|
|
34587
|
-
|
|
34588
|
-
|
|
34589
|
-
|
|
34590
|
-
transform: translateY(-50%);
|
|
34591
|
-
height: 16px;
|
|
34592
|
-
display: none;
|
|
34593
|
-
transition: transform 320ms ease;
|
|
34583
|
+
|
|
34584
|
+
.E_m140wbb6 {
|
|
34585
|
+
padding: 2px 8px;
|
|
34586
|
+
height: 24px;
|
|
34594
34587
|
}
|
|
34595
|
-
|
|
34596
|
-
|
|
34597
|
-
|
|
34588
|
+
|
|
34589
|
+
.E_t1fozc1i {
|
|
34590
|
+
margin: 0;
|
|
34598
34591
|
}
|
|
34599
|
-
|
|
34600
|
-
|
|
34592
|
+
|
|
34593
|
+
.E_i1vxv4ln {
|
|
34594
|
+
margin-right: 4px;
|
|
34595
|
+
height: 16px;
|
|
34601
34596
|
}
|
|
34602
|
-
|
|
34603
|
-
|
|
34597
|
+
|
|
34598
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34599
|
+
font-weight: 700;
|
|
34600
|
+
color: #00122e;
|
|
34601
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34602
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34603
|
+
word-break: break-all;
|
|
34604
|
+
display: inline;
|
|
34605
|
+
white-space: normal;
|
|
34604
34606
|
}
|
|
34605
|
-
|
|
34606
|
-
|
|
34607
|
+
|
|
34608
|
+
.E_i1g85yz3 {
|
|
34609
|
+
margin-right: 4px;
|
|
34610
|
+
height: 16px;
|
|
34607
34611
|
}
|
|
34608
|
-
|
|
34609
|
-
|
|
34612
|
+
|
|
34613
|
+
.E_t1dtlqs1 {
|
|
34614
|
+
margin-bottom: 4px;
|
|
34615
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34616
|
+
overflow: hidden;
|
|
34617
|
+
text-overflow: ellipsis;
|
|
34618
|
+
white-space: nowrap;
|
|
34610
34619
|
}
|
|
34611
|
-
|
|
34612
|
-
|
|
34620
|
+
|
|
34621
|
+
.E_s1ese5oy {
|
|
34622
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34623
|
+
line-height: 32px;
|
|
34624
|
+
height: 32px;
|
|
34625
|
+
margin-bottom: 0;
|
|
34613
34626
|
}
|
|
34614
|
-
.
|
|
34615
|
-
|
|
34627
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34628
|
+
color: #0080ff;
|
|
34616
34629
|
}
|
|
34617
|
-
.
|
|
34618
|
-
|
|
34630
|
+
.E_s1ese5oy.warning {
|
|
34631
|
+
color: #ffa500;
|
|
34619
34632
|
}
|
|
34620
|
-
.
|
|
34621
|
-
|
|
34633
|
+
.E_s1ese5oy.success {
|
|
34634
|
+
color: #00ba5d;
|
|
34622
34635
|
}
|
|
34623
|
-
.
|
|
34624
|
-
|
|
34625
|
-
left: 50%;
|
|
34626
|
-
top: 50%;
|
|
34627
|
-
transform: translate(-50%, -50%);
|
|
34636
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34637
|
+
color: #f0483e;
|
|
34628
34638
|
}
|
|
34629
|
-
.
|
|
34630
|
-
|
|
34639
|
+
.E_s1ese5oy.normal {
|
|
34640
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34631
34641
|
}
|
|
34632
|
-
|
|
34633
|
-
|
|
34642
|
+
|
|
34643
|
+
.E_b1ibis43 {
|
|
34644
|
+
margin-bottom: 0;
|
|
34645
|
+
color: #00122e;
|
|
34634
34646
|
}
|
|
34635
|
-
|
|
34636
|
-
|
|
34647
|
+
|
|
34648
|
+
.E_b11xxjd2 {
|
|
34649
|
+
line-height: 32px;
|
|
34650
|
+
margin-right: 6px;
|
|
34637
34651
|
}
|
|
34638
|
-
|
|
34639
|
-
|
|
34640
|
-
|
|
34641
|
-
|
|
34642
|
-
|
|
34643
|
-
|
|
34652
|
+
|
|
34653
|
+
.E_bsub5bw.with-description {
|
|
34654
|
+
height: 24px;
|
|
34655
|
+
flex: 1;
|
|
34656
|
+
position: relative;
|
|
34657
|
+
top: -7px;
|
|
34644
34658
|
}
|
|
34645
|
-
.
|
|
34646
|
-
|
|
34647
|
-
|
|
34648
|
-
|
|
34649
|
-
|
|
34659
|
+
.E_bsub5bw p {
|
|
34660
|
+
width: 100%;
|
|
34661
|
+
overflow: hidden;
|
|
34662
|
+
text-overflow: ellipsis;
|
|
34663
|
+
white-space: nowrap;
|
|
34650
34664
|
}
|
|
34651
|
-
|
|
34652
|
-
.
|
|
34653
|
-
|
|
34665
|
+
|
|
34666
|
+
.E_tmoyoag {
|
|
34667
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34668
|
+
border-radius: 8px;
|
|
34669
|
+
overflow: auto;
|
|
34654
34670
|
}
|
|
34655
|
-
.
|
|
34656
|
-
padding: 0 !important;
|
|
34671
|
+
.E_tmoyoag .ant-list {
|
|
34657
34672
|
position: relative;
|
|
34658
|
-
background: #fff;
|
|
34659
34673
|
}
|
|
34660
|
-
.
|
|
34661
|
-
|
|
34674
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34675
|
+
position: sticky;
|
|
34676
|
+
top: 0;
|
|
34677
|
+
z-index: 2;
|
|
34662
34678
|
display: flex;
|
|
34663
|
-
|
|
34664
|
-
|
|
34665
|
-
|
|
34679
|
+
padding: 8px;
|
|
34680
|
+
flex-wrap: nowrap;
|
|
34681
|
+
justify-content: flex-start;
|
|
34682
|
+
background: #f2f5fa;
|
|
34683
|
+
font-size: 14px;
|
|
34684
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34685
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34666
34686
|
}
|
|
34667
|
-
.
|
|
34668
|
-
|
|
34669
|
-
height: 24px;
|
|
34670
|
-
cursor: pointer;
|
|
34671
|
-
justify-content: center;
|
|
34672
|
-
border-radius: 4px;
|
|
34687
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34688
|
+
align-items: inherit;
|
|
34673
34689
|
}
|
|
34674
|
-
.
|
|
34675
|
-
|
|
34690
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34691
|
+
display: flex;
|
|
34692
|
+
justify-content: flex-start;
|
|
34693
|
+
align-items: flex-start;
|
|
34694
|
+
flex-wrap: wrap;
|
|
34695
|
+
padding: 8px;
|
|
34696
|
+
border: none;
|
|
34676
34697
|
}
|
|
34677
|
-
|
|
34678
|
-
|
|
34679
|
-
margin: 0;
|
|
34680
|
-
|
|
34681
|
-
|
|
34682
|
-
height: 22px;
|
|
34698
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34699
|
+
flex-basis: 100%;
|
|
34700
|
+
margin: 12px 0 0;
|
|
34701
|
+
order: 99;
|
|
34702
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34683
34703
|
}
|
|
34684
|
-
.
|
|
34685
|
-
|
|
34704
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34705
|
+
color: #f0483e;
|
|
34706
|
+
flex-basis: 100%;
|
|
34707
|
+
order: 98;
|
|
34708
|
+
margin: 12px 0 0;
|
|
34686
34709
|
}
|
|
34687
|
-
.
|
|
34688
|
-
background-color: rgba(
|
|
34710
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34711
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34689
34712
|
}
|
|
34690
|
-
.
|
|
34691
|
-
color:
|
|
34713
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34714
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34692
34715
|
}
|
|
34693
|
-
.
|
|
34694
|
-
|
|
34716
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34717
|
+
flex: 1 0 0;
|
|
34718
|
+
overflow: hidden;
|
|
34695
34719
|
}
|
|
34696
|
-
.
|
|
34697
|
-
margin-left: 8px;
|
|
34720
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34698
34721
|
color: rgba(44, 56, 82, 0.6);
|
|
34722
|
+
margin: 0;
|
|
34699
34723
|
}
|
|
34700
|
-
.
|
|
34701
|
-
|
|
34724
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34725
|
+
text-align: center;
|
|
34702
34726
|
}
|
|
34703
|
-
.
|
|
34704
|
-
|
|
34727
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34728
|
+
text-align: center;
|
|
34705
34729
|
}
|
|
34706
|
-
.
|
|
34707
|
-
|
|
34730
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34731
|
+
text-align: left;
|
|
34708
34732
|
}
|
|
34709
|
-
.
|
|
34710
|
-
|
|
34733
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34734
|
+
text-align: left;
|
|
34711
34735
|
}
|
|
34712
|
-
.
|
|
34713
|
-
|
|
34736
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34737
|
+
text-align: right;
|
|
34714
34738
|
}
|
|
34715
|
-
.
|
|
34716
|
-
|
|
34739
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34740
|
+
text-align: right;
|
|
34717
34741
|
}
|
|
34718
|
-
.
|
|
34719
|
-
|
|
34742
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34743
|
+
margin-right: 8px;
|
|
34720
34744
|
}
|
|
34721
|
-
.
|
|
34722
|
-
|
|
34745
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34746
|
+
padding: 4px;
|
|
34747
|
+
width: 24px;
|
|
34748
|
+
height: 24px;
|
|
34749
|
+
overflow: hidden;
|
|
34723
34750
|
}
|
|
34724
|
-
.
|
|
34725
|
-
|
|
34751
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34752
|
+
padding: 0;
|
|
34726
34753
|
}
|
|
34727
|
-
.
|
|
34728
|
-
|
|
34754
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34755
|
+
cursor: not-allowed;
|
|
34756
|
+
opacity: 0.5;
|
|
34729
34757
|
}
|
|
34730
|
-
.
|
|
34731
|
-
|
|
34758
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34759
|
+
margin: 0;
|
|
34732
34760
|
}
|
|
34733
|
-
.
|
|
34734
|
-
|
|
34761
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34762
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34763
|
+
border-radius: 5px;
|
|
34764
|
+
font-size: 12px;
|
|
34735
34765
|
}
|
|
34736
|
-
.
|
|
34737
|
-
|
|
34766
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34767
|
+
font-size: inherit;
|
|
34738
34768
|
}
|
|
34739
|
-
.
|
|
34740
|
-
|
|
34769
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34770
|
+
min-height: 24px;
|
|
34771
|
+
font-size: 12px;
|
|
34772
|
+
position: relative;
|
|
34741
34773
|
}
|
|
34742
|
-
.
|
|
34743
|
-
|
|
34774
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34775
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34744
34776
|
}
|
|
34745
|
-
|
|
34746
|
-
.
|
|
34747
|
-
width: 8px;
|
|
34748
|
-
height: 8px;
|
|
34749
|
-
border-radius: 50%;
|
|
34750
|
-
display: inline-block;
|
|
34777
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34778
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34751
34779
|
}
|
|
34752
34780
|
|
|
34753
|
-
|
|
34754
|
-
|
|
34755
|
-
|
|
34756
|
-
|
|
34781
|
+
.E_a138syjm {
|
|
34782
|
+
display: flex;
|
|
34783
|
+
align-items: center;
|
|
34784
|
+
margin-top: 8px;
|
|
34785
|
+
}
|
|
34786
|
+
.E_a138syjm button.ant-btn {
|
|
34787
|
+
padding: 2px 8px;
|
|
34788
|
+
height: 24px;
|
|
34789
|
+
}
|
|
34790
|
+
.E_a138syjm > span.maximum-desc {
|
|
34791
|
+
display: none;
|
|
34792
|
+
margin-left: 8px;
|
|
34793
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34794
|
+
}
|
|
34795
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34796
|
+
display: inline;
|
|
34757
34797
|
}
|
|
34758
34798
|
|
|
34759
|
-
|
|
34760
|
-
|
|
34761
|
-
height:
|
|
34799
|
+
.E_d77i8u0 {
|
|
34800
|
+
width: 24px;
|
|
34801
|
+
height: 24px;
|
|
34802
|
+
padding: 4px;
|
|
34803
|
+
margin-right: 8px;
|
|
34762
34804
|
}
|
|
34763
|
-
|
|
34764
|
-
|
|
34805
|
+
|
|
34806
|
+
.E_t1gvlxt5 {
|
|
34807
|
+
min-width: 0;
|
|
34808
|
+
flex: 1;
|
|
34765
34809
|
}
|
|
34766
|
-
|
|
34767
|
-
|
|
34810
|
+
.E_t1gvlxt5 .tag {
|
|
34811
|
+
flex: 0 0 auto;
|
|
34768
34812
|
}
|
|
34769
|
-
|
|
34770
|
-
|
|
34813
|
+
.E_t1gvlxt5 .progress-title {
|
|
34814
|
+
flex: 2;
|
|
34815
|
+
max-width: fit-content;
|
|
34771
34816
|
}
|
|
34772
|
-
|
|
34773
|
-
|
|
34817
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34818
|
+
flex: 1;
|
|
34819
|
+
max-width: fit-content;
|
|
34774
34820
|
}
|
|
34775
|
-
|
|
34776
|
-
|
|
34821
|
+
|
|
34822
|
+
.E_a1ji6r68 {
|
|
34823
|
+
display: flex;
|
|
34824
|
+
align-items: center;
|
|
34825
|
+
column-gap: var(--a1ji6r68-0);
|
|
34777
34826
|
}
|
|
34778
|
-
|
|
34779
|
-
|
|
34827
|
+
|
|
34828
|
+
.E_t13ef470 {
|
|
34829
|
+
height: 100%;
|
|
34780
34830
|
}
|
|
34781
|
-
|
|
34782
|
-
|
|
34831
|
+
.E_t13ef470 .table-loading-item {
|
|
34832
|
+
padding: 12px 4px;
|
|
34833
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34834
|
+
display: flex;
|
|
34783
34835
|
}
|
|
34784
|
-
|
|
34785
|
-
|
|
34836
|
+
.E_t13ef470 .table-loading-item > * {
|
|
34837
|
+
height: 16px;
|
|
34838
|
+
margin: 4px;
|
|
34839
|
+
background: rgba(204, 212, 227, 0.18);
|
|
34840
|
+
border-radius: 2px;
|
|
34786
34841
|
}
|
|
34787
|
-
|
|
34788
|
-
|
|
34842
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
34843
|
+
width: 16px;
|
|
34789
34844
|
}
|
|
34790
|
-
|
|
34791
|
-
|
|
34845
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
34846
|
+
flex: 1;
|
|
34792
34847
|
}
|
|
34793
|
-
|
|
34794
|
-
|
|
34848
|
+
.E_t13ef470 :nth-child(1) {
|
|
34849
|
+
padding: 8px 4px;
|
|
34795
34850
|
}
|
|
34796
|
-
|
|
34797
|
-
|
|
34851
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34852
|
+
background: rgba(107, 125, 153, 0.18);
|
|
34798
34853
|
}
|
|
34799
|
-
|
|
34800
|
-
|
|
34854
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
34855
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34801
34856
|
}
|
|
34802
34857
|
|
|
34803
34858
|
.E_msn7nxt {
|
|
@@ -34961,58 +35016,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34961
35016
|
margin-left: 8px;
|
|
34962
35017
|
}
|
|
34963
35018
|
|
|
34964
|
-
.E_t1gvlxt5 {
|
|
34965
|
-
min-width: 0;
|
|
34966
|
-
flex: 1;
|
|
34967
|
-
}
|
|
34968
|
-
.E_t1gvlxt5 .tag {
|
|
34969
|
-
flex: 0 0 auto;
|
|
34970
|
-
}
|
|
34971
|
-
.E_t1gvlxt5 .progress-title {
|
|
34972
|
-
flex: 2;
|
|
34973
|
-
max-width: fit-content;
|
|
34974
|
-
}
|
|
34975
|
-
.E_t1gvlxt5 .progress-desc {
|
|
34976
|
-
flex: 1;
|
|
34977
|
-
max-width: fit-content;
|
|
34978
|
-
}
|
|
34979
|
-
|
|
34980
|
-
.E_a1ji6r68 {
|
|
34981
|
-
display: flex;
|
|
34982
|
-
align-items: center;
|
|
34983
|
-
column-gap: var(--a1ji6r68-0);
|
|
34984
|
-
}
|
|
34985
|
-
|
|
34986
|
-
.E_t13ef470 {
|
|
34987
|
-
height: 100%;
|
|
34988
|
-
}
|
|
34989
|
-
.E_t13ef470 .table-loading-item {
|
|
34990
|
-
padding: 12px 4px;
|
|
34991
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
34992
|
-
display: flex;
|
|
34993
|
-
}
|
|
34994
|
-
.E_t13ef470 .table-loading-item > * {
|
|
34995
|
-
height: 16px;
|
|
34996
|
-
margin: 4px;
|
|
34997
|
-
background: rgba(204, 212, 227, 0.18);
|
|
34998
|
-
border-radius: 2px;
|
|
34999
|
-
}
|
|
35000
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35001
|
-
width: 16px;
|
|
35002
|
-
}
|
|
35003
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35004
|
-
flex: 1;
|
|
35005
|
-
}
|
|
35006
|
-
.E_t13ef470 :nth-child(1) {
|
|
35007
|
-
padding: 8px 4px;
|
|
35008
|
-
}
|
|
35009
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35010
|
-
background: rgba(107, 125, 153, 0.18);
|
|
35011
|
-
}
|
|
35012
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35013
|
-
background: rgba(163, 180, 204, 0.18);
|
|
35014
|
-
}
|
|
35015
|
-
|
|
35016
35019
|
.E_t1g36k2w {
|
|
35017
35020
|
overflow: hidden;
|
|
35018
35021
|
height: 100%;
|
|
@@ -35061,18 +35064,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35061
35064
|
display: block;
|
|
35062
35065
|
}
|
|
35063
35066
|
|
|
35064
|
-
.E_i14c7jc8 {
|
|
35065
|
-
color: var(--i14c7jc8-0);
|
|
35066
|
-
}
|
|
35067
|
-
|
|
35068
|
-
.E_i1ibuolf {
|
|
35069
|
-
display: flex;
|
|
35070
|
-
align-items: center;
|
|
35071
|
-
column-gap: 4px;
|
|
35072
|
-
font-size: 12px;
|
|
35073
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35074
|
-
}
|
|
35075
|
-
|
|
35076
35067
|
.E_d1u4ndxc {
|
|
35077
35068
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35078
35069
|
font-size: 12px;
|
|
@@ -35102,4 +35093,16 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35102
35093
|
to {
|
|
35103
35094
|
transform: translateX(100%);
|
|
35104
35095
|
}
|
|
35096
|
+
}
|
|
35097
|
+
|
|
35098
|
+
.E_i14c7jc8 {
|
|
35099
|
+
color: var(--i14c7jc8-0);
|
|
35100
|
+
}
|
|
35101
|
+
|
|
35102
|
+
.E_i1ibuolf {
|
|
35103
|
+
display: flex;
|
|
35104
|
+
align-items: center;
|
|
35105
|
+
column-gap: 4px;
|
|
35106
|
+
font-size: 12px;
|
|
35107
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35105
35108
|
}
|