@cloudtower/eagle 0.27.51 → 0.27.52
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/components.css +819 -819
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1136 -1136
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29693,50 +29693,6 @@ html body {
|
|
|
29693
29693
|
font-size: 14px;
|
|
29694
29694
|
}
|
|
29695
29695
|
|
|
29696
|
-
.E_fzh9mnb {
|
|
29697
|
-
width: 100%;
|
|
29698
|
-
height: 100%;
|
|
29699
|
-
min-height: 124px;
|
|
29700
|
-
display: flex;
|
|
29701
|
-
flex-direction: column;
|
|
29702
|
-
justify-content: center;
|
|
29703
|
-
align-items: center;
|
|
29704
|
-
}
|
|
29705
|
-
.E_fzh9mnb .error-text {
|
|
29706
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29707
|
-
margin-bottom: 16px;
|
|
29708
|
-
font-size: 18px;
|
|
29709
|
-
}
|
|
29710
|
-
|
|
29711
|
-
.E_b1nip9bk {
|
|
29712
|
-
padding: 4px 11px;
|
|
29713
|
-
}
|
|
29714
|
-
|
|
29715
|
-
.E_bqamoqe {
|
|
29716
|
-
white-space: nowrap;
|
|
29717
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29718
|
-
}
|
|
29719
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29720
|
-
--color: #0080ff;
|
|
29721
|
-
}
|
|
29722
|
-
.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] {
|
|
29723
|
-
--color: #0080ff;
|
|
29724
|
-
}
|
|
29725
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29726
|
-
margin-left: 1px;
|
|
29727
|
-
}
|
|
29728
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29729
|
-
border-top-right-radius: 0;
|
|
29730
|
-
border-bottom-right-radius: 0;
|
|
29731
|
-
}
|
|
29732
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29733
|
-
border-top-left-radius: 0;
|
|
29734
|
-
border-bottom-left-radius: 0;
|
|
29735
|
-
}
|
|
29736
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29737
|
-
border-radius: unset;
|
|
29738
|
-
}
|
|
29739
|
-
|
|
29740
29696
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29741
29697
|
justify-content: center;
|
|
29742
29698
|
}
|
|
@@ -29987,6 +29943,50 @@ html body {
|
|
|
29987
29943
|
padding: 0;
|
|
29988
29944
|
}
|
|
29989
29945
|
|
|
29946
|
+
.E_b1nip9bk {
|
|
29947
|
+
padding: 4px 11px;
|
|
29948
|
+
}
|
|
29949
|
+
|
|
29950
|
+
.E_bqamoqe {
|
|
29951
|
+
white-space: nowrap;
|
|
29952
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29953
|
+
}
|
|
29954
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29955
|
+
--color: #0080ff;
|
|
29956
|
+
}
|
|
29957
|
+
.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] {
|
|
29958
|
+
--color: #0080ff;
|
|
29959
|
+
}
|
|
29960
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29961
|
+
margin-left: 1px;
|
|
29962
|
+
}
|
|
29963
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29964
|
+
border-top-right-radius: 0;
|
|
29965
|
+
border-bottom-right-radius: 0;
|
|
29966
|
+
}
|
|
29967
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29968
|
+
border-top-left-radius: 0;
|
|
29969
|
+
border-bottom-left-radius: 0;
|
|
29970
|
+
}
|
|
29971
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29972
|
+
border-radius: unset;
|
|
29973
|
+
}
|
|
29974
|
+
|
|
29975
|
+
.E_fzh9mnb {
|
|
29976
|
+
width: 100%;
|
|
29977
|
+
height: 100%;
|
|
29978
|
+
min-height: 124px;
|
|
29979
|
+
display: flex;
|
|
29980
|
+
flex-direction: column;
|
|
29981
|
+
justify-content: center;
|
|
29982
|
+
align-items: center;
|
|
29983
|
+
}
|
|
29984
|
+
.E_fzh9mnb .error-text {
|
|
29985
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29986
|
+
margin-bottom: 16px;
|
|
29987
|
+
font-size: 18px;
|
|
29988
|
+
}
|
|
29989
|
+
|
|
29990
29990
|
.E_iouxfgt {
|
|
29991
29991
|
display: inline-flex;
|
|
29992
29992
|
align-items: center;
|
|
@@ -30018,15 +30018,6 @@ html body {
|
|
|
30018
30018
|
margin-right: 4px;
|
|
30019
30019
|
}
|
|
30020
30020
|
|
|
30021
|
-
.E_owd0kml {
|
|
30022
|
-
display: inline-block;
|
|
30023
|
-
}
|
|
30024
|
-
|
|
30025
|
-
.E_h1jsgezc {
|
|
30026
|
-
visibility: hidden;
|
|
30027
|
-
position: absolute;
|
|
30028
|
-
}
|
|
30029
|
-
|
|
30030
30021
|
.E_phljevk {
|
|
30031
30022
|
display: flex;
|
|
30032
30023
|
justify-content: space-between;
|
|
@@ -30084,6 +30075,100 @@ html body {
|
|
|
30084
30075
|
line-height: 18px;
|
|
30085
30076
|
}
|
|
30086
30077
|
|
|
30078
|
+
.E_owd0kml {
|
|
30079
|
+
display: inline-block;
|
|
30080
|
+
}
|
|
30081
|
+
|
|
30082
|
+
.E_h1jsgezc {
|
|
30083
|
+
visibility: hidden;
|
|
30084
|
+
position: absolute;
|
|
30085
|
+
}
|
|
30086
|
+
|
|
30087
|
+
.E_s1dni7lo {
|
|
30088
|
+
width: 430px !important;
|
|
30089
|
+
}
|
|
30090
|
+
|
|
30091
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30092
|
+
padding: 8px 16px;
|
|
30093
|
+
line-height: 18px;
|
|
30094
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30095
|
+
height: 34px;
|
|
30096
|
+
min-height: 34px;
|
|
30097
|
+
box-sizing: border-box;
|
|
30098
|
+
margin-top: 8px;
|
|
30099
|
+
}
|
|
30100
|
+
|
|
30101
|
+
.E_o1ugr09p {
|
|
30102
|
+
display: flex;
|
|
30103
|
+
flex-direction: column;
|
|
30104
|
+
margin: 1px 8px;
|
|
30105
|
+
padding: 8px;
|
|
30106
|
+
border-radius: 4px;
|
|
30107
|
+
}
|
|
30108
|
+
.E_o1ugr09p .selected-icon {
|
|
30109
|
+
display: none;
|
|
30110
|
+
}
|
|
30111
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30112
|
+
padding-left: 8px;
|
|
30113
|
+
}
|
|
30114
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30115
|
+
background-color: white;
|
|
30116
|
+
}
|
|
30117
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30118
|
+
color: #0080ff;
|
|
30119
|
+
}
|
|
30120
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30121
|
+
display: block;
|
|
30122
|
+
}
|
|
30123
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30124
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30125
|
+
}
|
|
30126
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30127
|
+
color: #0080ff;
|
|
30128
|
+
}
|
|
30129
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30130
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30131
|
+
color: #0080ff;
|
|
30132
|
+
}
|
|
30133
|
+
|
|
30134
|
+
.E_o1ifxsq4 {
|
|
30135
|
+
display: flex;
|
|
30136
|
+
justify-content: space-between;
|
|
30137
|
+
height: 20px;
|
|
30138
|
+
line-height: 20px;
|
|
30139
|
+
}
|
|
30140
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30141
|
+
color: #2d3a56;
|
|
30142
|
+
overflow: hidden;
|
|
30143
|
+
text-overflow: ellipsis;
|
|
30144
|
+
}
|
|
30145
|
+
|
|
30146
|
+
.E_o1zue7 {
|
|
30147
|
+
display: flex;
|
|
30148
|
+
justify-content: space-between;
|
|
30149
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30150
|
+
height: 18px;
|
|
30151
|
+
line-height: 18px;
|
|
30152
|
+
margin-top: 2px;
|
|
30153
|
+
}
|
|
30154
|
+
|
|
30155
|
+
.E_tyfmlxg {
|
|
30156
|
+
border: none;
|
|
30157
|
+
margin-right: 0;
|
|
30158
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30159
|
+
}
|
|
30160
|
+
|
|
30161
|
+
.E_o18uybox {
|
|
30162
|
+
pointer-events: none;
|
|
30163
|
+
height: 32px;
|
|
30164
|
+
width: 100%;
|
|
30165
|
+
opacity: 0;
|
|
30166
|
+
}
|
|
30167
|
+
|
|
30168
|
+
.E_iq1gosr {
|
|
30169
|
+
display: inline-block;
|
|
30170
|
+
}
|
|
30171
|
+
|
|
30087
30172
|
.E_s1dizucg.ant-switch {
|
|
30088
30173
|
min-width: 40px;
|
|
30089
30174
|
height: 24px;
|
|
@@ -30139,191 +30224,45 @@ html body {
|
|
|
30139
30224
|
margin-left: 5px;
|
|
30140
30225
|
}
|
|
30141
30226
|
|
|
30142
|
-
.
|
|
30143
|
-
|
|
30144
|
-
align-items: baseline;
|
|
30145
|
-
white-space: pre-wrap;
|
|
30227
|
+
.E_tc97u5y {
|
|
30228
|
+
height: 100%;
|
|
30146
30229
|
}
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
|
|
30230
|
+
|
|
30231
|
+
.E_tfzf37v {
|
|
30232
|
+
height: 100%;
|
|
30150
30233
|
}
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30234
|
+
.E_tfzf37v.empty-table .ant-table-content {
|
|
30235
|
+
overflow: visible !important;
|
|
30236
|
+
height: 100%;
|
|
30153
30237
|
}
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30238
|
+
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30239
|
+
height: 100%;
|
|
30156
30240
|
}
|
|
30157
|
-
.
|
|
30158
|
-
|
|
30159
|
-
|
|
30241
|
+
.E_tfzf37v.empty-table .ant-table-content table {
|
|
30242
|
+
width: 100% !important;
|
|
30243
|
+
height: 100%;
|
|
30160
30244
|
}
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
left: 4px;
|
|
30164
|
-
width: 6px;
|
|
30165
|
-
height: 6px;
|
|
30166
|
-
background: #fff;
|
|
30245
|
+
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30246
|
+
padding: 15px 0;
|
|
30167
30247
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30248
|
+
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30249
|
+
display: none;
|
|
30170
30250
|
}
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30173
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30251
|
+
.E_tfzf37v .active-row td:nth-child(1) {
|
|
30252
|
+
font-weight: 700;
|
|
30174
30253
|
}
|
|
30175
|
-
.
|
|
30176
|
-
|
|
30254
|
+
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
30255
|
+
font-weight: 700;
|
|
30177
30256
|
}
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
opacity: 0.5;
|
|
30257
|
+
.E_tfzf37v .ant-spin-nested-loading {
|
|
30258
|
+
height: 100%;
|
|
30181
30259
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30260
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
30261
|
+
height: 100%;
|
|
30262
|
+
overflow: visible;
|
|
30184
30263
|
}
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30187
|
-
padding: 0;
|
|
30188
|
-
padding-left: 12px;
|
|
30189
|
-
}
|
|
30190
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30191
|
-
margin-bottom: 0;
|
|
30192
|
-
white-space: pre-wrap;
|
|
30193
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30194
|
-
}
|
|
30195
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30196
|
-
padding-left: 8px;
|
|
30197
|
-
}
|
|
30198
|
-
|
|
30199
|
-
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30200
|
-
border-radius: 5px 0 0 5px;
|
|
30201
|
-
}
|
|
30202
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30203
|
-
border-radius: 0 5px 5px 0;
|
|
30204
|
-
}
|
|
30205
|
-
|
|
30206
|
-
.E_rcc63c8 {
|
|
30207
|
-
color: #00122e;
|
|
30208
|
-
border-color: #ccd4e3;
|
|
30209
|
-
}
|
|
30210
|
-
.E_rcc63c8:first-child {
|
|
30211
|
-
border-color: #a3b4cc;
|
|
30212
|
-
}
|
|
30213
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30214
|
-
padding: 0 12px;
|
|
30215
|
-
line-height: 32px;
|
|
30216
|
-
height: 32px;
|
|
30217
|
-
}
|
|
30218
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30219
|
-
white-space: nowrap;
|
|
30220
|
-
}
|
|
30221
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30222
|
-
height: 22px;
|
|
30223
|
-
padding: 0 7px;
|
|
30224
|
-
line-height: 20px;
|
|
30225
|
-
}
|
|
30226
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30227
|
-
background: #ccd4e3;
|
|
30228
|
-
}
|
|
30229
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30230
|
-
background: #0080ff;
|
|
30231
|
-
}
|
|
30232
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30233
|
-
background: #ccd4e3;
|
|
30234
|
-
opacity: 0.5;
|
|
30235
|
-
}
|
|
30236
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30237
|
-
border-right-color: #0080ff;
|
|
30238
|
-
}
|
|
30239
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30240
|
-
border-color: #0080ff;
|
|
30241
|
-
}
|
|
30242
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30243
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30244
|
-
}
|
|
30245
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30246
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30247
|
-
border-color: #ccd4e3;
|
|
30248
|
-
opacity: 0.5;
|
|
30249
|
-
}
|
|
30250
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30251
|
-
color: #00122e;
|
|
30252
|
-
border-color: #ccd4e3;
|
|
30253
|
-
}
|
|
30254
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30255
|
-
color: #00122e;
|
|
30256
|
-
border-color: #ccd4e3;
|
|
30257
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30258
|
-
}
|
|
30259
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
30260
|
-
margin-right: 8px;
|
|
30261
|
-
display: inline;
|
|
30262
|
-
border: none;
|
|
30263
|
-
padding: 0;
|
|
30264
|
-
width: 36px;
|
|
30265
|
-
background: transparent;
|
|
30266
|
-
}
|
|
30267
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30268
|
-
box-shadow: none;
|
|
30269
|
-
}
|
|
30270
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30271
|
-
margin-right: 0;
|
|
30272
|
-
width: initial;
|
|
30273
|
-
box-shadow: none;
|
|
30274
|
-
}
|
|
30275
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30276
|
-
display: none;
|
|
30277
|
-
}
|
|
30278
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30279
|
-
display: inline;
|
|
30280
|
-
}
|
|
30281
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30282
|
-
display: inline;
|
|
30283
|
-
margin-right: 8px;
|
|
30284
|
-
padding: 0;
|
|
30285
|
-
width: 36px;
|
|
30286
|
-
}
|
|
30287
|
-
|
|
30288
|
-
.E_tc97u5y {
|
|
30289
|
-
height: 100%;
|
|
30290
|
-
}
|
|
30291
|
-
|
|
30292
|
-
.E_tfzf37v {
|
|
30293
|
-
height: 100%;
|
|
30294
|
-
}
|
|
30295
|
-
.E_tfzf37v.empty-table .ant-table-content {
|
|
30296
|
-
overflow: visible !important;
|
|
30297
|
-
height: 100%;
|
|
30298
|
-
}
|
|
30299
|
-
.E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30300
|
-
height: 100%;
|
|
30301
|
-
}
|
|
30302
|
-
.E_tfzf37v.empty-table .ant-table-content table {
|
|
30303
|
-
width: 100% !important;
|
|
30304
|
-
height: 100%;
|
|
30305
|
-
}
|
|
30306
|
-
.E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30307
|
-
padding: 15px 0;
|
|
30308
|
-
}
|
|
30309
|
-
.E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30310
|
-
display: none;
|
|
30311
|
-
}
|
|
30312
|
-
.E_tfzf37v .active-row td:nth-child(1) {
|
|
30313
|
-
font-weight: 700;
|
|
30314
|
-
}
|
|
30315
|
-
.E_tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
30316
|
-
font-weight: 700;
|
|
30317
|
-
}
|
|
30318
|
-
.E_tfzf37v .ant-spin-nested-loading {
|
|
30319
|
-
height: 100%;
|
|
30320
|
-
}
|
|
30321
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
30322
|
-
height: 100%;
|
|
30323
|
-
overflow: visible;
|
|
30324
|
-
}
|
|
30325
|
-
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
30326
|
-
max-height: none;
|
|
30264
|
+
.E_tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
30265
|
+
max-height: none;
|
|
30327
30266
|
}
|
|
30328
30267
|
.E_tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
30329
30268
|
.E_tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
@@ -30649,85 +30588,239 @@ html body {
|
|
|
30649
30588
|
background: #fff;
|
|
30650
30589
|
}
|
|
30651
30590
|
|
|
30652
|
-
.
|
|
30653
|
-
display:
|
|
30654
|
-
flex-direction: column;
|
|
30591
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30592
|
+
display: none;
|
|
30655
30593
|
}
|
|
30656
|
-
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
width: 100%;
|
|
30660
|
-
margin: 0 auto;
|
|
30661
|
-
height: 100%;
|
|
30594
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30595
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30596
|
+
border-radius: 4px;
|
|
30662
30597
|
}
|
|
30663
30598
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
display: flex;
|
|
30599
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30600
|
+
display: inline-flex;
|
|
30601
|
+
align-items: baseline;
|
|
30602
|
+
white-space: pre-wrap;
|
|
30669
30603
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30672
|
-
|
|
30673
|
-
flex-shrink: 0;
|
|
30674
|
-
flex-basis: 21%;
|
|
30604
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30605
|
+
position: relative;
|
|
30606
|
+
top: 3px;
|
|
30675
30607
|
}
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30678
|
-
justify-content: flex-end;
|
|
30679
|
-
padding-right: 44px;
|
|
30608
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30609
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30680
30610
|
}
|
|
30681
|
-
.
|
|
30682
|
-
|
|
30611
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30612
|
+
border-color: #0080ff;
|
|
30683
30613
|
}
|
|
30684
|
-
.
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
flex-shrink: 0;
|
|
30688
|
-
flex-basis: 58%;
|
|
30614
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30615
|
+
border-color: #0080ff;
|
|
30616
|
+
background: #0080ff;
|
|
30689
30617
|
}
|
|
30690
|
-
.
|
|
30691
|
-
|
|
30618
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30619
|
+
top: 4px;
|
|
30620
|
+
left: 4px;
|
|
30621
|
+
width: 6px;
|
|
30622
|
+
height: 6px;
|
|
30623
|
+
background: #fff;
|
|
30692
30624
|
}
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30625
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30626
|
+
opacity: 0.5;
|
|
30695
30627
|
}
|
|
30696
|
-
|
|
30697
|
-
|
|
30698
|
-
|
|
30699
|
-
width: 100%;
|
|
30700
|
-
max-width: 648px;
|
|
30628
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30629
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30630
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30701
30631
|
}
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30632
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30633
|
+
background: #00122e;
|
|
30704
30634
|
}
|
|
30705
|
-
.
|
|
30706
|
-
|
|
30635
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30636
|
+
color: #00122e;
|
|
30637
|
+
opacity: 0.5;
|
|
30638
|
+
}
|
|
30639
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30640
|
+
color: #00122e;
|
|
30641
|
+
}
|
|
30642
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30643
|
+
display: inline-block;
|
|
30707
30644
|
padding: 0;
|
|
30708
|
-
|
|
30709
|
-
max-width: 648px;
|
|
30710
|
-
overflow: hidden;
|
|
30645
|
+
padding-left: 12px;
|
|
30711
30646
|
}
|
|
30712
|
-
.
|
|
30713
|
-
margin-bottom:
|
|
30647
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30648
|
+
margin-bottom: 0;
|
|
30649
|
+
white-space: pre-wrap;
|
|
30650
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30714
30651
|
}
|
|
30715
|
-
.
|
|
30716
|
-
|
|
30717
|
-
overflow-y: auto;
|
|
30652
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30653
|
+
padding-left: 8px;
|
|
30718
30654
|
}
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
|
|
30655
|
+
|
|
30656
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30657
|
+
border-radius: 5px 0 0 5px;
|
|
30658
|
+
}
|
|
30659
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30660
|
+
border-radius: 0 5px 5px 0;
|
|
30722
30661
|
}
|
|
30723
30662
|
|
|
30724
|
-
.
|
|
30725
|
-
|
|
30726
|
-
|
|
30727
|
-
max-width: 1024px;
|
|
30663
|
+
.E_rcc63c8 {
|
|
30664
|
+
color: #00122e;
|
|
30665
|
+
border-color: #ccd4e3;
|
|
30728
30666
|
}
|
|
30729
|
-
.
|
|
30730
|
-
|
|
30667
|
+
.E_rcc63c8:first-child {
|
|
30668
|
+
border-color: #a3b4cc;
|
|
30669
|
+
}
|
|
30670
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30671
|
+
padding: 0 12px;
|
|
30672
|
+
line-height: 32px;
|
|
30673
|
+
height: 32px;
|
|
30674
|
+
}
|
|
30675
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30676
|
+
white-space: nowrap;
|
|
30677
|
+
}
|
|
30678
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30679
|
+
height: 22px;
|
|
30680
|
+
padding: 0 7px;
|
|
30681
|
+
line-height: 20px;
|
|
30682
|
+
}
|
|
30683
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30684
|
+
background: #ccd4e3;
|
|
30685
|
+
}
|
|
30686
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30687
|
+
background: #0080ff;
|
|
30688
|
+
}
|
|
30689
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30690
|
+
background: #ccd4e3;
|
|
30691
|
+
opacity: 0.5;
|
|
30692
|
+
}
|
|
30693
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30694
|
+
border-right-color: #0080ff;
|
|
30695
|
+
}
|
|
30696
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30697
|
+
border-color: #0080ff;
|
|
30698
|
+
}
|
|
30699
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30700
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30701
|
+
}
|
|
30702
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30703
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30704
|
+
border-color: #ccd4e3;
|
|
30705
|
+
opacity: 0.5;
|
|
30706
|
+
}
|
|
30707
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30708
|
+
color: #00122e;
|
|
30709
|
+
border-color: #ccd4e3;
|
|
30710
|
+
}
|
|
30711
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30712
|
+
color: #00122e;
|
|
30713
|
+
border-color: #ccd4e3;
|
|
30714
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30715
|
+
}
|
|
30716
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30717
|
+
margin-right: 8px;
|
|
30718
|
+
display: inline;
|
|
30719
|
+
border: none;
|
|
30720
|
+
padding: 0;
|
|
30721
|
+
width: 36px;
|
|
30722
|
+
background: transparent;
|
|
30723
|
+
}
|
|
30724
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30725
|
+
box-shadow: none;
|
|
30726
|
+
}
|
|
30727
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30728
|
+
margin-right: 0;
|
|
30729
|
+
width: initial;
|
|
30730
|
+
box-shadow: none;
|
|
30731
|
+
}
|
|
30732
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30733
|
+
display: none;
|
|
30734
|
+
}
|
|
30735
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30736
|
+
display: inline;
|
|
30737
|
+
}
|
|
30738
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30739
|
+
display: inline;
|
|
30740
|
+
margin-right: 8px;
|
|
30741
|
+
padding: 0;
|
|
30742
|
+
width: 36px;
|
|
30743
|
+
}
|
|
30744
|
+
|
|
30745
|
+
.E_cnujxq2 {
|
|
30746
|
+
display: flex;
|
|
30747
|
+
flex-direction: column;
|
|
30748
|
+
}
|
|
30749
|
+
|
|
30750
|
+
.E_m7s48ia {
|
|
30751
|
+
max-width: 1120px;
|
|
30752
|
+
width: 100%;
|
|
30753
|
+
margin: 0 auto;
|
|
30754
|
+
height: 100%;
|
|
30755
|
+
}
|
|
30756
|
+
|
|
30757
|
+
.E_wt5zbg6 {
|
|
30758
|
+
max-width: 1120px;
|
|
30759
|
+
width: 100%;
|
|
30760
|
+
margin: 0 auto;
|
|
30761
|
+
display: flex;
|
|
30762
|
+
}
|
|
30763
|
+
.E_wt5zbg6 .left,
|
|
30764
|
+
.E_wt5zbg6 .right {
|
|
30765
|
+
flex-grow: 0;
|
|
30766
|
+
flex-shrink: 0;
|
|
30767
|
+
flex-basis: 21%;
|
|
30768
|
+
}
|
|
30769
|
+
.E_wt5zbg6 .left {
|
|
30770
|
+
display: flex;
|
|
30771
|
+
justify-content: flex-end;
|
|
30772
|
+
padding-right: 44px;
|
|
30773
|
+
}
|
|
30774
|
+
.E_wt5zbg6 .right {
|
|
30775
|
+
padding-left: 44px;
|
|
30776
|
+
}
|
|
30777
|
+
.E_wt5zbg6 .middle {
|
|
30778
|
+
margin-bottom: 40px;
|
|
30779
|
+
flex-grow: 0;
|
|
30780
|
+
flex-shrink: 0;
|
|
30781
|
+
flex-basis: 58%;
|
|
30782
|
+
}
|
|
30783
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
30784
|
+
width: 100%;
|
|
30785
|
+
}
|
|
30786
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30787
|
+
width: auto;
|
|
30788
|
+
}
|
|
30789
|
+
|
|
30790
|
+
.E_h18jprzg .ant-modal-header {
|
|
30791
|
+
margin: 0 auto;
|
|
30792
|
+
width: 100%;
|
|
30793
|
+
max-width: 648px;
|
|
30794
|
+
}
|
|
30795
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
30796
|
+
margin-left: 0;
|
|
30797
|
+
}
|
|
30798
|
+
.E_h18jprzg .ant-modal-body {
|
|
30799
|
+
margin: 0 auto;
|
|
30800
|
+
padding: 0;
|
|
30801
|
+
width: 100%;
|
|
30802
|
+
max-width: 648px;
|
|
30803
|
+
overflow: hidden;
|
|
30804
|
+
}
|
|
30805
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30806
|
+
margin-bottom: 40px;
|
|
30807
|
+
}
|
|
30808
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30809
|
+
height: calc(100vh - 225px);
|
|
30810
|
+
overflow-y: auto;
|
|
30811
|
+
}
|
|
30812
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
30813
|
+
margin: 0 auto;
|
|
30814
|
+
max-width: 648px;
|
|
30815
|
+
}
|
|
30816
|
+
|
|
30817
|
+
.E_h16z9xgz .ant-modal-header {
|
|
30818
|
+
margin: 0 auto;
|
|
30819
|
+
width: 100%;
|
|
30820
|
+
max-width: 1024px;
|
|
30821
|
+
}
|
|
30822
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30823
|
+
margin-left: 0;
|
|
30731
30824
|
}
|
|
30732
30825
|
.E_h16z9xgz .ant-modal-body {
|
|
30733
30826
|
margin: 0 auto;
|
|
@@ -31334,110 +31427,157 @@ input.E_rf8rlle.ant-input {
|
|
|
31334
31427
|
margin: 4px 0;
|
|
31335
31428
|
}
|
|
31336
31429
|
|
|
31337
|
-
.
|
|
31338
|
-
|
|
31339
|
-
}
|
|
31340
|
-
|
|
31341
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31342
|
-
display: none;
|
|
31343
|
-
}
|
|
31344
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31345
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31346
|
-
border-radius: 4px;
|
|
31347
|
-
}
|
|
31348
|
-
|
|
31349
|
-
.E_s1dni7lo {
|
|
31350
|
-
width: 430px !important;
|
|
31351
|
-
}
|
|
31352
|
-
|
|
31353
|
-
.E_d1wwmmm5 .ant-select-item-group {
|
|
31354
|
-
padding: 8px 16px;
|
|
31355
|
-
line-height: 18px;
|
|
31356
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31357
|
-
height: 34px;
|
|
31358
|
-
min-height: 34px;
|
|
31430
|
+
.E_skwah65 {
|
|
31431
|
+
height: 8px;
|
|
31359
31432
|
box-sizing: border-box;
|
|
31360
|
-
|
|
31433
|
+
border-radius: 2px;
|
|
31434
|
+
background: #f5f7fa;
|
|
31435
|
+
display: flex;
|
|
31436
|
+
width: 100%;
|
|
31437
|
+
overflow: hidden;
|
|
31438
|
+
}
|
|
31439
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31440
|
+
margin-left: 1px;
|
|
31361
31441
|
}
|
|
31362
31442
|
|
|
31363
|
-
.
|
|
31364
|
-
|
|
31365
|
-
flex-direction: column;
|
|
31366
|
-
margin: 1px 8px;
|
|
31367
|
-
padding: 8px;
|
|
31368
|
-
border-radius: 4px;
|
|
31443
|
+
.E_c1up1pdz {
|
|
31444
|
+
width: 648px;
|
|
31369
31445
|
}
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31446
|
+
.E_c1up1pdz.active {
|
|
31447
|
+
border-color: #0080ff;
|
|
31372
31448
|
}
|
|
31373
|
-
.
|
|
31374
|
-
|
|
31449
|
+
.E_c1up1pdz.active > header {
|
|
31450
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31375
31451
|
}
|
|
31376
|
-
.
|
|
31377
|
-
|
|
31452
|
+
.E_c1up1pdz .expand {
|
|
31453
|
+
padding: 12px;
|
|
31378
31454
|
}
|
|
31379
|
-
.
|
|
31380
|
-
|
|
31455
|
+
.E_c1up1pdz .field-item {
|
|
31456
|
+
display: flex;
|
|
31457
|
+
padding: 10px 0;
|
|
31458
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31381
31459
|
}
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31460
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31461
|
+
border-bottom: none;
|
|
31462
|
+
padding-bottom: 0;
|
|
31384
31463
|
}
|
|
31385
|
-
.
|
|
31386
|
-
|
|
31464
|
+
.E_c1up1pdz .field-item label {
|
|
31465
|
+
line-height: 32px;
|
|
31466
|
+
width: 100px;
|
|
31467
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31387
31468
|
}
|
|
31388
|
-
.
|
|
31389
|
-
color:
|
|
31469
|
+
.E_c1up1pdz .help {
|
|
31470
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31471
|
+
margin-top: 5px;
|
|
31390
31472
|
}
|
|
31391
|
-
.
|
|
31392
|
-
|
|
31393
|
-
|
|
31473
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31474
|
+
.E_c1up1pdz .ant-picker {
|
|
31475
|
+
width: 128px;
|
|
31394
31476
|
}
|
|
31395
31477
|
|
|
31396
|
-
.
|
|
31478
|
+
.E_c156wh19 {
|
|
31397
31479
|
display: flex;
|
|
31480
|
+
align-items: center;
|
|
31398
31481
|
justify-content: space-between;
|
|
31399
|
-
|
|
31400
|
-
line-height: 20px;
|
|
31482
|
+
word-break: keep-all;
|
|
31401
31483
|
}
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31404
|
-
overflow: hidden;
|
|
31405
|
-
text-overflow: ellipsis;
|
|
31484
|
+
.E_c156wh19 .title {
|
|
31485
|
+
margin: 0 16px 0 8px;
|
|
31406
31486
|
}
|
|
31407
|
-
|
|
31408
|
-
.
|
|
31487
|
+
.E_c156wh19 .retain {
|
|
31488
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31489
|
+
}
|
|
31490
|
+
.E_c156wh19 div.left {
|
|
31491
|
+
flex: 1;
|
|
31409
31492
|
display: flex;
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
|
|
31413
|
-
|
|
31414
|
-
margin-top: 2px;
|
|
31493
|
+
overflow: hidden;
|
|
31494
|
+
align-items: center;
|
|
31495
|
+
justify-content: flex-start;
|
|
31496
|
+
white-space: nowrap;
|
|
31415
31497
|
}
|
|
31416
|
-
|
|
31417
|
-
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
|
|
31498
|
+
.E_c156wh19 div.left .title {
|
|
31499
|
+
max-width: 100%;
|
|
31500
|
+
overflow: hidden;
|
|
31501
|
+
text-overflow: ellipsis;
|
|
31502
|
+
}
|
|
31503
|
+
.E_c156wh19 div.right {
|
|
31504
|
+
display: flex;
|
|
31505
|
+
align-items: center;
|
|
31506
|
+
}
|
|
31507
|
+
.E_c156wh19 .reverse {
|
|
31508
|
+
display: flex;
|
|
31509
|
+
flex-direction: row-reverse;
|
|
31510
|
+
align-items: center;
|
|
31511
|
+
}
|
|
31512
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31513
|
+
margin-left: 8px;
|
|
31514
|
+
}
|
|
31515
|
+
.E_c156wh19 .close {
|
|
31516
|
+
padding-left: 14px;
|
|
31517
|
+
margin-left: 14px;
|
|
31518
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31519
|
+
cursor: pointer;
|
|
31421
31520
|
}
|
|
31422
31521
|
|
|
31423
|
-
.
|
|
31424
|
-
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
|
|
31522
|
+
.E_m126spxy {
|
|
31523
|
+
padding-bottom: 4px;
|
|
31524
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31525
|
+
}
|
|
31526
|
+
.E_m126spxy .ant-btn-link {
|
|
31527
|
+
padding: 1px 10px;
|
|
31528
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31529
|
+
border-radius: 4px;
|
|
31530
|
+
}
|
|
31531
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31532
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31533
|
+
color: #0096ff;
|
|
31428
31534
|
}
|
|
31429
31535
|
|
|
31430
|
-
.
|
|
31431
|
-
|
|
31432
|
-
|
|
31433
|
-
|
|
31536
|
+
.E_wpbf4pq {
|
|
31537
|
+
padding: 10px 0;
|
|
31538
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31539
|
+
}
|
|
31540
|
+
.E_wpbf4pq .ant-input,
|
|
31541
|
+
.E_wpbf4pq .ant-picker {
|
|
31542
|
+
width: 80px;
|
|
31543
|
+
margin: 0 9px;
|
|
31544
|
+
text-align: center;
|
|
31545
|
+
}
|
|
31546
|
+
.E_wpbf4pq .options {
|
|
31547
|
+
padding: 12px 0 12px 16px;
|
|
31548
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31549
|
+
margin: 5px 0 5px 8px;
|
|
31550
|
+
}
|
|
31551
|
+
.E_wpbf4pq .week-day-option,
|
|
31552
|
+
.E_wpbf4pq .month-day-option {
|
|
31434
31553
|
background: #f5f7fa;
|
|
31435
|
-
|
|
31436
|
-
|
|
31437
|
-
|
|
31554
|
+
box-sizing: border-box;
|
|
31555
|
+
border-radius: 16px;
|
|
31556
|
+
margin-right: 8px;
|
|
31438
31557
|
}
|
|
31439
|
-
.
|
|
31440
|
-
|
|
31558
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31559
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31560
|
+
color: inherit;
|
|
31561
|
+
border-color: #d9d9d9;
|
|
31562
|
+
}
|
|
31563
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31564
|
+
background-color: #0096ff;
|
|
31565
|
+
border-color: #0096ff;
|
|
31566
|
+
color: #fff;
|
|
31567
|
+
}
|
|
31568
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31569
|
+
width: 110px;
|
|
31570
|
+
margin-top: 4px;
|
|
31571
|
+
}
|
|
31572
|
+
.E_wpbf4pq .month-day-option {
|
|
31573
|
+
width: 32px;
|
|
31574
|
+
padding: 0;
|
|
31575
|
+
margin-bottom: 8px;
|
|
31576
|
+
}
|
|
31577
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31578
|
+
background-color: #0096ff;
|
|
31579
|
+
border-color: #0096ff;
|
|
31580
|
+
color: #fff;
|
|
31441
31581
|
}
|
|
31442
31582
|
|
|
31443
31583
|
.E_dsnbhzf {
|
|
@@ -31976,199 +32116,100 @@ input.E_rf8rlle.ant-input {
|
|
|
31976
32116
|
background: #fff;
|
|
31977
32117
|
}
|
|
31978
32118
|
|
|
31979
|
-
.
|
|
31980
|
-
|
|
31981
|
-
|
|
31982
|
-
.E_c1up1pdz.active {
|
|
31983
|
-
border-color: #0080ff;
|
|
32119
|
+
.E_berrcjl {
|
|
32120
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
+
margin-bottom: 4px;
|
|
31984
32122
|
}
|
|
31985
|
-
.
|
|
31986
|
-
|
|
32123
|
+
.E_berrcjl .breadcrumb-link {
|
|
32124
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32125
|
+
cursor: pointer;
|
|
32126
|
+
transition: color 160ms ease;
|
|
31987
32127
|
}
|
|
31988
|
-
.
|
|
31989
|
-
|
|
32128
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
32129
|
+
color: #0080ff;
|
|
31990
32130
|
}
|
|
31991
|
-
.
|
|
31992
|
-
|
|
31993
|
-
padding: 10px 0;
|
|
31994
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32131
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
32132
|
+
color: #005ed1;
|
|
31995
32133
|
}
|
|
31996
|
-
|
|
31997
|
-
|
|
31998
|
-
|
|
32134
|
+
|
|
32135
|
+
.E_tqjc4ui {
|
|
32136
|
+
margin: 0 2px;
|
|
31999
32137
|
}
|
|
32000
|
-
|
|
32001
|
-
|
|
32002
|
-
|
|
32003
|
-
|
|
32138
|
+
|
|
32139
|
+
.E_c18bcrac {
|
|
32140
|
+
display: inline-block;
|
|
32141
|
+
width: 100%;
|
|
32004
32142
|
}
|
|
32005
|
-
.
|
|
32006
|
-
|
|
32007
|
-
margin-top: 5px;
|
|
32143
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32144
|
+
margin-left: 4px;
|
|
32008
32145
|
}
|
|
32009
|
-
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32146
|
+
|
|
32147
|
+
.E_cro7kg2 {
|
|
32148
|
+
padding: 4px;
|
|
32012
32149
|
}
|
|
32013
32150
|
|
|
32014
|
-
.
|
|
32151
|
+
.E_c14wcxf0 {
|
|
32015
32152
|
display: flex;
|
|
32016
|
-
align-items: center;
|
|
32017
32153
|
justify-content: space-between;
|
|
32018
|
-
word-break: keep-all;
|
|
32019
|
-
}
|
|
32020
|
-
.E_c156wh19 .title {
|
|
32021
|
-
margin: 0 16px 0 8px;
|
|
32022
|
-
}
|
|
32023
|
-
.E_c156wh19 .retain {
|
|
32024
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32025
|
-
}
|
|
32026
|
-
.E_c156wh19 div.left {
|
|
32027
|
-
flex: 1;
|
|
32028
|
-
display: flex;
|
|
32029
|
-
overflow: hidden;
|
|
32030
32154
|
align-items: center;
|
|
32031
|
-
|
|
32155
|
+
font-size: 13px;
|
|
32156
|
+
line-height: 24px;
|
|
32157
|
+
color: #cccccc;
|
|
32032
32158
|
white-space: nowrap;
|
|
32033
32159
|
}
|
|
32034
|
-
.
|
|
32035
|
-
|
|
32036
|
-
overflow: hidden;
|
|
32037
|
-
text-overflow: ellipsis;
|
|
32038
|
-
}
|
|
32039
|
-
.E_c156wh19 div.right {
|
|
32040
|
-
display: flex;
|
|
32041
|
-
align-items: center;
|
|
32160
|
+
.E_c14wcxf0 label {
|
|
32161
|
+
margin-right: 32px;
|
|
32042
32162
|
}
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
|
|
32046
|
-
|
|
32163
|
+
|
|
32164
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32165
|
+
font-weight: bold;
|
|
32166
|
+
color: white;
|
|
32047
32167
|
}
|
|
32048
|
-
|
|
32049
|
-
|
|
32168
|
+
|
|
32169
|
+
.E_s11212zy {
|
|
32170
|
+
width: 8px;
|
|
32171
|
+
height: 8px;
|
|
32172
|
+
border-radius: 2px;
|
|
32173
|
+
display: inline-block;
|
|
32174
|
+
background: var(--s11212zy-0);
|
|
32175
|
+
border: 1px solid #fff;
|
|
32176
|
+
box-sizing: content-box;
|
|
32177
|
+
margin-right: 6px;
|
|
32050
32178
|
}
|
|
32051
|
-
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
|
|
32055
|
-
|
|
32179
|
+
|
|
32180
|
+
.E_p1lyky6c > :first-child {
|
|
32181
|
+
font-weight: bold;
|
|
32182
|
+
color: white;
|
|
32183
|
+
margin-right: 4px;
|
|
32056
32184
|
}
|
|
32057
32185
|
|
|
32058
|
-
.
|
|
32059
|
-
|
|
32060
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32186
|
+
.E_gmyahx3 {
|
|
32187
|
+
cursor: pointer;
|
|
32061
32188
|
}
|
|
32062
|
-
.
|
|
32063
|
-
|
|
32064
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32065
|
-
border-radius: 4px;
|
|
32189
|
+
.E_gmyahx3 .link-text {
|
|
32190
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32066
32191
|
}
|
|
32067
|
-
.
|
|
32068
|
-
|
|
32069
|
-
color: #0096ff;
|
|
32192
|
+
.E_gmyahx3:hover .link-text {
|
|
32193
|
+
color: #0080ff;
|
|
32070
32194
|
}
|
|
32071
32195
|
|
|
32072
|
-
.
|
|
32073
|
-
|
|
32074
|
-
|
|
32196
|
+
.E_c1bus5hc {
|
|
32197
|
+
--color: white;
|
|
32198
|
+
height: 14px;
|
|
32199
|
+
width: 14px;
|
|
32200
|
+
border-radius: 50%;
|
|
32201
|
+
flex-shrink: 0;
|
|
32202
|
+
display: flex;
|
|
32203
|
+
align-items: center;
|
|
32204
|
+
justify-content: center;
|
|
32205
|
+
border: 1px solid var(--color);
|
|
32075
32206
|
}
|
|
32076
|
-
.
|
|
32077
|
-
|
|
32078
|
-
|
|
32079
|
-
|
|
32080
|
-
|
|
32081
|
-
|
|
32082
|
-
.E_wpbf4pq .options {
|
|
32083
|
-
padding: 12px 0 12px 16px;
|
|
32084
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32085
|
-
margin: 5px 0 5px 8px;
|
|
32086
|
-
}
|
|
32087
|
-
.E_wpbf4pq .week-day-option,
|
|
32088
|
-
.E_wpbf4pq .month-day-option {
|
|
32089
|
-
background: #f5f7fa;
|
|
32090
|
-
box-sizing: border-box;
|
|
32091
|
-
border-radius: 16px;
|
|
32092
|
-
margin-right: 8px;
|
|
32093
|
-
}
|
|
32094
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
32095
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
32096
|
-
color: inherit;
|
|
32097
|
-
border-color: #d9d9d9;
|
|
32098
|
-
}
|
|
32099
|
-
.E_wpbf4pq .week-day-option.active {
|
|
32100
|
-
background-color: #0096ff;
|
|
32101
|
-
border-color: #0096ff;
|
|
32102
|
-
color: #fff;
|
|
32103
|
-
}
|
|
32104
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
32105
|
-
width: 110px;
|
|
32106
|
-
margin-top: 4px;
|
|
32107
|
-
}
|
|
32108
|
-
.E_wpbf4pq .month-day-option {
|
|
32109
|
-
width: 32px;
|
|
32110
|
-
padding: 0;
|
|
32111
|
-
margin-bottom: 8px;
|
|
32112
|
-
}
|
|
32113
|
-
.E_wpbf4pq .month-day-option.active {
|
|
32114
|
-
background-color: #0096ff;
|
|
32115
|
-
border-color: #0096ff;
|
|
32116
|
-
color: #fff;
|
|
32117
|
-
}
|
|
32118
|
-
|
|
32119
|
-
.E_berrcjl {
|
|
32120
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
-
margin-bottom: 4px;
|
|
32122
|
-
}
|
|
32123
|
-
.E_berrcjl .breadcrumb-link {
|
|
32124
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32125
|
-
cursor: pointer;
|
|
32126
|
-
transition: color 160ms ease;
|
|
32127
|
-
}
|
|
32128
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
32129
|
-
color: #0080ff;
|
|
32130
|
-
}
|
|
32131
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
32132
|
-
color: #005ed1;
|
|
32133
|
-
}
|
|
32134
|
-
|
|
32135
|
-
.E_c18gxmrl {
|
|
32136
|
-
border: 1px solid #d8deeb;
|
|
32137
|
-
border-radius: 4px;
|
|
32138
|
-
}
|
|
32139
|
-
.E_c18gxmrl + .E_c18gxmrl {
|
|
32140
|
-
margin-top: 8px;
|
|
32141
|
-
}
|
|
32142
|
-
.E_c18gxmrl:hover {
|
|
32143
|
-
border-color: #0080ff;
|
|
32144
|
-
}
|
|
32145
|
-
.E_c18gxmrl:hover > header {
|
|
32146
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32147
|
-
}
|
|
32148
|
-
.E_c18gxmrl.active header {
|
|
32149
|
-
border-bottom: 1px solid #d8deeb;
|
|
32150
|
-
}
|
|
32151
|
-
.E_c18gxmrl > header {
|
|
32152
|
-
padding: 8px 12px;
|
|
32153
|
-
}
|
|
32154
|
-
|
|
32155
|
-
.E_c1bus5hc {
|
|
32156
|
-
--color: white;
|
|
32157
|
-
height: 14px;
|
|
32158
|
-
width: 14px;
|
|
32159
|
-
border-radius: 50%;
|
|
32160
|
-
flex-shrink: 0;
|
|
32161
|
-
display: flex;
|
|
32162
|
-
align-items: center;
|
|
32163
|
-
justify-content: center;
|
|
32164
|
-
border: 1px solid var(--color);
|
|
32165
|
-
}
|
|
32166
|
-
.E_c1bus5hc .circle-inner {
|
|
32167
|
-
position: relative;
|
|
32168
|
-
height: 10px;
|
|
32169
|
-
width: 10px;
|
|
32170
|
-
border-radius: 50%;
|
|
32171
|
-
overflow: hidden;
|
|
32207
|
+
.E_c1bus5hc .circle-inner {
|
|
32208
|
+
position: relative;
|
|
32209
|
+
height: 10px;
|
|
32210
|
+
width: 10px;
|
|
32211
|
+
border-radius: 50%;
|
|
32212
|
+
overflow: hidden;
|
|
32172
32213
|
}
|
|
32173
32214
|
.E_c1bus5hc .circle-content {
|
|
32174
32215
|
position: absolute;
|
|
@@ -32192,28 +32233,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32192
32233
|
transform: rotate(0deg);
|
|
32193
32234
|
}
|
|
32194
32235
|
|
|
32195
|
-
.E_c1uzzomf {
|
|
32196
|
-
margin-bottom: 16px;
|
|
32197
|
-
}
|
|
32198
|
-
.E_c1uzzomf .card-title {
|
|
32199
|
-
font-size: 16px;
|
|
32200
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32201
|
-
font-weight: 700;
|
|
32202
|
-
line-height: 32px;
|
|
32203
|
-
}
|
|
32204
|
-
.E_c1uzzomf .card-body {
|
|
32205
|
-
padding: 24px;
|
|
32206
|
-
border-radius: 8px;
|
|
32207
|
-
background: #fff;
|
|
32208
|
-
}
|
|
32209
|
-
.E_c1uzzomf .empty {
|
|
32210
|
-
font-weight: 700;
|
|
32211
|
-
font-size: 14px;
|
|
32212
|
-
line-height: 22px;
|
|
32213
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32214
|
-
text-align: center;
|
|
32215
|
-
}
|
|
32216
|
-
|
|
32217
32236
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32218
32237
|
margin-right: 2px;
|
|
32219
32238
|
}
|
|
@@ -32267,65 +32286,139 @@ input.E_rf8rlle.ant-input {
|
|
|
32267
32286
|
overflow: "auto";
|
|
32268
32287
|
}
|
|
32269
32288
|
|
|
32270
|
-
.
|
|
32271
|
-
|
|
32289
|
+
.E_clm1wy1 {
|
|
32290
|
+
width: 192px;
|
|
32291
|
+
height: 246px;
|
|
32292
|
+
border-radius: 4px;
|
|
32272
32293
|
}
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32294
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
32295
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32296
|
+
width: 100%;
|
|
32297
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32298
|
+
border-top: none;
|
|
32275
32299
|
}
|
|
32276
|
-
.
|
|
32277
|
-
|
|
32300
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32301
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32302
|
+
padding: 0 16px;
|
|
32278
32303
|
}
|
|
32279
|
-
|
|
32280
|
-
.
|
|
32281
|
-
display: inline-block;
|
|
32304
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32305
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32282
32306
|
width: 100%;
|
|
32307
|
+
height: 180px;
|
|
32308
|
+
border-spacing: 0;
|
|
32283
32309
|
}
|
|
32284
|
-
.
|
|
32285
|
-
|
|
32310
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32311
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32312
|
+
margin-bottom: 8px;
|
|
32313
|
+
}
|
|
32314
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32315
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32316
|
+
width: 22px;
|
|
32317
|
+
}
|
|
32318
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32319
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32320
|
+
padding: 0;
|
|
32321
|
+
}
|
|
32322
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
32323
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32324
|
+
opacity: 0.4;
|
|
32325
|
+
}
|
|
32326
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32327
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32328
|
+
opacity: 1;
|
|
32329
|
+
}
|
|
32330
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32331
|
+
color: #3e4652;
|
|
32332
|
+
}
|
|
32333
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32334
|
+
pointer-events: none;
|
|
32286
32335
|
}
|
|
32287
32336
|
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32337
|
+
.E_t1tsm00v {
|
|
32338
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32339
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32340
|
+
backdrop-filter: blur(10px);
|
|
32341
|
+
padding: 7px 10px;
|
|
32290
32342
|
}
|
|
32291
32343
|
|
|
32292
|
-
.
|
|
32344
|
+
.E_c167wnad {
|
|
32345
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32293
32346
|
display: flex;
|
|
32294
32347
|
justify-content: space-between;
|
|
32295
32348
|
align-items: center;
|
|
32296
|
-
|
|
32297
|
-
line-height: 24px;
|
|
32298
|
-
color: #cccccc;
|
|
32299
|
-
white-space: nowrap;
|
|
32349
|
+
padding: 8px 16px;
|
|
32300
32350
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32351
|
+
.E_c167wnad .anticon {
|
|
32352
|
+
cursor: pointer;
|
|
32303
32353
|
}
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
font-weight: bold;
|
|
32307
|
-
color: white;
|
|
32354
|
+
.E_c167wnad .anticon:hover {
|
|
32355
|
+
color: #0096ff;
|
|
32308
32356
|
}
|
|
32309
32357
|
|
|
32310
|
-
.
|
|
32311
|
-
|
|
32312
|
-
|
|
32313
|
-
|
|
32358
|
+
.E_cxhf7dh {
|
|
32359
|
+
text-align: center;
|
|
32360
|
+
}
|
|
32361
|
+
.E_cxhf7dh .dots {
|
|
32362
|
+
display: flex;
|
|
32363
|
+
justify-content: center;
|
|
32364
|
+
}
|
|
32365
|
+
.E_cxhf7dh .dot {
|
|
32314
32366
|
display: inline-block;
|
|
32315
|
-
|
|
32316
|
-
|
|
32317
|
-
|
|
32318
|
-
|
|
32367
|
+
width: 2px;
|
|
32368
|
+
height: 2px;
|
|
32369
|
+
border-radius: 1px;
|
|
32370
|
+
background: #0096ff;
|
|
32371
|
+
}
|
|
32372
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32373
|
+
margin-right: 2px;
|
|
32374
|
+
}
|
|
32375
|
+
.E_cxhf7dh .bar {
|
|
32376
|
+
width: 9px;
|
|
32377
|
+
height: 2px;
|
|
32378
|
+
background: #0096ff;
|
|
32379
|
+
border-radius: 2px;
|
|
32319
32380
|
}
|
|
32320
32381
|
|
|
32321
|
-
.
|
|
32322
|
-
|
|
32323
|
-
|
|
32324
|
-
|
|
32382
|
+
.E_c1uzzomf {
|
|
32383
|
+
margin-bottom: 16px;
|
|
32384
|
+
}
|
|
32385
|
+
.E_c1uzzomf .card-title {
|
|
32386
|
+
font-size: 16px;
|
|
32387
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32388
|
+
font-weight: 700;
|
|
32389
|
+
line-height: 32px;
|
|
32390
|
+
}
|
|
32391
|
+
.E_c1uzzomf .card-body {
|
|
32392
|
+
padding: 24px;
|
|
32393
|
+
border-radius: 8px;
|
|
32394
|
+
background: #fff;
|
|
32395
|
+
}
|
|
32396
|
+
.E_c1uzzomf .empty {
|
|
32397
|
+
font-weight: 700;
|
|
32398
|
+
font-size: 14px;
|
|
32399
|
+
line-height: 22px;
|
|
32400
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32401
|
+
text-align: center;
|
|
32325
32402
|
}
|
|
32326
32403
|
|
|
32327
|
-
.
|
|
32328
|
-
|
|
32404
|
+
.E_c18gxmrl {
|
|
32405
|
+
border: 1px solid #d8deeb;
|
|
32406
|
+
border-radius: 4px;
|
|
32407
|
+
}
|
|
32408
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
32409
|
+
margin-top: 8px;
|
|
32410
|
+
}
|
|
32411
|
+
.E_c18gxmrl:hover {
|
|
32412
|
+
border-color: #0080ff;
|
|
32413
|
+
}
|
|
32414
|
+
.E_c18gxmrl:hover > header {
|
|
32415
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32416
|
+
}
|
|
32417
|
+
.E_c18gxmrl.active header {
|
|
32418
|
+
border-bottom: 1px solid #d8deeb;
|
|
32419
|
+
}
|
|
32420
|
+
.E_c18gxmrl > header {
|
|
32421
|
+
padding: 8px 12px;
|
|
32329
32422
|
}
|
|
32330
32423
|
|
|
32331
32424
|
.E_d1bw7c5z {
|
|
@@ -32409,99 +32502,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32409
32502
|
width: 102px;
|
|
32410
32503
|
}
|
|
32411
32504
|
|
|
32412
|
-
.E_clm1wy1 {
|
|
32413
|
-
width: 192px;
|
|
32414
|
-
height: 246px;
|
|
32415
|
-
border-radius: 4px;
|
|
32416
|
-
}
|
|
32417
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
32418
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32419
|
-
width: 100%;
|
|
32420
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32421
|
-
border-top: none;
|
|
32422
|
-
}
|
|
32423
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32424
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32425
|
-
padding: 0 16px;
|
|
32426
|
-
}
|
|
32427
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32428
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32429
|
-
width: 100%;
|
|
32430
|
-
height: 180px;
|
|
32431
|
-
border-spacing: 0;
|
|
32432
|
-
}
|
|
32433
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32434
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32435
|
-
margin-bottom: 8px;
|
|
32436
|
-
}
|
|
32437
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32438
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32439
|
-
width: 22px;
|
|
32440
|
-
}
|
|
32441
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32442
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32443
|
-
padding: 0;
|
|
32444
|
-
}
|
|
32445
|
-
.E_clm1wy1 .ant-picker-cell {
|
|
32446
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32447
|
-
opacity: 0.4;
|
|
32448
|
-
}
|
|
32449
|
-
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32450
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32451
|
-
opacity: 1;
|
|
32452
|
-
}
|
|
32453
|
-
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32454
|
-
color: #3e4652;
|
|
32455
|
-
}
|
|
32456
|
-
.E_clm1wy1 .ant-picker-cell::before {
|
|
32457
|
-
pointer-events: none;
|
|
32458
|
-
}
|
|
32459
|
-
|
|
32460
|
-
.E_t1tsm00v {
|
|
32461
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32462
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32463
|
-
backdrop-filter: blur(10px);
|
|
32464
|
-
padding: 7px 10px;
|
|
32465
|
-
}
|
|
32466
|
-
|
|
32467
|
-
.E_c167wnad {
|
|
32468
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32469
|
-
display: flex;
|
|
32470
|
-
justify-content: space-between;
|
|
32471
|
-
align-items: center;
|
|
32472
|
-
padding: 8px 16px;
|
|
32473
|
-
}
|
|
32474
|
-
.E_c167wnad .anticon {
|
|
32475
|
-
cursor: pointer;
|
|
32476
|
-
}
|
|
32477
|
-
.E_c167wnad .anticon:hover {
|
|
32478
|
-
color: #0096ff;
|
|
32479
|
-
}
|
|
32480
|
-
|
|
32481
|
-
.E_cxhf7dh {
|
|
32482
|
-
text-align: center;
|
|
32483
|
-
}
|
|
32484
|
-
.E_cxhf7dh .dots {
|
|
32485
|
-
display: flex;
|
|
32486
|
-
justify-content: center;
|
|
32487
|
-
}
|
|
32488
|
-
.E_cxhf7dh .dot {
|
|
32489
|
-
display: inline-block;
|
|
32490
|
-
width: 2px;
|
|
32491
|
-
height: 2px;
|
|
32492
|
-
border-radius: 1px;
|
|
32493
|
-
background: #0096ff;
|
|
32494
|
-
}
|
|
32495
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32496
|
-
margin-right: 2px;
|
|
32497
|
-
}
|
|
32498
|
-
.E_cxhf7dh .bar {
|
|
32499
|
-
width: 9px;
|
|
32500
|
-
height: 2px;
|
|
32501
|
-
background: #0096ff;
|
|
32502
|
-
border-radius: 2px;
|
|
32503
|
-
}
|
|
32504
|
-
|
|
32505
32505
|
.E_ou7iq30 {
|
|
32506
32506
|
overflow: hidden;
|
|
32507
32507
|
text-overflow: ellipsis;
|
|
@@ -32518,6 +32518,13 @@ input.E_rf8rlle.ant-input {
|
|
|
32518
32518
|
word-break: break-all;
|
|
32519
32519
|
}
|
|
32520
32520
|
|
|
32521
|
+
.E_c1yyuluq {
|
|
32522
|
+
border-radius: 8px;
|
|
32523
|
+
}
|
|
32524
|
+
.E_c1yyuluq .ant-card-body {
|
|
32525
|
+
padding: 20px 24px 24px 24px;
|
|
32526
|
+
}
|
|
32527
|
+
|
|
32521
32528
|
.E_t1sqg15u {
|
|
32522
32529
|
background: white;
|
|
32523
32530
|
}
|
|
@@ -32608,21 +32615,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32608
32615
|
padding-right: 12px;
|
|
32609
32616
|
}
|
|
32610
32617
|
|
|
32611
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32612
|
-
display: flex;
|
|
32613
|
-
align-items: center;
|
|
32614
|
-
}
|
|
32615
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32616
|
-
margin-right: 8px;
|
|
32617
|
-
}
|
|
32618
|
-
|
|
32619
|
-
.E_tje3huy {
|
|
32620
|
-
width: 100%;
|
|
32621
|
-
overflow: inherit;
|
|
32622
|
-
white-space: inherit;
|
|
32623
|
-
text-overflow: ellipsis;
|
|
32624
|
-
}
|
|
32625
|
-
|
|
32626
32618
|
.E_wg1tsps {
|
|
32627
32619
|
display: flex;
|
|
32628
32620
|
align-items: center;
|
|
@@ -32646,11 +32638,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32646
32638
|
color: #00122e !important;
|
|
32647
32639
|
}
|
|
32648
32640
|
|
|
32649
|
-
.
|
|
32650
|
-
|
|
32641
|
+
.E_tje3huy {
|
|
32642
|
+
width: 100%;
|
|
32643
|
+
overflow: inherit;
|
|
32644
|
+
white-space: inherit;
|
|
32645
|
+
text-overflow: ellipsis;
|
|
32651
32646
|
}
|
|
32652
|
-
|
|
32653
|
-
|
|
32647
|
+
|
|
32648
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32649
|
+
display: flex;
|
|
32650
|
+
align-items: center;
|
|
32651
|
+
}
|
|
32652
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32653
|
+
margin-right: 8px;
|
|
32654
32654
|
}
|
|
32655
32655
|
|
|
32656
32656
|
.E_m74vjol {
|
|
@@ -32724,6 +32724,63 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32724
32724
|
display: flex;
|
|
32725
32725
|
}
|
|
32726
32726
|
|
|
32727
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32728
|
+
border-radius: 6px;
|
|
32729
|
+
}
|
|
32730
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
32731
|
+
width: 100%;
|
|
32732
|
+
color: #2d3a56;
|
|
32733
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32734
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32735
|
+
font-size: 13px;
|
|
32736
|
+
}
|
|
32737
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32738
|
+
height: 30px;
|
|
32739
|
+
}
|
|
32740
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32741
|
+
height: 38px;
|
|
32742
|
+
font-size: 13px;
|
|
32743
|
+
}
|
|
32744
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32745
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32746
|
+
transition: 160ms ease;
|
|
32747
|
+
}
|
|
32748
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32749
|
+
color: #0080ff;
|
|
32750
|
+
}
|
|
32751
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32752
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32753
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32754
|
+
}
|
|
32755
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32756
|
+
color: #0080ff;
|
|
32757
|
+
}
|
|
32758
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32759
|
+
border-color: #0080ff;
|
|
32760
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32761
|
+
}
|
|
32762
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32763
|
+
transform: rotate(180deg);
|
|
32764
|
+
}
|
|
32765
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32766
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32767
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32768
|
+
cursor: "not-allowed";
|
|
32769
|
+
}
|
|
32770
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32771
|
+
border-color: #f0483e !important;
|
|
32772
|
+
}
|
|
32773
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32774
|
+
color: #1d326c;
|
|
32775
|
+
}
|
|
32776
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32777
|
+
border-color: #0080ff;
|
|
32778
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32779
|
+
}
|
|
32780
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32781
|
+
transform: rotate(180deg);
|
|
32782
|
+
}
|
|
32783
|
+
|
|
32727
32784
|
.E_ivqqkzv {
|
|
32728
32785
|
height: 24px;
|
|
32729
32786
|
width: 56px !important;
|
|
@@ -32808,63 +32865,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32808
32865
|
display: inline-block;
|
|
32809
32866
|
}
|
|
32810
32867
|
|
|
32811
|
-
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
32812
|
-
border-radius: 6px;
|
|
32813
|
-
}
|
|
32814
|
-
.E_s177mls5.ant-select.ant-select-single {
|
|
32815
|
-
width: 100%;
|
|
32816
|
-
color: #2d3a56;
|
|
32817
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32818
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32819
|
-
font-size: 13px;
|
|
32820
|
-
}
|
|
32821
|
-
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32822
|
-
height: 30px;
|
|
32823
|
-
}
|
|
32824
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32825
|
-
height: 38px;
|
|
32826
|
-
font-size: 13px;
|
|
32827
|
-
}
|
|
32828
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32829
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32830
|
-
transition: 160ms ease;
|
|
32831
|
-
}
|
|
32832
|
-
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32833
|
-
color: #0080ff;
|
|
32834
|
-
}
|
|
32835
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32836
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32837
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32838
|
-
}
|
|
32839
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32840
|
-
color: #0080ff;
|
|
32841
|
-
}
|
|
32842
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32843
|
-
border-color: #0080ff;
|
|
32844
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32845
|
-
}
|
|
32846
|
-
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32847
|
-
transform: rotate(180deg);
|
|
32848
|
-
}
|
|
32849
|
-
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32850
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32851
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32852
|
-
cursor: "not-allowed";
|
|
32853
|
-
}
|
|
32854
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32855
|
-
border-color: #f0483e !important;
|
|
32856
|
-
}
|
|
32857
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32858
|
-
color: #1d326c;
|
|
32859
|
-
}
|
|
32860
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32861
|
-
border-color: #0080ff;
|
|
32862
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32863
|
-
}
|
|
32864
|
-
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32865
|
-
transform: rotate(180deg);
|
|
32866
|
-
}
|
|
32867
|
-
|
|
32868
32868
|
.E_s1sck0th {
|
|
32869
32869
|
padding: 0 8px;
|
|
32870
32870
|
border-radius: 4px;
|
|
@@ -34072,6 +34072,10 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34072
34072
|
background: transparent;
|
|
34073
34073
|
}
|
|
34074
34074
|
|
|
34075
|
+
.E_c1yd35n {
|
|
34076
|
+
padding: 0 12px 14px 12px;
|
|
34077
|
+
}
|
|
34078
|
+
|
|
34075
34079
|
.E_c1kghdax {
|
|
34076
34080
|
color: #2d3a56;
|
|
34077
34081
|
padding: 7px 12px;
|
|
@@ -34112,10 +34116,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34112
34116
|
margin-right: 2px;
|
|
34113
34117
|
}
|
|
34114
34118
|
|
|
34115
|
-
.E_c1yd35n {
|
|
34116
|
-
padding: 0 12px 14px 12px;
|
|
34117
|
-
}
|
|
34118
|
-
|
|
34119
34119
|
.E_ckui4s7 {
|
|
34120
34120
|
color: #2d3a56;
|
|
34121
34121
|
line-height: 22px;
|
|
@@ -34180,6 +34180,22 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34180
34180
|
margin-left: 24px;
|
|
34181
34181
|
}
|
|
34182
34182
|
|
|
34183
|
+
.E_ryby9ds {
|
|
34184
|
+
display: flex;
|
|
34185
|
+
align-items: center;
|
|
34186
|
+
}
|
|
34187
|
+
.E_ryby9ds .order {
|
|
34188
|
+
height: 24px;
|
|
34189
|
+
width: 24px;
|
|
34190
|
+
border-radius: 20px;
|
|
34191
|
+
color: #0080ff;
|
|
34192
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34193
|
+
display: flex;
|
|
34194
|
+
align-items: center;
|
|
34195
|
+
justify-content: center;
|
|
34196
|
+
margin-right: 6px;
|
|
34197
|
+
}
|
|
34198
|
+
|
|
34183
34199
|
.E_suhck3k {
|
|
34184
34200
|
height: 24px;
|
|
34185
34201
|
width: 24px;
|
|
@@ -34210,27 +34226,49 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34210
34226
|
transform: translateY(-4px);
|
|
34211
34227
|
}
|
|
34212
34228
|
|
|
34213
|
-
.
|
|
34214
|
-
|
|
34215
|
-
|
|
34229
|
+
.E_i1g85yz3 {
|
|
34230
|
+
margin-right: 4px;
|
|
34231
|
+
height: 16px;
|
|
34216
34232
|
}
|
|
34217
|
-
|
|
34233
|
+
|
|
34234
|
+
.E_slr2ynn {
|
|
34235
|
+
padding: 0 8px;
|
|
34236
|
+
height: 18px;
|
|
34237
|
+
}
|
|
34238
|
+
|
|
34239
|
+
.E_m140wbb6 {
|
|
34240
|
+
padding: 2px 8px;
|
|
34218
34241
|
height: 24px;
|
|
34219
|
-
width: 24px;
|
|
34220
|
-
border-radius: 20px;
|
|
34221
|
-
color: #0080ff;
|
|
34222
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34223
|
-
display: flex;
|
|
34224
|
-
align-items: center;
|
|
34225
|
-
justify-content: center;
|
|
34226
|
-
margin-right: 6px;
|
|
34227
34242
|
}
|
|
34228
34243
|
|
|
34229
|
-
.
|
|
34244
|
+
.E_t1fozc1i {
|
|
34245
|
+
margin: 0;
|
|
34246
|
+
}
|
|
34247
|
+
|
|
34248
|
+
.E_i1vxv4ln {
|
|
34230
34249
|
margin-right: 4px;
|
|
34231
34250
|
height: 16px;
|
|
34232
34251
|
}
|
|
34233
34252
|
|
|
34253
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34254
|
+
font-weight: 700;
|
|
34255
|
+
color: #00122e;
|
|
34256
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34257
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34258
|
+
word-break: break-all;
|
|
34259
|
+
display: inline;
|
|
34260
|
+
white-space: normal;
|
|
34261
|
+
}
|
|
34262
|
+
|
|
34263
|
+
.E_w7ob4th.outside-tag {
|
|
34264
|
+
padding-left: 0;
|
|
34265
|
+
}
|
|
34266
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34267
|
+
border-radius: 4px 0 0 4px;
|
|
34268
|
+
padding-right: 4px;
|
|
34269
|
+
margin-right: 4px;
|
|
34270
|
+
}
|
|
34271
|
+
|
|
34234
34272
|
.E_t1dtlqs1 {
|
|
34235
34273
|
margin-bottom: 4px;
|
|
34236
34274
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -34424,44 +34462,6 @@ button.E_l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34424
34462
|
margin-right: 8px;
|
|
34425
34463
|
}
|
|
34426
34464
|
|
|
34427
|
-
.E_slr2ynn {
|
|
34428
|
-
padding: 0 8px;
|
|
34429
|
-
height: 18px;
|
|
34430
|
-
}
|
|
34431
|
-
|
|
34432
|
-
.E_m140wbb6 {
|
|
34433
|
-
padding: 2px 8px;
|
|
34434
|
-
height: 24px;
|
|
34435
|
-
}
|
|
34436
|
-
|
|
34437
|
-
.E_t1fozc1i {
|
|
34438
|
-
margin: 0;
|
|
34439
|
-
}
|
|
34440
|
-
|
|
34441
|
-
.E_i1vxv4ln {
|
|
34442
|
-
margin-right: 4px;
|
|
34443
|
-
height: 16px;
|
|
34444
|
-
}
|
|
34445
|
-
|
|
34446
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34447
|
-
font-weight: 700;
|
|
34448
|
-
color: #00122e;
|
|
34449
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34450
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34451
|
-
word-break: break-all;
|
|
34452
|
-
display: inline;
|
|
34453
|
-
white-space: normal;
|
|
34454
|
-
}
|
|
34455
|
-
|
|
34456
|
-
.E_w7ob4th.outside-tag {
|
|
34457
|
-
padding-left: 0;
|
|
34458
|
-
}
|
|
34459
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34460
|
-
border-radius: 4px 0 0 4px;
|
|
34461
|
-
padding-right: 4px;
|
|
34462
|
-
margin-right: 4px;
|
|
34463
|
-
}
|
|
34464
|
-
|
|
34465
34465
|
.E_f7pxqmh {
|
|
34466
34466
|
width: 100%;
|
|
34467
34467
|
margin-bottom: 0 !important;
|