@cloudtower/eagle 0.33.18 → 0.33.20
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/BasicCTError/BasicCTError.style.js +5 -0
- package/dist/cjs/core/{CTModalFooterError → BasicCTError}/index.js +4 -10
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +2 -2
- package/dist/cjs/coreX/DateRangePicker/utils.js +5 -0
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1861 -1857
- package/dist/esm/core/BasicCTError/BasicCTError.style.js +3 -0
- package/dist/esm/core/{CTModalFooterError → BasicCTError}/index.js +4 -10
- package/dist/esm/coreX/DateRangePicker/Calendar.js +2 -2
- package/dist/esm/coreX/DateRangePicker/utils.js +3 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +1880 -1876
- package/dist/src/core/BasicCTError/BasicCTError.style.d.ts +1 -0
- package/dist/src/core/{CTModalFooterError/CTModalFooterError.type.d.ts → BasicCTError/BasicCTError.type.d.ts} +3 -3
- package/dist/src/core/BasicCTError/index.d.ts +3 -0
- package/dist/src/core/index.d.ts +1 -1
- package/dist/src/coreX/DateRangePicker/__tests__/utils.test.d.ts +1 -0
- package/dist/src/coreX/DateRangePicker/utils.d.ts +7 -0
- package/dist/stories/docs/core/{CTModalFooterError.stories.d.ts → BasicCTError.stories.d.ts} +4 -4
- package/dist/style.css +1690 -1687
- package/package.json +4 -4
- package/dist/cjs/core/CTModalFooterError/CTModalFooterError.style.js +0 -5
- package/dist/esm/core/CTModalFooterError/CTModalFooterError.style.js +0 -3
- package/dist/src/core/CTModalFooterError/CTModalFooterError.style.d.ts +0 -1
- package/dist/src/core/CTModalFooterError/index.d.ts +0 -3
package/dist/components.css
CHANGED
|
@@ -29690,6 +29690,29 @@ html body {
|
|
|
29690
29690
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29691
29691
|
}
|
|
29692
29692
|
}
|
|
29693
|
+
.E_m74vjol {
|
|
29694
|
+
display: flex;
|
|
29695
|
+
justify-content: space-between;
|
|
29696
|
+
width: 100%;
|
|
29697
|
+
}
|
|
29698
|
+
|
|
29699
|
+
.E_m74vjol .action {
|
|
29700
|
+
margin-left: 16px;
|
|
29701
|
+
}
|
|
29702
|
+
|
|
29703
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29704
|
+
padding-right: 12px;
|
|
29705
|
+
}
|
|
29706
|
+
|
|
29707
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
+
height: fit-content;
|
|
29709
|
+
margin-left: 16px;
|
|
29710
|
+
}
|
|
29711
|
+
|
|
29712
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
+
flex: 1;
|
|
29714
|
+
}
|
|
29715
|
+
|
|
29693
29716
|
.E_c18gxmrl {
|
|
29694
29717
|
border: 1px solid #d8deeb;
|
|
29695
29718
|
border-radius: 4px;
|
|
@@ -29715,6 +29738,101 @@ html body {
|
|
|
29715
29738
|
padding: 8px 12px;
|
|
29716
29739
|
}
|
|
29717
29740
|
|
|
29741
|
+
.E_berrcjl {
|
|
29742
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29743
|
+
margin-bottom: 4px;
|
|
29744
|
+
}
|
|
29745
|
+
|
|
29746
|
+
.E_berrcjl .breadcrumb-link {
|
|
29747
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29748
|
+
cursor: pointer;
|
|
29749
|
+
transition: color 160ms ease;
|
|
29750
|
+
}
|
|
29751
|
+
|
|
29752
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29753
|
+
color: #0080ff;
|
|
29754
|
+
}
|
|
29755
|
+
|
|
29756
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29757
|
+
color: #005ed1;
|
|
29758
|
+
}
|
|
29759
|
+
|
|
29760
|
+
.E_b1nip9bk {
|
|
29761
|
+
padding: 4px 11px;
|
|
29762
|
+
}
|
|
29763
|
+
|
|
29764
|
+
.E_bqamoqe {
|
|
29765
|
+
white-space: nowrap;
|
|
29766
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29767
|
+
}
|
|
29768
|
+
|
|
29769
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29770
|
+
--color: #0080ff;
|
|
29771
|
+
}
|
|
29772
|
+
|
|
29773
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29774
|
+
--color: #0080ff;
|
|
29775
|
+
}
|
|
29776
|
+
|
|
29777
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29778
|
+
margin-left: 1px;
|
|
29779
|
+
}
|
|
29780
|
+
|
|
29781
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29782
|
+
border-top-right-radius: 0;
|
|
29783
|
+
border-bottom-right-radius: 0;
|
|
29784
|
+
}
|
|
29785
|
+
|
|
29786
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29787
|
+
border-top-left-radius: 0;
|
|
29788
|
+
border-bottom-left-radius: 0;
|
|
29789
|
+
}
|
|
29790
|
+
|
|
29791
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29792
|
+
border-radius: unset;
|
|
29793
|
+
}
|
|
29794
|
+
|
|
29795
|
+
.E_c1uzzomf {
|
|
29796
|
+
margin-bottom: 16px;
|
|
29797
|
+
}
|
|
29798
|
+
|
|
29799
|
+
.E_c1uzzomf .card-title {
|
|
29800
|
+
font-size: 16px;
|
|
29801
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29802
|
+
font-weight: 700;
|
|
29803
|
+
line-height: 32px;
|
|
29804
|
+
}
|
|
29805
|
+
|
|
29806
|
+
.E_c1uzzomf .card-body {
|
|
29807
|
+
padding: 24px;
|
|
29808
|
+
border-radius: 8px;
|
|
29809
|
+
background: #fff;
|
|
29810
|
+
}
|
|
29811
|
+
|
|
29812
|
+
.E_c1uzzomf .empty {
|
|
29813
|
+
font-weight: 700;
|
|
29814
|
+
font-size: 14px;
|
|
29815
|
+
line-height: 22px;
|
|
29816
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29817
|
+
text-align: center;
|
|
29818
|
+
}
|
|
29819
|
+
|
|
29820
|
+
.E_fzh9mnb {
|
|
29821
|
+
width: 100%;
|
|
29822
|
+
height: 100%;
|
|
29823
|
+
min-height: 124px;
|
|
29824
|
+
display: flex;
|
|
29825
|
+
flex-direction: column;
|
|
29826
|
+
justify-content: center;
|
|
29827
|
+
align-items: center;
|
|
29828
|
+
}
|
|
29829
|
+
|
|
29830
|
+
.E_fzh9mnb .error-text {
|
|
29831
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29832
|
+
margin-bottom: 16px;
|
|
29833
|
+
font-size: 18px;
|
|
29834
|
+
}
|
|
29835
|
+
|
|
29718
29836
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29719
29837
|
justify-content: center;
|
|
29720
29838
|
}
|
|
@@ -30011,123 +30129,6 @@ html body {
|
|
|
30011
30129
|
justify-content: center;
|
|
30012
30130
|
}
|
|
30013
30131
|
|
|
30014
|
-
.E_m74vjol {
|
|
30015
|
-
display: flex;
|
|
30016
|
-
justify-content: space-between;
|
|
30017
|
-
width: 100%;
|
|
30018
|
-
}
|
|
30019
|
-
|
|
30020
|
-
.E_m74vjol .action {
|
|
30021
|
-
margin-left: 16px;
|
|
30022
|
-
}
|
|
30023
|
-
|
|
30024
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
30025
|
-
padding-right: 12px;
|
|
30026
|
-
}
|
|
30027
|
-
|
|
30028
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30029
|
-
height: fit-content;
|
|
30030
|
-
margin-left: 16px;
|
|
30031
|
-
}
|
|
30032
|
-
|
|
30033
|
-
.E_a1o35uvh .ant-alert-message {
|
|
30034
|
-
flex: 1;
|
|
30035
|
-
}
|
|
30036
|
-
|
|
30037
|
-
.E_berrcjl {
|
|
30038
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30039
|
-
margin-bottom: 4px;
|
|
30040
|
-
}
|
|
30041
|
-
|
|
30042
|
-
.E_berrcjl .breadcrumb-link {
|
|
30043
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30044
|
-
cursor: pointer;
|
|
30045
|
-
transition: color 160ms ease;
|
|
30046
|
-
}
|
|
30047
|
-
|
|
30048
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30049
|
-
color: #0080ff;
|
|
30050
|
-
}
|
|
30051
|
-
|
|
30052
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30053
|
-
color: #005ed1;
|
|
30054
|
-
}
|
|
30055
|
-
|
|
30056
|
-
.E_c1uzzomf {
|
|
30057
|
-
margin-bottom: 16px;
|
|
30058
|
-
}
|
|
30059
|
-
|
|
30060
|
-
.E_c1uzzomf .card-title {
|
|
30061
|
-
font-size: 16px;
|
|
30062
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30063
|
-
font-weight: 700;
|
|
30064
|
-
line-height: 32px;
|
|
30065
|
-
}
|
|
30066
|
-
|
|
30067
|
-
.E_c1uzzomf .card-body {
|
|
30068
|
-
padding: 24px;
|
|
30069
|
-
border-radius: 8px;
|
|
30070
|
-
background: #fff;
|
|
30071
|
-
}
|
|
30072
|
-
|
|
30073
|
-
.E_c1uzzomf .empty {
|
|
30074
|
-
font-weight: 700;
|
|
30075
|
-
font-size: 14px;
|
|
30076
|
-
line-height: 22px;
|
|
30077
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30078
|
-
text-align: center;
|
|
30079
|
-
}
|
|
30080
|
-
|
|
30081
|
-
.E_b1nip9bk {
|
|
30082
|
-
padding: 4px 11px;
|
|
30083
|
-
}
|
|
30084
|
-
|
|
30085
|
-
.E_bqamoqe {
|
|
30086
|
-
white-space: nowrap;
|
|
30087
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30088
|
-
}
|
|
30089
|
-
|
|
30090
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30091
|
-
--color: #0080ff;
|
|
30092
|
-
}
|
|
30093
|
-
|
|
30094
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30095
|
-
--color: #0080ff;
|
|
30096
|
-
}
|
|
30097
|
-
|
|
30098
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30099
|
-
margin-left: 1px;
|
|
30100
|
-
}
|
|
30101
|
-
|
|
30102
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30103
|
-
border-top-right-radius: 0;
|
|
30104
|
-
border-bottom-right-radius: 0;
|
|
30105
|
-
}
|
|
30106
|
-
|
|
30107
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30108
|
-
border-top-left-radius: 0;
|
|
30109
|
-
border-bottom-left-radius: 0;
|
|
30110
|
-
}
|
|
30111
|
-
|
|
30112
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30113
|
-
border-radius: unset;
|
|
30114
|
-
}
|
|
30115
|
-
|
|
30116
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30117
|
-
padding: 4px 8px 0 8px;
|
|
30118
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30119
|
-
font-size: 12px;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30123
|
-
padding-bottom: 6px;
|
|
30124
|
-
}
|
|
30125
|
-
|
|
30126
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30127
|
-
padding-top: 4px;
|
|
30128
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30129
|
-
}
|
|
30130
|
-
|
|
30131
30132
|
.E_d1bw7c5z {
|
|
30132
30133
|
position: relative;
|
|
30133
30134
|
max-width: 388px;
|
|
@@ -30224,94 +30225,19 @@ html body {
|
|
|
30224
30225
|
width: 102px;
|
|
30225
30226
|
}
|
|
30226
30227
|
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
display: flex;
|
|
30232
|
-
flex-direction: column;
|
|
30233
|
-
justify-content: center;
|
|
30234
|
-
align-items: center;
|
|
30228
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30229
|
+
padding: 4px 8px 0 8px;
|
|
30230
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30231
|
+
font-size: 12px;
|
|
30235
30232
|
}
|
|
30236
30233
|
|
|
30237
|
-
.
|
|
30238
|
-
|
|
30239
|
-
margin-bottom: 16px;
|
|
30240
|
-
font-size: 18px;
|
|
30234
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30235
|
+
padding-bottom: 6px;
|
|
30241
30236
|
}
|
|
30242
30237
|
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30248
|
-
display: var(--ai7qkf2-0);
|
|
30249
|
-
}
|
|
30250
|
-
|
|
30251
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30252
|
-
display: inline-flex;
|
|
30253
|
-
line-height: 1.5715;
|
|
30254
|
-
height: 100%;
|
|
30255
|
-
width: 100%;
|
|
30256
|
-
}
|
|
30257
|
-
|
|
30258
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30259
|
-
content: var(--ai7qkf2-1);
|
|
30260
|
-
display: var(--ai7qkf2-2);
|
|
30261
|
-
flex: none;
|
|
30262
|
-
align-items: center;
|
|
30263
|
-
margin-left: 4px;
|
|
30264
|
-
padding: 5px 12px 5px 0;
|
|
30265
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30266
|
-
}
|
|
30267
|
-
|
|
30268
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30269
|
-
content: var(--ai7qkf2-3);
|
|
30270
|
-
display: var(--ai7qkf2-4);
|
|
30271
|
-
flex: none;
|
|
30272
|
-
align-items: center;
|
|
30273
|
-
margin-right: 4px;
|
|
30274
|
-
cursor: auto;
|
|
30275
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30276
|
-
}
|
|
30277
|
-
|
|
30278
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30279
|
-
border-radius: 0;
|
|
30280
|
-
}
|
|
30281
|
-
|
|
30282
|
-
.E_ai7qkf2.ant-input-number {
|
|
30283
|
-
width: 100%;
|
|
30284
|
-
border-radius: 6px;
|
|
30285
|
-
}
|
|
30286
|
-
|
|
30287
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30288
|
-
border-color: #0096ff;
|
|
30289
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30290
|
-
z-index: 1;
|
|
30291
|
-
}
|
|
30292
|
-
|
|
30293
|
-
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30294
|
-
border-color: #e75a3a;
|
|
30295
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30296
|
-
}
|
|
30297
|
-
|
|
30298
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
30299
|
-
height: 30px;
|
|
30300
|
-
border: 1px;
|
|
30301
|
-
padding: 5px 12px;
|
|
30302
|
-
font-size: inherit;
|
|
30303
|
-
}
|
|
30304
|
-
|
|
30305
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
30306
|
-
height: 38px;
|
|
30307
|
-
border: 1px;
|
|
30308
|
-
padding: 8px 16px;
|
|
30309
|
-
}
|
|
30310
|
-
|
|
30311
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
30312
|
-
height: 22px;
|
|
30313
|
-
border: 1px;
|
|
30314
|
-
padding: 2px 8px;
|
|
30238
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30239
|
+
padding-top: 4px;
|
|
30240
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30315
30241
|
}
|
|
30316
30242
|
|
|
30317
30243
|
.E_f7pxqmh {
|
|
@@ -30354,20 +30280,6 @@ html body {
|
|
|
30354
30280
|
min-height: 0px;
|
|
30355
30281
|
}
|
|
30356
30282
|
|
|
30357
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30358
|
-
display: flex;
|
|
30359
|
-
}
|
|
30360
|
-
|
|
30361
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30362
|
-
border-bottom-left-radius: 5px;
|
|
30363
|
-
border-top-left-radius: 5px;
|
|
30364
|
-
}
|
|
30365
|
-
|
|
30366
|
-
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30367
|
-
border-bottom-right-radius: 5px;
|
|
30368
|
-
border-top-right-radius: 5px;
|
|
30369
|
-
}
|
|
30370
|
-
|
|
30371
30283
|
.E_atcz0kf .ant-input-suffix {
|
|
30372
30284
|
margin-left: 8px;
|
|
30373
30285
|
}
|
|
@@ -30376,25 +30288,18 @@ html body {
|
|
|
30376
30288
|
padding: 2px 7px 2px 12px;
|
|
30377
30289
|
}
|
|
30378
30290
|
|
|
30379
|
-
.
|
|
30380
|
-
display:
|
|
30381
|
-
align-items: center;
|
|
30382
|
-
}
|
|
30383
|
-
|
|
30384
|
-
.E_iouxfgt .icon-inner {
|
|
30385
|
-
display: inline-flex;
|
|
30386
|
-
align-items: center;
|
|
30387
|
-
justify-content: center;
|
|
30291
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30292
|
+
display: flex;
|
|
30388
30293
|
}
|
|
30389
30294
|
|
|
30390
|
-
.
|
|
30391
|
-
|
|
30392
|
-
|
|
30295
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30296
|
+
border-bottom-left-radius: 5px;
|
|
30297
|
+
border-top-left-radius: 5px;
|
|
30393
30298
|
}
|
|
30394
30299
|
|
|
30395
|
-
.
|
|
30396
|
-
|
|
30397
|
-
|
|
30300
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30301
|
+
border-bottom-right-radius: 5px;
|
|
30302
|
+
border-top-right-radius: 5px;
|
|
30398
30303
|
}
|
|
30399
30304
|
|
|
30400
30305
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
@@ -30445,111 +30350,245 @@ html body {
|
|
|
30445
30350
|
margin-right: 4px;
|
|
30446
30351
|
}
|
|
30447
30352
|
|
|
30448
|
-
.
|
|
30449
|
-
|
|
30353
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30354
|
+
line-height: 18px;
|
|
30450
30355
|
}
|
|
30451
30356
|
|
|
30452
|
-
.
|
|
30453
|
-
|
|
30454
|
-
position: absolute;
|
|
30357
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30358
|
+
display: var(--ai7qkf2-0);
|
|
30455
30359
|
}
|
|
30456
30360
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30361
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30362
|
+
display: inline-flex;
|
|
30363
|
+
line-height: 1.5715;
|
|
30364
|
+
height: 100%;
|
|
30365
|
+
width: 100%;
|
|
30459
30366
|
}
|
|
30460
30367
|
|
|
30461
|
-
.
|
|
30462
|
-
|
|
30368
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30369
|
+
content: var(--ai7qkf2-1);
|
|
30370
|
+
display: var(--ai7qkf2-2);
|
|
30371
|
+
flex: none;
|
|
30372
|
+
align-items: center;
|
|
30373
|
+
margin-left: 4px;
|
|
30374
|
+
padding: 5px 12px 5px 0;
|
|
30375
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30463
30376
|
}
|
|
30464
30377
|
|
|
30465
|
-
.
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
|
|
30469
|
-
|
|
30378
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30379
|
+
content: var(--ai7qkf2-3);
|
|
30380
|
+
display: var(--ai7qkf2-4);
|
|
30381
|
+
flex: none;
|
|
30382
|
+
align-items: center;
|
|
30383
|
+
margin-right: 4px;
|
|
30384
|
+
cursor: auto;
|
|
30385
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30470
30386
|
}
|
|
30471
30387
|
|
|
30472
|
-
.
|
|
30473
|
-
|
|
30474
|
-
gap: 4px;
|
|
30388
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30389
|
+
border-radius: 0;
|
|
30475
30390
|
}
|
|
30476
30391
|
|
|
30477
|
-
.
|
|
30478
|
-
|
|
30392
|
+
.E_ai7qkf2.ant-input-number {
|
|
30393
|
+
width: 100%;
|
|
30394
|
+
border-radius: 6px;
|
|
30479
30395
|
}
|
|
30480
30396
|
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30397
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
30398
|
+
border-color: #0096ff;
|
|
30399
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30400
|
+
z-index: 1;
|
|
30483
30401
|
}
|
|
30484
30402
|
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
white-space: pre-wrap;
|
|
30403
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
30404
|
+
border-color: #e75a3a;
|
|
30405
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30489
30406
|
}
|
|
30490
30407
|
|
|
30491
|
-
.
|
|
30492
|
-
|
|
30493
|
-
|
|
30408
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30409
|
+
height: 30px;
|
|
30410
|
+
border: 1px;
|
|
30411
|
+
padding: 5px 12px;
|
|
30412
|
+
font-size: inherit;
|
|
30494
30413
|
}
|
|
30495
30414
|
|
|
30496
|
-
.
|
|
30497
|
-
|
|
30415
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30416
|
+
height: 38px;
|
|
30417
|
+
border: 1px;
|
|
30418
|
+
padding: 8px 16px;
|
|
30498
30419
|
}
|
|
30499
30420
|
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30421
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30422
|
+
height: 22px;
|
|
30423
|
+
border: 1px;
|
|
30424
|
+
padding: 2px 8px;
|
|
30502
30425
|
}
|
|
30503
30426
|
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30506
|
-
|
|
30427
|
+
.E_iouxfgt {
|
|
30428
|
+
display: inline-flex;
|
|
30429
|
+
align-items: center;
|
|
30507
30430
|
}
|
|
30508
30431
|
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
height: 6px;
|
|
30514
|
-
background: #fff;
|
|
30432
|
+
.E_iouxfgt .icon-inner {
|
|
30433
|
+
display: inline-flex;
|
|
30434
|
+
align-items: center;
|
|
30435
|
+
justify-content: center;
|
|
30515
30436
|
}
|
|
30516
30437
|
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30438
|
+
.E_iouxfgt .icon-inner + span,
|
|
30439
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30440
|
+
margin-left: 4px;
|
|
30519
30441
|
}
|
|
30520
30442
|
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
|
|
30443
|
+
.E_iouxfgt.is-rotate img,
|
|
30444
|
+
.E_iouxfgt.is-rotate svg {
|
|
30445
|
+
animation: rotate 680ms linear infinite;
|
|
30524
30446
|
}
|
|
30525
30447
|
|
|
30526
|
-
.
|
|
30527
|
-
|
|
30448
|
+
.E_owd0kml {
|
|
30449
|
+
display: inline-block;
|
|
30528
30450
|
}
|
|
30529
30451
|
|
|
30530
|
-
.
|
|
30531
|
-
|
|
30532
|
-
|
|
30452
|
+
.E_h1jsgezc {
|
|
30453
|
+
visibility: hidden;
|
|
30454
|
+
position: absolute;
|
|
30533
30455
|
}
|
|
30534
30456
|
|
|
30535
|
-
.
|
|
30536
|
-
|
|
30457
|
+
.E_phljevk {
|
|
30458
|
+
display: flex;
|
|
30459
|
+
justify-content: space-between;
|
|
30460
|
+
align-items: center;
|
|
30461
|
+
padding: 10px 0;
|
|
30462
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30463
|
+
font-size: 12px;
|
|
30464
|
+
line-height: 24px;
|
|
30537
30465
|
}
|
|
30538
30466
|
|
|
30539
|
-
.
|
|
30540
|
-
|
|
30541
|
-
padding: 0;
|
|
30542
|
-
padding-left: 10px;
|
|
30467
|
+
.E_phljevk .pagination-left {
|
|
30468
|
+
padding: 2px 8px;
|
|
30543
30469
|
}
|
|
30544
30470
|
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
|
|
30471
|
+
.E_phljevk .dropdown-trigger {
|
|
30472
|
+
display: flex;
|
|
30473
|
+
align-items: center;
|
|
30474
|
+
border-radius: 6px;
|
|
30475
|
+
cursor: pointer;
|
|
30476
|
+
transition: all 0.3s ease;
|
|
30549
30477
|
}
|
|
30550
30478
|
|
|
30551
|
-
.
|
|
30552
|
-
|
|
30479
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30480
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30481
|
+
color: #0080ff;
|
|
30482
|
+
}
|
|
30483
|
+
|
|
30484
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30485
|
+
margin-left: 4px;
|
|
30486
|
+
}
|
|
30487
|
+
|
|
30488
|
+
.E_phljevk .pagination-right {
|
|
30489
|
+
display: flex;
|
|
30490
|
+
align-items: center;
|
|
30491
|
+
color: #0080ff;
|
|
30492
|
+
font-weight: bold;
|
|
30493
|
+
}
|
|
30494
|
+
|
|
30495
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30496
|
+
margin-left: 4px;
|
|
30497
|
+
}
|
|
30498
|
+
|
|
30499
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30500
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30501
|
+
padding: 0 8px;
|
|
30502
|
+
}
|
|
30503
|
+
|
|
30504
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30505
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30506
|
+
color: #0080ff;
|
|
30507
|
+
}
|
|
30508
|
+
|
|
30509
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30510
|
+
transform: rotate(180deg);
|
|
30511
|
+
}
|
|
30512
|
+
|
|
30513
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30514
|
+
max-height: calc(100vh - 128px);
|
|
30515
|
+
overflow-y: auto;
|
|
30516
|
+
}
|
|
30517
|
+
|
|
30518
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30519
|
+
padding: 4px 20px;
|
|
30520
|
+
font-size: 12px;
|
|
30521
|
+
line-height: 18px;
|
|
30522
|
+
}
|
|
30523
|
+
|
|
30524
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30525
|
+
display: inline-flex;
|
|
30526
|
+
align-items: baseline;
|
|
30527
|
+
white-space: pre-wrap;
|
|
30528
|
+
}
|
|
30529
|
+
|
|
30530
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30531
|
+
position: relative;
|
|
30532
|
+
top: 3px;
|
|
30533
|
+
}
|
|
30534
|
+
|
|
30535
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30536
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30537
|
+
}
|
|
30538
|
+
|
|
30539
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30540
|
+
border-color: #0080ff;
|
|
30541
|
+
}
|
|
30542
|
+
|
|
30543
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30544
|
+
border-color: #0080ff;
|
|
30545
|
+
background: #0080ff;
|
|
30546
|
+
}
|
|
30547
|
+
|
|
30548
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30549
|
+
top: 4px;
|
|
30550
|
+
left: 4px;
|
|
30551
|
+
width: 6px;
|
|
30552
|
+
height: 6px;
|
|
30553
|
+
background: #fff;
|
|
30554
|
+
}
|
|
30555
|
+
|
|
30556
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30557
|
+
opacity: 0.5;
|
|
30558
|
+
}
|
|
30559
|
+
|
|
30560
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30561
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30562
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30563
|
+
}
|
|
30564
|
+
|
|
30565
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30566
|
+
background: #00122e;
|
|
30567
|
+
}
|
|
30568
|
+
|
|
30569
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30570
|
+
color: #00122e;
|
|
30571
|
+
opacity: 0.5;
|
|
30572
|
+
}
|
|
30573
|
+
|
|
30574
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30575
|
+
color: #00122e;
|
|
30576
|
+
}
|
|
30577
|
+
|
|
30578
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30579
|
+
display: inline-block;
|
|
30580
|
+
padding: 0;
|
|
30581
|
+
padding-left: 10px;
|
|
30582
|
+
}
|
|
30583
|
+
|
|
30584
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30585
|
+
margin-bottom: 0;
|
|
30586
|
+
white-space: pre-wrap;
|
|
30587
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30588
|
+
}
|
|
30589
|
+
|
|
30590
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30591
|
+
padding-left: 8px;
|
|
30553
30592
|
}
|
|
30554
30593
|
|
|
30555
30594
|
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
@@ -30704,81 +30743,109 @@ html body {
|
|
|
30704
30743
|
transform: rotate(0deg);
|
|
30705
30744
|
}
|
|
30706
30745
|
|
|
30707
|
-
.
|
|
30708
|
-
|
|
30709
|
-
width: 56px !important;
|
|
30710
|
-
margin-right: 4px;
|
|
30746
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30747
|
+
margin-right: 8px;
|
|
30711
30748
|
}
|
|
30712
30749
|
|
|
30713
|
-
.
|
|
30714
|
-
|
|
30750
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30751
|
+
margin-left: 8px;
|
|
30715
30752
|
}
|
|
30716
30753
|
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
padding:
|
|
30722
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30723
|
-
font-size: 12px;
|
|
30724
|
-
line-height: 24px;
|
|
30754
|
+
.E_cc368xp {
|
|
30755
|
+
color: #00122e;
|
|
30756
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30757
|
+
margin-right: 8px;
|
|
30758
|
+
padding-right: 8px;
|
|
30725
30759
|
}
|
|
30726
30760
|
|
|
30727
|
-
.
|
|
30728
|
-
|
|
30761
|
+
.E_i11o6xqj {
|
|
30762
|
+
display: flex;
|
|
30763
|
+
gap: 4px;
|
|
30729
30764
|
}
|
|
30730
30765
|
|
|
30731
|
-
.
|
|
30732
|
-
display: flex;
|
|
30733
|
-
align-items: center;
|
|
30734
|
-
border-radius: 6px;
|
|
30766
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30735
30767
|
cursor: pointer;
|
|
30736
|
-
transition: all 0.3s ease;
|
|
30737
30768
|
}
|
|
30738
30769
|
|
|
30739
|
-
.
|
|
30740
|
-
|
|
30741
|
-
color: #0080ff;
|
|
30770
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30771
|
+
cursor: not-allowed;
|
|
30742
30772
|
}
|
|
30743
30773
|
|
|
30744
|
-
.
|
|
30745
|
-
|
|
30774
|
+
.E_s1dizucg.ant-switch {
|
|
30775
|
+
min-width: 40px;
|
|
30776
|
+
height: 24px;
|
|
30777
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30778
|
+
overflow: hidden;
|
|
30746
30779
|
}
|
|
30747
30780
|
|
|
30748
|
-
.
|
|
30749
|
-
|
|
30750
|
-
align-items: center;
|
|
30751
|
-
color: #0080ff;
|
|
30752
|
-
font-weight: bold;
|
|
30781
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30782
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30753
30783
|
}
|
|
30754
30784
|
|
|
30755
|
-
.
|
|
30756
|
-
|
|
30785
|
+
.E_s1dizucg.ant-switch-small {
|
|
30786
|
+
min-width: 26px;
|
|
30787
|
+
height: 16px;
|
|
30757
30788
|
}
|
|
30758
30789
|
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
|
|
30790
|
+
.E_s1dizucg.ant-switch-large {
|
|
30791
|
+
min-width: 52px;
|
|
30792
|
+
height: 32px;
|
|
30762
30793
|
}
|
|
30763
30794
|
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30795
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30796
|
+
height: 20px;
|
|
30797
|
+
width: 20px;
|
|
30767
30798
|
}
|
|
30768
30799
|
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30800
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30801
|
+
border-radius: 10px;
|
|
30802
|
+
transition-delay: 120ms;
|
|
30771
30803
|
}
|
|
30772
30804
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30775
|
-
|
|
30805
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30806
|
+
height: 14px;
|
|
30807
|
+
width: 14px;
|
|
30808
|
+
top: 1px;
|
|
30809
|
+
left: 1px;
|
|
30776
30810
|
}
|
|
30777
30811
|
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
|
|
30812
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30813
|
+
height: 28px;
|
|
30814
|
+
width: 28px;
|
|
30815
|
+
}
|
|
30816
|
+
|
|
30817
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30818
|
+
border-radius: 14px;
|
|
30819
|
+
}
|
|
30820
|
+
|
|
30821
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30822
|
+
background-color: #00ba5d;
|
|
30823
|
+
}
|
|
30824
|
+
|
|
30825
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30826
|
+
left: calc(100% - 20px - 2px);
|
|
30827
|
+
}
|
|
30828
|
+
|
|
30829
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30830
|
+
left: calc(100% - 14px - 1px);
|
|
30831
|
+
}
|
|
30832
|
+
|
|
30833
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30834
|
+
left: calc(100% - 28px - 2px);
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30837
|
+
.E_c1up6e3y {
|
|
30838
|
+
margin-left: 5px;
|
|
30839
|
+
}
|
|
30840
|
+
|
|
30841
|
+
.E_ivqqkzv {
|
|
30842
|
+
height: 24px;
|
|
30843
|
+
width: 56px !important;
|
|
30844
|
+
margin-right: 4px;
|
|
30845
|
+
}
|
|
30846
|
+
|
|
30847
|
+
.E_c1wk4q29 {
|
|
30848
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30782
30849
|
}
|
|
30783
30850
|
|
|
30784
30851
|
.E_cnujxq2 {
|
|
@@ -31569,89 +31636,18 @@ input.E_rf8rlle.ant-input {
|
|
|
31569
31636
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
31570
31637
|
}
|
|
31571
31638
|
|
|
31572
|
-
.
|
|
31573
|
-
|
|
31639
|
+
.E_tju3gfj .date {
|
|
31640
|
+
margin-right: 4px;
|
|
31574
31641
|
}
|
|
31575
31642
|
|
|
31576
|
-
.
|
|
31577
|
-
padding:
|
|
31643
|
+
.E_s1sck0th {
|
|
31644
|
+
padding: 0 8px;
|
|
31645
|
+
border-radius: 4px;
|
|
31578
31646
|
}
|
|
31579
31647
|
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31584
|
-
overflow: hidden;
|
|
31585
|
-
}
|
|
31586
|
-
|
|
31587
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31588
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31589
|
-
}
|
|
31590
|
-
|
|
31591
|
-
.E_s1dizucg.ant-switch-small {
|
|
31592
|
-
min-width: 26px;
|
|
31593
|
-
height: 16px;
|
|
31594
|
-
}
|
|
31595
|
-
|
|
31596
|
-
.E_s1dizucg.ant-switch-large {
|
|
31597
|
-
min-width: 52px;
|
|
31598
|
-
height: 32px;
|
|
31599
|
-
}
|
|
31600
|
-
|
|
31601
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31602
|
-
height: 20px;
|
|
31603
|
-
width: 20px;
|
|
31604
|
-
}
|
|
31605
|
-
|
|
31606
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31607
|
-
border-radius: 10px;
|
|
31608
|
-
transition-delay: 120ms;
|
|
31609
|
-
}
|
|
31610
|
-
|
|
31611
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31612
|
-
height: 14px;
|
|
31613
|
-
width: 14px;
|
|
31614
|
-
top: 1px;
|
|
31615
|
-
left: 1px;
|
|
31616
|
-
}
|
|
31617
|
-
|
|
31618
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31619
|
-
height: 28px;
|
|
31620
|
-
width: 28px;
|
|
31621
|
-
}
|
|
31622
|
-
|
|
31623
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31624
|
-
border-radius: 14px;
|
|
31625
|
-
}
|
|
31626
|
-
|
|
31627
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31628
|
-
background-color: #00ba5d;
|
|
31629
|
-
}
|
|
31630
|
-
|
|
31631
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31632
|
-
left: calc(100% - 20px - 2px);
|
|
31633
|
-
}
|
|
31634
|
-
|
|
31635
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31636
|
-
left: calc(100% - 14px - 1px);
|
|
31637
|
-
}
|
|
31638
|
-
|
|
31639
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31640
|
-
left: calc(100% - 28px - 2px);
|
|
31641
|
-
}
|
|
31642
|
-
|
|
31643
|
-
.E_c1up6e3y {
|
|
31644
|
-
margin-left: 5px;
|
|
31645
|
-
}
|
|
31646
|
-
|
|
31647
|
-
.E_s1sck0th {
|
|
31648
|
-
padding: 0 8px;
|
|
31649
|
-
border-radius: 4px;
|
|
31650
|
-
}
|
|
31651
|
-
|
|
31652
|
-
.E_m855nr1 {
|
|
31653
|
-
padding: 2px 8px;
|
|
31654
|
-
border-radius: 3px;
|
|
31648
|
+
.E_m855nr1 {
|
|
31649
|
+
padding: 2px 8px;
|
|
31650
|
+
border-radius: 3px;
|
|
31655
31651
|
}
|
|
31656
31652
|
|
|
31657
31653
|
.E_l1270xpg {
|
|
@@ -31742,8 +31738,12 @@ input.E_rf8rlle.ant-input {
|
|
|
31742
31738
|
background-color: #7E41FF;
|
|
31743
31739
|
}
|
|
31744
31740
|
|
|
31745
|
-
.
|
|
31746
|
-
|
|
31741
|
+
.E_iq1gosr {
|
|
31742
|
+
display: inline-block;
|
|
31743
|
+
}
|
|
31744
|
+
|
|
31745
|
+
.E_m196gn1d {
|
|
31746
|
+
min-width: 1280px;
|
|
31747
31747
|
}
|
|
31748
31748
|
|
|
31749
31749
|
.E_s1dni7lo {
|
|
@@ -31836,85 +31836,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31836
31836
|
opacity: 0;
|
|
31837
31837
|
}
|
|
31838
31838
|
|
|
31839
|
-
.E_a1b5xrg3 .user-icon-inner {
|
|
31840
|
-
display: inline-flex;
|
|
31841
|
-
align-items: center;
|
|
31842
|
-
justify-content: center;
|
|
31843
|
-
color: #fff;
|
|
31844
|
-
font-weight: bold;
|
|
31845
|
-
font-size: 12px;
|
|
31846
|
-
width: 24px;
|
|
31847
|
-
height: 24px;
|
|
31848
|
-
border-radius: 50%;
|
|
31849
|
-
background: var(--a1b5xrg3-0);
|
|
31850
|
-
}
|
|
31851
|
-
|
|
31852
|
-
.E_a1b5xrg3.btn-item {
|
|
31853
|
-
transition: all 160ms ease;
|
|
31854
|
-
cursor: pointer;
|
|
31855
|
-
width: 56px;
|
|
31856
|
-
height: 40px;
|
|
31857
|
-
display: inline-flex;
|
|
31858
|
-
align-items: center;
|
|
31859
|
-
justify-content: center;
|
|
31860
|
-
border-radius: 6px;
|
|
31861
|
-
}
|
|
31862
|
-
|
|
31863
|
-
.E_a1b5xrg3.btn-item:hover {
|
|
31864
|
-
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31865
|
-
}
|
|
31866
|
-
|
|
31867
|
-
.E_a1b5xrg3.btn-item:active {
|
|
31868
|
-
transform: translateY(2px);
|
|
31869
|
-
transition: all 320ms ease;
|
|
31870
|
-
}
|
|
31871
|
-
|
|
31872
|
-
.E_iq1gosr {
|
|
31873
|
-
display: inline-block;
|
|
31874
|
-
}
|
|
31875
|
-
|
|
31876
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31877
|
-
border: 0px;
|
|
31878
|
-
background-color: #fff;
|
|
31879
|
-
}
|
|
31880
|
-
|
|
31881
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31882
|
-
padding-top: 0px;
|
|
31883
|
-
padding-bottom: 0px;
|
|
31884
|
-
padding-left: 0px !important;
|
|
31885
|
-
padding-right: 24px;
|
|
31886
|
-
}
|
|
31887
|
-
|
|
31888
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31889
|
-
right: 0px;
|
|
31890
|
-
}
|
|
31891
|
-
|
|
31892
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31893
|
-
padding: 0px;
|
|
31894
|
-
}
|
|
31895
|
-
|
|
31896
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31897
|
-
padding-right: 0px;
|
|
31898
|
-
cursor: default;
|
|
31899
|
-
}
|
|
31900
|
-
|
|
31901
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31902
|
-
display: none;
|
|
31903
|
-
}
|
|
31904
|
-
|
|
31905
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31906
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31907
|
-
border-radius: 4px;
|
|
31908
|
-
}
|
|
31909
|
-
|
|
31910
|
-
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31911
|
-
visibility: hidden;
|
|
31912
|
-
}
|
|
31913
|
-
|
|
31914
|
-
.E_m196gn1d {
|
|
31915
|
-
min-width: 1280px;
|
|
31916
|
-
}
|
|
31917
|
-
|
|
31918
31839
|
.E_dsnbhzf {
|
|
31919
31840
|
font-family: Inter;
|
|
31920
31841
|
font-style: normal;
|
|
@@ -32390,81 +32311,192 @@ input.E_rf8rlle.ant-input {
|
|
|
32390
32311
|
line-height: 12px;
|
|
32391
32312
|
}
|
|
32392
32313
|
|
|
32393
|
-
.
|
|
32394
|
-
display:
|
|
32314
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
32315
|
+
display: inline-flex;
|
|
32316
|
+
align-items: center;
|
|
32317
|
+
justify-content: center;
|
|
32318
|
+
color: #fff;
|
|
32319
|
+
font-weight: bold;
|
|
32320
|
+
font-size: 12px;
|
|
32321
|
+
width: 24px;
|
|
32322
|
+
height: 24px;
|
|
32323
|
+
border-radius: 50%;
|
|
32324
|
+
background: var(--a1b5xrg3-0);
|
|
32395
32325
|
}
|
|
32396
32326
|
|
|
32397
|
-
.
|
|
32398
|
-
|
|
32327
|
+
.E_a1b5xrg3.btn-item {
|
|
32328
|
+
transition: all 160ms ease;
|
|
32329
|
+
cursor: pointer;
|
|
32330
|
+
width: 56px;
|
|
32331
|
+
height: 40px;
|
|
32332
|
+
display: inline-flex;
|
|
32333
|
+
align-items: center;
|
|
32334
|
+
justify-content: center;
|
|
32335
|
+
border-radius: 6px;
|
|
32399
32336
|
}
|
|
32400
32337
|
|
|
32401
|
-
.
|
|
32402
|
-
|
|
32338
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
32339
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
32403
32340
|
}
|
|
32404
32341
|
|
|
32405
|
-
.
|
|
32406
|
-
|
|
32407
|
-
|
|
32408
|
-
justify-content: space-between;
|
|
32342
|
+
.E_a1b5xrg3.btn-item:active {
|
|
32343
|
+
transform: translateY(2px);
|
|
32344
|
+
transition: all 320ms ease;
|
|
32409
32345
|
}
|
|
32410
32346
|
|
|
32411
|
-
.
|
|
32412
|
-
|
|
32413
|
-
font-weight: 400;
|
|
32347
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
32348
|
+
display: none;
|
|
32414
32349
|
}
|
|
32415
32350
|
|
|
32416
|
-
.
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
justify-content: center;
|
|
32420
|
-
align-items: center;
|
|
32421
|
-
height: 240px;
|
|
32422
|
-
width: 432px;
|
|
32351
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
32352
|
+
background: rgba(23, 38, 64, 0.8);
|
|
32353
|
+
border-radius: 4px;
|
|
32423
32354
|
}
|
|
32424
32355
|
|
|
32425
|
-
.
|
|
32426
|
-
|
|
32427
|
-
box-shadow: unset;
|
|
32428
|
-
border: 0;
|
|
32429
|
-
border-bottom: 1px solid #e4e9f2;
|
|
32356
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
32357
|
+
visibility: hidden;
|
|
32430
32358
|
}
|
|
32431
32359
|
|
|
32432
|
-
.
|
|
32433
|
-
|
|
32360
|
+
.E_c1yyuluq {
|
|
32361
|
+
border-radius: 8px;
|
|
32434
32362
|
}
|
|
32435
32363
|
|
|
32436
|
-
.
|
|
32437
|
-
|
|
32364
|
+
.E_c1yyuluq .ant-card-body {
|
|
32365
|
+
padding: 20px 24px 24px 24px;
|
|
32438
32366
|
}
|
|
32439
32367
|
|
|
32440
|
-
.
|
|
32441
|
-
|
|
32368
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32369
|
+
border: 0px;
|
|
32370
|
+
background-color: #fff;
|
|
32442
32371
|
}
|
|
32443
32372
|
|
|
32444
|
-
.
|
|
32445
|
-
|
|
32373
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32374
|
+
padding-top: 0px;
|
|
32375
|
+
padding-bottom: 0px;
|
|
32376
|
+
padding-left: 0px !important;
|
|
32377
|
+
padding-right: 24px;
|
|
32446
32378
|
}
|
|
32447
32379
|
|
|
32448
|
-
.
|
|
32449
|
-
|
|
32380
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32381
|
+
right: 0px;
|
|
32450
32382
|
}
|
|
32451
32383
|
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32384
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32385
|
+
padding: 0px;
|
|
32454
32386
|
}
|
|
32455
32387
|
|
|
32456
|
-
.
|
|
32457
|
-
|
|
32458
|
-
|
|
32388
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32389
|
+
padding-right: 0px;
|
|
32390
|
+
cursor: default;
|
|
32459
32391
|
}
|
|
32460
32392
|
|
|
32461
|
-
.
|
|
32462
|
-
|
|
32393
|
+
.E_suhck3k {
|
|
32394
|
+
height: 24px;
|
|
32395
|
+
width: 24px;
|
|
32396
|
+
border-radius: 6px;
|
|
32397
|
+
padding: 4px;
|
|
32463
32398
|
}
|
|
32464
32399
|
|
|
32465
|
-
.
|
|
32466
|
-
|
|
32467
|
-
|
|
32400
|
+
.E_suhck3k:hover {
|
|
32401
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32402
|
+
}
|
|
32403
|
+
|
|
32404
|
+
.E_suhck3k:hover svg path {
|
|
32405
|
+
fill: blue;
|
|
32406
|
+
}
|
|
32407
|
+
|
|
32408
|
+
.E_ryby9ds {
|
|
32409
|
+
display: flex;
|
|
32410
|
+
align-items: center;
|
|
32411
|
+
}
|
|
32412
|
+
|
|
32413
|
+
.E_ryby9ds .order {
|
|
32414
|
+
height: 24px;
|
|
32415
|
+
width: 24px;
|
|
32416
|
+
border-radius: 20px;
|
|
32417
|
+
color: #0080ff;
|
|
32418
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32419
|
+
display: flex;
|
|
32420
|
+
align-items: center;
|
|
32421
|
+
justify-content: center;
|
|
32422
|
+
margin-right: 6px;
|
|
32423
|
+
}
|
|
32424
|
+
|
|
32425
|
+
.E_hrhfj7c {
|
|
32426
|
+
display: none;
|
|
32427
|
+
}
|
|
32428
|
+
|
|
32429
|
+
.E_dt9qoak .bottom {
|
|
32430
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32431
|
+
}
|
|
32432
|
+
|
|
32433
|
+
.E_dt9qoak .left {
|
|
32434
|
+
min-width: 0;
|
|
32435
|
+
}
|
|
32436
|
+
|
|
32437
|
+
.E_crhnxq5 {
|
|
32438
|
+
display: flex;
|
|
32439
|
+
flex-direction: row;
|
|
32440
|
+
justify-content: space-between;
|
|
32441
|
+
}
|
|
32442
|
+
|
|
32443
|
+
.E_crhnxq5 .label {
|
|
32444
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32445
|
+
font-weight: 400;
|
|
32446
|
+
}
|
|
32447
|
+
|
|
32448
|
+
.E_c1iq43vd {
|
|
32449
|
+
display: flex;
|
|
32450
|
+
flex-direction: column;
|
|
32451
|
+
justify-content: center;
|
|
32452
|
+
align-items: center;
|
|
32453
|
+
height: 240px;
|
|
32454
|
+
width: 432px;
|
|
32455
|
+
}
|
|
32456
|
+
|
|
32457
|
+
.E_c1h2v0a8.ant-input-affix-wrapper {
|
|
32458
|
+
border-radius: 0px;
|
|
32459
|
+
box-shadow: unset;
|
|
32460
|
+
border: 0;
|
|
32461
|
+
border-bottom: 1px solid #e4e9f2;
|
|
32462
|
+
}
|
|
32463
|
+
|
|
32464
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector {
|
|
32465
|
+
padding: 4px;
|
|
32466
|
+
}
|
|
32467
|
+
|
|
32468
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector:after {
|
|
32469
|
+
line-height: normal;
|
|
32470
|
+
}
|
|
32471
|
+
|
|
32472
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-search-input {
|
|
32473
|
+
height: 22px;
|
|
32474
|
+
}
|
|
32475
|
+
|
|
32476
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow {
|
|
32477
|
+
row-gap: 2px;
|
|
32478
|
+
}
|
|
32479
|
+
|
|
32480
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item {
|
|
32481
|
+
line-height: normal;
|
|
32482
|
+
}
|
|
32483
|
+
|
|
32484
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-overflow-item span {
|
|
32485
|
+
max-width: 100%;
|
|
32486
|
+
}
|
|
32487
|
+
|
|
32488
|
+
.E_cgzzd7y.antd5-cascader .antd5-cascader-selector .antd5-cascader-selection-placeholder {
|
|
32489
|
+
font-size: 13px;
|
|
32490
|
+
line-height: 20px;
|
|
32491
|
+
}
|
|
32492
|
+
|
|
32493
|
+
.E_c1ec3mnt {
|
|
32494
|
+
font-size: 13px;
|
|
32495
|
+
}
|
|
32496
|
+
|
|
32497
|
+
.E_c1iye0zj {
|
|
32498
|
+
padding: 7px 14px;
|
|
32499
|
+
height: 20px;
|
|
32468
32500
|
font-weight: 400;
|
|
32469
32501
|
box-sizing: content-box;
|
|
32470
32502
|
color: rgba(44, 56, 82, 0.75);
|
|
@@ -32723,38 +32755,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32723
32755
|
transform: rotate(180deg);
|
|
32724
32756
|
}
|
|
32725
32757
|
|
|
32726
|
-
.E_suhck3k {
|
|
32727
|
-
height: 24px;
|
|
32728
|
-
width: 24px;
|
|
32729
|
-
border-radius: 6px;
|
|
32730
|
-
padding: 4px;
|
|
32731
|
-
}
|
|
32732
|
-
|
|
32733
|
-
.E_suhck3k:hover {
|
|
32734
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32735
|
-
}
|
|
32736
|
-
|
|
32737
|
-
.E_suhck3k:hover svg path {
|
|
32738
|
-
fill: blue;
|
|
32739
|
-
}
|
|
32740
|
-
|
|
32741
|
-
.E_ryby9ds {
|
|
32742
|
-
display: flex;
|
|
32743
|
-
align-items: center;
|
|
32744
|
-
}
|
|
32745
|
-
|
|
32746
|
-
.E_ryby9ds .order {
|
|
32747
|
-
height: 24px;
|
|
32748
|
-
width: 24px;
|
|
32749
|
-
border-radius: 20px;
|
|
32750
|
-
color: #0080ff;
|
|
32751
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32752
|
-
display: flex;
|
|
32753
|
-
align-items: center;
|
|
32754
|
-
justify-content: center;
|
|
32755
|
-
margin-right: 6px;
|
|
32756
|
-
}
|
|
32757
|
-
|
|
32758
32758
|
.E_s4ivdfu.ant-select .ant-select-selection-placeholder {
|
|
32759
32759
|
opacity: 1;
|
|
32760
32760
|
}
|
|
@@ -32938,23 +32938,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32938
32938
|
flex-shrink: 0;
|
|
32939
32939
|
}
|
|
32940
32940
|
|
|
32941
|
-
.E_w1dxz879 {
|
|
32942
|
-
display: flex;
|
|
32943
|
-
flex-direction: column;
|
|
32944
|
-
gap: 6px;
|
|
32945
|
-
}
|
|
32946
|
-
|
|
32947
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32948
|
-
max-height: var(--w1dxz879-0);
|
|
32949
|
-
text-overflow: clip;
|
|
32950
|
-
overflow: hidden;
|
|
32951
|
-
}
|
|
32952
|
-
|
|
32953
|
-
.E_w1dxz879 .tips {
|
|
32954
|
-
color: #fff;
|
|
32955
|
-
opacity: 0.8;
|
|
32956
|
-
}
|
|
32957
|
-
|
|
32958
32941
|
.E_h12yihis {
|
|
32959
32942
|
height: 50px;
|
|
32960
32943
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -33215,55 +33198,85 @@ input.E_rf8rlle.ant-input {
|
|
|
33215
33198
|
position: static;
|
|
33216
33199
|
}
|
|
33217
33200
|
|
|
33218
|
-
.
|
|
33219
|
-
|
|
33201
|
+
.E_w1dxz879 {
|
|
33202
|
+
display: flex;
|
|
33203
|
+
flex-direction: column;
|
|
33204
|
+
gap: 6px;
|
|
33220
33205
|
}
|
|
33221
33206
|
|
|
33222
|
-
.
|
|
33223
|
-
|
|
33224
|
-
|
|
33225
|
-
|
|
33226
|
-
justify-content: space-between;
|
|
33227
|
-
align-items: center;
|
|
33207
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
33208
|
+
max-height: var(--w1dxz879-0);
|
|
33209
|
+
text-overflow: clip;
|
|
33210
|
+
overflow: hidden;
|
|
33228
33211
|
}
|
|
33229
33212
|
|
|
33230
|
-
.
|
|
33231
|
-
|
|
33213
|
+
.E_w1dxz879 .tips {
|
|
33214
|
+
color: #fff;
|
|
33215
|
+
opacity: 0.8;
|
|
33232
33216
|
}
|
|
33233
33217
|
|
|
33234
|
-
.
|
|
33235
|
-
|
|
33236
|
-
color: #00122e;
|
|
33218
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33219
|
+
margin-right: 2px;
|
|
33237
33220
|
}
|
|
33238
33221
|
|
|
33239
|
-
.
|
|
33240
|
-
|
|
33241
|
-
|
|
33222
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33223
|
+
padding-left: 8px;
|
|
33224
|
+
padding-right: 8px;
|
|
33225
|
+
font-size: 12px;
|
|
33242
33226
|
}
|
|
33243
33227
|
|
|
33244
|
-
.
|
|
33245
|
-
|
|
33228
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33229
|
+
border-radius: 4px;
|
|
33246
33230
|
}
|
|
33247
33231
|
|
|
33248
|
-
.
|
|
33249
|
-
|
|
33250
|
-
line-height: 18px;
|
|
33232
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33233
|
+
border-radius: 4px;
|
|
33251
33234
|
}
|
|
33252
33235
|
|
|
33253
|
-
.
|
|
33236
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33237
|
+
padding-left: 12px;
|
|
33238
|
+
padding-right: 12px;
|
|
33239
|
+
}
|
|
33240
|
+
|
|
33241
|
+
.E_ckld275 {
|
|
33242
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33243
|
+
}
|
|
33244
|
+
|
|
33245
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33246
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33247
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33248
|
+
}
|
|
33249
|
+
|
|
33250
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33251
|
+
background-color: transparent;
|
|
33252
|
+
}
|
|
33253
|
+
|
|
33254
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33255
|
+
background-color: transparent;
|
|
33256
|
+
}
|
|
33257
|
+
|
|
33258
|
+
.E_r77hffu {
|
|
33254
33259
|
display: flex;
|
|
33255
33260
|
align-items: center;
|
|
33256
|
-
|
|
33257
|
-
|
|
33258
|
-
font-size: 12px;
|
|
33259
|
-
line-height: 18px;
|
|
33260
|
-
color: #2d3a56;
|
|
33261
|
-
font-weight: 700;
|
|
33261
|
+
justify-content: space-between;
|
|
33262
|
+
column-gap: 6px;
|
|
33262
33263
|
}
|
|
33263
33264
|
|
|
33264
|
-
.
|
|
33265
|
-
|
|
33266
|
-
|
|
33265
|
+
.E_p1cmxsf7 {
|
|
33266
|
+
display: flex;
|
|
33267
|
+
flex-direction: column;
|
|
33268
|
+
justify-content: center;
|
|
33269
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33270
|
+
}
|
|
33271
|
+
|
|
33272
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
33273
|
+
font-size: 0;
|
|
33274
|
+
margin-bottom: unset;
|
|
33275
|
+
margin-inline-end: unset;
|
|
33276
|
+
}
|
|
33277
|
+
|
|
33278
|
+
.E_c1yd35n {
|
|
33279
|
+
padding: 0 12px 14px 12px;
|
|
33267
33280
|
}
|
|
33268
33281
|
|
|
33269
33282
|
.E_ckui4s7 {
|
|
@@ -33346,228 +33359,70 @@ input.E_rf8rlle.ant-input {
|
|
|
33346
33359
|
margin-left: 24px;
|
|
33347
33360
|
}
|
|
33348
33361
|
|
|
33349
|
-
.
|
|
33350
|
-
|
|
33362
|
+
.E_c1kghdax {
|
|
33363
|
+
color: #2d3a56;
|
|
33364
|
+
padding: 7px 12px;
|
|
33365
|
+
display: flex;
|
|
33366
|
+
justify-content: space-between;
|
|
33367
|
+
align-items: center;
|
|
33351
33368
|
}
|
|
33352
33369
|
|
|
33353
|
-
.
|
|
33354
|
-
|
|
33355
|
-
background-color: white;
|
|
33370
|
+
.E_c1kghdax.has-arrow {
|
|
33371
|
+
padding-left: 10px;
|
|
33356
33372
|
}
|
|
33357
33373
|
|
|
33358
|
-
.
|
|
33374
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33359
33375
|
cursor: pointer;
|
|
33376
|
+
color: #00122e;
|
|
33360
33377
|
}
|
|
33361
33378
|
|
|
33362
|
-
.
|
|
33363
|
-
|
|
33364
|
-
|
|
33365
|
-
transform: translateY(-4px);
|
|
33366
|
-
}
|
|
33367
|
-
|
|
33368
|
-
.E_r77hffu {
|
|
33369
|
-
display: flex;
|
|
33370
|
-
align-items: center;
|
|
33371
|
-
justify-content: space-between;
|
|
33372
|
-
column-gap: 6px;
|
|
33373
|
-
}
|
|
33374
|
-
|
|
33375
|
-
.E_p1cmxsf7 {
|
|
33376
|
-
display: flex;
|
|
33377
|
-
flex-direction: column;
|
|
33378
|
-
justify-content: center;
|
|
33379
|
-
row-gap: var(--p1cmxsf7-0);
|
|
33380
|
-
}
|
|
33381
|
-
|
|
33382
|
-
.E_p1cmxsf7 .antd5-progress-line {
|
|
33383
|
-
font-size: 0;
|
|
33384
|
-
margin-bottom: unset;
|
|
33385
|
-
margin-inline-end: unset;
|
|
33379
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33380
|
+
color: #2d3a56;
|
|
33381
|
+
font-weight: 600;
|
|
33386
33382
|
}
|
|
33387
33383
|
|
|
33388
|
-
.
|
|
33389
|
-
|
|
33384
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33385
|
+
transform: rotate(90deg);
|
|
33390
33386
|
}
|
|
33391
33387
|
|
|
33392
|
-
.
|
|
33393
|
-
padding-left: 8px;
|
|
33394
|
-
padding-right: 8px;
|
|
33388
|
+
.E_c1kghdax .sub-info {
|
|
33395
33389
|
font-size: 12px;
|
|
33390
|
+
line-height: 18px;
|
|
33396
33391
|
}
|
|
33397
33392
|
|
|
33398
|
-
.
|
|
33399
|
-
border-radius: 4px;
|
|
33400
|
-
}
|
|
33401
|
-
|
|
33402
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33403
|
-
border-radius: 4px;
|
|
33404
|
-
}
|
|
33405
|
-
|
|
33406
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33407
|
-
padding-left: 12px;
|
|
33408
|
-
padding-right: 12px;
|
|
33409
|
-
}
|
|
33410
|
-
|
|
33411
|
-
.E_ckld275 {
|
|
33412
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33413
|
-
}
|
|
33414
|
-
|
|
33415
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33416
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33417
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33418
|
-
}
|
|
33419
|
-
|
|
33420
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33421
|
-
background-color: transparent;
|
|
33422
|
-
}
|
|
33423
|
-
|
|
33424
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33425
|
-
background-color: transparent;
|
|
33426
|
-
}
|
|
33427
|
-
|
|
33428
|
-
.E_l1ucdodl {
|
|
33429
|
-
margin: 0;
|
|
33430
|
-
border-radius: 20px;
|
|
33431
|
-
padding: 2px 10px;
|
|
33432
|
-
height: 22px;
|
|
33393
|
+
.E_c1kghdax .title-wrapper {
|
|
33433
33394
|
display: flex;
|
|
33434
33395
|
align-items: center;
|
|
33435
|
-
|
|
33436
|
-
|
|
33437
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
33438
|
-
color: #FFFFFF;
|
|
33439
|
-
}
|
|
33440
|
-
|
|
33441
|
-
.E_l1ucdodl.tag-hover {
|
|
33442
|
-
cursor: pointer;
|
|
33443
|
-
}
|
|
33444
|
-
|
|
33445
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
33446
|
-
color: #00122e;
|
|
33447
|
-
}
|
|
33448
|
-
|
|
33449
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
33450
|
-
margin-right: 6px;
|
|
33451
|
-
}
|
|
33452
|
-
|
|
33453
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
33454
|
-
margin-left: 8px;
|
|
33455
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33456
|
-
}
|
|
33457
|
-
|
|
33458
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
33459
|
-
color: #FFFFFF;
|
|
33460
|
-
}
|
|
33461
|
-
|
|
33462
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
33463
|
-
background-color: #0080ff;
|
|
33464
|
-
}
|
|
33465
|
-
|
|
33466
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
33467
|
-
background-color: #f0483e;
|
|
33468
|
-
}
|
|
33469
|
-
|
|
33470
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
33471
|
-
background-color: #fea008;
|
|
33472
|
-
}
|
|
33473
|
-
|
|
33474
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
33475
|
-
background-color: #00ba5d;
|
|
33476
|
-
}
|
|
33477
|
-
|
|
33478
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33479
|
-
background-color: #6b7d99;
|
|
33480
|
-
}
|
|
33481
|
-
|
|
33482
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
33483
|
-
background-color: #7E41FF;
|
|
33484
|
-
}
|
|
33485
|
-
|
|
33486
|
-
.E_s1qj66nc {
|
|
33487
|
-
width: 8px;
|
|
33488
|
-
height: 8px;
|
|
33489
|
-
border-radius: 50%;
|
|
33490
|
-
display: inline-block;
|
|
33491
|
-
}
|
|
33492
|
-
|
|
33493
|
-
.E_s5x1boq {
|
|
33494
|
-
width: 8px;
|
|
33495
|
-
height: 8px;
|
|
33496
|
-
border-radius: 2px;
|
|
33497
|
-
display: inline-block;
|
|
33498
|
-
}
|
|
33499
|
-
|
|
33500
|
-
.E_c1xm185 {
|
|
33501
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33502
|
-
}
|
|
33503
|
-
|
|
33504
|
-
.E_c1x5l5qc {
|
|
33505
|
-
flex: 1;
|
|
33506
|
-
}
|
|
33507
|
-
|
|
33508
|
-
button.E_l48ei06.ant-btn,
|
|
33509
|
-
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33510
|
-
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33396
|
+
user-select: none;
|
|
33397
|
+
flex-grow: 1;
|
|
33511
33398
|
font-size: 12px;
|
|
33512
33399
|
line-height: 18px;
|
|
33513
|
-
|
|
33514
|
-
|
|
33515
|
-
|
|
33516
|
-
button.E_l48ei06 {
|
|
33517
|
-
color: #0080FF;
|
|
33518
|
-
height: unset;
|
|
33519
|
-
}
|
|
33520
|
-
|
|
33521
|
-
button.E_l48ei06 .button-prefix-icon {
|
|
33522
|
-
margin-right: 4px;
|
|
33523
|
-
}
|
|
33524
|
-
|
|
33525
|
-
button.E_l48ei06 .button-suffix-icon {
|
|
33526
|
-
margin-left: 4px;
|
|
33527
|
-
}
|
|
33528
|
-
|
|
33529
|
-
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33530
|
-
color: #009DFF;
|
|
33531
|
-
}
|
|
33532
|
-
|
|
33533
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33534
|
-
color: #005ED1;
|
|
33535
|
-
}
|
|
33536
|
-
|
|
33537
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
33538
|
-
color: #0080FF;
|
|
33539
|
-
}
|
|
33540
|
-
|
|
33541
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
33542
|
-
color: #00122E;
|
|
33543
|
-
}
|
|
33544
|
-
|
|
33545
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33546
|
-
color: #0080FF;
|
|
33547
|
-
}
|
|
33548
|
-
|
|
33549
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33550
|
-
color: #005ED1;
|
|
33400
|
+
color: #2d3a56;
|
|
33401
|
+
font-weight: 700;
|
|
33551
33402
|
}
|
|
33552
33403
|
|
|
33553
|
-
|
|
33554
|
-
|
|
33404
|
+
.E_c1kghdax .collapse-arrow {
|
|
33405
|
+
transition: all 50ms ease-out 0ms;
|
|
33406
|
+
margin-right: 2px;
|
|
33555
33407
|
}
|
|
33556
33408
|
|
|
33557
|
-
|
|
33558
|
-
|
|
33409
|
+
.E_b14q2gmw {
|
|
33410
|
+
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);
|
|
33559
33411
|
}
|
|
33560
33412
|
|
|
33561
|
-
|
|
33562
|
-
|
|
33413
|
+
.E_c1eym6el {
|
|
33414
|
+
border-radius: 8px;
|
|
33415
|
+
background-color: white;
|
|
33563
33416
|
}
|
|
33564
33417
|
|
|
33565
|
-
|
|
33566
|
-
|
|
33418
|
+
.E_c1eym6el.hoverable {
|
|
33419
|
+
cursor: pointer;
|
|
33567
33420
|
}
|
|
33568
33421
|
|
|
33569
|
-
|
|
33570
|
-
|
|
33422
|
+
.E_c1eym6el.hoverable:hover {
|
|
33423
|
+
transition: all 200ms ease;
|
|
33424
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33425
|
+
transform: translateY(-4px);
|
|
33571
33426
|
}
|
|
33572
33427
|
|
|
33573
33428
|
.E_lht19u8 {
|
|
@@ -33855,134 +33710,39 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33855
33710
|
border: 1px solid #fff;
|
|
33856
33711
|
}
|
|
33857
33712
|
|
|
33858
|
-
.
|
|
33859
|
-
|
|
33860
|
-
|
|
33861
|
-
padding: 2px 10px;
|
|
33862
|
-
height: 22px;
|
|
33713
|
+
.E_t1gvlxt5 {
|
|
33714
|
+
min-width: 0;
|
|
33715
|
+
flex: 1;
|
|
33863
33716
|
}
|
|
33864
33717
|
|
|
33865
|
-
.
|
|
33866
|
-
|
|
33718
|
+
.E_t1gvlxt5 .tag {
|
|
33719
|
+
flex: 0 0 auto;
|
|
33867
33720
|
}
|
|
33868
33721
|
|
|
33869
|
-
.
|
|
33870
|
-
|
|
33722
|
+
.E_t1gvlxt5 .progress-title {
|
|
33723
|
+
flex: 2;
|
|
33724
|
+
max-width: fit-content;
|
|
33871
33725
|
}
|
|
33872
33726
|
|
|
33873
|
-
.
|
|
33874
|
-
|
|
33727
|
+
.E_t1gvlxt5 .progress-desc {
|
|
33728
|
+
flex: 1;
|
|
33729
|
+
max-width: fit-content;
|
|
33875
33730
|
}
|
|
33876
33731
|
|
|
33877
|
-
.
|
|
33878
|
-
|
|
33732
|
+
.E_a1ji6r68 {
|
|
33733
|
+
display: flex;
|
|
33734
|
+
align-items: center;
|
|
33735
|
+
column-gap: var(--a1ji6r68-0);
|
|
33879
33736
|
}
|
|
33880
33737
|
|
|
33881
|
-
.
|
|
33882
|
-
margin-left: 8px;
|
|
33738
|
+
.E_msn7nxt {
|
|
33883
33739
|
color: rgba(44, 56, 82, 0.6);
|
|
33884
|
-
|
|
33885
|
-
|
|
33886
|
-
|
|
33887
|
-
|
|
33888
|
-
|
|
33889
|
-
|
|
33890
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33891
|
-
background-color: #0080ff;
|
|
33892
|
-
}
|
|
33893
|
-
|
|
33894
|
-
.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 {
|
|
33895
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33896
|
-
}
|
|
33897
|
-
|
|
33898
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33899
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33900
|
-
}
|
|
33901
|
-
|
|
33902
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33903
|
-
background-color: #f0483e;
|
|
33904
|
-
}
|
|
33905
|
-
|
|
33906
|
-
.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 {
|
|
33907
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33908
|
-
}
|
|
33909
|
-
|
|
33910
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33911
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33912
|
-
}
|
|
33913
|
-
|
|
33914
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33915
|
-
background-color: #fea008;
|
|
33916
|
-
}
|
|
33917
|
-
|
|
33918
|
-
.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 {
|
|
33919
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33920
|
-
}
|
|
33921
|
-
|
|
33922
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33923
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33924
|
-
}
|
|
33925
|
-
|
|
33926
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33927
|
-
background-color: #00ba5d;
|
|
33928
|
-
}
|
|
33929
|
-
|
|
33930
|
-
.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 {
|
|
33931
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33932
|
-
}
|
|
33933
|
-
|
|
33934
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33935
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33936
|
-
}
|
|
33937
|
-
|
|
33938
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33939
|
-
background-color: #6b7d99;
|
|
33940
|
-
}
|
|
33941
|
-
|
|
33942
|
-
.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 {
|
|
33943
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33944
|
-
}
|
|
33945
|
-
|
|
33946
|
-
.E_satwmqm {
|
|
33947
|
-
width: 8px;
|
|
33948
|
-
height: 8px;
|
|
33949
|
-
border-radius: 50%;
|
|
33950
|
-
display: inline-block;
|
|
33951
|
-
}
|
|
33952
|
-
|
|
33953
|
-
.E_t1gvlxt5 {
|
|
33954
|
-
min-width: 0;
|
|
33955
|
-
flex: 1;
|
|
33956
|
-
}
|
|
33957
|
-
|
|
33958
|
-
.E_t1gvlxt5 .tag {
|
|
33959
|
-
flex: 0 0 auto;
|
|
33960
|
-
}
|
|
33961
|
-
|
|
33962
|
-
.E_t1gvlxt5 .progress-title {
|
|
33963
|
-
flex: 2;
|
|
33964
|
-
max-width: fit-content;
|
|
33965
|
-
}
|
|
33966
|
-
|
|
33967
|
-
.E_t1gvlxt5 .progress-desc {
|
|
33968
|
-
flex: 1;
|
|
33969
|
-
max-width: fit-content;
|
|
33970
|
-
}
|
|
33971
|
-
|
|
33972
|
-
.E_a1ji6r68 {
|
|
33973
|
-
display: flex;
|
|
33974
|
-
align-items: center;
|
|
33975
|
-
column-gap: var(--a1ji6r68-0);
|
|
33976
|
-
}
|
|
33977
|
-
|
|
33978
|
-
.E_msn7nxt {
|
|
33979
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33980
|
-
text-align: center;
|
|
33981
|
-
display: flex;
|
|
33982
|
-
align-items: center;
|
|
33983
|
-
justify-content: center;
|
|
33984
|
-
flex-direction: column;
|
|
33985
|
-
height: 100%;
|
|
33740
|
+
text-align: center;
|
|
33741
|
+
display: flex;
|
|
33742
|
+
align-items: center;
|
|
33743
|
+
justify-content: center;
|
|
33744
|
+
flex-direction: column;
|
|
33745
|
+
height: 100%;
|
|
33986
33746
|
}
|
|
33987
33747
|
|
|
33988
33748
|
.E_msn7nxt .link {
|
|
@@ -34159,236 +33919,254 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34159
33919
|
margin-left: 8px;
|
|
34160
33920
|
}
|
|
34161
33921
|
|
|
34162
|
-
.
|
|
34163
|
-
|
|
33922
|
+
.E_w7ob4th.outside-tag {
|
|
33923
|
+
padding-left: 0;
|
|
34164
33924
|
}
|
|
34165
33925
|
|
|
34166
|
-
.
|
|
34167
|
-
|
|
33926
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33927
|
+
border-radius: 4px 0 0 4px;
|
|
33928
|
+
padding-right: 4px;
|
|
33929
|
+
margin-right: 4px;
|
|
34168
33930
|
}
|
|
34169
33931
|
|
|
34170
|
-
.
|
|
34171
|
-
|
|
33932
|
+
button.E_l48ei06.ant-btn,
|
|
33933
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33934
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33935
|
+
font-size: 12px;
|
|
33936
|
+
line-height: 18px;
|
|
33937
|
+
height: 18px;
|
|
34172
33938
|
}
|
|
34173
33939
|
|
|
34174
|
-
.
|
|
34175
|
-
color: #
|
|
33940
|
+
button.E_l48ei06 {
|
|
33941
|
+
color: #0080FF;
|
|
33942
|
+
height: unset;
|
|
34176
33943
|
}
|
|
34177
33944
|
|
|
34178
|
-
.
|
|
34179
|
-
|
|
34180
|
-
font-weight: normal;
|
|
33945
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33946
|
+
margin-right: 4px;
|
|
34181
33947
|
}
|
|
34182
33948
|
|
|
34183
|
-
.
|
|
34184
|
-
|
|
33949
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33950
|
+
margin-left: 4px;
|
|
34185
33951
|
}
|
|
34186
33952
|
|
|
34187
|
-
.
|
|
34188
|
-
color: #
|
|
33953
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33954
|
+
color: #009DFF;
|
|
34189
33955
|
}
|
|
34190
33956
|
|
|
34191
|
-
.
|
|
34192
|
-
|
|
33957
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33958
|
+
color: #005ED1;
|
|
34193
33959
|
}
|
|
34194
33960
|
|
|
34195
|
-
.
|
|
34196
|
-
|
|
34197
|
-
white-space: nowrap;
|
|
34198
|
-
text-overflow: ellipsis;
|
|
33961
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33962
|
+
color: #0080FF;
|
|
34199
33963
|
}
|
|
34200
33964
|
|
|
34201
|
-
.
|
|
34202
|
-
|
|
33965
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33966
|
+
color: #00122E;
|
|
34203
33967
|
}
|
|
34204
33968
|
|
|
34205
|
-
.
|
|
34206
|
-
|
|
33969
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33970
|
+
color: #0080FF;
|
|
34207
33971
|
}
|
|
34208
33972
|
|
|
34209
|
-
.
|
|
34210
|
-
|
|
34211
|
-
justify-content: stretch;
|
|
33973
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33974
|
+
color: #005ED1;
|
|
34212
33975
|
}
|
|
34213
33976
|
|
|
34214
|
-
.
|
|
34215
|
-
|
|
34216
|
-
margin-right: 4px;
|
|
34217
|
-
flex: 1;
|
|
34218
|
-
overflow: visible;
|
|
33977
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33978
|
+
color: #00122E;
|
|
34219
33979
|
}
|
|
34220
33980
|
|
|
34221
|
-
.
|
|
34222
|
-
|
|
34223
|
-
min-height: unset;
|
|
33981
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33982
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34224
33983
|
}
|
|
34225
33984
|
|
|
34226
|
-
.
|
|
34227
|
-
|
|
34228
|
-
line-height: 26px;
|
|
34229
|
-
width: 100%;
|
|
34230
|
-
padding: 0;
|
|
34231
|
-
font-size: 12px;
|
|
33985
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33986
|
+
color: #0080FF;
|
|
34232
33987
|
}
|
|
34233
33988
|
|
|
34234
|
-
.
|
|
34235
|
-
|
|
33989
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33990
|
+
color: #005ED1;
|
|
34236
33991
|
}
|
|
34237
33992
|
|
|
34238
|
-
.
|
|
34239
|
-
|
|
33993
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33994
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34240
33995
|
}
|
|
34241
33996
|
|
|
34242
|
-
.
|
|
34243
|
-
|
|
34244
|
-
|
|
34245
|
-
|
|
33997
|
+
.E_l1ucdodl {
|
|
33998
|
+
margin: 0;
|
|
33999
|
+
border-radius: 20px;
|
|
34000
|
+
padding: 2px 10px;
|
|
34001
|
+
height: 22px;
|
|
34002
|
+
display: flex;
|
|
34003
|
+
align-items: center;
|
|
34246
34004
|
}
|
|
34247
34005
|
|
|
34248
|
-
.
|
|
34249
|
-
|
|
34006
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
34007
|
+
color: #FFFFFF;
|
|
34250
34008
|
}
|
|
34251
34009
|
|
|
34252
|
-
.
|
|
34253
|
-
|
|
34254
|
-
padding-left: 12px;
|
|
34255
|
-
border-radius: 0 4px 4px 0;
|
|
34010
|
+
.E_l1ucdodl.tag-hover {
|
|
34011
|
+
cursor: pointer;
|
|
34256
34012
|
}
|
|
34257
34013
|
|
|
34258
|
-
.
|
|
34259
|
-
|
|
34260
|
-
width: 0;
|
|
34261
|
-
height: 0;
|
|
34262
|
-
border: 13px solid transparent;
|
|
34263
|
-
position: absolute;
|
|
34264
|
-
top: 0;
|
|
34265
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34266
|
-
z-index: 2;
|
|
34267
|
-
position: relative;
|
|
34268
|
-
top: -50%;
|
|
34269
|
-
right: -100%;
|
|
34014
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34015
|
+
color: #00122e;
|
|
34270
34016
|
}
|
|
34271
34017
|
|
|
34272
|
-
.
|
|
34273
|
-
|
|
34018
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34019
|
+
margin-right: 6px;
|
|
34274
34020
|
}
|
|
34275
34021
|
|
|
34276
|
-
.
|
|
34277
|
-
|
|
34278
|
-
|
|
34279
|
-
height: 0;
|
|
34280
|
-
border: 13px solid transparent;
|
|
34281
|
-
position: absolute;
|
|
34282
|
-
top: 0;
|
|
34283
|
-
border-left: 8px solid #fff;
|
|
34284
|
-
left: 0;
|
|
34022
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34023
|
+
margin-left: 8px;
|
|
34024
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34285
34025
|
}
|
|
34286
34026
|
|
|
34287
|
-
.
|
|
34288
|
-
|
|
34027
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34028
|
+
color: #FFFFFF;
|
|
34289
34029
|
}
|
|
34290
34030
|
|
|
34291
|
-
.
|
|
34292
|
-
background-color:
|
|
34031
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34032
|
+
background-color: #0080ff;
|
|
34293
34033
|
}
|
|
34294
34034
|
|
|
34295
|
-
.
|
|
34296
|
-
|
|
34035
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34036
|
+
background-color: #f0483e;
|
|
34297
34037
|
}
|
|
34298
34038
|
|
|
34299
|
-
.
|
|
34300
|
-
|
|
34301
|
-
min-width: var(--item-min-width);
|
|
34039
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34040
|
+
background-color: #fea008;
|
|
34302
34041
|
}
|
|
34303
34042
|
|
|
34304
|
-
.
|
|
34305
|
-
|
|
34306
|
-
min-width: var(--item-min-width);
|
|
34043
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34044
|
+
background-color: #00ba5d;
|
|
34307
34045
|
}
|
|
34308
34046
|
|
|
34309
|
-
.
|
|
34310
|
-
|
|
34311
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34047
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34048
|
+
background-color: #6b7d99;
|
|
34312
34049
|
}
|
|
34313
34050
|
|
|
34314
|
-
.
|
|
34315
|
-
|
|
34051
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34052
|
+
background-color: #7E41FF;
|
|
34316
34053
|
}
|
|
34317
34054
|
|
|
34318
|
-
.
|
|
34319
|
-
width:
|
|
34320
|
-
|
|
34055
|
+
.E_s1qj66nc {
|
|
34056
|
+
width: 8px;
|
|
34057
|
+
height: 8px;
|
|
34058
|
+
border-radius: 50%;
|
|
34059
|
+
display: inline-block;
|
|
34321
34060
|
}
|
|
34322
34061
|
|
|
34323
|
-
.
|
|
34324
|
-
|
|
34062
|
+
.E_s5x1boq {
|
|
34063
|
+
width: 8px;
|
|
34064
|
+
height: 8px;
|
|
34065
|
+
border-radius: 2px;
|
|
34066
|
+
display: inline-block;
|
|
34325
34067
|
}
|
|
34326
34068
|
|
|
34327
|
-
.
|
|
34328
|
-
color:
|
|
34069
|
+
.E_c1xm185 {
|
|
34070
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34329
34071
|
}
|
|
34330
34072
|
|
|
34331
|
-
.
|
|
34332
|
-
|
|
34073
|
+
.E_c1x5l5qc {
|
|
34074
|
+
flex: 1;
|
|
34333
34075
|
}
|
|
34334
34076
|
|
|
34335
|
-
.
|
|
34336
|
-
|
|
34337
|
-
border-radius:
|
|
34338
|
-
|
|
34339
|
-
|
|
34340
|
-
align-items: center;
|
|
34077
|
+
.E_sddwhm6 {
|
|
34078
|
+
margin: 0;
|
|
34079
|
+
border-radius: 20px;
|
|
34080
|
+
padding: 2px 10px;
|
|
34081
|
+
height: 22px;
|
|
34341
34082
|
}
|
|
34342
34083
|
|
|
34343
|
-
.
|
|
34344
|
-
|
|
34345
|
-
white-space: nowrap;
|
|
34084
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34085
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34346
34086
|
}
|
|
34347
34087
|
|
|
34348
|
-
.
|
|
34349
|
-
|
|
34350
|
-
line-height: 20px;
|
|
34351
|
-
max-width: 100%;
|
|
34352
|
-
padding-right: 0;
|
|
34088
|
+
.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 {
|
|
34089
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34353
34090
|
}
|
|
34354
34091
|
|
|
34355
|
-
.
|
|
34356
|
-
|
|
34092
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34093
|
+
color: #00122e;
|
|
34357
34094
|
}
|
|
34358
34095
|
|
|
34359
|
-
.
|
|
34360
|
-
|
|
34361
|
-
display: inline-flex;
|
|
34362
|
-
align-items: center;
|
|
34363
|
-
justify-content: center;
|
|
34364
|
-
column-gap: 4px;
|
|
34096
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34097
|
+
margin-right: 6px;
|
|
34365
34098
|
}
|
|
34366
34099
|
|
|
34367
|
-
.
|
|
34368
|
-
|
|
34369
|
-
|
|
34370
|
-
width: 18px;
|
|
34371
|
-
height: 18px;
|
|
34372
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34373
|
-
justify-content: center;
|
|
34100
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34101
|
+
margin-left: 8px;
|
|
34102
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34374
34103
|
}
|
|
34375
34104
|
|
|
34376
|
-
.
|
|
34377
|
-
|
|
34378
|
-
display: flex;
|
|
34379
|
-
align-items: center;
|
|
34380
|
-
justify-content: center;
|
|
34381
|
-
column-gap: 6px;
|
|
34382
|
-
font-size: 13px;
|
|
34105
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34106
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34383
34107
|
}
|
|
34384
34108
|
|
|
34385
|
-
.
|
|
34386
|
-
|
|
34387
|
-
|
|
34388
|
-
|
|
34389
|
-
|
|
34390
|
-
color: rgba(
|
|
34391
|
-
|
|
34109
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34110
|
+
background-color: #0080ff;
|
|
34111
|
+
}
|
|
34112
|
+
|
|
34113
|
+
.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 {
|
|
34114
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34115
|
+
}
|
|
34116
|
+
|
|
34117
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34118
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34119
|
+
}
|
|
34120
|
+
|
|
34121
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34122
|
+
background-color: #f0483e;
|
|
34123
|
+
}
|
|
34124
|
+
|
|
34125
|
+
.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 {
|
|
34126
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34127
|
+
}
|
|
34128
|
+
|
|
34129
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34130
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34131
|
+
}
|
|
34132
|
+
|
|
34133
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34134
|
+
background-color: #fea008;
|
|
34135
|
+
}
|
|
34136
|
+
|
|
34137
|
+
.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 {
|
|
34138
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34139
|
+
}
|
|
34140
|
+
|
|
34141
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34142
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34143
|
+
}
|
|
34144
|
+
|
|
34145
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34146
|
+
background-color: #00ba5d;
|
|
34147
|
+
}
|
|
34148
|
+
|
|
34149
|
+
.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 {
|
|
34150
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34151
|
+
}
|
|
34152
|
+
|
|
34153
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34154
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34155
|
+
}
|
|
34156
|
+
|
|
34157
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34158
|
+
background-color: #6b7d99;
|
|
34159
|
+
}
|
|
34160
|
+
|
|
34161
|
+
.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 {
|
|
34162
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34163
|
+
}
|
|
34164
|
+
|
|
34165
|
+
.E_satwmqm {
|
|
34166
|
+
width: 8px;
|
|
34167
|
+
height: 8px;
|
|
34168
|
+
border-radius: 50%;
|
|
34169
|
+
display: inline-block;
|
|
34392
34170
|
}
|
|
34393
34171
|
|
|
34394
34172
|
.E_tc97u5y {
|
|
@@ -34843,96 +34621,313 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34843
34621
|
background: #fff;
|
|
34844
34622
|
}
|
|
34845
34623
|
|
|
34846
|
-
.
|
|
34847
|
-
|
|
34624
|
+
.E_sjob3jg {
|
|
34625
|
+
--item-min-width: 60px;
|
|
34848
34626
|
}
|
|
34849
34627
|
|
|
34850
|
-
.
|
|
34851
|
-
|
|
34852
|
-
padding-right: 4px;
|
|
34853
|
-
margin-right: 4px;
|
|
34628
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34629
|
+
display: none !important;
|
|
34854
34630
|
}
|
|
34855
34631
|
|
|
34856
|
-
.
|
|
34857
|
-
|
|
34858
|
-
height: 18px;
|
|
34632
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34633
|
+
flex-shrink: 0 !important;
|
|
34859
34634
|
}
|
|
34860
34635
|
|
|
34861
|
-
.
|
|
34862
|
-
|
|
34863
|
-
height: 24px;
|
|
34636
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34637
|
+
color: #0080ff;
|
|
34864
34638
|
}
|
|
34865
34639
|
|
|
34866
|
-
.
|
|
34867
|
-
|
|
34640
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34641
|
+
color: #0080ff;
|
|
34642
|
+
font-weight: normal;
|
|
34868
34643
|
}
|
|
34869
34644
|
|
|
34870
|
-
.
|
|
34871
|
-
|
|
34872
|
-
height: 16px;
|
|
34645
|
+
.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 {
|
|
34646
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34873
34647
|
}
|
|
34874
34648
|
|
|
34875
|
-
.
|
|
34876
|
-
font-weight: 700;
|
|
34649
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34877
34650
|
color: #00122e;
|
|
34878
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34879
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34880
|
-
word-break: break-all;
|
|
34881
|
-
display: inline;
|
|
34882
|
-
white-space: normal;
|
|
34883
34651
|
}
|
|
34884
34652
|
|
|
34885
|
-
.
|
|
34886
|
-
|
|
34887
|
-
height: 16px;
|
|
34653
|
+
.E_sjob3jg .step-item-text {
|
|
34654
|
+
display: inline-block;
|
|
34888
34655
|
}
|
|
34889
34656
|
|
|
34890
|
-
.
|
|
34891
|
-
|
|
34892
|
-
|
|
34657
|
+
.E_sjob3jg .step-item-title {
|
|
34658
|
+
overflow: hidden;
|
|
34659
|
+
white-space: nowrap;
|
|
34660
|
+
text-overflow: ellipsis;
|
|
34893
34661
|
}
|
|
34894
34662
|
|
|
34895
|
-
.
|
|
34896
|
-
|
|
34897
|
-
line-height: 32px;
|
|
34898
|
-
height: 32px;
|
|
34899
|
-
margin-bottom: 0;
|
|
34663
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34664
|
+
min-width: var(--item-min-width);
|
|
34900
34665
|
}
|
|
34901
34666
|
|
|
34902
|
-
.
|
|
34903
|
-
|
|
34667
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34668
|
+
cursor: not-allowed !important;
|
|
34904
34669
|
}
|
|
34905
34670
|
|
|
34906
|
-
.
|
|
34907
|
-
|
|
34671
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34672
|
+
flex-direction: row;
|
|
34673
|
+
justify-content: stretch;
|
|
34908
34674
|
}
|
|
34909
34675
|
|
|
34910
|
-
.
|
|
34911
|
-
|
|
34676
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34677
|
+
padding: 0;
|
|
34678
|
+
margin-right: 4px;
|
|
34679
|
+
flex: 1;
|
|
34680
|
+
overflow: visible;
|
|
34912
34681
|
}
|
|
34913
34682
|
|
|
34914
|
-
.
|
|
34915
|
-
|
|
34683
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34684
|
+
width: 100%;
|
|
34685
|
+
min-height: unset;
|
|
34916
34686
|
}
|
|
34917
34687
|
|
|
34918
|
-
.
|
|
34919
|
-
|
|
34688
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34689
|
+
height: 26px;
|
|
34690
|
+
line-height: 26px;
|
|
34691
|
+
width: 100%;
|
|
34692
|
+
padding: 0;
|
|
34693
|
+
font-size: 12px;
|
|
34920
34694
|
}
|
|
34921
34695
|
|
|
34922
|
-
.
|
|
34923
|
-
margin-
|
|
34924
|
-
color: #00122e;
|
|
34696
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34697
|
+
margin-right: 10px;
|
|
34925
34698
|
}
|
|
34926
34699
|
|
|
34927
|
-
.
|
|
34928
|
-
|
|
34929
|
-
margin-right: 6px;
|
|
34700
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34701
|
+
display: none;
|
|
34930
34702
|
}
|
|
34931
34703
|
|
|
34932
|
-
.
|
|
34933
|
-
|
|
34934
|
-
|
|
34935
|
-
|
|
34704
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34705
|
+
padding-left: 8px;
|
|
34706
|
+
padding-right: 4px;
|
|
34707
|
+
border-radius: 4px 0 0 4px;
|
|
34708
|
+
}
|
|
34709
|
+
|
|
34710
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34711
|
+
margin-right: 0;
|
|
34712
|
+
}
|
|
34713
|
+
|
|
34714
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34715
|
+
padding-right: 8px;
|
|
34716
|
+
padding-left: 12px;
|
|
34717
|
+
border-radius: 0 4px 4px 0;
|
|
34718
|
+
}
|
|
34719
|
+
|
|
34720
|
+
.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 {
|
|
34721
|
+
content: "";
|
|
34722
|
+
width: 0;
|
|
34723
|
+
height: 0;
|
|
34724
|
+
border: 13px solid transparent;
|
|
34725
|
+
position: absolute;
|
|
34726
|
+
top: 0;
|
|
34727
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34728
|
+
z-index: 2;
|
|
34729
|
+
position: relative;
|
|
34730
|
+
top: -50%;
|
|
34731
|
+
right: -100%;
|
|
34732
|
+
}
|
|
34733
|
+
|
|
34734
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34735
|
+
padding: 0 4px 0 12px;
|
|
34736
|
+
}
|
|
34737
|
+
|
|
34738
|
+
.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 {
|
|
34739
|
+
content: "";
|
|
34740
|
+
width: 0;
|
|
34741
|
+
height: 0;
|
|
34742
|
+
border: 13px solid transparent;
|
|
34743
|
+
position: absolute;
|
|
34744
|
+
top: 0;
|
|
34745
|
+
border-left: 8px solid #fff;
|
|
34746
|
+
left: 0;
|
|
34747
|
+
}
|
|
34748
|
+
|
|
34749
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34750
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34751
|
+
}
|
|
34752
|
+
|
|
34753
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
34754
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34755
|
+
}
|
|
34756
|
+
|
|
34757
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34758
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34759
|
+
}
|
|
34760
|
+
|
|
34761
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34762
|
+
cursor: pointer;
|
|
34763
|
+
min-width: var(--item-min-width);
|
|
34764
|
+
}
|
|
34765
|
+
|
|
34766
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34767
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34768
|
+
min-width: var(--item-min-width);
|
|
34769
|
+
}
|
|
34770
|
+
|
|
34771
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34772
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34773
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34774
|
+
}
|
|
34775
|
+
|
|
34776
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34777
|
+
padding: 0;
|
|
34778
|
+
}
|
|
34779
|
+
|
|
34780
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34781
|
+
width: 192px;
|
|
34782
|
+
row-gap: 2px;
|
|
34783
|
+
}
|
|
34784
|
+
|
|
34785
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34786
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34787
|
+
}
|
|
34788
|
+
|
|
34789
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34790
|
+
color: #00122e !important;
|
|
34791
|
+
}
|
|
34792
|
+
|
|
34793
|
+
.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 {
|
|
34794
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34795
|
+
}
|
|
34796
|
+
|
|
34797
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34798
|
+
padding: 0 8px;
|
|
34799
|
+
border-radius: 4px;
|
|
34800
|
+
height: 32px;
|
|
34801
|
+
display: flex;
|
|
34802
|
+
align-items: center;
|
|
34803
|
+
}
|
|
34804
|
+
|
|
34805
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34806
|
+
min-height: auto;
|
|
34807
|
+
white-space: nowrap;
|
|
34808
|
+
}
|
|
34809
|
+
|
|
34810
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34811
|
+
font-size: 13px;
|
|
34812
|
+
line-height: 20px;
|
|
34813
|
+
max-width: 100%;
|
|
34814
|
+
padding-right: 0;
|
|
34815
|
+
}
|
|
34816
|
+
|
|
34817
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34818
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34819
|
+
}
|
|
34820
|
+
|
|
34821
|
+
.E_h6l1tj4 {
|
|
34822
|
+
width: 100%;
|
|
34823
|
+
display: inline-flex;
|
|
34824
|
+
align-items: center;
|
|
34825
|
+
justify-content: center;
|
|
34826
|
+
column-gap: 4px;
|
|
34827
|
+
}
|
|
34828
|
+
|
|
34829
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34830
|
+
display: inline-flex;
|
|
34831
|
+
align-items: center;
|
|
34832
|
+
width: 18px;
|
|
34833
|
+
height: 18px;
|
|
34834
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34835
|
+
justify-content: center;
|
|
34836
|
+
}
|
|
34837
|
+
|
|
34838
|
+
.E_v18frne8 {
|
|
34839
|
+
width: 100%;
|
|
34840
|
+
display: flex;
|
|
34841
|
+
align-items: center;
|
|
34842
|
+
justify-content: center;
|
|
34843
|
+
column-gap: 6px;
|
|
34844
|
+
font-size: 13px;
|
|
34845
|
+
}
|
|
34846
|
+
|
|
34847
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34848
|
+
display: inline-flex;
|
|
34849
|
+
align-items: center;
|
|
34850
|
+
min-width: 20px;
|
|
34851
|
+
min-height: 20px;
|
|
34852
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34853
|
+
justify-content: center;
|
|
34854
|
+
}
|
|
34855
|
+
|
|
34856
|
+
.E_slr2ynn {
|
|
34857
|
+
padding: 0 8px;
|
|
34858
|
+
height: 18px;
|
|
34859
|
+
}
|
|
34860
|
+
|
|
34861
|
+
.E_m140wbb6 {
|
|
34862
|
+
padding: 2px 8px;
|
|
34863
|
+
height: 24px;
|
|
34864
|
+
}
|
|
34865
|
+
|
|
34866
|
+
.E_t1fozc1i {
|
|
34867
|
+
margin: 0;
|
|
34868
|
+
}
|
|
34869
|
+
|
|
34870
|
+
.E_i1vxv4ln {
|
|
34871
|
+
margin-right: 4px;
|
|
34872
|
+
height: 16px;
|
|
34873
|
+
}
|
|
34874
|
+
|
|
34875
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34876
|
+
font-weight: 700;
|
|
34877
|
+
color: #00122e;
|
|
34878
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34879
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34880
|
+
word-break: break-all;
|
|
34881
|
+
display: inline;
|
|
34882
|
+
white-space: normal;
|
|
34883
|
+
}
|
|
34884
|
+
|
|
34885
|
+
.E_t1dtlqs1 {
|
|
34886
|
+
margin-bottom: 4px;
|
|
34887
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34888
|
+
}
|
|
34889
|
+
|
|
34890
|
+
.E_s1ese5oy {
|
|
34891
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34892
|
+
line-height: 32px;
|
|
34893
|
+
height: 32px;
|
|
34894
|
+
margin-bottom: 0;
|
|
34895
|
+
}
|
|
34896
|
+
|
|
34897
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34898
|
+
color: #0080ff;
|
|
34899
|
+
}
|
|
34900
|
+
|
|
34901
|
+
.E_s1ese5oy.warning {
|
|
34902
|
+
color: #ffa500;
|
|
34903
|
+
}
|
|
34904
|
+
|
|
34905
|
+
.E_s1ese5oy.success {
|
|
34906
|
+
color: #00ba5d;
|
|
34907
|
+
}
|
|
34908
|
+
|
|
34909
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34910
|
+
color: #f0483e;
|
|
34911
|
+
}
|
|
34912
|
+
|
|
34913
|
+
.E_s1ese5oy.normal {
|
|
34914
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34915
|
+
}
|
|
34916
|
+
|
|
34917
|
+
.E_b1ibis43 {
|
|
34918
|
+
margin-bottom: 0;
|
|
34919
|
+
color: #00122e;
|
|
34920
|
+
}
|
|
34921
|
+
|
|
34922
|
+
.E_b11xxjd2 {
|
|
34923
|
+
line-height: 32px;
|
|
34924
|
+
margin-right: 6px;
|
|
34925
|
+
}
|
|
34926
|
+
|
|
34927
|
+
.E_bsub5bw.with-description {
|
|
34928
|
+
height: 24px;
|
|
34929
|
+
flex: 1;
|
|
34930
|
+
position: relative;
|
|
34936
34931
|
top: -7px;
|
|
34937
34932
|
}
|
|
34938
34933
|
|
|
@@ -35120,6 +35115,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35120
35115
|
margin-right: 8px;
|
|
35121
35116
|
}
|
|
35122
35117
|
|
|
35118
|
+
.E_i1g85yz3 {
|
|
35119
|
+
margin-right: 4px;
|
|
35120
|
+
height: 16px;
|
|
35121
|
+
}
|
|
35122
|
+
|
|
35123
35123
|
.E_t13ef470 {
|
|
35124
35124
|
height: 100%;
|
|
35125
35125
|
}
|
|
@@ -35157,7 +35157,7 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35157
35157
|
background: rgba(163, 180, 204, 0.18);
|
|
35158
35158
|
}
|
|
35159
35159
|
|
|
35160
|
-
.
|
|
35160
|
+
.E_b1jaupqb {
|
|
35161
35161
|
color: #F0483E;
|
|
35162
35162
|
}
|
|
35163
35163
|
|
|
@@ -35191,48 +35191,20 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35191
35191
|
left: 100%;
|
|
35192
35192
|
}
|
|
35193
35193
|
}
|
|
35194
|
-
.
|
|
35195
|
-
|
|
35196
|
-
|
|
35197
|
-
|
|
35198
|
-
padding: 8px 0;
|
|
35199
|
-
display: flex;
|
|
35200
|
-
justify-content: center;
|
|
35201
|
-
white-space: pre-wrap;
|
|
35202
|
-
align-items: center;
|
|
35194
|
+
.E_t59qhqp {
|
|
35195
|
+
background: #FFFFFF;
|
|
35196
|
+
padding: 24px 32px;
|
|
35197
|
+
border-radius: 8px;
|
|
35203
35198
|
}
|
|
35204
35199
|
|
|
35205
|
-
.
|
|
35206
|
-
|
|
35207
|
-
|
|
35200
|
+
.E_t59qhqp .ant-timeline-item {
|
|
35201
|
+
margin-bottom: 16px;
|
|
35202
|
+
padding-bottom: 0px;
|
|
35208
35203
|
}
|
|
35209
35204
|
|
|
35210
|
-
.
|
|
35211
|
-
|
|
35212
|
-
|
|
35213
|
-
|
|
35214
|
-
.E_i12w18eu {
|
|
35215
|
-
background: #0080FF;
|
|
35216
|
-
}
|
|
35217
|
-
|
|
35218
|
-
.E_wujsnt4 {
|
|
35219
|
-
background-color: #E07F00;
|
|
35220
|
-
}
|
|
35221
|
-
|
|
35222
|
-
.E_t59qhqp {
|
|
35223
|
-
background: #FFFFFF;
|
|
35224
|
-
padding: 24px 32px;
|
|
35225
|
-
border-radius: 8px;
|
|
35226
|
-
}
|
|
35227
|
-
|
|
35228
|
-
.E_t59qhqp .ant-timeline-item {
|
|
35229
|
-
margin-bottom: 16px;
|
|
35230
|
-
padding-bottom: 0px;
|
|
35231
|
-
}
|
|
35232
|
-
|
|
35233
|
-
.E_t59qhqp .ant-timeline-item-last,
|
|
35234
|
-
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35235
|
-
margin-bottom: 0;
|
|
35205
|
+
.E_t59qhqp .ant-timeline-item-last,
|
|
35206
|
+
.E_t59qhqp .compact.ant-timeline-item-last {
|
|
35207
|
+
margin-bottom: 0;
|
|
35236
35208
|
}
|
|
35237
35209
|
|
|
35238
35210
|
.E_t59qhqp .compact.ant-timeline-item {
|
|
@@ -35273,6 +35245,34 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35273
35245
|
color: #00122E;
|
|
35274
35246
|
}
|
|
35275
35247
|
|
|
35248
|
+
.E_bpgac8u {
|
|
35249
|
+
color: #FFFFFF;
|
|
35250
|
+
display: flex;
|
|
35251
|
+
gap: 8px;
|
|
35252
|
+
padding: 8px 0;
|
|
35253
|
+
display: flex;
|
|
35254
|
+
justify-content: center;
|
|
35255
|
+
white-space: pre-wrap;
|
|
35256
|
+
align-items: center;
|
|
35257
|
+
}
|
|
35258
|
+
|
|
35259
|
+
.E_bpgac8u .dashed-btn {
|
|
35260
|
+
border-bottom: 1px solid white;
|
|
35261
|
+
cursor: pointer;
|
|
35262
|
+
}
|
|
35263
|
+
|
|
35264
|
+
.E_envn4g3 {
|
|
35265
|
+
background: #F0483E;
|
|
35266
|
+
}
|
|
35267
|
+
|
|
35268
|
+
.E_i12w18eu {
|
|
35269
|
+
background: #0080FF;
|
|
35270
|
+
}
|
|
35271
|
+
|
|
35272
|
+
.E_wujsnt4 {
|
|
35273
|
+
background-color: #E07F00;
|
|
35274
|
+
}
|
|
35275
|
+
|
|
35276
35276
|
.E_t1616y1o {
|
|
35277
35277
|
color: #fff;
|
|
35278
35278
|
}
|
|
@@ -35386,149 +35386,71 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35386
35386
|
transform: translateX(100%);
|
|
35387
35387
|
}
|
|
35388
35388
|
}
|
|
35389
|
-
.
|
|
35390
|
-
|
|
35391
|
-
height: 246px;
|
|
35392
|
-
border-radius: 4px;
|
|
35393
|
-
}
|
|
35394
|
-
|
|
35395
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35396
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35397
|
-
width: 100%;
|
|
35398
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35399
|
-
border-top: none;
|
|
35400
|
-
}
|
|
35401
|
-
|
|
35402
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35403
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35404
|
-
padding: 0 16px;
|
|
35405
|
-
}
|
|
35406
|
-
|
|
35407
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35408
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35389
|
+
.E_c18bcrac {
|
|
35390
|
+
display: inline-block;
|
|
35409
35391
|
width: 100%;
|
|
35410
|
-
height: 180px;
|
|
35411
|
-
border-spacing: 0;
|
|
35412
|
-
}
|
|
35413
|
-
|
|
35414
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35415
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35416
|
-
margin-bottom: 8px;
|
|
35417
|
-
}
|
|
35418
|
-
|
|
35419
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35420
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35421
|
-
width: 22px;
|
|
35422
|
-
}
|
|
35423
|
-
|
|
35424
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35425
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35426
|
-
padding: 0;
|
|
35427
|
-
}
|
|
35428
|
-
|
|
35429
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
35430
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35431
|
-
opacity: 0.4;
|
|
35432
35392
|
}
|
|
35433
35393
|
|
|
35434
|
-
.
|
|
35435
|
-
|
|
35436
|
-
opacity: 1;
|
|
35437
|
-
}
|
|
35438
|
-
|
|
35439
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35440
|
-
color: #3e4652;
|
|
35394
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35395
|
+
margin-left: 4px;
|
|
35441
35396
|
}
|
|
35442
35397
|
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35398
|
+
.E_cro7kg2 {
|
|
35399
|
+
padding: 4px;
|
|
35445
35400
|
}
|
|
35446
35401
|
|
|
35447
|
-
.
|
|
35448
|
-
color:
|
|
35449
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35450
|
-
backdrop-filter: blur(10px);
|
|
35451
|
-
padding: 7px 10px;
|
|
35402
|
+
.E_cro7kg2 .unit {
|
|
35403
|
+
color: white;
|
|
35452
35404
|
}
|
|
35453
35405
|
|
|
35454
|
-
.
|
|
35455
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35406
|
+
.E_c14wcxf0 {
|
|
35456
35407
|
display: flex;
|
|
35457
35408
|
justify-content: space-between;
|
|
35458
35409
|
align-items: center;
|
|
35459
|
-
|
|
35460
|
-
|
|
35461
|
-
|
|
35462
|
-
|
|
35463
|
-
cursor: pointer;
|
|
35464
|
-
}
|
|
35465
|
-
|
|
35466
|
-
.E_c167wnad .anticon:hover {
|
|
35467
|
-
color: #0096ff;
|
|
35410
|
+
font-size: 13px;
|
|
35411
|
+
line-height: 24px;
|
|
35412
|
+
color: #cccccc;
|
|
35413
|
+
white-space: nowrap;
|
|
35468
35414
|
}
|
|
35469
35415
|
|
|
35470
|
-
.
|
|
35471
|
-
|
|
35416
|
+
.E_c14wcxf0 label {
|
|
35417
|
+
margin-right: 32px;
|
|
35472
35418
|
}
|
|
35473
35419
|
|
|
35474
|
-
.
|
|
35475
|
-
|
|
35476
|
-
|
|
35420
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35421
|
+
font-weight: bold;
|
|
35422
|
+
color: white;
|
|
35477
35423
|
}
|
|
35478
35424
|
|
|
35479
|
-
.
|
|
35425
|
+
.E_s11212zy {
|
|
35426
|
+
width: 8px;
|
|
35427
|
+
height: 8px;
|
|
35428
|
+
border-radius: 2px;
|
|
35480
35429
|
display: inline-block;
|
|
35481
|
-
|
|
35482
|
-
|
|
35483
|
-
|
|
35484
|
-
|
|
35430
|
+
background: var(--s11212zy-0);
|
|
35431
|
+
border: 1px solid #fff;
|
|
35432
|
+
box-sizing: content-box;
|
|
35433
|
+
margin-right: 6px;
|
|
35485
35434
|
}
|
|
35486
35435
|
|
|
35487
|
-
.
|
|
35488
|
-
|
|
35436
|
+
.E_p1lyky6c > :first-child {
|
|
35437
|
+
font-weight: bold;
|
|
35438
|
+
color: white;
|
|
35439
|
+
margin-right: 4px;
|
|
35489
35440
|
}
|
|
35490
35441
|
|
|
35491
|
-
.
|
|
35492
|
-
|
|
35493
|
-
|
|
35494
|
-
background: #0096ff;
|
|
35442
|
+
.E_skwah65 {
|
|
35443
|
+
height: 8px;
|
|
35444
|
+
box-sizing: border-box;
|
|
35495
35445
|
border-radius: 2px;
|
|
35496
|
-
|
|
35497
|
-
|
|
35498
|
-
span.E_tqjc4ui {
|
|
35499
|
-
margin: 0 2px;
|
|
35500
|
-
}
|
|
35501
|
-
|
|
35502
|
-
.E_gmyahx3 {
|
|
35503
|
-
cursor: pointer;
|
|
35504
|
-
}
|
|
35505
|
-
|
|
35506
|
-
.E_gmyahx3 .link-text {
|
|
35507
|
-
color: rgba(0, 21, 64, 0.3);
|
|
35508
|
-
}
|
|
35509
|
-
|
|
35510
|
-
.E_gmyahx3:hover .link-text {
|
|
35511
|
-
color: #0080ff;
|
|
35512
|
-
}
|
|
35513
|
-
|
|
35514
|
-
.E_n12mqh7z {
|
|
35446
|
+
background: #f5f7fa;
|
|
35515
35447
|
display: flex;
|
|
35516
|
-
|
|
35517
|
-
|
|
35518
|
-
line-height: 18px;
|
|
35519
|
-
}
|
|
35520
|
-
|
|
35521
|
-
.E_n12mqh7z:not(:last-child) {
|
|
35522
|
-
margin-bottom: 4px;
|
|
35523
|
-
}
|
|
35524
|
-
|
|
35525
|
-
.E_tf5bynu {
|
|
35526
|
-
margin: 0 3px;
|
|
35448
|
+
width: 100%;
|
|
35449
|
+
overflow: hidden;
|
|
35527
35450
|
}
|
|
35528
35451
|
|
|
35529
|
-
.
|
|
35530
|
-
|
|
35531
|
-
overflow: auto;
|
|
35452
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35453
|
+
margin-left: 1px;
|
|
35532
35454
|
}
|
|
35533
35455
|
|
|
35534
35456
|
.E_s1ebs0ra {
|
|
@@ -35602,403 +35524,293 @@ span.E_tqjc4ui {
|
|
|
35602
35524
|
background: #fff;
|
|
35603
35525
|
}
|
|
35604
35526
|
|
|
35605
|
-
.
|
|
35606
|
-
|
|
35527
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35528
|
+
display: flex;
|
|
35529
|
+
align-items: center;
|
|
35607
35530
|
}
|
|
35608
35531
|
|
|
35609
|
-
.
|
|
35610
|
-
|
|
35532
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35533
|
+
margin-right: 8px;
|
|
35611
35534
|
}
|
|
35612
35535
|
|
|
35613
|
-
.
|
|
35614
|
-
|
|
35536
|
+
.E_gmyahx3 {
|
|
35537
|
+
cursor: pointer;
|
|
35615
35538
|
}
|
|
35616
35539
|
|
|
35617
|
-
.
|
|
35618
|
-
|
|
35540
|
+
.E_gmyahx3 .link-text {
|
|
35541
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35619
35542
|
}
|
|
35620
35543
|
|
|
35621
|
-
.
|
|
35622
|
-
|
|
35544
|
+
.E_gmyahx3:hover .link-text {
|
|
35545
|
+
color: #0080ff;
|
|
35623
35546
|
}
|
|
35624
35547
|
|
|
35625
|
-
.
|
|
35626
|
-
|
|
35548
|
+
span.E_tqjc4ui {
|
|
35549
|
+
margin: 0 2px;
|
|
35627
35550
|
}
|
|
35628
35551
|
|
|
35629
|
-
.
|
|
35630
|
-
|
|
35552
|
+
.E_n12mqh7z {
|
|
35553
|
+
display: flex;
|
|
35554
|
+
align-items: center;
|
|
35555
|
+
font-size: 12px;
|
|
35556
|
+
line-height: 18px;
|
|
35631
35557
|
}
|
|
35632
35558
|
|
|
35633
|
-
.
|
|
35634
|
-
|
|
35559
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35560
|
+
margin-bottom: 4px;
|
|
35635
35561
|
}
|
|
35636
35562
|
|
|
35637
|
-
.
|
|
35638
|
-
|
|
35639
|
-
justify-content: space-between;
|
|
35563
|
+
.E_tf5bynu {
|
|
35564
|
+
margin: 0 3px;
|
|
35640
35565
|
}
|
|
35641
35566
|
|
|
35642
|
-
.
|
|
35643
|
-
|
|
35644
|
-
overflow:
|
|
35645
|
-
text-overflow: ellipsis;
|
|
35567
|
+
.E_tcckoz1 {
|
|
35568
|
+
max-height: 400px;
|
|
35569
|
+
overflow: auto;
|
|
35646
35570
|
}
|
|
35647
35571
|
|
|
35648
|
-
.
|
|
35649
|
-
|
|
35650
|
-
|
|
35651
|
-
|
|
35652
|
-
padding: 8px;
|
|
35653
|
-
min-height: 32px;
|
|
35654
|
-
}
|
|
35655
|
-
|
|
35656
|
-
.E_t4zczcp .table-title {
|
|
35657
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35658
|
-
font-weight: 600;
|
|
35659
|
-
font-size: 12px;
|
|
35660
|
-
line-height: 8px;
|
|
35661
|
-
}
|
|
35662
|
-
|
|
35663
|
-
.E_t4zczcp .edit-icon {
|
|
35664
|
-
font-size: 16px;
|
|
35665
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35666
|
-
cursor: pointer;
|
|
35667
|
-
}
|
|
35668
|
-
|
|
35669
|
-
.E_t1s7goww {
|
|
35670
|
-
font-size: 12px;
|
|
35671
|
-
line-height: 18px;
|
|
35672
|
-
}
|
|
35673
|
-
|
|
35674
|
-
.E_t93e4cf {
|
|
35675
|
-
display: flex;
|
|
35676
|
-
padding: 8px 0;
|
|
35677
|
-
color: #2d3a56;
|
|
35678
|
-
}
|
|
35679
|
-
|
|
35680
|
-
.E_t93e4cf .hidden {
|
|
35681
|
-
display: none;
|
|
35682
|
-
}
|
|
35683
|
-
|
|
35684
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35685
|
-
height: auto;
|
|
35572
|
+
.E_clm1wy1 {
|
|
35573
|
+
width: 192px;
|
|
35574
|
+
height: 246px;
|
|
35575
|
+
border-radius: 4px;
|
|
35686
35576
|
}
|
|
35687
35577
|
|
|
35688
|
-
.
|
|
35689
|
-
|
|
35690
|
-
overflow-x: auto;
|
|
35578
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35579
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35691
35580
|
width: 100%;
|
|
35692
|
-
|
|
35693
|
-
|
|
35694
|
-
|
|
35695
|
-
.E_t93e4cf .content .ant-btn {
|
|
35696
|
-
white-space: pre-wrap;
|
|
35697
|
-
text-align: left;
|
|
35698
|
-
}
|
|
35699
|
-
|
|
35700
|
-
.E_t93e4cf .content .unit-chart {
|
|
35701
|
-
justify-content: flex-start;
|
|
35581
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35582
|
+
border-top: none;
|
|
35702
35583
|
}
|
|
35703
35584
|
|
|
35704
|
-
.
|
|
35705
|
-
|
|
35706
|
-
|
|
35707
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35708
|
-
padding-right: 12px;
|
|
35585
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35586
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35587
|
+
padding: 0 16px;
|
|
35709
35588
|
}
|
|
35710
35589
|
|
|
35711
|
-
.
|
|
35712
|
-
|
|
35713
|
-
|
|
35590
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35591
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35592
|
+
width: 100%;
|
|
35593
|
+
height: 180px;
|
|
35594
|
+
border-spacing: 0;
|
|
35714
35595
|
}
|
|
35715
35596
|
|
|
35716
|
-
.
|
|
35717
|
-
|
|
35597
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35598
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35599
|
+
margin-bottom: 8px;
|
|
35718
35600
|
}
|
|
35719
35601
|
|
|
35720
|
-
.
|
|
35721
|
-
|
|
35722
|
-
|
|
35723
|
-
-webkit-box-orient: vertical;
|
|
35724
|
-
word-break: break-all;
|
|
35602
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35603
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35604
|
+
width: 22px;
|
|
35725
35605
|
}
|
|
35726
35606
|
|
|
35727
|
-
.
|
|
35728
|
-
|
|
35607
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35608
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35609
|
+
padding: 0;
|
|
35729
35610
|
}
|
|
35730
35611
|
|
|
35731
|
-
.
|
|
35732
|
-
|
|
35733
|
-
|
|
35612
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35613
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35614
|
+
opacity: 0.4;
|
|
35734
35615
|
}
|
|
35735
35616
|
|
|
35736
|
-
.
|
|
35737
|
-
|
|
35617
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35618
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35619
|
+
opacity: 1;
|
|
35738
35620
|
}
|
|
35739
35621
|
|
|
35740
|
-
.
|
|
35741
|
-
|
|
35742
|
-
box-sizing: border-box;
|
|
35743
|
-
border-radius: 2px;
|
|
35744
|
-
background: #f5f7fa;
|
|
35745
|
-
display: flex;
|
|
35746
|
-
width: 100%;
|
|
35747
|
-
overflow: hidden;
|
|
35622
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35623
|
+
color: #3e4652;
|
|
35748
35624
|
}
|
|
35749
35625
|
|
|
35750
|
-
.
|
|
35751
|
-
|
|
35626
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35627
|
+
pointer-events: none;
|
|
35752
35628
|
}
|
|
35753
35629
|
|
|
35754
|
-
.
|
|
35755
|
-
|
|
35756
|
-
|
|
35757
|
-
|
|
35758
|
-
|
|
35630
|
+
.E_t1tsm00v {
|
|
35631
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35632
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35633
|
+
backdrop-filter: blur(10px);
|
|
35634
|
+
padding: 7px 10px;
|
|
35759
35635
|
}
|
|
35760
35636
|
|
|
35761
|
-
.
|
|
35762
|
-
|
|
35637
|
+
.E_c167wnad {
|
|
35638
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35763
35639
|
display: flex;
|
|
35764
|
-
|
|
35765
|
-
|
|
35766
|
-
|
|
35767
|
-
.E_t160l1cm .tab-content {
|
|
35768
|
-
height: 100%;
|
|
35640
|
+
justify-content: space-between;
|
|
35641
|
+
align-items: center;
|
|
35642
|
+
padding: 8px 16px;
|
|
35769
35643
|
}
|
|
35770
35644
|
|
|
35771
|
-
.
|
|
35772
|
-
margin-right: 2px;
|
|
35773
|
-
padding: 1px 12px;
|
|
35774
|
-
line-height: 24px;
|
|
35775
|
-
height: 24px;
|
|
35776
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35777
|
-
border-radius: 4px 4px 0 0;
|
|
35645
|
+
.E_c167wnad .anticon {
|
|
35778
35646
|
cursor: pointer;
|
|
35779
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
35780
35647
|
}
|
|
35781
35648
|
|
|
35782
|
-
.
|
|
35783
|
-
|
|
35784
|
-
}
|
|
35785
|
-
|
|
35786
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
35787
|
-
padding-left: 12px;
|
|
35788
|
-
}
|
|
35789
|
-
|
|
35790
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
35791
|
-
color: #0080ff;
|
|
35792
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35793
|
-
}
|
|
35794
|
-
|
|
35795
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
35796
|
-
fill: #0080ff;
|
|
35797
|
-
}
|
|
35798
|
-
|
|
35799
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
35800
|
-
background: rgba(192, 203, 224, 0.6);
|
|
35801
|
-
}
|
|
35802
|
-
|
|
35803
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
35804
|
-
color: #0080ff;
|
|
35805
|
-
background: rgba(211, 218, 235, 0.6);
|
|
35806
|
-
}
|
|
35807
|
-
|
|
35808
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
35809
|
-
background: rgba(192, 203, 224, 0.6);
|
|
35810
|
-
}
|
|
35811
|
-
|
|
35812
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
35813
|
-
background: rgba(0, 128, 255, 0.16);
|
|
35814
|
-
}
|
|
35815
|
-
|
|
35816
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
35817
|
-
fill: #0080ff;
|
|
35818
|
-
}
|
|
35819
|
-
|
|
35820
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
35821
|
-
color: #0080ff;
|
|
35822
|
-
background: rgba(0, 128, 255, 0.1);
|
|
35823
|
-
}
|
|
35824
|
-
|
|
35825
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
35826
|
-
background: rgba(0, 128, 255, 0.16);
|
|
35827
|
-
}
|
|
35828
|
-
|
|
35829
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
35830
|
-
fill: #1d326c;
|
|
35831
|
-
}
|
|
35832
|
-
|
|
35833
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
35834
|
-
margin-left: 8px;
|
|
35835
|
-
height: 22px;
|
|
35649
|
+
.E_c167wnad .anticon:hover {
|
|
35650
|
+
color: #0096ff;
|
|
35836
35651
|
}
|
|
35837
35652
|
|
|
35838
|
-
.
|
|
35839
|
-
|
|
35653
|
+
.E_cxhf7dh {
|
|
35654
|
+
text-align: center;
|
|
35840
35655
|
}
|
|
35841
35656
|
|
|
35842
|
-
.
|
|
35843
|
-
padding: 0;
|
|
35657
|
+
.E_cxhf7dh .dots {
|
|
35844
35658
|
display: flex;
|
|
35845
|
-
|
|
35846
|
-
overflow: hidden;
|
|
35659
|
+
justify-content: center;
|
|
35847
35660
|
}
|
|
35848
35661
|
|
|
35849
|
-
.
|
|
35850
|
-
|
|
35851
|
-
|
|
35852
|
-
|
|
35662
|
+
.E_cxhf7dh .dot {
|
|
35663
|
+
display: inline-block;
|
|
35664
|
+
width: 2px;
|
|
35665
|
+
height: 2px;
|
|
35666
|
+
border-radius: 1px;
|
|
35667
|
+
background: #0096ff;
|
|
35853
35668
|
}
|
|
35854
35669
|
|
|
35855
|
-
.
|
|
35856
|
-
|
|
35857
|
-
position: relative;
|
|
35858
|
-
display: flex;
|
|
35670
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35671
|
+
margin-right: 2px;
|
|
35859
35672
|
}
|
|
35860
35673
|
|
|
35861
|
-
.
|
|
35862
|
-
|
|
35863
|
-
|
|
35864
|
-
|
|
35865
|
-
|
|
35866
|
-
transform: translate(-50%, -50%);
|
|
35867
|
-
transition: opacity 100ms linear;
|
|
35868
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
35674
|
+
.E_cxhf7dh .bar {
|
|
35675
|
+
width: 9px;
|
|
35676
|
+
height: 2px;
|
|
35677
|
+
background: #0096ff;
|
|
35678
|
+
border-radius: 2px;
|
|
35869
35679
|
}
|
|
35870
35680
|
|
|
35871
|
-
.
|
|
35872
|
-
|
|
35681
|
+
.E_ou7iq30 {
|
|
35682
|
+
overflow: hidden;
|
|
35683
|
+
text-overflow: ellipsis;
|
|
35873
35684
|
}
|
|
35874
35685
|
|
|
35875
|
-
.
|
|
35876
|
-
|
|
35877
|
-
display: inline-block;
|
|
35878
|
-
opacity: 1;
|
|
35879
|
-
max-width: 160px;
|
|
35686
|
+
.E_s1tui002 {
|
|
35687
|
+
white-space: nowrap;
|
|
35880
35688
|
}
|
|
35881
35689
|
|
|
35882
|
-
.
|
|
35883
|
-
|
|
35884
|
-
|
|
35690
|
+
.E_mxrc2zg {
|
|
35691
|
+
display: -webkit-box;
|
|
35692
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35693
|
+
-webkit-box-orient: vertical;
|
|
35694
|
+
word-break: break-all;
|
|
35885
35695
|
}
|
|
35886
35696
|
|
|
35887
|
-
.
|
|
35888
|
-
|
|
35697
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35698
|
+
display: none;
|
|
35889
35699
|
}
|
|
35890
35700
|
|
|
35891
|
-
.
|
|
35892
|
-
background: rgba(
|
|
35701
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35702
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35703
|
+
border-radius: 4px;
|
|
35893
35704
|
}
|
|
35894
35705
|
|
|
35895
|
-
.
|
|
35896
|
-
|
|
35706
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35707
|
+
visibility: hidden;
|
|
35897
35708
|
}
|
|
35898
35709
|
|
|
35899
|
-
.
|
|
35900
|
-
|
|
35901
|
-
height: 32px;
|
|
35902
|
-
border-radius: 6px 6px 0 0;
|
|
35710
|
+
.E_t1sqg15u {
|
|
35711
|
+
background: white;
|
|
35903
35712
|
}
|
|
35904
35713
|
|
|
35905
|
-
.
|
|
35906
|
-
|
|
35714
|
+
.E_t1sqg15u.inline .table-row {
|
|
35715
|
+
flex-direction: column;
|
|
35907
35716
|
}
|
|
35908
35717
|
|
|
35909
|
-
.
|
|
35910
|
-
padding
|
|
35718
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35719
|
+
padding: 0 16px 7px 0;
|
|
35911
35720
|
}
|
|
35912
35721
|
|
|
35913
|
-
.
|
|
35914
|
-
|
|
35915
|
-
height: 24px;
|
|
35722
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35723
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35916
35724
|
}
|
|
35917
35725
|
|
|
35918
|
-
.
|
|
35919
|
-
|
|
35726
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35727
|
+
border-top: none !important;
|
|
35920
35728
|
}
|
|
35921
35729
|
|
|
35922
|
-
.
|
|
35923
|
-
|
|
35730
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35731
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35924
35732
|
}
|
|
35925
35733
|
|
|
35926
|
-
.
|
|
35927
|
-
padding:
|
|
35734
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35735
|
+
padding-bottom: 0;
|
|
35928
35736
|
}
|
|
35929
35737
|
|
|
35930
|
-
.
|
|
35931
|
-
|
|
35738
|
+
.E_t1sqg15u.align-right .content {
|
|
35739
|
+
text-align: right;
|
|
35932
35740
|
}
|
|
35933
35741
|
|
|
35934
|
-
.
|
|
35935
|
-
|
|
35742
|
+
.E_t1sqg15u .uuid-row {
|
|
35743
|
+
display: flex;
|
|
35744
|
+
justify-content: space-between;
|
|
35936
35745
|
}
|
|
35937
35746
|
|
|
35938
|
-
.
|
|
35939
|
-
|
|
35940
|
-
|
|
35747
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35748
|
+
white-space: nowrap;
|
|
35749
|
+
overflow: hidden;
|
|
35750
|
+
text-overflow: ellipsis;
|
|
35941
35751
|
}
|
|
35942
35752
|
|
|
35943
|
-
.
|
|
35944
|
-
|
|
35753
|
+
.E_t4zczcp {
|
|
35754
|
+
display: flex;
|
|
35755
|
+
justify-content: space-between;
|
|
35756
|
+
align-items: center;
|
|
35757
|
+
padding: 8px;
|
|
35758
|
+
min-height: 32px;
|
|
35945
35759
|
}
|
|
35946
35760
|
|
|
35947
|
-
.
|
|
35948
|
-
color:
|
|
35761
|
+
.E_t4zczcp .table-title {
|
|
35762
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35763
|
+
font-weight: 600;
|
|
35764
|
+
font-size: 12px;
|
|
35765
|
+
line-height: 8px;
|
|
35949
35766
|
}
|
|
35950
35767
|
|
|
35951
|
-
.
|
|
35952
|
-
|
|
35768
|
+
.E_t4zczcp .edit-icon {
|
|
35769
|
+
font-size: 16px;
|
|
35770
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35771
|
+
cursor: pointer;
|
|
35953
35772
|
}
|
|
35954
35773
|
|
|
35955
|
-
.
|
|
35956
|
-
|
|
35774
|
+
.E_t1s7goww {
|
|
35775
|
+
font-size: 12px;
|
|
35776
|
+
line-height: 18px;
|
|
35957
35777
|
}
|
|
35958
35778
|
|
|
35959
|
-
.
|
|
35960
|
-
flex: 1;
|
|
35779
|
+
.E_t93e4cf {
|
|
35961
35780
|
display: flex;
|
|
35962
|
-
|
|
35963
|
-
|
|
35964
|
-
|
|
35965
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
35966
|
-
overflow: visible;
|
|
35781
|
+
padding: 8px 0;
|
|
35782
|
+
color: #2d3a56;
|
|
35967
35783
|
}
|
|
35968
35784
|
|
|
35969
|
-
.
|
|
35970
|
-
|
|
35971
|
-
animation: none;
|
|
35785
|
+
.E_t93e4cf .hidden {
|
|
35786
|
+
display: none;
|
|
35972
35787
|
}
|
|
35973
35788
|
|
|
35974
|
-
.
|
|
35975
|
-
|
|
35976
|
-
padding: 0;
|
|
35789
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35790
|
+
height: auto;
|
|
35977
35791
|
}
|
|
35978
35792
|
|
|
35979
|
-
.
|
|
35980
|
-
margin: 0;
|
|
35981
|
-
height: 32px;
|
|
35982
|
-
line-height: 32px;
|
|
35983
|
-
font-size: 13px;
|
|
35984
|
-
padding: 0 10px;
|
|
35985
|
-
display: block;
|
|
35793
|
+
.E_t93e4cf .content {
|
|
35986
35794
|
overflow: hidden;
|
|
35987
|
-
|
|
35988
|
-
|
|
35795
|
+
overflow-x: auto;
|
|
35796
|
+
width: 100%;
|
|
35797
|
+
white-space: pre-wrap;
|
|
35989
35798
|
}
|
|
35990
35799
|
|
|
35991
|
-
.
|
|
35992
|
-
|
|
35993
|
-
|
|
35994
|
-
width: calc(100% + 10px);
|
|
35995
|
-
background: rgba(172, 186, 211, 0.6);
|
|
35996
|
-
display: block;
|
|
35800
|
+
.E_t93e4cf .content .ant-btn {
|
|
35801
|
+
white-space: pre-wrap;
|
|
35802
|
+
text-align: left;
|
|
35997
35803
|
}
|
|
35998
35804
|
|
|
35999
|
-
.
|
|
36000
|
-
|
|
36001
|
-
|
|
35805
|
+
.E_t93e4cf .content .unit-chart {
|
|
35806
|
+
justify-content: flex-start;
|
|
35807
|
+
}
|
|
35808
|
+
|
|
35809
|
+
.E_rhz2uv5 {
|
|
35810
|
+
width: var(--rhz2uv5-0);
|
|
35811
|
+
flex-shrink: 0;
|
|
35812
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35813
|
+
padding-right: 12px;
|
|
36002
35814
|
}
|
|
36003
35815
|
|
|
36004
35816
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -36243,147 +36055,398 @@ span.E_tqjc4ui {
|
|
|
36243
36055
|
border-radius: 4px;
|
|
36244
36056
|
}
|
|
36245
36057
|
|
|
36246
|
-
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
36247
|
-
background: rgba(0, 128, 255, 0.1);
|
|
36248
|
-
color: #0096ff;
|
|
36058
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
36059
|
+
background: rgba(0, 128, 255, 0.1);
|
|
36060
|
+
color: #0096ff;
|
|
36061
|
+
}
|
|
36062
|
+
|
|
36063
|
+
.E_wpbf4pq {
|
|
36064
|
+
padding: 10px 0;
|
|
36065
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
36066
|
+
}
|
|
36067
|
+
|
|
36068
|
+
.E_wpbf4pq .ant-input,
|
|
36069
|
+
.E_wpbf4pq .ant-picker {
|
|
36070
|
+
width: 80px;
|
|
36071
|
+
margin: 0 9px;
|
|
36072
|
+
text-align: center;
|
|
36073
|
+
}
|
|
36074
|
+
|
|
36075
|
+
.E_wpbf4pq .options {
|
|
36076
|
+
padding: 12px 0 12px 16px;
|
|
36077
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
36078
|
+
margin: 5px 0 5px 8px;
|
|
36079
|
+
}
|
|
36080
|
+
|
|
36081
|
+
.E_wpbf4pq .week-day-option,
|
|
36082
|
+
.E_wpbf4pq .month-day-option {
|
|
36083
|
+
background: #f5f7fa;
|
|
36084
|
+
box-sizing: border-box;
|
|
36085
|
+
border-radius: 16px;
|
|
36086
|
+
margin-right: 8px;
|
|
36087
|
+
}
|
|
36088
|
+
|
|
36089
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
36090
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
36091
|
+
color: inherit;
|
|
36092
|
+
border-color: #d9d9d9;
|
|
36093
|
+
}
|
|
36094
|
+
|
|
36095
|
+
.E_wpbf4pq .week-day-option.active {
|
|
36096
|
+
background-color: #0096ff;
|
|
36097
|
+
border-color: #0096ff;
|
|
36098
|
+
color: #fff;
|
|
36099
|
+
}
|
|
36100
|
+
|
|
36101
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
36102
|
+
width: 110px;
|
|
36103
|
+
margin-top: 4px;
|
|
36104
|
+
}
|
|
36105
|
+
|
|
36106
|
+
.E_wpbf4pq .month-day-option {
|
|
36107
|
+
width: 32px;
|
|
36108
|
+
padding: 0;
|
|
36109
|
+
margin-bottom: 8px;
|
|
36110
|
+
}
|
|
36111
|
+
|
|
36112
|
+
.E_wpbf4pq .month-day-option.active {
|
|
36113
|
+
background-color: #0096ff;
|
|
36114
|
+
border-color: #0096ff;
|
|
36115
|
+
color: #fff;
|
|
36116
|
+
}
|
|
36117
|
+
|
|
36118
|
+
.E_wg1tsps {
|
|
36119
|
+
display: flex;
|
|
36120
|
+
align-items: center;
|
|
36121
|
+
justify-content: flex-end;
|
|
36122
|
+
}
|
|
36123
|
+
|
|
36124
|
+
.E_b1ctd5xy {
|
|
36125
|
+
display: flex;
|
|
36126
|
+
align-items: center;
|
|
36127
|
+
width: calc(100% - 40px);
|
|
36128
|
+
}
|
|
36129
|
+
|
|
36130
|
+
.E_b1ctd5xy .chart {
|
|
36131
|
+
display: inline-block;
|
|
36132
|
+
width: 100%;
|
|
36133
|
+
}
|
|
36134
|
+
|
|
36135
|
+
.E_u1p8acpn {
|
|
36136
|
+
min-width: 40px;
|
|
36137
|
+
}
|
|
36138
|
+
|
|
36139
|
+
.E_u1p8acpn .unit {
|
|
36140
|
+
color: #00122e !important;
|
|
36141
|
+
}
|
|
36142
|
+
|
|
36143
|
+
.E_t160l1cm {
|
|
36144
|
+
display: flex;
|
|
36145
|
+
flex-direction: column;
|
|
36146
|
+
flex: 1;
|
|
36147
|
+
/* FIXME:(yanzhen) do this better */
|
|
36148
|
+
}
|
|
36149
|
+
|
|
36150
|
+
.E_t160l1cm .tab-bar {
|
|
36151
|
+
flex-shrink: 0;
|
|
36152
|
+
display: flex;
|
|
36153
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
36154
|
+
}
|
|
36155
|
+
|
|
36156
|
+
.E_t160l1cm .tab-content {
|
|
36157
|
+
height: 100%;
|
|
36158
|
+
}
|
|
36159
|
+
|
|
36160
|
+
.E_t160l1cm .tab-menu-item {
|
|
36161
|
+
margin-right: 2px;
|
|
36162
|
+
padding: 1px 12px;
|
|
36163
|
+
line-height: 24px;
|
|
36164
|
+
height: 24px;
|
|
36165
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36166
|
+
border-radius: 4px 4px 0 0;
|
|
36167
|
+
cursor: pointer;
|
|
36168
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
36169
|
+
}
|
|
36170
|
+
|
|
36171
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
36172
|
+
padding-left: 0;
|
|
36173
|
+
}
|
|
36174
|
+
|
|
36175
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
36176
|
+
padding-left: 12px;
|
|
36177
|
+
}
|
|
36178
|
+
|
|
36179
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
36180
|
+
color: #0080ff;
|
|
36181
|
+
background: rgba(211, 218, 235, 0.6);
|
|
36182
|
+
}
|
|
36183
|
+
|
|
36184
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
36185
|
+
fill: #0080ff;
|
|
36186
|
+
}
|
|
36187
|
+
|
|
36188
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
36189
|
+
background: rgba(192, 203, 224, 0.6);
|
|
36190
|
+
}
|
|
36191
|
+
|
|
36192
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
36193
|
+
color: #0080ff;
|
|
36194
|
+
background: rgba(211, 218, 235, 0.6);
|
|
36195
|
+
}
|
|
36196
|
+
|
|
36197
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
36198
|
+
background: rgba(192, 203, 224, 0.6);
|
|
36199
|
+
}
|
|
36200
|
+
|
|
36201
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
36202
|
+
background: rgba(0, 128, 255, 0.16);
|
|
36203
|
+
}
|
|
36204
|
+
|
|
36205
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
36206
|
+
fill: #0080ff;
|
|
36207
|
+
}
|
|
36208
|
+
|
|
36209
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
36210
|
+
color: #0080ff;
|
|
36211
|
+
background: rgba(0, 128, 255, 0.1);
|
|
36212
|
+
}
|
|
36213
|
+
|
|
36214
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
36215
|
+
background: rgba(0, 128, 255, 0.16);
|
|
36216
|
+
}
|
|
36217
|
+
|
|
36218
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
36219
|
+
fill: #1d326c;
|
|
36220
|
+
}
|
|
36221
|
+
|
|
36222
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
36223
|
+
margin-left: 8px;
|
|
36224
|
+
height: 22px;
|
|
36225
|
+
}
|
|
36226
|
+
|
|
36227
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
36228
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
36229
|
+
}
|
|
36230
|
+
|
|
36231
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
36232
|
+
padding: 0;
|
|
36233
|
+
display: flex;
|
|
36234
|
+
align-items: center;
|
|
36235
|
+
overflow: hidden;
|
|
36236
|
+
}
|
|
36237
|
+
|
|
36238
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
36239
|
+
opacity: 0;
|
|
36240
|
+
max-width: 0;
|
|
36241
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
36242
|
+
}
|
|
36243
|
+
|
|
36244
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
36245
|
+
padding: 1px 12px;
|
|
36246
|
+
position: relative;
|
|
36247
|
+
display: flex;
|
|
36248
|
+
}
|
|
36249
|
+
|
|
36250
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
36251
|
+
opacity: 0;
|
|
36252
|
+
position: absolute;
|
|
36253
|
+
top: 50%;
|
|
36254
|
+
left: 0;
|
|
36255
|
+
transform: translate(-50%, -50%);
|
|
36256
|
+
transition: opacity 100ms linear;
|
|
36257
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
36258
|
+
}
|
|
36259
|
+
|
|
36260
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
36261
|
+
color: #0080ff;
|
|
36262
|
+
}
|
|
36263
|
+
|
|
36264
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36265
|
+
padding: 1px 12px;
|
|
36266
|
+
display: inline-block;
|
|
36267
|
+
opacity: 1;
|
|
36268
|
+
max-width: 160px;
|
|
36269
|
+
}
|
|
36270
|
+
|
|
36271
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
36272
|
+
padding: 1px 12px;
|
|
36273
|
+
color: #005ed1;
|
|
36274
|
+
}
|
|
36275
|
+
|
|
36276
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
36277
|
+
opacity: 1;
|
|
36278
|
+
}
|
|
36279
|
+
|
|
36280
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
36281
|
+
background: rgba(0, 128, 255, 0.16);
|
|
36282
|
+
}
|
|
36283
|
+
|
|
36284
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
36285
|
+
opacity: 0;
|
|
36286
|
+
}
|
|
36287
|
+
|
|
36288
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
36289
|
+
padding: 4px 16px;
|
|
36290
|
+
height: 32px;
|
|
36291
|
+
border-radius: 6px 6px 0 0;
|
|
36292
|
+
}
|
|
36293
|
+
|
|
36294
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
36295
|
+
padding-left: 0;
|
|
36296
|
+
}
|
|
36297
|
+
|
|
36298
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
36299
|
+
padding-left: 16px;
|
|
36300
|
+
}
|
|
36301
|
+
|
|
36302
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
36303
|
+
margin-left: 11px;
|
|
36304
|
+
height: 24px;
|
|
36249
36305
|
}
|
|
36250
36306
|
|
|
36251
|
-
.
|
|
36252
|
-
padding:
|
|
36253
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
36307
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
36308
|
+
padding: 0;
|
|
36254
36309
|
}
|
|
36255
36310
|
|
|
36256
|
-
.
|
|
36257
|
-
|
|
36258
|
-
width: 80px;
|
|
36259
|
-
margin: 0 9px;
|
|
36260
|
-
text-align: center;
|
|
36311
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
36312
|
+
padding: 4px 16px;
|
|
36261
36313
|
}
|
|
36262
36314
|
|
|
36263
|
-
.
|
|
36264
|
-
padding:
|
|
36265
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
36266
|
-
margin: 5px 0 5px 8px;
|
|
36315
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36316
|
+
padding: 4px 16px;
|
|
36267
36317
|
}
|
|
36268
36318
|
|
|
36269
|
-
.
|
|
36270
|
-
|
|
36271
|
-
background: #f5f7fa;
|
|
36272
|
-
box-sizing: border-box;
|
|
36273
|
-
border-radius: 16px;
|
|
36274
|
-
margin-right: 8px;
|
|
36319
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
36320
|
+
background: #fff;
|
|
36275
36321
|
}
|
|
36276
36322
|
|
|
36277
|
-
.
|
|
36278
|
-
|
|
36279
|
-
color: inherit;
|
|
36280
|
-
border-color: #d9d9d9;
|
|
36323
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
36324
|
+
color: #005ed1;
|
|
36281
36325
|
}
|
|
36282
36326
|
|
|
36283
|
-
.
|
|
36284
|
-
background
|
|
36285
|
-
|
|
36286
|
-
color: #fff;
|
|
36327
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
36328
|
+
background: #fff;
|
|
36329
|
+
color: #1d326c;
|
|
36287
36330
|
}
|
|
36288
36331
|
|
|
36289
|
-
.
|
|
36290
|
-
|
|
36291
|
-
margin-top: 4px;
|
|
36332
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
36333
|
+
color: rgba(45, 58, 86, 0.6);
|
|
36292
36334
|
}
|
|
36293
36335
|
|
|
36294
|
-
.
|
|
36295
|
-
|
|
36296
|
-
padding: 0;
|
|
36297
|
-
margin-bottom: 8px;
|
|
36336
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
36337
|
+
color: #1d326c;
|
|
36298
36338
|
}
|
|
36299
36339
|
|
|
36300
|
-
.
|
|
36301
|
-
|
|
36302
|
-
border-color: #0096ff;
|
|
36303
|
-
color: #fff;
|
|
36340
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
36341
|
+
fill: #d8deeb;
|
|
36304
36342
|
}
|
|
36305
36343
|
|
|
36306
|
-
.
|
|
36307
|
-
|
|
36308
|
-
align-items: center;
|
|
36344
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
36345
|
+
fill: #1d326c;
|
|
36309
36346
|
}
|
|
36310
36347
|
|
|
36311
|
-
.
|
|
36312
|
-
|
|
36348
|
+
.E_t160l1cm .tab-content {
|
|
36349
|
+
flex: 1;
|
|
36350
|
+
display: flex;
|
|
36351
|
+
flex-direction: column;
|
|
36313
36352
|
}
|
|
36314
36353
|
|
|
36315
|
-
.
|
|
36316
|
-
|
|
36317
|
-
width: 100%;
|
|
36354
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
36355
|
+
overflow: visible;
|
|
36318
36356
|
}
|
|
36319
36357
|
|
|
36320
|
-
.
|
|
36321
|
-
|
|
36358
|
+
.E_t14npdqr {
|
|
36359
|
+
max-width: 240px;
|
|
36360
|
+
animation: none;
|
|
36322
36361
|
}
|
|
36323
36362
|
|
|
36324
|
-
.
|
|
36325
|
-
|
|
36363
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
36364
|
+
border: 1px solid #0080ff;
|
|
36365
|
+
padding: 0;
|
|
36326
36366
|
}
|
|
36327
36367
|
|
|
36328
|
-
.
|
|
36329
|
-
|
|
36330
|
-
|
|
36331
|
-
|
|
36368
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
36369
|
+
margin: 0;
|
|
36370
|
+
height: 32px;
|
|
36371
|
+
line-height: 32px;
|
|
36332
36372
|
font-size: 13px;
|
|
36333
|
-
|
|
36334
|
-
|
|
36373
|
+
padding: 0 10px;
|
|
36374
|
+
display: block;
|
|
36375
|
+
overflow: hidden;
|
|
36376
|
+
text-overflow: ellipsis;
|
|
36335
36377
|
white-space: nowrap;
|
|
36336
36378
|
}
|
|
36337
36379
|
|
|
36338
|
-
.
|
|
36339
|
-
|
|
36380
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
36381
|
+
content: " ";
|
|
36382
|
+
height: 1px;
|
|
36383
|
+
width: calc(100% + 10px);
|
|
36384
|
+
background: rgba(172, 186, 211, 0.6);
|
|
36385
|
+
display: block;
|
|
36340
36386
|
}
|
|
36341
36387
|
|
|
36342
|
-
.
|
|
36343
|
-
|
|
36344
|
-
|
|
36388
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
36389
|
+
color: #0080ff;
|
|
36390
|
+
background: transparent;
|
|
36345
36391
|
}
|
|
36346
36392
|
|
|
36347
|
-
.
|
|
36348
|
-
|
|
36349
|
-
|
|
36350
|
-
border-radius:
|
|
36351
|
-
|
|
36352
|
-
background: var(--s11212zy-0);
|
|
36353
|
-
border: 1px solid #fff;
|
|
36354
|
-
box-sizing: content-box;
|
|
36355
|
-
margin-right: 6px;
|
|
36393
|
+
.E_cyms3br {
|
|
36394
|
+
background: #fff;
|
|
36395
|
+
width: 100%;
|
|
36396
|
+
border-radius: 8px;
|
|
36397
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36356
36398
|
}
|
|
36357
36399
|
|
|
36358
|
-
.
|
|
36359
|
-
|
|
36360
|
-
color: white;
|
|
36361
|
-
margin-right: 4px;
|
|
36400
|
+
.E_cyms3br .ant-list {
|
|
36401
|
+
padding: 12px;
|
|
36362
36402
|
}
|
|
36363
36403
|
|
|
36364
|
-
.
|
|
36404
|
+
.E_cyms3br .ant-list-item {
|
|
36405
|
+
padding: 4px 0;
|
|
36406
|
+
}
|
|
36407
|
+
|
|
36408
|
+
.E_cyms3br .ant-alert {
|
|
36409
|
+
margin-left: 24px;
|
|
36410
|
+
}
|
|
36411
|
+
|
|
36412
|
+
.E_cyms3br header {
|
|
36413
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36414
|
+
font-size: 12px;
|
|
36415
|
+
color: rgb(29, 50, 108);
|
|
36416
|
+
font-weight: 700;
|
|
36417
|
+
padding: 6px 12px;
|
|
36365
36418
|
display: flex;
|
|
36419
|
+
flex-direction: row;
|
|
36366
36420
|
align-items: center;
|
|
36367
|
-
justify-content:
|
|
36421
|
+
justify-content: space-between;
|
|
36368
36422
|
}
|
|
36369
36423
|
|
|
36370
|
-
.
|
|
36424
|
+
.E_cyms3br header .switch-text {
|
|
36371
36425
|
display: flex;
|
|
36426
|
+
flex-direction: row;
|
|
36372
36427
|
align-items: center;
|
|
36373
|
-
|
|
36428
|
+
justify-content: space-between;
|
|
36429
|
+
gap: 6px;
|
|
36430
|
+
font-size: 12px;
|
|
36431
|
+
font-weight: 400;
|
|
36432
|
+
color: rgb(0, 18, 46);
|
|
36374
36433
|
}
|
|
36375
36434
|
|
|
36376
|
-
.
|
|
36377
|
-
display:
|
|
36378
|
-
|
|
36435
|
+
.E_c157gu4z .ant-list-item {
|
|
36436
|
+
display: flex;
|
|
36437
|
+
flex-direction: row;
|
|
36379
36438
|
}
|
|
36380
36439
|
|
|
36381
|
-
.
|
|
36382
|
-
|
|
36440
|
+
.E_c157gu4z .description {
|
|
36441
|
+
flex-grow: 1;
|
|
36442
|
+
margin-left: 8px;
|
|
36383
36443
|
}
|
|
36384
36444
|
|
|
36385
|
-
.
|
|
36386
|
-
|
|
36445
|
+
.E_eu1sysj {
|
|
36446
|
+
display: flex;
|
|
36447
|
+
flex-direction: column;
|
|
36448
|
+
align-items: center;
|
|
36449
|
+
justify-content: center;
|
|
36387
36450
|
}
|
|
36388
36451
|
|
|
36389
36452
|
.E_d11hhzf9 {
|
|
@@ -36428,12 +36491,6 @@ span.E_tqjc4ui {
|
|
|
36428
36491
|
gap: 8px;
|
|
36429
36492
|
}
|
|
36430
36493
|
|
|
36431
|
-
.E_h1ol2wl7 {
|
|
36432
|
-
font-weight: bold;
|
|
36433
|
-
background-color: unset;
|
|
36434
|
-
padding: unset;
|
|
36435
|
-
}
|
|
36436
|
-
|
|
36437
36494
|
.E_i5w779o {
|
|
36438
36495
|
padding: 8px 0;
|
|
36439
36496
|
}
|
|
@@ -36443,101 +36500,42 @@ span.E_tqjc4ui {
|
|
|
36443
36500
|
}
|
|
36444
36501
|
|
|
36445
36502
|
.E_i5w779o .col-label * {
|
|
36446
|
-
line-height: 18px;
|
|
36447
|
-
}
|
|
36448
|
-
|
|
36449
|
-
.E_i5w779o .col-content {
|
|
36450
|
-
flex: 1 1 0;
|
|
36451
|
-
display: flex;
|
|
36452
|
-
align-items: center;
|
|
36453
|
-
}
|
|
36454
|
-
|
|
36455
|
-
.E_i5w779o .col-content * {
|
|
36456
|
-
line-height: 18px;
|
|
36457
|
-
}
|
|
36458
|
-
|
|
36459
|
-
.E_l18dja44 {
|
|
36460
|
-
padding: 6px 0;
|
|
36461
|
-
}
|
|
36462
|
-
|
|
36463
|
-
.E_l18dja44 .col-label * {
|
|
36464
|
-
font-size: 13px;
|
|
36465
|
-
line-height: 20px;
|
|
36466
|
-
}
|
|
36467
|
-
|
|
36468
|
-
.E_l18dja44 .col-content * {
|
|
36469
|
-
font-size: 14px;
|
|
36470
|
-
line-height: 20px;
|
|
36471
|
-
}
|
|
36472
|
-
|
|
36473
|
-
.E_c8c2hys {
|
|
36474
|
-
display: flex;
|
|
36475
|
-
justify-content: space-between;
|
|
36476
|
-
flex: 1;
|
|
36477
|
-
min-width: 0;
|
|
36478
|
-
}
|
|
36479
|
-
|
|
36480
|
-
.E_n4m6c4d {
|
|
36481
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36482
|
-
}
|
|
36483
|
-
|
|
36484
|
-
.E_cyms3br {
|
|
36485
|
-
background: #fff;
|
|
36486
|
-
width: 100%;
|
|
36487
|
-
border-radius: 8px;
|
|
36488
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36489
|
-
}
|
|
36490
|
-
|
|
36491
|
-
.E_cyms3br .ant-list {
|
|
36492
|
-
padding: 12px;
|
|
36493
|
-
}
|
|
36494
|
-
|
|
36495
|
-
.E_cyms3br .ant-list-item {
|
|
36496
|
-
padding: 4px 0;
|
|
36497
|
-
}
|
|
36498
|
-
|
|
36499
|
-
.E_cyms3br .ant-alert {
|
|
36500
|
-
margin-left: 24px;
|
|
36501
|
-
}
|
|
36502
|
-
|
|
36503
|
-
.E_cyms3br header {
|
|
36504
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36505
|
-
font-size: 12px;
|
|
36506
|
-
color: rgb(29, 50, 108);
|
|
36507
|
-
font-weight: 700;
|
|
36508
|
-
padding: 6px 12px;
|
|
36509
|
-
display: flex;
|
|
36510
|
-
flex-direction: row;
|
|
36511
|
-
align-items: center;
|
|
36512
|
-
justify-content: space-between;
|
|
36503
|
+
line-height: 18px;
|
|
36513
36504
|
}
|
|
36514
36505
|
|
|
36515
|
-
.
|
|
36506
|
+
.E_i5w779o .col-content {
|
|
36507
|
+
flex: 1 1 0;
|
|
36516
36508
|
display: flex;
|
|
36517
|
-
flex-direction: row;
|
|
36518
36509
|
align-items: center;
|
|
36519
|
-
justify-content: space-between;
|
|
36520
|
-
gap: 6px;
|
|
36521
|
-
font-size: 12px;
|
|
36522
|
-
font-weight: 400;
|
|
36523
|
-
color: rgb(0, 18, 46);
|
|
36524
36510
|
}
|
|
36525
36511
|
|
|
36526
|
-
.
|
|
36527
|
-
|
|
36528
|
-
flex-direction: row;
|
|
36512
|
+
.E_i5w779o .col-content * {
|
|
36513
|
+
line-height: 18px;
|
|
36529
36514
|
}
|
|
36530
36515
|
|
|
36531
|
-
.
|
|
36532
|
-
|
|
36533
|
-
margin-left: 8px;
|
|
36516
|
+
.E_l18dja44 {
|
|
36517
|
+
padding: 6px 0;
|
|
36534
36518
|
}
|
|
36535
36519
|
|
|
36536
|
-
.
|
|
36520
|
+
.E_l18dja44 .col-label * {
|
|
36521
|
+
font-size: 13px;
|
|
36522
|
+
line-height: 20px;
|
|
36523
|
+
}
|
|
36524
|
+
|
|
36525
|
+
.E_l18dja44 .col-content * {
|
|
36526
|
+
font-size: 14px;
|
|
36527
|
+
line-height: 20px;
|
|
36528
|
+
}
|
|
36529
|
+
|
|
36530
|
+
.E_c8c2hys {
|
|
36537
36531
|
display: flex;
|
|
36538
|
-
|
|
36539
|
-
|
|
36540
|
-
|
|
36532
|
+
justify-content: space-between;
|
|
36533
|
+
flex: 1;
|
|
36534
|
+
min-width: 0;
|
|
36535
|
+
}
|
|
36536
|
+
|
|
36537
|
+
.E_n4m6c4d {
|
|
36538
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36541
36539
|
}
|
|
36542
36540
|
|
|
36543
36541
|
.E_kr6am0s .ant-modal-body {
|
|
@@ -36604,6 +36602,116 @@ span.E_tqjc4ui {
|
|
|
36604
36602
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36605
36603
|
}
|
|
36606
36604
|
|
|
36605
|
+
.E_h1ol2wl7 {
|
|
36606
|
+
font-weight: bold;
|
|
36607
|
+
background-color: unset;
|
|
36608
|
+
padding: unset;
|
|
36609
|
+
}
|
|
36610
|
+
|
|
36611
|
+
.E_c14ouk5o {
|
|
36612
|
+
width: 100%;
|
|
36613
|
+
height: 100%;
|
|
36614
|
+
display: flex;
|
|
36615
|
+
font-size: 12px;
|
|
36616
|
+
line-height: 18px;
|
|
36617
|
+
padding: 8px 0;
|
|
36618
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36619
|
+
}
|
|
36620
|
+
|
|
36621
|
+
.E_c14ouk5o:last-of-type {
|
|
36622
|
+
box-shadow: none;
|
|
36623
|
+
padding-bottom: 0;
|
|
36624
|
+
}
|
|
36625
|
+
|
|
36626
|
+
.E_c14ouk5o.collapsed {
|
|
36627
|
+
flex-direction: column;
|
|
36628
|
+
}
|
|
36629
|
+
|
|
36630
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36631
|
+
display: flex;
|
|
36632
|
+
}
|
|
36633
|
+
|
|
36634
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36635
|
+
flex: 1;
|
|
36636
|
+
display: flex;
|
|
36637
|
+
justify-content: space-between;
|
|
36638
|
+
}
|
|
36639
|
+
|
|
36640
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36641
|
+
height: auto;
|
|
36642
|
+
}
|
|
36643
|
+
|
|
36644
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36645
|
+
margin-left: 162px;
|
|
36646
|
+
}
|
|
36647
|
+
|
|
36648
|
+
.E_c14ouk5o .col-label {
|
|
36649
|
+
width: 216px;
|
|
36650
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36651
|
+
margin-right: 12px;
|
|
36652
|
+
flex-shrink: 0;
|
|
36653
|
+
}
|
|
36654
|
+
|
|
36655
|
+
.E_c14ouk5o .col-content {
|
|
36656
|
+
color: #2d3a56;
|
|
36657
|
+
/* make btn link in info row have the same height as normal text */
|
|
36658
|
+
}
|
|
36659
|
+
|
|
36660
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36661
|
+
height: auto;
|
|
36662
|
+
}
|
|
36663
|
+
|
|
36664
|
+
.E_cevhqx7 {
|
|
36665
|
+
color: #00122e;
|
|
36666
|
+
}
|
|
36667
|
+
|
|
36668
|
+
.E_snbqlt4 {
|
|
36669
|
+
margin-top: 8px;
|
|
36670
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36671
|
+
}
|
|
36672
|
+
|
|
36673
|
+
.E_c1ss4prm {
|
|
36674
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36675
|
+
}
|
|
36676
|
+
|
|
36677
|
+
.E_c1ss4prm li {
|
|
36678
|
+
margin-bottom: 4px;
|
|
36679
|
+
}
|
|
36680
|
+
|
|
36681
|
+
.E_c1ss4prm li:last-child {
|
|
36682
|
+
margin-bottom: 0;
|
|
36683
|
+
}
|
|
36684
|
+
|
|
36685
|
+
.E_ms3tlei {
|
|
36686
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36687
|
+
padding: 8px;
|
|
36688
|
+
border-radius: 6px;
|
|
36689
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36690
|
+
}
|
|
36691
|
+
|
|
36692
|
+
.E_ms3tlei li {
|
|
36693
|
+
margin-bottom: 4px;
|
|
36694
|
+
}
|
|
36695
|
+
|
|
36696
|
+
.E_ms3tlei li:last-child {
|
|
36697
|
+
margin-bottom: 0;
|
|
36698
|
+
}
|
|
36699
|
+
|
|
36700
|
+
.E_du44iy7 {
|
|
36701
|
+
margin-bottom: 4px;
|
|
36702
|
+
}
|
|
36703
|
+
|
|
36704
|
+
.E_s1qmhanr {
|
|
36705
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36706
|
+
margin-bottom: 8px;
|
|
36707
|
+
}
|
|
36708
|
+
|
|
36709
|
+
.E_drje1h0 {
|
|
36710
|
+
height: 1px;
|
|
36711
|
+
background: #e4e9f2;
|
|
36712
|
+
margin: 16px 0;
|
|
36713
|
+
}
|
|
36714
|
+
|
|
36607
36715
|
.E_c1kchka8 {
|
|
36608
36716
|
height: 100%;
|
|
36609
36717
|
width: 100%;
|
|
@@ -37184,110 +37292,6 @@ span.E_tqjc4ui {
|
|
|
37184
37292
|
padding: 0;
|
|
37185
37293
|
}
|
|
37186
37294
|
|
|
37187
|
-
.E_c1ss4prm {
|
|
37188
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37189
|
-
}
|
|
37190
|
-
|
|
37191
|
-
.E_c1ss4prm li {
|
|
37192
|
-
margin-bottom: 4px;
|
|
37193
|
-
}
|
|
37194
|
-
|
|
37195
|
-
.E_c1ss4prm li:last-child {
|
|
37196
|
-
margin-bottom: 0;
|
|
37197
|
-
}
|
|
37198
|
-
|
|
37199
|
-
.E_ms3tlei {
|
|
37200
|
-
background: rgba(225, 230, 241, 0.6);
|
|
37201
|
-
padding: 8px;
|
|
37202
|
-
border-radius: 6px;
|
|
37203
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37204
|
-
}
|
|
37205
|
-
|
|
37206
|
-
.E_ms3tlei li {
|
|
37207
|
-
margin-bottom: 4px;
|
|
37208
|
-
}
|
|
37209
|
-
|
|
37210
|
-
.E_ms3tlei li:last-child {
|
|
37211
|
-
margin-bottom: 0;
|
|
37212
|
-
}
|
|
37213
|
-
|
|
37214
|
-
.E_du44iy7 {
|
|
37215
|
-
margin-bottom: 4px;
|
|
37216
|
-
}
|
|
37217
|
-
|
|
37218
|
-
.E_s1qmhanr {
|
|
37219
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37220
|
-
margin-bottom: 8px;
|
|
37221
|
-
}
|
|
37222
|
-
|
|
37223
|
-
.E_drje1h0 {
|
|
37224
|
-
height: 1px;
|
|
37225
|
-
background: #e4e9f2;
|
|
37226
|
-
margin: 16px 0;
|
|
37227
|
-
}
|
|
37228
|
-
|
|
37229
|
-
.E_cevhqx7 {
|
|
37230
|
-
color: #00122e;
|
|
37231
|
-
}
|
|
37232
|
-
|
|
37233
|
-
.E_snbqlt4 {
|
|
37234
|
-
margin-top: 8px;
|
|
37235
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37236
|
-
}
|
|
37237
|
-
|
|
37238
|
-
.E_c14ouk5o {
|
|
37239
|
-
width: 100%;
|
|
37240
|
-
height: 100%;
|
|
37241
|
-
display: flex;
|
|
37242
|
-
font-size: 12px;
|
|
37243
|
-
line-height: 18px;
|
|
37244
|
-
padding: 8px 0;
|
|
37245
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37246
|
-
}
|
|
37247
|
-
|
|
37248
|
-
.E_c14ouk5o:last-of-type {
|
|
37249
|
-
box-shadow: none;
|
|
37250
|
-
padding-bottom: 0;
|
|
37251
|
-
}
|
|
37252
|
-
|
|
37253
|
-
.E_c14ouk5o.collapsed {
|
|
37254
|
-
flex-direction: column;
|
|
37255
|
-
}
|
|
37256
|
-
|
|
37257
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37258
|
-
display: flex;
|
|
37259
|
-
}
|
|
37260
|
-
|
|
37261
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37262
|
-
flex: 1;
|
|
37263
|
-
display: flex;
|
|
37264
|
-
justify-content: space-between;
|
|
37265
|
-
}
|
|
37266
|
-
|
|
37267
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37268
|
-
height: auto;
|
|
37269
|
-
}
|
|
37270
|
-
|
|
37271
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
37272
|
-
margin-left: 162px;
|
|
37273
|
-
}
|
|
37274
|
-
|
|
37275
|
-
.E_c14ouk5o .col-label {
|
|
37276
|
-
width: 216px;
|
|
37277
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37278
|
-
margin-right: 12px;
|
|
37279
|
-
flex-shrink: 0;
|
|
37280
|
-
}
|
|
37281
|
-
|
|
37282
|
-
.E_c14ouk5o .col-content {
|
|
37283
|
-
color: #2d3a56;
|
|
37284
|
-
/* make btn link in info row have the same height as normal text */
|
|
37285
|
-
}
|
|
37286
|
-
|
|
37287
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37288
|
-
height: auto;
|
|
37289
|
-
}
|
|
37290
|
-
|
|
37291
37295
|
.E_l12xdkhl {
|
|
37292
37296
|
width: 64px;
|
|
37293
37297
|
height: 64px;
|