@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/components.css
CHANGED
|
@@ -29586,40 +29586,75 @@ html body {
|
|
|
29586
29586
|
margin-left: 1px;
|
|
29587
29587
|
}
|
|
29588
29588
|
|
|
29589
|
-
|
|
29590
|
-
|
|
29589
|
+
.E_s1ebs0ra {
|
|
29590
|
+
display: flex;
|
|
29591
|
+
align-items: center;
|
|
29592
|
+
justify-content: space-between;
|
|
29593
|
+
background: #edf0f7;
|
|
29594
|
+
padding: 8px 12px;
|
|
29595
|
+
position: sticky;
|
|
29596
|
+
top: 0;
|
|
29597
|
+
z-index: 1;
|
|
29598
|
+
margin-bottom: -52px;
|
|
29591
29599
|
}
|
|
29592
29600
|
|
|
29593
|
-
.
|
|
29601
|
+
.E_s1ebs0ra .select-total {
|
|
29594
29602
|
display: flex;
|
|
29595
29603
|
align-items: center;
|
|
29596
|
-
font-
|
|
29597
|
-
|
|
29604
|
+
font-weight: 700;
|
|
29605
|
+
flex-shrink: 0;
|
|
29598
29606
|
}
|
|
29599
29607
|
|
|
29600
|
-
.
|
|
29601
|
-
|
|
29608
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29609
|
+
cursor: pointer;
|
|
29610
|
+
margin-left: 8px;
|
|
29611
|
+
width: 32px;
|
|
29612
|
+
height: 32px;
|
|
29613
|
+
border-radius: 50%;
|
|
29614
|
+
justify-content: center;
|
|
29602
29615
|
}
|
|
29603
29616
|
|
|
29604
|
-
.
|
|
29605
|
-
|
|
29617
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29618
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29606
29619
|
}
|
|
29607
29620
|
|
|
29608
|
-
.
|
|
29609
|
-
|
|
29610
|
-
|
|
29621
|
+
.E_s1ebs0ra .action-group {
|
|
29622
|
+
flex: 1;
|
|
29623
|
+
margin-left: 88px;
|
|
29624
|
+
white-space: nowrap;
|
|
29625
|
+
text-align: right;
|
|
29626
|
+
position: relative;
|
|
29627
|
+
padding: 4px 0;
|
|
29628
|
+
margin-top: -4px;
|
|
29629
|
+
overflow: hidden;
|
|
29611
29630
|
}
|
|
29612
29631
|
|
|
29613
|
-
.
|
|
29614
|
-
|
|
29632
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29633
|
+
transform: translateY(-4px);
|
|
29615
29634
|
}
|
|
29616
29635
|
|
|
29617
|
-
.
|
|
29618
|
-
|
|
29636
|
+
.E_s1ebs0ra .action-group button {
|
|
29637
|
+
border: none;
|
|
29619
29638
|
}
|
|
29620
29639
|
|
|
29621
|
-
.
|
|
29622
|
-
|
|
29640
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29641
|
+
margin-right: 8px;
|
|
29642
|
+
}
|
|
29643
|
+
|
|
29644
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
29645
|
+
margin-right: 4px;
|
|
29646
|
+
}
|
|
29647
|
+
|
|
29648
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
29649
|
+
cursor: pointer;
|
|
29650
|
+
width: 32px;
|
|
29651
|
+
height: 32px;
|
|
29652
|
+
justify-content: center;
|
|
29653
|
+
border-radius: 50%;
|
|
29654
|
+
}
|
|
29655
|
+
|
|
29656
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29657
|
+
background: #fff;
|
|
29623
29658
|
}
|
|
29624
29659
|
|
|
29625
29660
|
.E_clm1wy1 {
|
|
@@ -29780,77 +29815,6 @@ span.E_tqjc4ui {
|
|
|
29780
29815
|
margin-right: 4px;
|
|
29781
29816
|
}
|
|
29782
29817
|
|
|
29783
|
-
.E_s1ebs0ra {
|
|
29784
|
-
display: flex;
|
|
29785
|
-
align-items: center;
|
|
29786
|
-
justify-content: space-between;
|
|
29787
|
-
background: #edf0f7;
|
|
29788
|
-
padding: 8px 12px;
|
|
29789
|
-
position: sticky;
|
|
29790
|
-
top: 0;
|
|
29791
|
-
z-index: 1;
|
|
29792
|
-
margin-bottom: -52px;
|
|
29793
|
-
}
|
|
29794
|
-
|
|
29795
|
-
.E_s1ebs0ra .select-total {
|
|
29796
|
-
display: flex;
|
|
29797
|
-
align-items: center;
|
|
29798
|
-
font-weight: 700;
|
|
29799
|
-
flex-shrink: 0;
|
|
29800
|
-
}
|
|
29801
|
-
|
|
29802
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
29803
|
-
cursor: pointer;
|
|
29804
|
-
margin-left: 8px;
|
|
29805
|
-
width: 32px;
|
|
29806
|
-
height: 32px;
|
|
29807
|
-
border-radius: 50%;
|
|
29808
|
-
justify-content: center;
|
|
29809
|
-
}
|
|
29810
|
-
|
|
29811
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
29812
|
-
background: rgba(225, 230, 241, 0.6);
|
|
29813
|
-
}
|
|
29814
|
-
|
|
29815
|
-
.E_s1ebs0ra .action-group {
|
|
29816
|
-
flex: 1;
|
|
29817
|
-
margin-left: 88px;
|
|
29818
|
-
white-space: nowrap;
|
|
29819
|
-
text-align: right;
|
|
29820
|
-
position: relative;
|
|
29821
|
-
padding: 4px 0;
|
|
29822
|
-
margin-top: -4px;
|
|
29823
|
-
overflow: hidden;
|
|
29824
|
-
}
|
|
29825
|
-
|
|
29826
|
-
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
29827
|
-
transform: translateY(-4px);
|
|
29828
|
-
}
|
|
29829
|
-
|
|
29830
|
-
.E_s1ebs0ra .action-group button {
|
|
29831
|
-
border: none;
|
|
29832
|
-
}
|
|
29833
|
-
|
|
29834
|
-
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
29835
|
-
margin-right: 8px;
|
|
29836
|
-
}
|
|
29837
|
-
|
|
29838
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
29839
|
-
margin-right: 4px;
|
|
29840
|
-
}
|
|
29841
|
-
|
|
29842
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
29843
|
-
cursor: pointer;
|
|
29844
|
-
width: 32px;
|
|
29845
|
-
height: 32px;
|
|
29846
|
-
justify-content: center;
|
|
29847
|
-
border-radius: 50%;
|
|
29848
|
-
}
|
|
29849
|
-
|
|
29850
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
29851
|
-
background: #fff;
|
|
29852
|
-
}
|
|
29853
|
-
|
|
29854
29818
|
.E_c1up1pdz {
|
|
29855
29819
|
width: 648px;
|
|
29856
29820
|
}
|
|
@@ -30017,38 +29981,40 @@ span.E_tqjc4ui {
|
|
|
30017
29981
|
color: #fff;
|
|
30018
29982
|
}
|
|
30019
29983
|
|
|
30020
|
-
.
|
|
30021
|
-
|
|
30022
|
-
align-items: center;
|
|
29984
|
+
.E_gmyahx3 {
|
|
29985
|
+
cursor: pointer;
|
|
30023
29986
|
}
|
|
30024
29987
|
|
|
30025
|
-
.
|
|
30026
|
-
|
|
29988
|
+
.E_gmyahx3 .link-text {
|
|
29989
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30027
29990
|
}
|
|
30028
29991
|
|
|
30029
|
-
.
|
|
30030
|
-
|
|
30031
|
-
border-radius: 4px;
|
|
29992
|
+
.E_gmyahx3:hover .link-text {
|
|
29993
|
+
color: #0080ff;
|
|
30032
29994
|
}
|
|
30033
29995
|
|
|
30034
|
-
.
|
|
30035
|
-
margin
|
|
29996
|
+
span.E_tqjc4ui {
|
|
29997
|
+
margin: 0 2px;
|
|
30036
29998
|
}
|
|
30037
29999
|
|
|
30038
|
-
.
|
|
30039
|
-
|
|
30000
|
+
.E_n12mqh7z {
|
|
30001
|
+
display: flex;
|
|
30002
|
+
align-items: center;
|
|
30003
|
+
font-size: 12px;
|
|
30004
|
+
line-height: 18px;
|
|
30040
30005
|
}
|
|
30041
30006
|
|
|
30042
|
-
.
|
|
30043
|
-
|
|
30007
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30008
|
+
margin-bottom: 4px;
|
|
30044
30009
|
}
|
|
30045
30010
|
|
|
30046
|
-
.
|
|
30047
|
-
|
|
30011
|
+
.E_tf5bynu {
|
|
30012
|
+
margin: 0 3px;
|
|
30048
30013
|
}
|
|
30049
30014
|
|
|
30050
|
-
.
|
|
30051
|
-
|
|
30015
|
+
.E_tcckoz1 {
|
|
30016
|
+
max-height: 400px;
|
|
30017
|
+
overflow: auto;
|
|
30052
30018
|
}
|
|
30053
30019
|
|
|
30054
30020
|
.E_t1sqg15u {
|
|
@@ -30173,79 +30139,171 @@ span.E_tqjc4ui {
|
|
|
30173
30139
|
word-break: break-all;
|
|
30174
30140
|
}
|
|
30175
30141
|
|
|
30176
|
-
.
|
|
30142
|
+
.E_wg1tsps {
|
|
30177
30143
|
display: flex;
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
/* FIXME:(yanzhen) do this better */
|
|
30144
|
+
align-items: center;
|
|
30145
|
+
justify-content: flex-end;
|
|
30181
30146
|
}
|
|
30182
30147
|
|
|
30183
|
-
.
|
|
30184
|
-
flex-shrink: 0;
|
|
30148
|
+
.E_b1ctd5xy {
|
|
30185
30149
|
display: flex;
|
|
30186
|
-
|
|
30150
|
+
align-items: center;
|
|
30151
|
+
width: calc(100% - 40px);
|
|
30187
30152
|
}
|
|
30188
30153
|
|
|
30189
|
-
.
|
|
30190
|
-
|
|
30154
|
+
.E_b1ctd5xy .chart {
|
|
30155
|
+
display: inline-block;
|
|
30156
|
+
width: 100%;
|
|
30191
30157
|
}
|
|
30192
30158
|
|
|
30193
|
-
.
|
|
30194
|
-
|
|
30195
|
-
padding: 1px 12px;
|
|
30196
|
-
line-height: 24px;
|
|
30197
|
-
height: 24px;
|
|
30198
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30199
|
-
border-radius: 4px 4px 0 0;
|
|
30200
|
-
cursor: pointer;
|
|
30201
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30159
|
+
.E_u1p8acpn {
|
|
30160
|
+
min-width: 40px;
|
|
30202
30161
|
}
|
|
30203
30162
|
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30163
|
+
.E_u1p8acpn .unit {
|
|
30164
|
+
color: #00122e !important;
|
|
30206
30165
|
}
|
|
30207
30166
|
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30167
|
+
.E_m74vjol {
|
|
30168
|
+
display: flex;
|
|
30169
|
+
justify-content: space-between;
|
|
30170
|
+
width: 100%;
|
|
30210
30171
|
}
|
|
30211
30172
|
|
|
30212
|
-
.
|
|
30213
|
-
|
|
30214
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30173
|
+
.E_m74vjol .action {
|
|
30174
|
+
margin-left: 16px;
|
|
30215
30175
|
}
|
|
30216
30176
|
|
|
30217
|
-
.
|
|
30218
|
-
|
|
30177
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30178
|
+
width: 100%;
|
|
30219
30179
|
}
|
|
30220
30180
|
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30181
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30182
|
+
display: flex;
|
|
30183
|
+
align-items: center;
|
|
30223
30184
|
}
|
|
30224
30185
|
|
|
30225
|
-
.
|
|
30226
|
-
|
|
30227
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30186
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30187
|
+
margin-right: 8px;
|
|
30228
30188
|
}
|
|
30229
30189
|
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30190
|
+
.E_c18gxmrl {
|
|
30191
|
+
border: 1px solid #d8deeb;
|
|
30192
|
+
border-radius: 4px;
|
|
30232
30193
|
}
|
|
30233
30194
|
|
|
30234
|
-
.
|
|
30235
|
-
|
|
30195
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30196
|
+
margin-top: 8px;
|
|
30236
30197
|
}
|
|
30237
30198
|
|
|
30238
|
-
.
|
|
30239
|
-
|
|
30199
|
+
.E_c18gxmrl:hover {
|
|
30200
|
+
border-color: #0080ff;
|
|
30240
30201
|
}
|
|
30241
30202
|
|
|
30242
|
-
.
|
|
30243
|
-
color: #0080ff;
|
|
30203
|
+
.E_c18gxmrl:hover > header {
|
|
30244
30204
|
background: rgba(0, 128, 255, 0.1);
|
|
30245
30205
|
}
|
|
30246
30206
|
|
|
30247
|
-
.
|
|
30248
|
-
|
|
30207
|
+
.E_c18gxmrl.active header {
|
|
30208
|
+
border-bottom: 1px solid #d8deeb;
|
|
30209
|
+
}
|
|
30210
|
+
|
|
30211
|
+
.E_c18gxmrl > header {
|
|
30212
|
+
padding: 8px 12px;
|
|
30213
|
+
}
|
|
30214
|
+
|
|
30215
|
+
.E_berrcjl {
|
|
30216
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30217
|
+
margin-bottom: 4px;
|
|
30218
|
+
}
|
|
30219
|
+
|
|
30220
|
+
.E_berrcjl .breadcrumb-link {
|
|
30221
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30222
|
+
cursor: pointer;
|
|
30223
|
+
transition: color 160ms ease;
|
|
30224
|
+
}
|
|
30225
|
+
|
|
30226
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30227
|
+
color: #0080ff;
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30231
|
+
color: #005ed1;
|
|
30232
|
+
}
|
|
30233
|
+
|
|
30234
|
+
.E_t160l1cm {
|
|
30235
|
+
display: flex;
|
|
30236
|
+
flex-direction: column;
|
|
30237
|
+
flex: 1;
|
|
30238
|
+
/* FIXME:(yanzhen) do this better */
|
|
30239
|
+
}
|
|
30240
|
+
|
|
30241
|
+
.E_t160l1cm .tab-bar {
|
|
30242
|
+
flex-shrink: 0;
|
|
30243
|
+
display: flex;
|
|
30244
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.E_t160l1cm .tab-content {
|
|
30248
|
+
height: 100%;
|
|
30249
|
+
}
|
|
30250
|
+
|
|
30251
|
+
.E_t160l1cm .tab-menu-item {
|
|
30252
|
+
margin-right: 2px;
|
|
30253
|
+
padding: 1px 12px;
|
|
30254
|
+
line-height: 24px;
|
|
30255
|
+
height: 24px;
|
|
30256
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30257
|
+
border-radius: 4px 4px 0 0;
|
|
30258
|
+
cursor: pointer;
|
|
30259
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30260
|
+
}
|
|
30261
|
+
|
|
30262
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30263
|
+
padding-left: 0;
|
|
30264
|
+
}
|
|
30265
|
+
|
|
30266
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30267
|
+
padding-left: 12px;
|
|
30268
|
+
}
|
|
30269
|
+
|
|
30270
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30271
|
+
color: #0080ff;
|
|
30272
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30273
|
+
}
|
|
30274
|
+
|
|
30275
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30276
|
+
fill: #0080ff;
|
|
30277
|
+
}
|
|
30278
|
+
|
|
30279
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30280
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30281
|
+
}
|
|
30282
|
+
|
|
30283
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30284
|
+
color: #0080ff;
|
|
30285
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30286
|
+
}
|
|
30287
|
+
|
|
30288
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30289
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30290
|
+
}
|
|
30291
|
+
|
|
30292
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30293
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30294
|
+
}
|
|
30295
|
+
|
|
30296
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30297
|
+
fill: #0080ff;
|
|
30298
|
+
}
|
|
30299
|
+
|
|
30300
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30301
|
+
color: #0080ff;
|
|
30302
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30303
|
+
}
|
|
30304
|
+
|
|
30305
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30306
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30249
30307
|
}
|
|
30250
30308
|
|
|
30251
30309
|
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
@@ -30423,20 +30481,6 @@ span.E_tqjc4ui {
|
|
|
30423
30481
|
background: transparent;
|
|
30424
30482
|
}
|
|
30425
30483
|
|
|
30426
|
-
.E_m74vjol {
|
|
30427
|
-
display: flex;
|
|
30428
|
-
justify-content: space-between;
|
|
30429
|
-
width: 100%;
|
|
30430
|
-
}
|
|
30431
|
-
|
|
30432
|
-
.E_m74vjol .action {
|
|
30433
|
-
margin-left: 16px;
|
|
30434
|
-
}
|
|
30435
|
-
|
|
30436
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30437
|
-
width: 100%;
|
|
30438
|
-
}
|
|
30439
|
-
|
|
30440
30484
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30441
30485
|
justify-content: center;
|
|
30442
30486
|
}
|
|
@@ -30764,73 +30808,70 @@ button.E_n7k2c6r {
|
|
|
30764
30808
|
border-radius: unset;
|
|
30765
30809
|
}
|
|
30766
30810
|
|
|
30767
|
-
.
|
|
30768
|
-
|
|
30769
|
-
align-items: center;
|
|
30770
|
-
justify-content: flex-end;
|
|
30811
|
+
.E_c1uzzomf {
|
|
30812
|
+
margin-bottom: 16px;
|
|
30771
30813
|
}
|
|
30772
30814
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30775
|
-
|
|
30776
|
-
|
|
30815
|
+
.E_c1uzzomf .card-title {
|
|
30816
|
+
font-size: 16px;
|
|
30817
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
+
font-weight: 700;
|
|
30819
|
+
line-height: 32px;
|
|
30777
30820
|
}
|
|
30778
30821
|
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30781
|
-
|
|
30822
|
+
.E_c1uzzomf .card-body {
|
|
30823
|
+
padding: 24px;
|
|
30824
|
+
border-radius: 8px;
|
|
30825
|
+
background: #fff;
|
|
30782
30826
|
}
|
|
30783
30827
|
|
|
30784
|
-
.
|
|
30785
|
-
|
|
30828
|
+
.E_c1uzzomf .empty {
|
|
30829
|
+
font-weight: 700;
|
|
30830
|
+
font-size: 14px;
|
|
30831
|
+
line-height: 22px;
|
|
30832
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30833
|
+
text-align: center;
|
|
30786
30834
|
}
|
|
30787
30835
|
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30836
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30837
|
+
border: 0px;
|
|
30838
|
+
background-color: #fff;
|
|
30790
30839
|
}
|
|
30791
30840
|
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30794
|
-
|
|
30841
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30842
|
+
padding-top: 0px;
|
|
30843
|
+
padding-bottom: 0px;
|
|
30844
|
+
padding-left: 0px !important;
|
|
30845
|
+
padding-right: 24px;
|
|
30795
30846
|
}
|
|
30796
30847
|
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
cursor: pointer;
|
|
30800
|
-
transition: color 160ms ease;
|
|
30848
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30849
|
+
right: 0px;
|
|
30801
30850
|
}
|
|
30802
30851
|
|
|
30803
|
-
.
|
|
30804
|
-
|
|
30852
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30853
|
+
padding: 0px;
|
|
30805
30854
|
}
|
|
30806
30855
|
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30856
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30857
|
+
padding-right: 0px;
|
|
30858
|
+
cursor: default;
|
|
30809
30859
|
}
|
|
30810
30860
|
|
|
30811
|
-
.
|
|
30812
|
-
|
|
30861
|
+
.E_c1yyuluq {
|
|
30862
|
+
border-radius: 8px;
|
|
30813
30863
|
}
|
|
30814
30864
|
|
|
30815
|
-
.
|
|
30816
|
-
|
|
30817
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30818
|
-
font-weight: 700;
|
|
30819
|
-
line-height: 32px;
|
|
30865
|
+
.E_c1yyuluq .ant-card-body {
|
|
30866
|
+
padding: 20px 24px 24px 24px;
|
|
30820
30867
|
}
|
|
30821
30868
|
|
|
30822
|
-
.
|
|
30823
|
-
|
|
30824
|
-
border-radius: 8px;
|
|
30825
|
-
background: #fff;
|
|
30869
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30870
|
+
display: flex;
|
|
30826
30871
|
}
|
|
30827
30872
|
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30830
|
-
font-size: 14px;
|
|
30831
|
-
line-height: 22px;
|
|
30832
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30833
|
-
text-align: center;
|
|
30873
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30874
|
+
line-height: 18px;
|
|
30834
30875
|
}
|
|
30835
30876
|
|
|
30836
30877
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
@@ -30848,14 +30889,6 @@ button.E_n7k2c6r {
|
|
|
30848
30889
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30849
30890
|
}
|
|
30850
30891
|
|
|
30851
|
-
.E_c1yyuluq {
|
|
30852
|
-
border-radius: 8px;
|
|
30853
|
-
}
|
|
30854
|
-
|
|
30855
|
-
.E_c1yyuluq .ant-card-body {
|
|
30856
|
-
padding: 20px 24px 24px 24px;
|
|
30857
|
-
}
|
|
30858
|
-
|
|
30859
30892
|
.E_d1bw7c5z {
|
|
30860
30893
|
position: relative;
|
|
30861
30894
|
max-width: 388px;
|
|
@@ -30952,39 +30985,6 @@ button.E_n7k2c6r {
|
|
|
30952
30985
|
width: 102px;
|
|
30953
30986
|
}
|
|
30954
30987
|
|
|
30955
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
30956
|
-
border: 0px;
|
|
30957
|
-
background-color: #fff;
|
|
30958
|
-
}
|
|
30959
|
-
|
|
30960
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30961
|
-
padding-top: 0px;
|
|
30962
|
-
padding-bottom: 0px;
|
|
30963
|
-
padding-left: 0px !important;
|
|
30964
|
-
padding-right: 24px;
|
|
30965
|
-
}
|
|
30966
|
-
|
|
30967
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30968
|
-
right: 0px;
|
|
30969
|
-
}
|
|
30970
|
-
|
|
30971
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30972
|
-
padding: 0px;
|
|
30973
|
-
}
|
|
30974
|
-
|
|
30975
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30976
|
-
padding-right: 0px;
|
|
30977
|
-
cursor: default;
|
|
30978
|
-
}
|
|
30979
|
-
|
|
30980
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30981
|
-
display: flex;
|
|
30982
|
-
}
|
|
30983
|
-
|
|
30984
|
-
.E_sx1bpnu .ant-input-sm {
|
|
30985
|
-
line-height: 18px;
|
|
30986
|
-
}
|
|
30987
|
-
|
|
30988
30988
|
.E_phljevk {
|
|
30989
30989
|
display: flex;
|
|
30990
30990
|
justify-content: space-between;
|
|
@@ -31052,22 +31052,99 @@ button.E_n7k2c6r {
|
|
|
31052
31052
|
line-height: 18px;
|
|
31053
31053
|
}
|
|
31054
31054
|
|
|
31055
|
-
.
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
border-radius: 50%;
|
|
31060
|
-
flex-shrink: 0;
|
|
31061
|
-
display: flex;
|
|
31062
|
-
align-items: center;
|
|
31063
|
-
justify-content: center;
|
|
31064
|
-
border: 1px solid var(--color);
|
|
31055
|
+
.E_ivqqkzv {
|
|
31056
|
+
height: 24px;
|
|
31057
|
+
width: 56px !important;
|
|
31058
|
+
margin-right: 4px;
|
|
31065
31059
|
}
|
|
31066
31060
|
|
|
31067
|
-
.
|
|
31068
|
-
|
|
31069
|
-
|
|
31070
|
-
|
|
31061
|
+
.E_c1wk4q29 {
|
|
31062
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31063
|
+
}
|
|
31064
|
+
|
|
31065
|
+
.E_s1dizucg.ant-switch {
|
|
31066
|
+
min-width: 40px;
|
|
31067
|
+
height: 24px;
|
|
31068
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31069
|
+
overflow: hidden;
|
|
31070
|
+
}
|
|
31071
|
+
|
|
31072
|
+
.E_s1dizucg.ant-switch:focus {
|
|
31073
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31074
|
+
}
|
|
31075
|
+
|
|
31076
|
+
.E_s1dizucg.ant-switch-small {
|
|
31077
|
+
min-width: 26px;
|
|
31078
|
+
height: 16px;
|
|
31079
|
+
}
|
|
31080
|
+
|
|
31081
|
+
.E_s1dizucg.ant-switch-large {
|
|
31082
|
+
min-width: 52px;
|
|
31083
|
+
height: 32px;
|
|
31084
|
+
}
|
|
31085
|
+
|
|
31086
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31087
|
+
height: 20px;
|
|
31088
|
+
width: 20px;
|
|
31089
|
+
}
|
|
31090
|
+
|
|
31091
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31092
|
+
border-radius: 10px;
|
|
31093
|
+
transition-delay: 120ms;
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31097
|
+
height: 14px;
|
|
31098
|
+
width: 14px;
|
|
31099
|
+
top: 1px;
|
|
31100
|
+
left: 1px;
|
|
31101
|
+
}
|
|
31102
|
+
|
|
31103
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31104
|
+
height: 28px;
|
|
31105
|
+
width: 28px;
|
|
31106
|
+
}
|
|
31107
|
+
|
|
31108
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31109
|
+
border-radius: 14px;
|
|
31110
|
+
}
|
|
31111
|
+
|
|
31112
|
+
.E_s1dizucg.ant-switch-checked {
|
|
31113
|
+
background-color: #00ba5d;
|
|
31114
|
+
}
|
|
31115
|
+
|
|
31116
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31117
|
+
left: calc(100% - 20px - 2px);
|
|
31118
|
+
}
|
|
31119
|
+
|
|
31120
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31121
|
+
left: calc(100% - 14px - 1px);
|
|
31122
|
+
}
|
|
31123
|
+
|
|
31124
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31125
|
+
left: calc(100% - 28px - 2px);
|
|
31126
|
+
}
|
|
31127
|
+
|
|
31128
|
+
.E_c1up6e3y {
|
|
31129
|
+
margin-left: 5px;
|
|
31130
|
+
}
|
|
31131
|
+
|
|
31132
|
+
.E_c1bus5hc {
|
|
31133
|
+
--color: white;
|
|
31134
|
+
height: 14px;
|
|
31135
|
+
width: 14px;
|
|
31136
|
+
border-radius: 50%;
|
|
31137
|
+
flex-shrink: 0;
|
|
31138
|
+
display: flex;
|
|
31139
|
+
align-items: center;
|
|
31140
|
+
justify-content: center;
|
|
31141
|
+
border: 1px solid var(--color);
|
|
31142
|
+
}
|
|
31143
|
+
|
|
31144
|
+
.E_c1bus5hc .circle-inner {
|
|
31145
|
+
position: relative;
|
|
31146
|
+
height: 10px;
|
|
31147
|
+
width: 10px;
|
|
31071
31148
|
border-radius: 50%;
|
|
31072
31149
|
overflow: hidden;
|
|
31073
31150
|
}
|
|
@@ -31095,6 +31172,10 @@ button.E_n7k2c6r {
|
|
|
31095
31172
|
transform: rotate(0deg);
|
|
31096
31173
|
}
|
|
31097
31174
|
|
|
31175
|
+
.E_tju3gfj .date {
|
|
31176
|
+
margin-right: 4px;
|
|
31177
|
+
}
|
|
31178
|
+
|
|
31098
31179
|
.E_rapgekc.ant-radio-wrapper {
|
|
31099
31180
|
display: inline-flex;
|
|
31100
31181
|
align-items: baseline;
|
|
@@ -31274,14 +31355,94 @@ button.E_n7k2c6r {
|
|
|
31274
31355
|
width: 36px;
|
|
31275
31356
|
}
|
|
31276
31357
|
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31279
|
-
width: 56px !important;
|
|
31280
|
-
margin-right: 4px;
|
|
31358
|
+
.E_s1dni7lo {
|
|
31359
|
+
width: 430px !important;
|
|
31281
31360
|
}
|
|
31282
31361
|
|
|
31283
|
-
.
|
|
31362
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31363
|
+
padding: 8px 16px;
|
|
31364
|
+
line-height: 18px;
|
|
31365
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31366
|
+
height: 34px;
|
|
31367
|
+
min-height: 34px;
|
|
31368
|
+
box-sizing: border-box;
|
|
31369
|
+
margin-top: 8px;
|
|
31370
|
+
}
|
|
31371
|
+
|
|
31372
|
+
.E_o1ugr09p {
|
|
31373
|
+
display: flex;
|
|
31374
|
+
flex-direction: column;
|
|
31375
|
+
margin: 1px 8px;
|
|
31376
|
+
padding: 8px;
|
|
31377
|
+
border-radius: 4px;
|
|
31378
|
+
}
|
|
31379
|
+
|
|
31380
|
+
.E_o1ugr09p .selected-icon {
|
|
31381
|
+
display: none;
|
|
31382
|
+
}
|
|
31383
|
+
|
|
31384
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31385
|
+
padding-left: 8px;
|
|
31386
|
+
}
|
|
31387
|
+
|
|
31388
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31389
|
+
background-color: white;
|
|
31390
|
+
}
|
|
31391
|
+
|
|
31392
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31393
|
+
color: #0080ff;
|
|
31394
|
+
}
|
|
31395
|
+
|
|
31396
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31397
|
+
display: block;
|
|
31398
|
+
}
|
|
31399
|
+
|
|
31400
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31401
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31402
|
+
}
|
|
31403
|
+
|
|
31404
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31405
|
+
color: #0080ff;
|
|
31406
|
+
}
|
|
31407
|
+
|
|
31408
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31409
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31410
|
+
color: #0080ff;
|
|
31411
|
+
}
|
|
31412
|
+
|
|
31413
|
+
.E_o1ifxsq4 {
|
|
31414
|
+
display: flex;
|
|
31415
|
+
justify-content: space-between;
|
|
31416
|
+
height: 20px;
|
|
31417
|
+
line-height: 20px;
|
|
31418
|
+
}
|
|
31419
|
+
|
|
31420
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31421
|
+
color: #2d3a56;
|
|
31422
|
+
overflow: hidden;
|
|
31423
|
+
text-overflow: ellipsis;
|
|
31424
|
+
}
|
|
31425
|
+
|
|
31426
|
+
.E_o1zue7 {
|
|
31427
|
+
display: flex;
|
|
31428
|
+
justify-content: space-between;
|
|
31284
31429
|
color: rgba(44, 56, 82, 0.6);
|
|
31430
|
+
height: 18px;
|
|
31431
|
+
line-height: 18px;
|
|
31432
|
+
margin-top: 2px;
|
|
31433
|
+
}
|
|
31434
|
+
|
|
31435
|
+
.E_tyfmlxg {
|
|
31436
|
+
border: none;
|
|
31437
|
+
margin-right: 0;
|
|
31438
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31439
|
+
}
|
|
31440
|
+
|
|
31441
|
+
.E_o18uybox {
|
|
31442
|
+
pointer-events: none;
|
|
31443
|
+
height: 32px;
|
|
31444
|
+
width: 100%;
|
|
31445
|
+
opacity: 0;
|
|
31285
31446
|
}
|
|
31286
31447
|
|
|
31287
31448
|
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
@@ -31355,229 +31516,68 @@ button.E_n7k2c6r {
|
|
|
31355
31516
|
transform: rotate(180deg);
|
|
31356
31517
|
}
|
|
31357
31518
|
|
|
31358
|
-
.
|
|
31359
|
-
|
|
31360
|
-
height: 24px;
|
|
31361
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31362
|
-
overflow: hidden;
|
|
31519
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31520
|
+
display: none;
|
|
31363
31521
|
}
|
|
31364
31522
|
|
|
31365
|
-
.
|
|
31366
|
-
|
|
31523
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31524
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31525
|
+
border-radius: 4px;
|
|
31367
31526
|
}
|
|
31368
31527
|
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31371
|
-
|
|
31528
|
+
.E_s1sck0th {
|
|
31529
|
+
padding: 0 8px;
|
|
31530
|
+
border-radius: 4px;
|
|
31372
31531
|
}
|
|
31373
31532
|
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31376
|
-
|
|
31533
|
+
.E_m855nr1 {
|
|
31534
|
+
padding: 2px 8px;
|
|
31535
|
+
border-radius: 3px;
|
|
31377
31536
|
}
|
|
31378
31537
|
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31381
|
-
|
|
31538
|
+
.E_l1270xpg {
|
|
31539
|
+
padding: 3px 8px;
|
|
31540
|
+
border-radius: 2px;
|
|
31382
31541
|
}
|
|
31383
31542
|
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31386
|
-
transition-delay: 120ms;
|
|
31543
|
+
.E_t14rextb.ant-tag:hover {
|
|
31544
|
+
opacity: unset;
|
|
31387
31545
|
}
|
|
31388
31546
|
|
|
31389
|
-
.
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31547
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31548
|
+
margin: 0;
|
|
31549
|
+
margin-right: 8px;
|
|
31550
|
+
display: inline-flex;
|
|
31551
|
+
align-items: center;
|
|
31552
|
+
border: none;
|
|
31394
31553
|
}
|
|
31395
31554
|
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
|
|
31555
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31556
|
+
width: 16px;
|
|
31557
|
+
height: 16px;
|
|
31558
|
+
color: inherit;
|
|
31559
|
+
margin-left: 4px;
|
|
31560
|
+
opacity: 0.6;
|
|
31561
|
+
display: inline-flex;
|
|
31399
31562
|
}
|
|
31400
31563
|
|
|
31401
|
-
.
|
|
31402
|
-
|
|
31564
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31565
|
+
opacity: 1;
|
|
31403
31566
|
}
|
|
31404
31567
|
|
|
31405
|
-
.
|
|
31406
|
-
|
|
31568
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31569
|
+
color: #0080ff;
|
|
31570
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
31407
31571
|
}
|
|
31408
31572
|
|
|
31409
|
-
.
|
|
31410
|
-
|
|
31573
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31574
|
+
color: #f0483e;
|
|
31575
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
31411
31576
|
}
|
|
31412
31577
|
|
|
31413
|
-
.
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31418
|
-
left: calc(100% - 28px - 2px);
|
|
31419
|
-
}
|
|
31420
|
-
|
|
31421
|
-
.E_c1up6e3y {
|
|
31422
|
-
margin-left: 5px;
|
|
31423
|
-
}
|
|
31424
|
-
|
|
31425
|
-
.E_tju3gfj .date {
|
|
31426
|
-
margin-right: 4px;
|
|
31427
|
-
}
|
|
31428
|
-
|
|
31429
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31430
|
-
display: none;
|
|
31431
|
-
}
|
|
31432
|
-
|
|
31433
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31434
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31435
|
-
border-radius: 4px;
|
|
31436
|
-
}
|
|
31437
|
-
|
|
31438
|
-
.E_s1dni7lo {
|
|
31439
|
-
width: 430px !important;
|
|
31440
|
-
}
|
|
31441
|
-
|
|
31442
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31443
|
-
padding: 8px 16px;
|
|
31444
|
-
line-height: 18px;
|
|
31445
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31446
|
-
height: 34px;
|
|
31447
|
-
min-height: 34px;
|
|
31448
|
-
box-sizing: border-box;
|
|
31449
|
-
margin-top: 8px;
|
|
31450
|
-
}
|
|
31451
|
-
|
|
31452
|
-
.E_o1ugr09p {
|
|
31453
|
-
display: flex;
|
|
31454
|
-
flex-direction: column;
|
|
31455
|
-
margin: 1px 8px;
|
|
31456
|
-
padding: 8px;
|
|
31457
|
-
border-radius: 4px;
|
|
31458
|
-
}
|
|
31459
|
-
|
|
31460
|
-
.E_o1ugr09p .selected-icon {
|
|
31461
|
-
display: none;
|
|
31462
|
-
}
|
|
31463
|
-
|
|
31464
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31465
|
-
padding-left: 8px;
|
|
31466
|
-
}
|
|
31467
|
-
|
|
31468
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31469
|
-
background-color: white;
|
|
31470
|
-
}
|
|
31471
|
-
|
|
31472
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31473
|
-
color: #0080ff;
|
|
31474
|
-
}
|
|
31475
|
-
|
|
31476
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31477
|
-
display: block;
|
|
31478
|
-
}
|
|
31479
|
-
|
|
31480
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
31481
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31482
|
-
}
|
|
31483
|
-
|
|
31484
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31485
|
-
color: #0080ff;
|
|
31486
|
-
}
|
|
31487
|
-
|
|
31488
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31489
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31490
|
-
color: #0080ff;
|
|
31491
|
-
}
|
|
31492
|
-
|
|
31493
|
-
.E_o1ifxsq4 {
|
|
31494
|
-
display: flex;
|
|
31495
|
-
justify-content: space-between;
|
|
31496
|
-
height: 20px;
|
|
31497
|
-
line-height: 20px;
|
|
31498
|
-
}
|
|
31499
|
-
|
|
31500
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31501
|
-
color: #2d3a56;
|
|
31502
|
-
overflow: hidden;
|
|
31503
|
-
text-overflow: ellipsis;
|
|
31504
|
-
}
|
|
31505
|
-
|
|
31506
|
-
.E_o1zue7 {
|
|
31507
|
-
display: flex;
|
|
31508
|
-
justify-content: space-between;
|
|
31509
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31510
|
-
height: 18px;
|
|
31511
|
-
line-height: 18px;
|
|
31512
|
-
margin-top: 2px;
|
|
31513
|
-
}
|
|
31514
|
-
|
|
31515
|
-
.E_tyfmlxg {
|
|
31516
|
-
border: none;
|
|
31517
|
-
margin-right: 0;
|
|
31518
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31519
|
-
}
|
|
31520
|
-
|
|
31521
|
-
.E_o18uybox {
|
|
31522
|
-
pointer-events: none;
|
|
31523
|
-
height: 32px;
|
|
31524
|
-
width: 100%;
|
|
31525
|
-
opacity: 0;
|
|
31526
|
-
}
|
|
31527
|
-
|
|
31528
|
-
.E_s1sck0th {
|
|
31529
|
-
padding: 0 8px;
|
|
31530
|
-
border-radius: 4px;
|
|
31531
|
-
}
|
|
31532
|
-
|
|
31533
|
-
.E_m855nr1 {
|
|
31534
|
-
padding: 2px 8px;
|
|
31535
|
-
border-radius: 3px;
|
|
31536
|
-
}
|
|
31537
|
-
|
|
31538
|
-
.E_l1270xpg {
|
|
31539
|
-
padding: 3px 8px;
|
|
31540
|
-
border-radius: 2px;
|
|
31541
|
-
}
|
|
31542
|
-
|
|
31543
|
-
.E_t14rextb.ant-tag:hover {
|
|
31544
|
-
opacity: unset;
|
|
31545
|
-
}
|
|
31546
|
-
|
|
31547
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31548
|
-
margin: 0;
|
|
31549
|
-
margin-right: 8px;
|
|
31550
|
-
display: inline-flex;
|
|
31551
|
-
align-items: center;
|
|
31552
|
-
border: none;
|
|
31553
|
-
}
|
|
31554
|
-
|
|
31555
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31556
|
-
width: 16px;
|
|
31557
|
-
height: 16px;
|
|
31558
|
-
color: inherit;
|
|
31559
|
-
margin-left: 4px;
|
|
31560
|
-
opacity: 0.6;
|
|
31561
|
-
display: inline-flex;
|
|
31562
|
-
}
|
|
31563
|
-
|
|
31564
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31565
|
-
opacity: 1;
|
|
31566
|
-
}
|
|
31567
|
-
|
|
31568
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31569
|
-
color: #0080ff;
|
|
31570
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31571
|
-
}
|
|
31572
|
-
|
|
31573
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31574
|
-
color: #f0483e;
|
|
31575
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31576
|
-
}
|
|
31577
|
-
|
|
31578
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31579
|
-
color: #e07f00;
|
|
31580
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31578
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31579
|
+
color: #e07f00;
|
|
31580
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
31581
31581
|
}
|
|
31582
31582
|
|
|
31583
31583
|
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
@@ -31627,44 +31627,17 @@ button.E_n7k2c6r {
|
|
|
31627
31627
|
display: inline-block;
|
|
31628
31628
|
}
|
|
31629
31629
|
|
|
31630
|
-
.
|
|
31631
|
-
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31638
|
-
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31643
|
-
min-height: 32px;
|
|
31644
|
-
height: auto;
|
|
31645
|
-
font-size: 13px;
|
|
31646
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31647
|
-
white-space: normal;
|
|
31648
|
-
}
|
|
31649
|
-
|
|
31650
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31651
|
-
border-color: #ff4d4f !important;
|
|
31652
|
-
}
|
|
31653
|
-
|
|
31654
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31655
|
-
border-color: #ff4d4f !important;
|
|
31656
|
-
}
|
|
31657
|
-
|
|
31658
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31659
|
-
margin-top: 4px;
|
|
31660
|
-
font-size: 12px;
|
|
31661
|
-
min-height: 0px;
|
|
31662
|
-
}
|
|
31663
|
-
|
|
31664
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31665
|
-
font-size: 12px;
|
|
31666
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31667
|
-
min-height: 0px;
|
|
31630
|
+
.E_i1inqkme {
|
|
31631
|
+
height: 18px;
|
|
31632
|
+
line-height: 18px;
|
|
31633
|
+
padding: 0 4px;
|
|
31634
|
+
border-radius: 4px;
|
|
31635
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31636
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31637
|
+
display: flex;
|
|
31638
|
+
align-items: center;
|
|
31639
|
+
white-space: nowrap;
|
|
31640
|
+
margin-right: 4px;
|
|
31668
31641
|
}
|
|
31669
31642
|
|
|
31670
31643
|
.E_fzh9mnb {
|
|
@@ -31683,6 +31656,41 @@ button.E_n7k2c6r {
|
|
|
31683
31656
|
font-size: 18px;
|
|
31684
31657
|
}
|
|
31685
31658
|
|
|
31659
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31660
|
+
display: var(--a1wfy30z-0);
|
|
31661
|
+
}
|
|
31662
|
+
|
|
31663
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31664
|
+
padding: 4px 11px;
|
|
31665
|
+
display: inline-flex;
|
|
31666
|
+
line-height: 1.5715;
|
|
31667
|
+
height: inherit;
|
|
31668
|
+
}
|
|
31669
|
+
|
|
31670
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31671
|
+
content: var(--a1wfy30z-1);
|
|
31672
|
+
display: var(--a1wfy30z-2);
|
|
31673
|
+
flex: none;
|
|
31674
|
+
align-items: center;
|
|
31675
|
+
margin-left: 4px;
|
|
31676
|
+
}
|
|
31677
|
+
|
|
31678
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31679
|
+
content: var(--a1wfy30z-3);
|
|
31680
|
+
display: var(--a1wfy30z-4);
|
|
31681
|
+
flex: none;
|
|
31682
|
+
align-items: center;
|
|
31683
|
+
margin-right: 4px;
|
|
31684
|
+
cursor: auto;
|
|
31685
|
+
}
|
|
31686
|
+
|
|
31687
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31688
|
+
padding: 0;
|
|
31689
|
+
margin: 0;
|
|
31690
|
+
height: auto;
|
|
31691
|
+
font-size: inherit;
|
|
31692
|
+
}
|
|
31693
|
+
|
|
31686
31694
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31687
31695
|
display: var(--ai7qkf2-0);
|
|
31688
31696
|
}
|
|
@@ -31753,25 +31761,52 @@ button.E_n7k2c6r {
|
|
|
31753
31761
|
padding: 2px 8px;
|
|
31754
31762
|
}
|
|
31755
31763
|
|
|
31756
|
-
.
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
|
|
31761
|
-
padding: 2px 7px 2px 12px;
|
|
31764
|
+
.E_f7pxqmh {
|
|
31765
|
+
width: 100%;
|
|
31766
|
+
margin-bottom: 0 !important;
|
|
31767
|
+
flex-flow: nowrap !important;
|
|
31768
|
+
line-break: auto;
|
|
31762
31769
|
}
|
|
31763
31770
|
|
|
31764
|
-
.
|
|
31765
|
-
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
|
|
31774
|
-
|
|
31771
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31772
|
+
text-align: left !important;
|
|
31773
|
+
padding-bottom: 0 !important;
|
|
31774
|
+
}
|
|
31775
|
+
|
|
31776
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31777
|
+
min-height: 32px;
|
|
31778
|
+
height: auto;
|
|
31779
|
+
font-size: 13px;
|
|
31780
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31781
|
+
white-space: normal;
|
|
31782
|
+
}
|
|
31783
|
+
|
|
31784
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31785
|
+
border-color: #ff4d4f !important;
|
|
31786
|
+
}
|
|
31787
|
+
|
|
31788
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31789
|
+
border-color: #ff4d4f !important;
|
|
31790
|
+
}
|
|
31791
|
+
|
|
31792
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31793
|
+
margin-top: 4px;
|
|
31794
|
+
font-size: 12px;
|
|
31795
|
+
min-height: 0px;
|
|
31796
|
+
}
|
|
31797
|
+
|
|
31798
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31799
|
+
font-size: 12px;
|
|
31800
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31801
|
+
min-height: 0px;
|
|
31802
|
+
}
|
|
31803
|
+
|
|
31804
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31805
|
+
margin-left: 8px;
|
|
31806
|
+
}
|
|
31807
|
+
|
|
31808
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31809
|
+
padding: 2px 7px 2px 12px;
|
|
31775
31810
|
}
|
|
31776
31811
|
|
|
31777
31812
|
.E_iouxfgt {
|
|
@@ -31795,41 +31830,6 @@ button.E_n7k2c6r {
|
|
|
31795
31830
|
animation: rotate 680ms linear infinite;
|
|
31796
31831
|
}
|
|
31797
31832
|
|
|
31798
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31799
|
-
display: var(--a1wfy30z-0);
|
|
31800
|
-
}
|
|
31801
|
-
|
|
31802
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31803
|
-
padding: 4px 11px;
|
|
31804
|
-
display: inline-flex;
|
|
31805
|
-
line-height: 1.5715;
|
|
31806
|
-
height: inherit;
|
|
31807
|
-
}
|
|
31808
|
-
|
|
31809
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31810
|
-
content: var(--a1wfy30z-1);
|
|
31811
|
-
display: var(--a1wfy30z-2);
|
|
31812
|
-
flex: none;
|
|
31813
|
-
align-items: center;
|
|
31814
|
-
margin-left: 4px;
|
|
31815
|
-
}
|
|
31816
|
-
|
|
31817
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31818
|
-
content: var(--a1wfy30z-3);
|
|
31819
|
-
display: var(--a1wfy30z-4);
|
|
31820
|
-
flex: none;
|
|
31821
|
-
align-items: center;
|
|
31822
|
-
margin-right: 4px;
|
|
31823
|
-
cursor: auto;
|
|
31824
|
-
}
|
|
31825
|
-
|
|
31826
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
31827
|
-
padding: 0;
|
|
31828
|
-
margin: 0;
|
|
31829
|
-
height: auto;
|
|
31830
|
-
font-size: inherit;
|
|
31831
|
-
}
|
|
31832
|
-
|
|
31833
31833
|
.E_owd0kml {
|
|
31834
31834
|
display: inline-block;
|
|
31835
31835
|
}
|
|
@@ -31839,39 +31839,6 @@ button.E_n7k2c6r {
|
|
|
31839
31839
|
position: absolute;
|
|
31840
31840
|
}
|
|
31841
31841
|
|
|
31842
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31843
|
-
display: inline-flex;
|
|
31844
|
-
align-items: center;
|
|
31845
|
-
justify-content: center;
|
|
31846
|
-
color: #fff;
|
|
31847
|
-
font-weight: bold;
|
|
31848
|
-
font-size: 12px;
|
|
31849
|
-
width: 24px;
|
|
31850
|
-
height: 24px;
|
|
31851
|
-
border-radius: 50%;
|
|
31852
|
-
background: var(--a1b5xrg3-0);
|
|
31853
|
-
}
|
|
31854
|
-
|
|
31855
|
-
.E_a1b5xrg3.btn-item {
|
|
31856
|
-
transition: all 160ms ease;
|
|
31857
|
-
cursor: pointer;
|
|
31858
|
-
width: 56px;
|
|
31859
|
-
height: 40px;
|
|
31860
|
-
display: inline-flex;
|
|
31861
|
-
align-items: center;
|
|
31862
|
-
justify-content: center;
|
|
31863
|
-
border-radius: 6px;
|
|
31864
|
-
}
|
|
31865
|
-
|
|
31866
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31867
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31868
|
-
}
|
|
31869
|
-
|
|
31870
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31871
|
-
transform: translateY(2px);
|
|
31872
|
-
transition: all 320ms ease;
|
|
31873
|
-
}
|
|
31874
|
-
|
|
31875
31842
|
.E_m196gn1d {
|
|
31876
31843
|
min-width: 1280px;
|
|
31877
31844
|
}
|
|
@@ -32351,6 +32318,39 @@ button.E_n7k2c6r {
|
|
|
32351
32318
|
line-height: 12px;
|
|
32352
32319
|
}
|
|
32353
32320
|
|
|
32321
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32322
|
+
display: inline-flex;
|
|
32323
|
+
align-items: center;
|
|
32324
|
+
justify-content: center;
|
|
32325
|
+
color: #fff;
|
|
32326
|
+
font-weight: bold;
|
|
32327
|
+
font-size: 12px;
|
|
32328
|
+
width: 24px;
|
|
32329
|
+
height: 24px;
|
|
32330
|
+
border-radius: 50%;
|
|
32331
|
+
background: var(--a1b5xrg3-0);
|
|
32332
|
+
}
|
|
32333
|
+
|
|
32334
|
+
.E_a1b5xrg3.btn-item {
|
|
32335
|
+
transition: all 160ms ease;
|
|
32336
|
+
cursor: pointer;
|
|
32337
|
+
width: 56px;
|
|
32338
|
+
height: 40px;
|
|
32339
|
+
display: inline-flex;
|
|
32340
|
+
align-items: center;
|
|
32341
|
+
justify-content: center;
|
|
32342
|
+
border-radius: 6px;
|
|
32343
|
+
}
|
|
32344
|
+
|
|
32345
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32346
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32347
|
+
}
|
|
32348
|
+
|
|
32349
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32350
|
+
transform: translateY(2px);
|
|
32351
|
+
transition: all 320ms ease;
|
|
32352
|
+
}
|
|
32353
|
+
|
|
32354
32354
|
.E_cnujxq2 {
|
|
32355
32355
|
display: flex;
|
|
32356
32356
|
flex-direction: column;
|
|
@@ -33236,6 +33236,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33236
33236
|
line-height: normal;
|
|
33237
33237
|
}
|
|
33238
33238
|
|
|
33239
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
33240
|
+
max-width: 100%;
|
|
33241
|
+
}
|
|
33242
|
+
|
|
33239
33243
|
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
33240
33244
|
font-size: 13px;
|
|
33241
33245
|
line-height: 20px;
|
|
@@ -34257,49 +34261,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34257
34261
|
position: static;
|
|
34258
34262
|
}
|
|
34259
34263
|
|
|
34260
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34261
|
-
margin-right: 2px;
|
|
34262
|
-
}
|
|
34263
|
-
|
|
34264
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34265
|
-
padding-left: 8px;
|
|
34266
|
-
padding-right: 8px;
|
|
34267
|
-
}
|
|
34268
|
-
|
|
34269
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34270
|
-
border-radius: 4px;
|
|
34271
|
-
}
|
|
34272
|
-
|
|
34273
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34274
|
-
border-radius: 4px;
|
|
34275
|
-
}
|
|
34276
|
-
|
|
34277
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
34278
|
-
padding-left: 12px;
|
|
34279
|
-
padding-right: 12px;
|
|
34280
|
-
}
|
|
34281
|
-
|
|
34282
|
-
.E_ckld275 {
|
|
34283
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
34284
|
-
}
|
|
34285
|
-
|
|
34286
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34287
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
34288
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34289
|
-
}
|
|
34290
|
-
|
|
34291
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34292
|
-
background-color: transparent;
|
|
34293
|
-
}
|
|
34294
|
-
|
|
34295
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34296
|
-
background-color: transparent;
|
|
34297
|
-
}
|
|
34298
|
-
|
|
34299
|
-
.E_c1yd35n {
|
|
34300
|
-
padding: 0 12px 14px 12px;
|
|
34301
|
-
}
|
|
34302
|
-
|
|
34303
34264
|
.E_c1kghdax {
|
|
34304
34265
|
color: #2d3a56;
|
|
34305
34266
|
padding: 7px 12px;
|
|
@@ -34347,6 +34308,10 @@ input.E_rf8rlle.ant-input {
|
|
|
34347
34308
|
margin-right: 2px;
|
|
34348
34309
|
}
|
|
34349
34310
|
|
|
34311
|
+
.E_c1yd35n {
|
|
34312
|
+
padding: 0 12px 14px 12px;
|
|
34313
|
+
}
|
|
34314
|
+
|
|
34350
34315
|
.E_b14q2gmw {
|
|
34351
34316
|
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);
|
|
34352
34317
|
}
|
|
@@ -34366,6 +34331,45 @@ input.E_rf8rlle.ant-input {
|
|
|
34366
34331
|
transform: translateY(-4px);
|
|
34367
34332
|
}
|
|
34368
34333
|
|
|
34334
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34335
|
+
margin-right: 2px;
|
|
34336
|
+
}
|
|
34337
|
+
|
|
34338
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
34339
|
+
padding-left: 8px;
|
|
34340
|
+
padding-right: 8px;
|
|
34341
|
+
}
|
|
34342
|
+
|
|
34343
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
34344
|
+
border-radius: 4px;
|
|
34345
|
+
}
|
|
34346
|
+
|
|
34347
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34348
|
+
border-radius: 4px;
|
|
34349
|
+
}
|
|
34350
|
+
|
|
34351
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
34352
|
+
padding-left: 12px;
|
|
34353
|
+
padding-right: 12px;
|
|
34354
|
+
}
|
|
34355
|
+
|
|
34356
|
+
.E_ckld275 {
|
|
34357
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34358
|
+
}
|
|
34359
|
+
|
|
34360
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34361
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
34362
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34363
|
+
}
|
|
34364
|
+
|
|
34365
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
34366
|
+
background-color: transparent;
|
|
34367
|
+
}
|
|
34368
|
+
|
|
34369
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
34370
|
+
background-color: transparent;
|
|
34371
|
+
}
|
|
34372
|
+
|
|
34369
34373
|
.E_ckui4s7 {
|
|
34370
34374
|
color: #2d3a56;
|
|
34371
34375
|
line-height: 22px;
|
|
@@ -34495,50 +34499,11 @@ input.E_rf8rlle.ant-input {
|
|
|
34495
34499
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34496
34500
|
}
|
|
34497
34501
|
|
|
34498
|
-
.
|
|
34499
|
-
|
|
34500
|
-
|
|
34501
|
-
|
|
34502
|
-
|
|
34503
|
-
border-radius: 4px 0 0 4px;
|
|
34504
|
-
padding-right: 4px;
|
|
34505
|
-
margin-right: 4px;
|
|
34506
|
-
}
|
|
34507
|
-
|
|
34508
|
-
.E_slr2ynn {
|
|
34509
|
-
padding: 0 8px;
|
|
34510
|
-
height: 18px;
|
|
34511
|
-
}
|
|
34512
|
-
|
|
34513
|
-
.E_m140wbb6 {
|
|
34514
|
-
padding: 2px 8px;
|
|
34515
|
-
height: 24px;
|
|
34516
|
-
}
|
|
34517
|
-
|
|
34518
|
-
.E_t1fozc1i {
|
|
34519
|
-
margin: 0;
|
|
34520
|
-
}
|
|
34521
|
-
|
|
34522
|
-
.E_i1vxv4ln {
|
|
34523
|
-
margin-right: 4px;
|
|
34524
|
-
height: 16px;
|
|
34525
|
-
}
|
|
34526
|
-
|
|
34527
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34528
|
-
font-weight: 700;
|
|
34529
|
-
color: #00122e;
|
|
34530
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34531
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34532
|
-
word-break: break-all;
|
|
34533
|
-
display: inline;
|
|
34534
|
-
white-space: normal;
|
|
34535
|
-
}
|
|
34536
|
-
|
|
34537
|
-
.E_r77hffu {
|
|
34538
|
-
display: flex;
|
|
34539
|
-
align-items: center;
|
|
34540
|
-
justify-content: space-between;
|
|
34541
|
-
column-gap: 6px;
|
|
34502
|
+
.E_r77hffu {
|
|
34503
|
+
display: flex;
|
|
34504
|
+
align-items: center;
|
|
34505
|
+
justify-content: space-between;
|
|
34506
|
+
column-gap: 6px;
|
|
34542
34507
|
}
|
|
34543
34508
|
|
|
34544
34509
|
.E_p1cmxsf7 {
|
|
@@ -34552,1078 +34517,1179 @@ input.E_rf8rlle.ant-input {
|
|
|
34552
34517
|
font-size: 0;
|
|
34553
34518
|
}
|
|
34554
34519
|
|
|
34555
|
-
.
|
|
34556
|
-
margin
|
|
34557
|
-
|
|
34558
|
-
|
|
34559
|
-
|
|
34560
|
-
white-space: nowrap;
|
|
34561
|
-
}
|
|
34562
|
-
|
|
34563
|
-
.E_s1ese5oy {
|
|
34564
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34565
|
-
line-height: 32px;
|
|
34566
|
-
height: 32px;
|
|
34567
|
-
margin-bottom: 0;
|
|
34520
|
+
.E_sddwhm6 {
|
|
34521
|
+
margin: 0;
|
|
34522
|
+
border-radius: 20px;
|
|
34523
|
+
padding: 2px 10px;
|
|
34524
|
+
height: 22px;
|
|
34568
34525
|
}
|
|
34569
34526
|
|
|
34570
|
-
.
|
|
34571
|
-
color:
|
|
34527
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34528
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34572
34529
|
}
|
|
34573
34530
|
|
|
34574
|
-
.
|
|
34575
|
-
color:
|
|
34531
|
+
.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 {
|
|
34532
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34576
34533
|
}
|
|
34577
34534
|
|
|
34578
|
-
.
|
|
34579
|
-
color: #
|
|
34535
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34536
|
+
color: #00122e;
|
|
34580
34537
|
}
|
|
34581
34538
|
|
|
34582
|
-
.
|
|
34583
|
-
|
|
34539
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34540
|
+
margin-right: 6px;
|
|
34584
34541
|
}
|
|
34585
34542
|
|
|
34586
|
-
.
|
|
34543
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34544
|
+
margin-left: 8px;
|
|
34587
34545
|
color: rgba(44, 56, 82, 0.6);
|
|
34588
34546
|
}
|
|
34589
34547
|
|
|
34590
|
-
.
|
|
34591
|
-
|
|
34592
|
-
color: #00122e;
|
|
34548
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34549
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34593
34550
|
}
|
|
34594
34551
|
|
|
34595
|
-
.
|
|
34596
|
-
|
|
34597
|
-
margin-right: 6px;
|
|
34552
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34553
|
+
background-color: #0080ff;
|
|
34598
34554
|
}
|
|
34599
34555
|
|
|
34600
|
-
.
|
|
34601
|
-
|
|
34602
|
-
flex: 1;
|
|
34603
|
-
position: relative;
|
|
34604
|
-
top: -7px;
|
|
34556
|
+
.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 {
|
|
34557
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34605
34558
|
}
|
|
34606
34559
|
|
|
34607
|
-
.
|
|
34608
|
-
|
|
34609
|
-
overflow: hidden;
|
|
34610
|
-
text-overflow: ellipsis;
|
|
34611
|
-
white-space: nowrap;
|
|
34560
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34561
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34612
34562
|
}
|
|
34613
34563
|
|
|
34614
|
-
.
|
|
34615
|
-
|
|
34616
|
-
border-radius: 8px;
|
|
34617
|
-
overflow: auto;
|
|
34564
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34565
|
+
background-color: #f0483e;
|
|
34618
34566
|
}
|
|
34619
34567
|
|
|
34620
|
-
.
|
|
34621
|
-
|
|
34568
|
+
.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 {
|
|
34569
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34622
34570
|
}
|
|
34623
34571
|
|
|
34624
|
-
.
|
|
34625
|
-
|
|
34626
|
-
top: 0;
|
|
34627
|
-
z-index: 2;
|
|
34628
|
-
display: flex;
|
|
34629
|
-
padding: 8px;
|
|
34630
|
-
flex-wrap: nowrap;
|
|
34631
|
-
justify-content: flex-start;
|
|
34632
|
-
background: #f2f5fa;
|
|
34633
|
-
font-size: 14px;
|
|
34634
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34635
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34572
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34573
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34636
34574
|
}
|
|
34637
34575
|
|
|
34638
|
-
.
|
|
34639
|
-
|
|
34576
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34577
|
+
background-color: #fea008;
|
|
34640
34578
|
}
|
|
34641
34579
|
|
|
34642
|
-
.
|
|
34643
|
-
|
|
34644
|
-
justify-content: flex-start;
|
|
34645
|
-
align-items: flex-start;
|
|
34646
|
-
flex-wrap: wrap;
|
|
34647
|
-
padding: 8px;
|
|
34648
|
-
border: none;
|
|
34580
|
+
.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 {
|
|
34581
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34649
34582
|
}
|
|
34650
34583
|
|
|
34651
|
-
.
|
|
34652
|
-
|
|
34653
|
-
margin: 12px 0 0;
|
|
34654
|
-
order: 99;
|
|
34655
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34584
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34585
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34656
34586
|
}
|
|
34657
34587
|
|
|
34658
|
-
.
|
|
34659
|
-
color: #
|
|
34660
|
-
flex-basis: 100%;
|
|
34661
|
-
order: 98;
|
|
34662
|
-
margin: 12px 0 0;
|
|
34588
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34589
|
+
background-color: #00ba5d;
|
|
34663
34590
|
}
|
|
34664
34591
|
|
|
34665
|
-
.
|
|
34666
|
-
background-color: rgba(
|
|
34592
|
+
.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 {
|
|
34593
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34667
34594
|
}
|
|
34668
34595
|
|
|
34669
|
-
.
|
|
34670
|
-
background-color: rgba(
|
|
34596
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34597
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34671
34598
|
}
|
|
34672
34599
|
|
|
34673
|
-
.
|
|
34674
|
-
|
|
34675
|
-
overflow: hidden;
|
|
34600
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34601
|
+
background-color: #6b7d99;
|
|
34676
34602
|
}
|
|
34677
34603
|
|
|
34678
|
-
.
|
|
34679
|
-
color: rgba(
|
|
34680
|
-
margin: 0;
|
|
34604
|
+
.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 {
|
|
34605
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34681
34606
|
}
|
|
34682
34607
|
|
|
34683
|
-
.
|
|
34684
|
-
|
|
34608
|
+
.E_satwmqm {
|
|
34609
|
+
width: 8px;
|
|
34610
|
+
height: 8px;
|
|
34611
|
+
border-radius: 50%;
|
|
34612
|
+
display: inline-block;
|
|
34685
34613
|
}
|
|
34686
34614
|
|
|
34687
|
-
.
|
|
34688
|
-
|
|
34615
|
+
.E_tc97u5y {
|
|
34616
|
+
height: 100%;
|
|
34689
34617
|
}
|
|
34690
34618
|
|
|
34691
|
-
.
|
|
34692
|
-
|
|
34619
|
+
.E_efzf37v .ant-table-content {
|
|
34620
|
+
overflow: visible !important;
|
|
34621
|
+
height: 100%;
|
|
34693
34622
|
}
|
|
34694
34623
|
|
|
34695
|
-
.
|
|
34696
|
-
|
|
34624
|
+
.E_efzf37v .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
34625
|
+
height: 100%;
|
|
34697
34626
|
}
|
|
34698
34627
|
|
|
34699
|
-
.
|
|
34700
|
-
|
|
34628
|
+
.E_efzf37v .ant-table-content table {
|
|
34629
|
+
width: 100% !important;
|
|
34630
|
+
height: 100%;
|
|
34701
34631
|
}
|
|
34702
34632
|
|
|
34703
|
-
.
|
|
34704
|
-
|
|
34633
|
+
.E_efzf37v .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34634
|
+
padding: 15px 0;
|
|
34705
34635
|
}
|
|
34706
34636
|
|
|
34707
|
-
.
|
|
34708
|
-
|
|
34637
|
+
.E_efzf37v .ant-table-content table thead.ant-table-thead {
|
|
34638
|
+
display: none;
|
|
34709
34639
|
}
|
|
34710
34640
|
|
|
34711
|
-
.
|
|
34712
|
-
|
|
34713
|
-
width: 24px;
|
|
34714
|
-
height: 24px;
|
|
34715
|
-
overflow: hidden;
|
|
34641
|
+
.E_t1fisho6 {
|
|
34642
|
+
height: 100%;
|
|
34716
34643
|
}
|
|
34717
34644
|
|
|
34718
|
-
.
|
|
34719
|
-
padding:
|
|
34645
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
34646
|
+
padding-top: 6px;
|
|
34647
|
+
padding-bottom: 6px;
|
|
34720
34648
|
}
|
|
34721
34649
|
|
|
34722
|
-
.
|
|
34723
|
-
|
|
34724
|
-
opacity: 0.5;
|
|
34650
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
34651
|
+
font-weight: 700;
|
|
34725
34652
|
}
|
|
34726
34653
|
|
|
34727
|
-
.
|
|
34728
|
-
|
|
34654
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
34655
|
+
font-weight: 700;
|
|
34729
34656
|
}
|
|
34730
34657
|
|
|
34731
|
-
.
|
|
34732
|
-
|
|
34733
|
-
border-radius: 5px;
|
|
34734
|
-
font-size: 12px;
|
|
34658
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
34659
|
+
height: 100%;
|
|
34735
34660
|
}
|
|
34736
34661
|
|
|
34737
|
-
.
|
|
34738
|
-
|
|
34662
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
34663
|
+
height: 100%;
|
|
34664
|
+
overflow: visible;
|
|
34739
34665
|
}
|
|
34740
34666
|
|
|
34741
|
-
.
|
|
34742
|
-
|
|
34743
|
-
font-size: 12px;
|
|
34744
|
-
position: relative;
|
|
34667
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
34668
|
+
max-height: none;
|
|
34745
34669
|
}
|
|
34746
34670
|
|
|
34747
|
-
.
|
|
34748
|
-
|
|
34671
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
34672
|
+
background: transparent;
|
|
34749
34673
|
}
|
|
34750
34674
|
|
|
34751
|
-
.
|
|
34752
|
-
|
|
34675
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
34676
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
34677
|
+
background: #fff;
|
|
34678
|
+
padding: 0 !important;
|
|
34753
34679
|
}
|
|
34754
34680
|
|
|
34755
|
-
.
|
|
34681
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
34682
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34756
34683
|
display: flex;
|
|
34757
34684
|
align-items: center;
|
|
34758
|
-
|
|
34685
|
+
height: 100%;
|
|
34686
|
+
padding: 8px;
|
|
34759
34687
|
}
|
|
34760
34688
|
|
|
34761
|
-
.
|
|
34762
|
-
|
|
34763
|
-
|
|
34764
|
-
|
|
34765
|
-
|
|
34766
|
-
.E_a138syjm > span.maximum-desc {
|
|
34767
|
-
display: none;
|
|
34768
|
-
margin-left: 8px;
|
|
34769
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34689
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
34690
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
34691
|
+
overflow: hidden;
|
|
34692
|
+
text-overflow: ellipsis;
|
|
34693
|
+
width: 100%;
|
|
34770
34694
|
}
|
|
34771
34695
|
|
|
34772
|
-
.
|
|
34773
|
-
|
|
34696
|
+
.E_t1fisho6 .ant-table-container {
|
|
34697
|
+
height: 100%;
|
|
34774
34698
|
}
|
|
34775
34699
|
|
|
34776
|
-
.
|
|
34777
|
-
|
|
34778
|
-
height: 24px;
|
|
34779
|
-
padding: 4px;
|
|
34780
|
-
margin-right: 8px;
|
|
34700
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
34701
|
+
box-shadow: none !important;
|
|
34781
34702
|
}
|
|
34782
34703
|
|
|
34783
|
-
.
|
|
34784
|
-
|
|
34785
|
-
|
|
34704
|
+
.E_t1fisho6 div.ant-table {
|
|
34705
|
+
border-radius: 0px;
|
|
34706
|
+
border-left: none;
|
|
34707
|
+
border-right: none;
|
|
34708
|
+
border-bottom: none;
|
|
34709
|
+
height: 100%;
|
|
34710
|
+
font-size: 12px;
|
|
34711
|
+
background: transparent;
|
|
34786
34712
|
}
|
|
34787
34713
|
|
|
34788
|
-
.
|
|
34789
|
-
|
|
34714
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
34715
|
+
position: relative;
|
|
34716
|
+
z-index: 3;
|
|
34717
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34718
|
+
margin-bottom: -1px;
|
|
34790
34719
|
}
|
|
34791
34720
|
|
|
34792
|
-
.
|
|
34793
|
-
|
|
34721
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34722
|
+
.E_t1fisho6 div.ant-table .value {
|
|
34723
|
+
color: #2d3a56;
|
|
34794
34724
|
}
|
|
34795
34725
|
|
|
34796
|
-
.
|
|
34797
|
-
|
|
34726
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
34727
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
34728
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34798
34729
|
}
|
|
34799
34730
|
|
|
34800
|
-
.
|
|
34801
|
-
|
|
34731
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
34732
|
+
position: unset;
|
|
34733
|
+
text-align: center;
|
|
34802
34734
|
}
|
|
34803
34735
|
|
|
34804
|
-
.
|
|
34805
|
-
|
|
34806
|
-
font-weight: normal;
|
|
34736
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34737
|
+
background: #fff;
|
|
34807
34738
|
}
|
|
34808
34739
|
|
|
34809
|
-
.
|
|
34810
|
-
|
|
34740
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34741
|
+
cursor: pointer;
|
|
34742
|
+
position: absolute;
|
|
34743
|
+
top: 50%;
|
|
34744
|
+
right: 12px;
|
|
34745
|
+
transform: translateY(-50%);
|
|
34811
34746
|
}
|
|
34812
34747
|
|
|
34813
|
-
.
|
|
34814
|
-
|
|
34748
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34749
|
+
box-shadow: none;
|
|
34750
|
+
width: 1px;
|
|
34751
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34815
34752
|
}
|
|
34816
34753
|
|
|
34817
|
-
.
|
|
34818
|
-
|
|
34754
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34755
|
+
box-shadow: none;
|
|
34756
|
+
width: 1px;
|
|
34757
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34819
34758
|
}
|
|
34820
34759
|
|
|
34821
|
-
.
|
|
34822
|
-
|
|
34823
|
-
white-space: nowrap;
|
|
34824
|
-
text-overflow: ellipsis;
|
|
34760
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
34761
|
+
position: relative;
|
|
34825
34762
|
}
|
|
34826
34763
|
|
|
34827
|
-
.
|
|
34828
|
-
|
|
34764
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34765
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34766
|
+
border-bottom: 1px solid white;
|
|
34767
|
+
height: 40px;
|
|
34768
|
+
vertical-align: middle;
|
|
34769
|
+
transition: background 0ms;
|
|
34770
|
+
color: #00122e;
|
|
34829
34771
|
}
|
|
34830
34772
|
|
|
34831
|
-
.
|
|
34832
|
-
|
|
34773
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34774
|
+
background: #f2f5fa;
|
|
34775
|
+
border-bottom-color: #f2f5fa;
|
|
34833
34776
|
}
|
|
34834
34777
|
|
|
34835
|
-
.
|
|
34836
|
-
|
|
34837
|
-
|
|
34778
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
34779
|
+
height: auto;
|
|
34780
|
+
color: #00122e;
|
|
34781
|
+
font-size: 12px;
|
|
34782
|
+
text-align: left;
|
|
34783
|
+
transition: none;
|
|
34784
|
+
overflow: hidden;
|
|
34785
|
+
text-overflow: ellipsis;
|
|
34786
|
+
white-space: nowrap;
|
|
34838
34787
|
}
|
|
34839
34788
|
|
|
34840
|
-
.
|
|
34841
|
-
|
|
34842
|
-
margin-right: 4px;
|
|
34843
|
-
flex: 1;
|
|
34844
|
-
overflow: visible;
|
|
34789
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
34790
|
+
color: #0096ff;
|
|
34845
34791
|
}
|
|
34846
34792
|
|
|
34847
|
-
.
|
|
34793
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
34794
|
+
overflow: hidden;
|
|
34795
|
+
text-overflow: ellipsis;
|
|
34848
34796
|
width: 100%;
|
|
34849
|
-
|
|
34797
|
+
vertical-align: middle;
|
|
34850
34798
|
}
|
|
34851
34799
|
|
|
34852
|
-
.
|
|
34853
|
-
height:
|
|
34854
|
-
line-height: 26px;
|
|
34855
|
-
width: 100%;
|
|
34856
|
-
padding: 0;
|
|
34857
|
-
font-size: 12px;
|
|
34800
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34801
|
+
line-height: 0px;
|
|
34858
34802
|
}
|
|
34859
34803
|
|
|
34860
|
-
.
|
|
34861
|
-
|
|
34804
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34805
|
+
padding-right: 25px;
|
|
34862
34806
|
}
|
|
34863
34807
|
|
|
34864
|
-
.
|
|
34865
|
-
|
|
34808
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34809
|
+
border-top-color: transparent;
|
|
34866
34810
|
}
|
|
34867
34811
|
|
|
34868
|
-
.
|
|
34869
|
-
|
|
34870
|
-
|
|
34871
|
-
border-radius: 4px 0 0 4px;
|
|
34812
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34813
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34814
|
+
border-color: transparent transparent white;
|
|
34872
34815
|
}
|
|
34873
34816
|
|
|
34874
|
-
.
|
|
34875
|
-
|
|
34817
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34818
|
+
border-radius: 8px 0 0 8px;
|
|
34876
34819
|
}
|
|
34877
34820
|
|
|
34878
|
-
.
|
|
34879
|
-
|
|
34880
|
-
padding-left: 12px;
|
|
34881
|
-
border-radius: 0 4px 4px 0;
|
|
34821
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34822
|
+
border-radius: 8px 0 0 8px;
|
|
34882
34823
|
}
|
|
34883
34824
|
|
|
34884
|
-
.
|
|
34825
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34885
34826
|
content: "";
|
|
34886
|
-
width:
|
|
34887
|
-
|
|
34888
|
-
|
|
34889
|
-
|
|
34890
|
-
top: 0;
|
|
34891
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34892
|
-
z-index: 2;
|
|
34893
|
-
position: relative;
|
|
34894
|
-
top: -50%;
|
|
34895
|
-
right: -100%;
|
|
34827
|
+
width: 4px;
|
|
34828
|
+
top: -1px;
|
|
34829
|
+
bottom: -1px;
|
|
34830
|
+
background: white;
|
|
34896
34831
|
}
|
|
34897
34832
|
|
|
34898
|
-
.
|
|
34899
|
-
|
|
34833
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34834
|
+
border-radius: 0 8px 8px 0;
|
|
34900
34835
|
}
|
|
34901
34836
|
|
|
34902
|
-
.
|
|
34903
|
-
|
|
34904
|
-
|
|
34905
|
-
|
|
34906
|
-
border: 13px solid transparent;
|
|
34907
|
-
position: absolute;
|
|
34908
|
-
top: 0;
|
|
34909
|
-
border-left: 8px solid #fff;
|
|
34910
|
-
left: 0;
|
|
34837
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34838
|
+
border-radius: 0;
|
|
34839
|
+
background: white;
|
|
34840
|
+
border-top: none;
|
|
34911
34841
|
}
|
|
34912
34842
|
|
|
34913
|
-
.
|
|
34914
|
-
|
|
34843
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34844
|
+
border-top: 1px solid transparent;
|
|
34845
|
+
border-radius: 0 8px 8px 0;
|
|
34846
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34915
34847
|
}
|
|
34916
34848
|
|
|
34917
|
-
.
|
|
34918
|
-
background
|
|
34849
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34850
|
+
background: white;
|
|
34851
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34919
34852
|
}
|
|
34920
34853
|
|
|
34921
|
-
.
|
|
34922
|
-
|
|
34854
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34855
|
+
display: flex;
|
|
34856
|
+
align-items: center;
|
|
34857
|
+
height: 100%;
|
|
34858
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34923
34859
|
}
|
|
34924
34860
|
|
|
34925
|
-
.
|
|
34926
|
-
|
|
34927
|
-
|
|
34861
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34862
|
+
background: white;
|
|
34863
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34928
34864
|
}
|
|
34929
34865
|
|
|
34930
|
-
.
|
|
34931
|
-
|
|
34932
|
-
|
|
34866
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34867
|
+
display: flex;
|
|
34868
|
+
align-items: center;
|
|
34869
|
+
height: 100%;
|
|
34870
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34933
34871
|
}
|
|
34934
34872
|
|
|
34935
|
-
.
|
|
34936
|
-
|
|
34937
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34873
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34874
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34938
34875
|
}
|
|
34939
34876
|
|
|
34940
|
-
.
|
|
34941
|
-
|
|
34877
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34878
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34879
|
+
border-radius: 8px;
|
|
34942
34880
|
}
|
|
34943
34881
|
|
|
34944
|
-
.
|
|
34945
|
-
|
|
34946
|
-
row-gap: 2px;
|
|
34882
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34883
|
+
border-top-color: white;
|
|
34947
34884
|
}
|
|
34948
34885
|
|
|
34949
|
-
.
|
|
34950
|
-
background
|
|
34886
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34887
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34888
|
+
border-bottom-color: transparent;
|
|
34889
|
+
border-top-color: transparent;
|
|
34951
34890
|
}
|
|
34952
34891
|
|
|
34953
|
-
.
|
|
34954
|
-
|
|
34892
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34893
|
+
border-radius: 8px 0 0 8px;
|
|
34955
34894
|
}
|
|
34956
34895
|
|
|
34957
|
-
.
|
|
34958
|
-
|
|
34896
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34897
|
+
border-radius: 0 8px 8px 0;
|
|
34959
34898
|
}
|
|
34960
34899
|
|
|
34961
|
-
.
|
|
34962
|
-
|
|
34963
|
-
border-radius: 4px;
|
|
34964
|
-
height: 32px;
|
|
34965
|
-
display: flex;
|
|
34966
|
-
align-items: center;
|
|
34967
|
-
}
|
|
34968
|
-
|
|
34969
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34970
|
-
min-height: auto;
|
|
34971
|
-
white-space: nowrap;
|
|
34900
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34901
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34972
34902
|
}
|
|
34973
34903
|
|
|
34974
|
-
.
|
|
34975
|
-
|
|
34904
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
34905
|
+
background: #fff;
|
|
34906
|
+
font-weight: 400;
|
|
34907
|
+
position: relative;
|
|
34908
|
+
border-bottom: none;
|
|
34909
|
+
color: #00122e;
|
|
34910
|
+
transition: none;
|
|
34911
|
+
padding: 14px 8px 14px 8px;
|
|
34976
34912
|
line-height: 20px;
|
|
34977
|
-
max-width: 100%;
|
|
34978
|
-
padding-right: 0;
|
|
34979
34913
|
}
|
|
34980
34914
|
|
|
34981
|
-
.
|
|
34982
|
-
|
|
34915
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34916
|
+
content: "";
|
|
34917
|
+
width: 1px;
|
|
34918
|
+
top: 0;
|
|
34919
|
+
bottom: 0;
|
|
34920
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34921
|
+
position: absolute;
|
|
34922
|
+
right: 0;
|
|
34983
34923
|
}
|
|
34984
34924
|
|
|
34985
|
-
.
|
|
34986
|
-
|
|
34987
|
-
display: inline-flex;
|
|
34988
|
-
align-items: center;
|
|
34989
|
-
justify-content: center;
|
|
34990
|
-
column-gap: 4px;
|
|
34925
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34926
|
+
padding: unset;
|
|
34991
34927
|
}
|
|
34992
34928
|
|
|
34993
|
-
.
|
|
34994
|
-
display:
|
|
34995
|
-
align-items: center;
|
|
34996
|
-
width: 18px;
|
|
34997
|
-
height: 18px;
|
|
34998
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34999
|
-
justify-content: center;
|
|
34929
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34930
|
+
display: none;
|
|
35000
34931
|
}
|
|
35001
34932
|
|
|
35002
|
-
.
|
|
34933
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
35003
34934
|
width: 100%;
|
|
35004
|
-
|
|
35005
|
-
|
|
35006
|
-
|
|
35007
|
-
column-gap: 6px;
|
|
35008
|
-
font-size: 13px;
|
|
34935
|
+
overflow: hidden;
|
|
34936
|
+
white-space: nowrap;
|
|
34937
|
+
text-overflow: ellipsis;
|
|
35009
34938
|
}
|
|
35010
34939
|
|
|
35011
|
-
.
|
|
35012
|
-
|
|
35013
|
-
|
|
35014
|
-
|
|
35015
|
-
min-height: 20px;
|
|
35016
|
-
color: rgba(44, 56, 82, 0.75);
|
|
35017
|
-
justify-content: center;
|
|
34940
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34941
|
+
overflow: hidden;
|
|
34942
|
+
text-overflow: ellipsis;
|
|
34943
|
+
flex: 1;
|
|
35018
34944
|
}
|
|
35019
34945
|
|
|
35020
|
-
.
|
|
35021
|
-
|
|
34946
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34947
|
+
padding: 15px 25px 15px 8px;
|
|
35022
34948
|
}
|
|
35023
34949
|
|
|
35024
|
-
.
|
|
35025
|
-
|
|
35026
|
-
height: 100%;
|
|
34950
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34951
|
+
padding: 0;
|
|
35027
34952
|
}
|
|
35028
34953
|
|
|
35029
|
-
.
|
|
35030
|
-
|
|
34954
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34955
|
+
position: absolute;
|
|
34956
|
+
right: 6px;
|
|
34957
|
+
top: 50%;
|
|
34958
|
+
transform: translateY(-50%);
|
|
34959
|
+
height: 16px;
|
|
34960
|
+
display: none;
|
|
34961
|
+
transition: transform 320ms ease;
|
|
35031
34962
|
}
|
|
35032
34963
|
|
|
35033
|
-
.
|
|
35034
|
-
|
|
35035
|
-
|
|
34964
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34965
|
+
display: block;
|
|
34966
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35036
34967
|
}
|
|
35037
34968
|
|
|
35038
|
-
.
|
|
35039
|
-
|
|
34969
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34970
|
+
display: block;
|
|
35040
34971
|
}
|
|
35041
34972
|
|
|
35042
|
-
.
|
|
34973
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
35043
34974
|
display: none;
|
|
35044
34975
|
}
|
|
35045
34976
|
|
|
35046
|
-
.E_t1fisho6 {
|
|
35047
|
-
|
|
34977
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34978
|
+
transform: translateY(-50%);
|
|
35048
34979
|
}
|
|
35049
34980
|
|
|
35050
|
-
.E_t1fisho6 .ant-table
|
|
35051
|
-
|
|
35052
|
-
padding-bottom: 6px;
|
|
34981
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34982
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
35053
34983
|
}
|
|
35054
34984
|
|
|
35055
|
-
.E_t1fisho6 .
|
|
35056
|
-
|
|
34985
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34986
|
+
background: #f2f5fa;
|
|
35057
34987
|
}
|
|
35058
34988
|
|
|
35059
|
-
.E_t1fisho6.
|
|
35060
|
-
|
|
34989
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34990
|
+
display: block;
|
|
35061
34991
|
}
|
|
35062
34992
|
|
|
35063
|
-
.E_t1fisho6 .ant-
|
|
35064
|
-
|
|
34993
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34994
|
+
padding-right: 25px;
|
|
35065
34995
|
}
|
|
35066
34996
|
|
|
35067
|
-
.E_t1fisho6 .ant-
|
|
35068
|
-
|
|
35069
|
-
overflow: visible;
|
|
34997
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34998
|
+
padding: 0 !important;
|
|
35070
34999
|
}
|
|
35071
35000
|
|
|
35072
|
-
.E_t1fisho6 .ant-
|
|
35073
|
-
|
|
35001
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
35002
|
+
position: absolute;
|
|
35003
|
+
left: 50%;
|
|
35004
|
+
top: 50%;
|
|
35005
|
+
transform: translate(-50%, -50%);
|
|
35074
35006
|
}
|
|
35075
35007
|
|
|
35076
|
-
.E_t1fisho6
|
|
35077
|
-
|
|
35008
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
35009
|
+
display: none;
|
|
35078
35010
|
}
|
|
35079
35011
|
|
|
35080
|
-
.E_t1fisho6
|
|
35081
|
-
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
35012
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
35082
35013
|
background: #fff;
|
|
35083
|
-
padding: 0 !important;
|
|
35084
35014
|
}
|
|
35085
35015
|
|
|
35086
|
-
.E_t1fisho6
|
|
35087
|
-
|
|
35088
|
-
display: flex;
|
|
35089
|
-
align-items: center;
|
|
35090
|
-
height: 100%;
|
|
35091
|
-
padding: 8px;
|
|
35016
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
35017
|
+
background: inherit;
|
|
35092
35018
|
}
|
|
35093
35019
|
|
|
35094
|
-
.E_t1fisho6
|
|
35095
|
-
|
|
35096
|
-
|
|
35097
|
-
|
|
35098
|
-
|
|
35020
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
35021
|
+
position: static;
|
|
35022
|
+
border: none;
|
|
35023
|
+
background: inherit !important;
|
|
35024
|
+
height: 100px;
|
|
35025
|
+
vertical-align: middle;
|
|
35099
35026
|
}
|
|
35100
35027
|
|
|
35101
|
-
.E_t1fisho6 .ant-table-
|
|
35102
|
-
|
|
35028
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
35029
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
35030
|
+
font-weight: bold;
|
|
35031
|
+
font-size: 20px;
|
|
35032
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35103
35033
|
}
|
|
35104
35034
|
|
|
35105
|
-
.E_t1fisho6 .ant-table
|
|
35106
|
-
|
|
35035
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
35036
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
35037
|
+
z-index: 10;
|
|
35107
35038
|
}
|
|
35108
35039
|
|
|
35109
|
-
.E_t1fisho6 div.ant-table {
|
|
35110
|
-
|
|
35111
|
-
|
|
35112
|
-
|
|
35113
|
-
border-bottom: none;
|
|
35114
|
-
height: 100%;
|
|
35115
|
-
font-size: 12px;
|
|
35116
|
-
background: transparent;
|
|
35040
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
35041
|
+
padding: 0 !important;
|
|
35042
|
+
position: relative;
|
|
35043
|
+
background: #fff;
|
|
35117
35044
|
}
|
|
35118
35045
|
|
|
35119
|
-
.E_t1fisho6 div.ant-table .
|
|
35120
|
-
|
|
35121
|
-
|
|
35122
|
-
|
|
35123
|
-
|
|
35046
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
35047
|
+
height: 100%;
|
|
35048
|
+
display: flex;
|
|
35049
|
+
align-items: center;
|
|
35050
|
+
justify-content: flex-end;
|
|
35051
|
+
padding-right: 8px;
|
|
35124
35052
|
}
|
|
35125
35053
|
|
|
35126
|
-
.E_t1fisho6 div.ant-table .
|
|
35127
|
-
|
|
35128
|
-
|
|
35054
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
35055
|
+
width: 24px;
|
|
35056
|
+
height: 24px;
|
|
35057
|
+
cursor: pointer;
|
|
35058
|
+
justify-content: center;
|
|
35059
|
+
border-radius: 4px;
|
|
35129
35060
|
}
|
|
35130
35061
|
|
|
35131
|
-
.E_t1fisho6 div.ant-table .
|
|
35132
|
-
|
|
35133
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35062
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
35063
|
+
background: #fff;
|
|
35134
35064
|
}
|
|
35135
35065
|
|
|
35136
|
-
.
|
|
35137
|
-
|
|
35138
|
-
|
|
35066
|
+
button.E_l48ei06.ant-btn {
|
|
35067
|
+
font-size: 12px;
|
|
35068
|
+
line-height: 18px;
|
|
35069
|
+
height: 18px;
|
|
35139
35070
|
}
|
|
35140
35071
|
|
|
35141
|
-
.
|
|
35142
|
-
|
|
35072
|
+
button.E_l48ei06 {
|
|
35073
|
+
color: #0080FF;
|
|
35074
|
+
height: unset;
|
|
35143
35075
|
}
|
|
35144
35076
|
|
|
35145
|
-
.
|
|
35146
|
-
|
|
35147
|
-
position: absolute;
|
|
35148
|
-
top: 50%;
|
|
35149
|
-
right: 12px;
|
|
35150
|
-
transform: translateY(-50%);
|
|
35077
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
35078
|
+
margin-right: 4px;
|
|
35151
35079
|
}
|
|
35152
35080
|
|
|
35153
|
-
.
|
|
35154
|
-
|
|
35155
|
-
width: 1px;
|
|
35156
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35081
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
35082
|
+
margin-left: 4px;
|
|
35157
35083
|
}
|
|
35158
35084
|
|
|
35159
|
-
.
|
|
35160
|
-
|
|
35161
|
-
width: 1px;
|
|
35162
|
-
background: rgba(213, 219, 227, 0.6);
|
|
35085
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
35086
|
+
color: #009DFF;
|
|
35163
35087
|
}
|
|
35164
35088
|
|
|
35165
|
-
.
|
|
35166
|
-
|
|
35089
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
35090
|
+
color: #005ED1;
|
|
35167
35091
|
}
|
|
35168
35092
|
|
|
35169
|
-
.
|
|
35170
|
-
|
|
35171
|
-
border-bottom: 1px solid white;
|
|
35172
|
-
height: 40px;
|
|
35173
|
-
vertical-align: middle;
|
|
35174
|
-
transition: background 0ms;
|
|
35175
|
-
color: #00122e;
|
|
35093
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
35094
|
+
color: #0080FF;
|
|
35176
35095
|
}
|
|
35177
35096
|
|
|
35178
|
-
.
|
|
35179
|
-
|
|
35180
|
-
border-bottom-color: #f2f5fa;
|
|
35097
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
35098
|
+
color: #00122E;
|
|
35181
35099
|
}
|
|
35182
35100
|
|
|
35183
|
-
.
|
|
35184
|
-
|
|
35101
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
35102
|
+
color: #0080FF;
|
|
35103
|
+
}
|
|
35104
|
+
|
|
35105
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
35106
|
+
color: #005ED1;
|
|
35107
|
+
}
|
|
35108
|
+
|
|
35109
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
35110
|
+
color: #00122E;
|
|
35111
|
+
}
|
|
35112
|
+
|
|
35113
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
35114
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35115
|
+
}
|
|
35116
|
+
|
|
35117
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
35118
|
+
color: #0080FF;
|
|
35119
|
+
}
|
|
35120
|
+
|
|
35121
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
35122
|
+
color: #005ED1;
|
|
35123
|
+
}
|
|
35124
|
+
|
|
35125
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
35126
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35127
|
+
}
|
|
35128
|
+
|
|
35129
|
+
.E_w7ob4th.outside-tag {
|
|
35130
|
+
padding-left: 0;
|
|
35131
|
+
}
|
|
35132
|
+
|
|
35133
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
35134
|
+
border-radius: 4px 0 0 4px;
|
|
35135
|
+
padding-right: 4px;
|
|
35136
|
+
margin-right: 4px;
|
|
35137
|
+
}
|
|
35138
|
+
|
|
35139
|
+
.E_sjob3jg {
|
|
35140
|
+
--item-min-width: 60px;
|
|
35141
|
+
}
|
|
35142
|
+
|
|
35143
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
35144
|
+
display: none !important;
|
|
35145
|
+
}
|
|
35146
|
+
|
|
35147
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
35148
|
+
flex-shrink: 0 !important;
|
|
35149
|
+
}
|
|
35150
|
+
|
|
35151
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
35152
|
+
color: #0080ff;
|
|
35153
|
+
}
|
|
35154
|
+
|
|
35155
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35156
|
+
color: #0080ff;
|
|
35157
|
+
font-weight: normal;
|
|
35158
|
+
}
|
|
35159
|
+
|
|
35160
|
+
.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 {
|
|
35161
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35162
|
+
}
|
|
35163
|
+
|
|
35164
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35185
35165
|
color: #00122e;
|
|
35186
|
-
font-size: 12px;
|
|
35187
|
-
text-align: left;
|
|
35188
|
-
transition: none;
|
|
35189
|
-
overflow: hidden;
|
|
35190
|
-
text-overflow: ellipsis;
|
|
35191
|
-
white-space: nowrap;
|
|
35192
35166
|
}
|
|
35193
35167
|
|
|
35194
|
-
.
|
|
35195
|
-
|
|
35168
|
+
.E_sjob3jg .step-item-text {
|
|
35169
|
+
display: inline-block;
|
|
35196
35170
|
}
|
|
35197
35171
|
|
|
35198
|
-
.
|
|
35172
|
+
.E_sjob3jg .step-item-title {
|
|
35199
35173
|
overflow: hidden;
|
|
35174
|
+
white-space: nowrap;
|
|
35200
35175
|
text-overflow: ellipsis;
|
|
35176
|
+
}
|
|
35177
|
+
|
|
35178
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
35179
|
+
min-width: var(--item-min-width);
|
|
35180
|
+
}
|
|
35181
|
+
|
|
35182
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
35183
|
+
cursor: not-allowed !important;
|
|
35184
|
+
}
|
|
35185
|
+
|
|
35186
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
35187
|
+
flex-direction: row;
|
|
35188
|
+
justify-content: stretch;
|
|
35189
|
+
}
|
|
35190
|
+
|
|
35191
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
35192
|
+
padding: 0;
|
|
35193
|
+
margin-right: 4px;
|
|
35194
|
+
flex: 1;
|
|
35195
|
+
overflow: visible;
|
|
35196
|
+
}
|
|
35197
|
+
|
|
35198
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
35201
35199
|
width: 100%;
|
|
35202
|
-
|
|
35200
|
+
min-height: unset;
|
|
35203
35201
|
}
|
|
35204
35202
|
|
|
35205
|
-
.
|
|
35206
|
-
|
|
35203
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
35204
|
+
height: 26px;
|
|
35205
|
+
line-height: 26px;
|
|
35206
|
+
width: 100%;
|
|
35207
|
+
padding: 0;
|
|
35208
|
+
font-size: 12px;
|
|
35207
35209
|
}
|
|
35208
35210
|
|
|
35209
|
-
.
|
|
35210
|
-
|
|
35211
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
35212
|
+
margin-right: 10px;
|
|
35211
35213
|
}
|
|
35212
35214
|
|
|
35213
|
-
.
|
|
35214
|
-
|
|
35215
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
35216
|
+
display: none;
|
|
35215
35217
|
}
|
|
35216
35218
|
|
|
35217
|
-
.
|
|
35218
|
-
|
|
35219
|
-
|
|
35219
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
35220
|
+
padding-left: 8px;
|
|
35221
|
+
padding-right: 4px;
|
|
35222
|
+
border-radius: 4px 0 0 4px;
|
|
35220
35223
|
}
|
|
35221
35224
|
|
|
35222
|
-
.
|
|
35223
|
-
|
|
35225
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
35226
|
+
margin-right: 0;
|
|
35224
35227
|
}
|
|
35225
35228
|
|
|
35226
|
-
.
|
|
35227
|
-
|
|
35229
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
35230
|
+
padding-right: 8px;
|
|
35231
|
+
padding-left: 12px;
|
|
35232
|
+
border-radius: 0 4px 4px 0;
|
|
35228
35233
|
}
|
|
35229
35234
|
|
|
35230
|
-
.
|
|
35235
|
+
.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 {
|
|
35231
35236
|
content: "";
|
|
35232
|
-
width:
|
|
35233
|
-
|
|
35234
|
-
|
|
35235
|
-
|
|
35237
|
+
width: 0;
|
|
35238
|
+
height: 0;
|
|
35239
|
+
border: 13px solid transparent;
|
|
35240
|
+
position: absolute;
|
|
35241
|
+
top: 0;
|
|
35242
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
35243
|
+
z-index: 2;
|
|
35244
|
+
position: relative;
|
|
35245
|
+
top: -50%;
|
|
35246
|
+
right: -100%;
|
|
35236
35247
|
}
|
|
35237
35248
|
|
|
35238
|
-
.
|
|
35239
|
-
|
|
35249
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
35250
|
+
padding: 0 4px 0 12px;
|
|
35240
35251
|
}
|
|
35241
35252
|
|
|
35242
|
-
.
|
|
35243
|
-
|
|
35244
|
-
|
|
35245
|
-
|
|
35253
|
+
.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 {
|
|
35254
|
+
content: "";
|
|
35255
|
+
width: 0;
|
|
35256
|
+
height: 0;
|
|
35257
|
+
border: 13px solid transparent;
|
|
35258
|
+
position: absolute;
|
|
35259
|
+
top: 0;
|
|
35260
|
+
border-left: 8px solid #fff;
|
|
35261
|
+
left: 0;
|
|
35246
35262
|
}
|
|
35247
35263
|
|
|
35248
|
-
.
|
|
35249
|
-
|
|
35250
|
-
border-radius: 0 8px 8px 0;
|
|
35251
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35264
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
35265
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
35252
35266
|
}
|
|
35253
35267
|
|
|
35254
|
-
.
|
|
35255
|
-
background:
|
|
35256
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
35268
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
35269
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35257
35270
|
}
|
|
35258
35271
|
|
|
35259
|
-
.
|
|
35260
|
-
|
|
35261
|
-
align-items: center;
|
|
35262
|
-
height: 100%;
|
|
35263
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35272
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
35273
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
35264
35274
|
}
|
|
35265
35275
|
|
|
35266
|
-
.
|
|
35267
|
-
|
|
35268
|
-
|
|
35276
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35277
|
+
cursor: pointer;
|
|
35278
|
+
min-width: var(--item-min-width);
|
|
35269
35279
|
}
|
|
35270
35280
|
|
|
35271
|
-
.
|
|
35272
|
-
|
|
35273
|
-
|
|
35274
|
-
height: 100%;
|
|
35275
|
-
background: rgba(225, 230, 241, 0.6);
|
|
35281
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
35282
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
35283
|
+
min-width: var(--item-min-width);
|
|
35276
35284
|
}
|
|
35277
35285
|
|
|
35278
|
-
.
|
|
35279
|
-
|
|
35286
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
35287
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
35288
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35280
35289
|
}
|
|
35281
35290
|
|
|
35282
|
-
.
|
|
35283
|
-
|
|
35284
|
-
border-radius: 8px;
|
|
35291
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
35292
|
+
padding: 0;
|
|
35285
35293
|
}
|
|
35286
35294
|
|
|
35287
|
-
.
|
|
35288
|
-
|
|
35295
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
35296
|
+
width: 192px;
|
|
35297
|
+
row-gap: 2px;
|
|
35289
35298
|
}
|
|
35290
35299
|
|
|
35291
|
-
.
|
|
35292
|
-
background: rgba(
|
|
35293
|
-
border-bottom-color: transparent;
|
|
35294
|
-
border-top-color: transparent;
|
|
35300
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
35301
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35295
35302
|
}
|
|
35296
35303
|
|
|
35297
|
-
.
|
|
35298
|
-
|
|
35304
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
35305
|
+
color: #00122e !important;
|
|
35299
35306
|
}
|
|
35300
35307
|
|
|
35301
|
-
.
|
|
35302
|
-
|
|
35308
|
+
.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 {
|
|
35309
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
35303
35310
|
}
|
|
35304
35311
|
|
|
35305
|
-
.
|
|
35306
|
-
|
|
35312
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
35313
|
+
padding: 0 8px;
|
|
35314
|
+
border-radius: 4px;
|
|
35315
|
+
height: 32px;
|
|
35316
|
+
display: flex;
|
|
35317
|
+
align-items: center;
|
|
35307
35318
|
}
|
|
35308
35319
|
|
|
35309
|
-
.
|
|
35310
|
-
|
|
35311
|
-
|
|
35312
|
-
|
|
35313
|
-
|
|
35314
|
-
|
|
35315
|
-
|
|
35316
|
-
padding: 14px 8px 14px 8px;
|
|
35320
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
35321
|
+
min-height: auto;
|
|
35322
|
+
white-space: nowrap;
|
|
35323
|
+
}
|
|
35324
|
+
|
|
35325
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
35326
|
+
font-size: 13px;
|
|
35317
35327
|
line-height: 20px;
|
|
35328
|
+
max-width: 100%;
|
|
35329
|
+
padding-right: 0;
|
|
35318
35330
|
}
|
|
35319
35331
|
|
|
35320
|
-
.
|
|
35321
|
-
|
|
35322
|
-
width: 1px;
|
|
35323
|
-
top: 0;
|
|
35324
|
-
bottom: 0;
|
|
35325
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35326
|
-
position: absolute;
|
|
35327
|
-
right: 0;
|
|
35332
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
35333
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35328
35334
|
}
|
|
35329
35335
|
|
|
35330
|
-
.
|
|
35331
|
-
|
|
35336
|
+
.E_h6l1tj4 {
|
|
35337
|
+
width: 100%;
|
|
35338
|
+
display: inline-flex;
|
|
35339
|
+
align-items: center;
|
|
35340
|
+
justify-content: center;
|
|
35341
|
+
column-gap: 4px;
|
|
35332
35342
|
}
|
|
35333
35343
|
|
|
35334
|
-
.
|
|
35335
|
-
display:
|
|
35344
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
35345
|
+
display: inline-flex;
|
|
35346
|
+
align-items: center;
|
|
35347
|
+
width: 18px;
|
|
35348
|
+
height: 18px;
|
|
35349
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35350
|
+
justify-content: center;
|
|
35336
35351
|
}
|
|
35337
35352
|
|
|
35338
|
-
.
|
|
35353
|
+
.E_v18frne8 {
|
|
35339
35354
|
width: 100%;
|
|
35340
|
-
|
|
35341
|
-
|
|
35342
|
-
|
|
35355
|
+
display: flex;
|
|
35356
|
+
align-items: center;
|
|
35357
|
+
justify-content: center;
|
|
35358
|
+
column-gap: 6px;
|
|
35359
|
+
font-size: 13px;
|
|
35343
35360
|
}
|
|
35344
35361
|
|
|
35345
|
-
.
|
|
35346
|
-
|
|
35347
|
-
|
|
35348
|
-
|
|
35362
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
35363
|
+
display: inline-flex;
|
|
35364
|
+
align-items: center;
|
|
35365
|
+
min-width: 20px;
|
|
35366
|
+
min-height: 20px;
|
|
35367
|
+
color: rgba(44, 56, 82, 0.75);
|
|
35368
|
+
justify-content: center;
|
|
35349
35369
|
}
|
|
35350
35370
|
|
|
35351
|
-
.
|
|
35352
|
-
padding:
|
|
35371
|
+
.E_slr2ynn {
|
|
35372
|
+
padding: 0 8px;
|
|
35373
|
+
height: 18px;
|
|
35353
35374
|
}
|
|
35354
35375
|
|
|
35355
|
-
.
|
|
35356
|
-
padding:
|
|
35376
|
+
.E_m140wbb6 {
|
|
35377
|
+
padding: 2px 8px;
|
|
35378
|
+
height: 24px;
|
|
35357
35379
|
}
|
|
35358
35380
|
|
|
35359
|
-
.
|
|
35360
|
-
|
|
35361
|
-
|
|
35362
|
-
|
|
35363
|
-
|
|
35381
|
+
.E_t1fozc1i {
|
|
35382
|
+
margin: 0;
|
|
35383
|
+
}
|
|
35384
|
+
|
|
35385
|
+
.E_i1vxv4ln {
|
|
35386
|
+
margin-right: 4px;
|
|
35364
35387
|
height: 16px;
|
|
35365
|
-
display: none;
|
|
35366
|
-
transition: transform 320ms ease;
|
|
35367
35388
|
}
|
|
35368
35389
|
|
|
35369
|
-
.
|
|
35370
|
-
|
|
35371
|
-
|
|
35390
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
35391
|
+
font-weight: 700;
|
|
35392
|
+
color: #00122e;
|
|
35393
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35394
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35395
|
+
word-break: break-all;
|
|
35396
|
+
display: inline;
|
|
35397
|
+
white-space: normal;
|
|
35372
35398
|
}
|
|
35373
35399
|
|
|
35374
|
-
.
|
|
35375
|
-
|
|
35400
|
+
.E_i1g85yz3 {
|
|
35401
|
+
margin-right: 4px;
|
|
35402
|
+
height: 16px;
|
|
35376
35403
|
}
|
|
35377
35404
|
|
|
35378
|
-
.
|
|
35379
|
-
|
|
35405
|
+
.E_t1dtlqs1 {
|
|
35406
|
+
margin-bottom: 4px;
|
|
35407
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35408
|
+
overflow: hidden;
|
|
35409
|
+
text-overflow: ellipsis;
|
|
35410
|
+
white-space: nowrap;
|
|
35380
35411
|
}
|
|
35381
35412
|
|
|
35382
|
-
.
|
|
35383
|
-
|
|
35413
|
+
.E_s1ese5oy {
|
|
35414
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35415
|
+
line-height: 32px;
|
|
35416
|
+
height: 32px;
|
|
35417
|
+
margin-bottom: 0;
|
|
35384
35418
|
}
|
|
35385
35419
|
|
|
35386
|
-
.
|
|
35387
|
-
|
|
35420
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
35421
|
+
color: #0080ff;
|
|
35388
35422
|
}
|
|
35389
35423
|
|
|
35390
|
-
.
|
|
35391
|
-
|
|
35424
|
+
.E_s1ese5oy.warning {
|
|
35425
|
+
color: #ffa500;
|
|
35392
35426
|
}
|
|
35393
35427
|
|
|
35394
|
-
.
|
|
35395
|
-
|
|
35428
|
+
.E_s1ese5oy.success {
|
|
35429
|
+
color: #00ba5d;
|
|
35396
35430
|
}
|
|
35397
35431
|
|
|
35398
|
-
.
|
|
35399
|
-
|
|
35432
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
35433
|
+
color: #f0483e;
|
|
35400
35434
|
}
|
|
35401
35435
|
|
|
35402
|
-
.
|
|
35403
|
-
|
|
35436
|
+
.E_s1ese5oy.normal {
|
|
35437
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35404
35438
|
}
|
|
35405
35439
|
|
|
35406
|
-
.
|
|
35407
|
-
|
|
35408
|
-
|
|
35409
|
-
top: 50%;
|
|
35410
|
-
transform: translate(-50%, -50%);
|
|
35440
|
+
.E_b1ibis43 {
|
|
35441
|
+
margin-bottom: 0;
|
|
35442
|
+
color: #00122e;
|
|
35411
35443
|
}
|
|
35412
35444
|
|
|
35413
|
-
.
|
|
35414
|
-
|
|
35445
|
+
.E_b11xxjd2 {
|
|
35446
|
+
line-height: 32px;
|
|
35447
|
+
margin-right: 6px;
|
|
35415
35448
|
}
|
|
35416
35449
|
|
|
35417
|
-
.
|
|
35418
|
-
|
|
35450
|
+
.E_bsub5bw.with-description {
|
|
35451
|
+
height: 24px;
|
|
35452
|
+
flex: 1;
|
|
35453
|
+
position: relative;
|
|
35454
|
+
top: -7px;
|
|
35419
35455
|
}
|
|
35420
35456
|
|
|
35421
|
-
.
|
|
35422
|
-
|
|
35457
|
+
.E_bsub5bw p {
|
|
35458
|
+
width: 100%;
|
|
35459
|
+
overflow: hidden;
|
|
35460
|
+
text-overflow: ellipsis;
|
|
35461
|
+
white-space: nowrap;
|
|
35423
35462
|
}
|
|
35424
35463
|
|
|
35425
|
-
.
|
|
35426
|
-
|
|
35427
|
-
border:
|
|
35428
|
-
|
|
35429
|
-
height: 100px;
|
|
35430
|
-
vertical-align: middle;
|
|
35464
|
+
.E_tmoyoag {
|
|
35465
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
35466
|
+
border-radius: 8px;
|
|
35467
|
+
overflow: auto;
|
|
35431
35468
|
}
|
|
35432
35469
|
|
|
35433
|
-
.
|
|
35434
|
-
|
|
35435
|
-
font-weight: bold;
|
|
35436
|
-
font-size: 20px;
|
|
35437
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35470
|
+
.E_tmoyoag .ant-list {
|
|
35471
|
+
position: relative;
|
|
35438
35472
|
}
|
|
35439
35473
|
|
|
35440
|
-
.
|
|
35441
|
-
|
|
35442
|
-
|
|
35474
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35475
|
+
position: sticky;
|
|
35476
|
+
top: 0;
|
|
35477
|
+
z-index: 2;
|
|
35478
|
+
display: flex;
|
|
35479
|
+
padding: 8px;
|
|
35480
|
+
flex-wrap: nowrap;
|
|
35481
|
+
justify-content: flex-start;
|
|
35482
|
+
background: #f2f5fa;
|
|
35483
|
+
font-size: 14px;
|
|
35484
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35485
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35443
35486
|
}
|
|
35444
35487
|
|
|
35445
|
-
.
|
|
35446
|
-
|
|
35447
|
-
position: relative;
|
|
35448
|
-
background: #fff;
|
|
35488
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
35489
|
+
align-items: inherit;
|
|
35449
35490
|
}
|
|
35450
35491
|
|
|
35451
|
-
.
|
|
35452
|
-
height: 100%;
|
|
35492
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
35453
35493
|
display: flex;
|
|
35454
|
-
|
|
35455
|
-
|
|
35456
|
-
|
|
35494
|
+
justify-content: flex-start;
|
|
35495
|
+
align-items: flex-start;
|
|
35496
|
+
flex-wrap: wrap;
|
|
35497
|
+
padding: 8px;
|
|
35498
|
+
border: none;
|
|
35457
35499
|
}
|
|
35458
35500
|
|
|
35459
|
-
.
|
|
35460
|
-
|
|
35461
|
-
|
|
35462
|
-
|
|
35463
|
-
|
|
35464
|
-
border-radius: 4px;
|
|
35501
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
35502
|
+
flex-basis: 100%;
|
|
35503
|
+
margin: 12px 0 0;
|
|
35504
|
+
order: 99;
|
|
35505
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35465
35506
|
}
|
|
35466
35507
|
|
|
35467
|
-
.
|
|
35468
|
-
|
|
35508
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
35509
|
+
color: #f0483e;
|
|
35510
|
+
flex-basis: 100%;
|
|
35511
|
+
order: 98;
|
|
35512
|
+
margin: 12px 0 0;
|
|
35469
35513
|
}
|
|
35470
35514
|
|
|
35471
|
-
.
|
|
35472
|
-
|
|
35473
|
-
border-radius: 20px;
|
|
35474
|
-
padding: 2px 10px;
|
|
35475
|
-
height: 22px;
|
|
35515
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
35516
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35476
35517
|
}
|
|
35477
35518
|
|
|
35478
|
-
.
|
|
35479
|
-
background-color: rgba(
|
|
35519
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
35520
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
35480
35521
|
}
|
|
35481
35522
|
|
|
35482
|
-
.
|
|
35483
|
-
|
|
35523
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
35524
|
+
flex: 1 0 0;
|
|
35525
|
+
overflow: hidden;
|
|
35526
|
+
}
|
|
35527
|
+
|
|
35528
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
35529
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35530
|
+
margin: 0;
|
|
35484
35531
|
}
|
|
35485
35532
|
|
|
35486
|
-
.
|
|
35487
|
-
|
|
35533
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
35534
|
+
text-align: center;
|
|
35488
35535
|
}
|
|
35489
35536
|
|
|
35490
|
-
.
|
|
35491
|
-
|
|
35537
|
+
.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 > * {
|
|
35538
|
+
text-align: center;
|
|
35492
35539
|
}
|
|
35493
35540
|
|
|
35494
|
-
.
|
|
35495
|
-
|
|
35496
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35541
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
35542
|
+
text-align: left;
|
|
35497
35543
|
}
|
|
35498
35544
|
|
|
35499
|
-
.
|
|
35500
|
-
|
|
35545
|
+
.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 > * {
|
|
35546
|
+
text-align: left;
|
|
35501
35547
|
}
|
|
35502
35548
|
|
|
35503
|
-
.
|
|
35504
|
-
|
|
35549
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
35550
|
+
text-align: right;
|
|
35505
35551
|
}
|
|
35506
35552
|
|
|
35507
|
-
.
|
|
35508
|
-
|
|
35553
|
+
.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 > * {
|
|
35554
|
+
text-align: right;
|
|
35509
35555
|
}
|
|
35510
35556
|
|
|
35511
|
-
.
|
|
35512
|
-
|
|
35557
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
35558
|
+
margin-right: 8px;
|
|
35513
35559
|
}
|
|
35514
35560
|
|
|
35515
|
-
.
|
|
35516
|
-
|
|
35561
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
35562
|
+
padding: 4px;
|
|
35563
|
+
width: 24px;
|
|
35564
|
+
height: 24px;
|
|
35565
|
+
overflow: hidden;
|
|
35517
35566
|
}
|
|
35518
35567
|
|
|
35519
|
-
.
|
|
35520
|
-
|
|
35568
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
35569
|
+
padding: 0;
|
|
35521
35570
|
}
|
|
35522
35571
|
|
|
35523
|
-
.
|
|
35524
|
-
|
|
35572
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
35573
|
+
cursor: not-allowed;
|
|
35574
|
+
opacity: 0.5;
|
|
35525
35575
|
}
|
|
35526
35576
|
|
|
35527
|
-
.
|
|
35528
|
-
|
|
35577
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
35578
|
+
margin: 0;
|
|
35529
35579
|
}
|
|
35530
35580
|
|
|
35531
|
-
.
|
|
35532
|
-
|
|
35581
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
35582
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
35583
|
+
border-radius: 5px;
|
|
35584
|
+
font-size: 12px;
|
|
35533
35585
|
}
|
|
35534
35586
|
|
|
35535
|
-
.
|
|
35536
|
-
|
|
35587
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
35588
|
+
font-size: inherit;
|
|
35537
35589
|
}
|
|
35538
35590
|
|
|
35539
|
-
.
|
|
35540
|
-
|
|
35591
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
35592
|
+
min-height: 24px;
|
|
35593
|
+
font-size: 12px;
|
|
35594
|
+
position: relative;
|
|
35541
35595
|
}
|
|
35542
35596
|
|
|
35543
|
-
.
|
|
35544
|
-
|
|
35597
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
35598
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35545
35599
|
}
|
|
35546
35600
|
|
|
35547
|
-
.
|
|
35548
|
-
background-color: rgba(
|
|
35601
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
35602
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
35549
35603
|
}
|
|
35550
35604
|
|
|
35551
|
-
.
|
|
35552
|
-
|
|
35605
|
+
.E_a138syjm {
|
|
35606
|
+
display: flex;
|
|
35607
|
+
align-items: center;
|
|
35608
|
+
margin-top: 8px;
|
|
35553
35609
|
}
|
|
35554
35610
|
|
|
35555
|
-
.
|
|
35556
|
-
|
|
35611
|
+
.E_a138syjm button.ant-btn {
|
|
35612
|
+
padding: 2px 8px;
|
|
35613
|
+
height: 24px;
|
|
35557
35614
|
}
|
|
35558
35615
|
|
|
35559
|
-
.
|
|
35560
|
-
|
|
35561
|
-
|
|
35562
|
-
|
|
35563
|
-
display: inline-block;
|
|
35616
|
+
.E_a138syjm > span.maximum-desc {
|
|
35617
|
+
display: none;
|
|
35618
|
+
margin-left: 8px;
|
|
35619
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35564
35620
|
}
|
|
35565
35621
|
|
|
35566
|
-
|
|
35567
|
-
|
|
35568
|
-
line-height: 18px;
|
|
35569
|
-
height: 18px;
|
|
35622
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
35623
|
+
display: inline;
|
|
35570
35624
|
}
|
|
35571
35625
|
|
|
35572
|
-
|
|
35573
|
-
|
|
35574
|
-
height:
|
|
35626
|
+
.E_d77i8u0 {
|
|
35627
|
+
width: 24px;
|
|
35628
|
+
height: 24px;
|
|
35629
|
+
padding: 4px;
|
|
35630
|
+
margin-right: 8px;
|
|
35575
35631
|
}
|
|
35576
35632
|
|
|
35577
|
-
|
|
35578
|
-
|
|
35633
|
+
.E_t1gvlxt5 {
|
|
35634
|
+
min-width: 0;
|
|
35635
|
+
flex: 1;
|
|
35579
35636
|
}
|
|
35580
35637
|
|
|
35581
|
-
|
|
35582
|
-
|
|
35638
|
+
.E_t1gvlxt5 .tag {
|
|
35639
|
+
flex: 0 0 auto;
|
|
35583
35640
|
}
|
|
35584
35641
|
|
|
35585
|
-
|
|
35586
|
-
|
|
35642
|
+
.E_t1gvlxt5 .progress-title {
|
|
35643
|
+
flex: 2;
|
|
35644
|
+
max-width: fit-content;
|
|
35587
35645
|
}
|
|
35588
35646
|
|
|
35589
|
-
|
|
35590
|
-
|
|
35647
|
+
.E_t1gvlxt5 .progress-desc {
|
|
35648
|
+
flex: 1;
|
|
35649
|
+
max-width: fit-content;
|
|
35591
35650
|
}
|
|
35592
35651
|
|
|
35593
|
-
|
|
35594
|
-
|
|
35652
|
+
.E_a1ji6r68 {
|
|
35653
|
+
display: flex;
|
|
35654
|
+
align-items: center;
|
|
35655
|
+
column-gap: var(--a1ji6r68-0);
|
|
35595
35656
|
}
|
|
35596
35657
|
|
|
35597
|
-
|
|
35598
|
-
|
|
35658
|
+
.E_t13ef470 {
|
|
35659
|
+
height: 100%;
|
|
35599
35660
|
}
|
|
35600
35661
|
|
|
35601
|
-
|
|
35602
|
-
|
|
35662
|
+
.E_t13ef470 .table-loading-item {
|
|
35663
|
+
padding: 12px 4px;
|
|
35664
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35665
|
+
display: flex;
|
|
35603
35666
|
}
|
|
35604
35667
|
|
|
35605
|
-
|
|
35606
|
-
|
|
35668
|
+
.E_t13ef470 .table-loading-item > * {
|
|
35669
|
+
height: 16px;
|
|
35670
|
+
margin: 4px;
|
|
35671
|
+
background: rgba(204, 212, 227, 0.18);
|
|
35672
|
+
border-radius: 2px;
|
|
35607
35673
|
}
|
|
35608
35674
|
|
|
35609
|
-
|
|
35610
|
-
|
|
35675
|
+
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35676
|
+
width: 16px;
|
|
35611
35677
|
}
|
|
35612
35678
|
|
|
35613
|
-
|
|
35614
|
-
|
|
35679
|
+
.E_t13ef470 .table-loading-item .td-loading {
|
|
35680
|
+
flex: 1;
|
|
35615
35681
|
}
|
|
35616
35682
|
|
|
35617
|
-
|
|
35618
|
-
|
|
35683
|
+
.E_t13ef470 :nth-child(1) {
|
|
35684
|
+
padding: 8px 4px;
|
|
35619
35685
|
}
|
|
35620
35686
|
|
|
35621
|
-
|
|
35622
|
-
|
|
35687
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35688
|
+
background: rgba(107, 125, 153, 0.18);
|
|
35623
35689
|
}
|
|
35624
35690
|
|
|
35625
|
-
|
|
35626
|
-
|
|
35691
|
+
.E_t13ef470 :nth-child(1) > * {
|
|
35692
|
+
background: rgba(163, 180, 204, 0.18);
|
|
35627
35693
|
}
|
|
35628
35694
|
|
|
35629
35695
|
.E_msn7nxt {
|
|
@@ -35810,68 +35876,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35810
35876
|
margin-left: 8px;
|
|
35811
35877
|
}
|
|
35812
35878
|
|
|
35813
|
-
.E_t1gvlxt5 {
|
|
35814
|
-
min-width: 0;
|
|
35815
|
-
flex: 1;
|
|
35816
|
-
}
|
|
35817
|
-
|
|
35818
|
-
.E_t1gvlxt5 .tag {
|
|
35819
|
-
flex: 0 0 auto;
|
|
35820
|
-
}
|
|
35821
|
-
|
|
35822
|
-
.E_t1gvlxt5 .progress-title {
|
|
35823
|
-
flex: 2;
|
|
35824
|
-
max-width: fit-content;
|
|
35825
|
-
}
|
|
35826
|
-
|
|
35827
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35828
|
-
flex: 1;
|
|
35829
|
-
max-width: fit-content;
|
|
35830
|
-
}
|
|
35831
|
-
|
|
35832
|
-
.E_a1ji6r68 {
|
|
35833
|
-
display: flex;
|
|
35834
|
-
align-items: center;
|
|
35835
|
-
column-gap: var(--a1ji6r68-0);
|
|
35836
|
-
}
|
|
35837
|
-
|
|
35838
|
-
.E_t13ef470 {
|
|
35839
|
-
height: 100%;
|
|
35840
|
-
}
|
|
35841
|
-
|
|
35842
|
-
.E_t13ef470 .table-loading-item {
|
|
35843
|
-
padding: 12px 4px;
|
|
35844
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
35845
|
-
display: flex;
|
|
35846
|
-
}
|
|
35847
|
-
|
|
35848
|
-
.E_t13ef470 .table-loading-item > * {
|
|
35849
|
-
height: 16px;
|
|
35850
|
-
margin: 4px;
|
|
35851
|
-
background: rgba(204, 212, 227, 0.18);
|
|
35852
|
-
border-radius: 2px;
|
|
35853
|
-
}
|
|
35854
|
-
|
|
35855
|
-
.E_t13ef470 .table-loading-item .checkbox-loading {
|
|
35856
|
-
width: 16px;
|
|
35857
|
-
}
|
|
35858
|
-
|
|
35859
|
-
.E_t13ef470 .table-loading-item .td-loading {
|
|
35860
|
-
flex: 1;
|
|
35861
|
-
}
|
|
35862
|
-
|
|
35863
|
-
.E_t13ef470 :nth-child(1) {
|
|
35864
|
-
padding: 8px 4px;
|
|
35865
|
-
}
|
|
35866
|
-
|
|
35867
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35868
|
-
background: rgba(107, 125, 153, 0.18);
|
|
35869
|
-
}
|
|
35870
|
-
|
|
35871
|
-
.E_t13ef470 :nth-child(1) > * {
|
|
35872
|
-
background: rgba(163, 180, 204, 0.18);
|
|
35873
|
-
}
|
|
35874
|
-
|
|
35875
35879
|
.E_t1g36k2w {
|
|
35876
35880
|
overflow: hidden;
|
|
35877
35881
|
height: 100%;
|
|
@@ -35929,18 +35933,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35929
35933
|
display: block;
|
|
35930
35934
|
}
|
|
35931
35935
|
|
|
35932
|
-
.E_i14c7jc8 {
|
|
35933
|
-
color: var(--i14c7jc8-0);
|
|
35934
|
-
}
|
|
35935
|
-
|
|
35936
|
-
.E_i1ibuolf {
|
|
35937
|
-
display: flex;
|
|
35938
|
-
align-items: center;
|
|
35939
|
-
column-gap: 4px;
|
|
35940
|
-
font-size: 12px;
|
|
35941
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35942
|
-
}
|
|
35943
|
-
|
|
35944
35936
|
.E_d1u4ndxc {
|
|
35945
35937
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35946
35938
|
font-size: 12px;
|
|
@@ -35971,4 +35963,15 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35971
35963
|
to {
|
|
35972
35964
|
transform: translateX(100%);
|
|
35973
35965
|
}
|
|
35966
|
+
}
|
|
35967
|
+
.E_i14c7jc8 {
|
|
35968
|
+
color: var(--i14c7jc8-0);
|
|
35969
|
+
}
|
|
35970
|
+
|
|
35971
|
+
.E_i1ibuolf {
|
|
35972
|
+
display: flex;
|
|
35973
|
+
align-items: center;
|
|
35974
|
+
column-gap: 4px;
|
|
35975
|
+
font-size: 12px;
|
|
35976
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35974
35977
|
}
|