@cloudtower/eagle 0.27.63-alpha.0 → 0.27.64
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/UIKitProvider/index.js +8 -2
- package/dist/cjs/core/AccordionCard/index.js +11 -6
- package/dist/cjs/core/Alert/index.js +12 -7
- package/dist/cjs/core/Arch/index.js +5 -1
- package/dist/cjs/core/Badge/index.js +5 -1
- package/dist/cjs/core/BaseIcon/index.js +11 -6
- package/dist/cjs/core/Bit/index.js +6 -2
- package/dist/cjs/core/BitPerSecond/index.js +6 -2
- package/dist/cjs/core/Bps/index.js +6 -2
- package/dist/cjs/core/Breadcrumb/index.js +11 -7
- package/dist/cjs/core/Button/HoverableElement.js +6 -2
- package/dist/cjs/core/Button/index.js +10 -5
- package/dist/cjs/core/ButtonGroup/index.js +12 -8
- package/dist/cjs/core/Byte/index.js +8 -4
- package/dist/cjs/core/Calendar/index.js +5 -1
- package/dist/cjs/core/Card/CardWrapper.js +7 -2
- package/dist/cjs/core/Card/index.js +15 -10
- package/dist/cjs/core/Cascader/cascader.widget.js +15 -10
- package/dist/cjs/core/Cascader/index.js +10 -5
- package/dist/cjs/core/Checkbox/index.js +8 -3
- package/dist/cjs/core/DetailCard/index.js +6 -2
- package/dist/cjs/core/DonutChart/index.js +24 -19
- package/dist/cjs/core/DropdownMenu/index.js +15 -11
- package/dist/cjs/core/Empty/index.js +5 -1
- package/dist/cjs/core/ExpandableList/ExpandIcon.js +6 -2
- package/dist/cjs/core/ExpandableList/ExpandableContainer.js +5 -1
- package/dist/cjs/core/ExpandableList/ExpandableItem.js +9 -4
- package/dist/cjs/core/ExpandableList/RoundOrder.js +7 -3
- package/dist/cjs/core/FailedLoad/index.js +9 -4
- package/dist/cjs/core/Fields/FieldsBoolean/index.js +5 -1
- package/dist/cjs/core/Fields/FieldsDateTime/index.js +5 -1
- package/dist/cjs/core/Fields/FieldsDateTimeRange/index.js +8 -3
- package/dist/cjs/core/Fields/FieldsEnum/index.js +6 -2
- package/dist/cjs/core/Fields/FieldsFloat/index.js +5 -1
- package/dist/cjs/core/Fields/FieldsInt/index.js +5 -1
- package/dist/cjs/core/Fields/FieldsInteger/index.js +5 -1
- package/dist/cjs/core/Fields/FieldsString/index.js +12 -7
- package/dist/cjs/core/Fields/FieldsTextArea/index.js +5 -1
- package/dist/cjs/core/Fields/FieldsTimePicker/index.js +5 -1
- package/dist/cjs/core/FormItem/index.js +7 -2
- package/dist/cjs/core/Frequency/index.js +6 -2
- package/dist/cjs/core/Icon/index.js +10 -4
- package/dist/cjs/core/Input/index.js +7 -2
- package/dist/cjs/core/InputInteger/index.js +7 -2
- package/dist/cjs/core/InputNumber/index.js +7 -2
- package/dist/cjs/core/KitStoreProvider/index.js +5 -1
- package/dist/cjs/core/Link/index.js +8 -3
- package/dist/cjs/core/Loading/index.js +5 -1
- package/dist/cjs/core/Metric/metric.js +7 -3
- package/dist/cjs/core/Modal/index.js +17 -12
- package/dist/cjs/core/ModalStack/index.js +5 -1
- package/dist/cjs/core/Overflow/index.js +13 -8
- package/dist/cjs/core/Pagination/index.js +17 -12
- package/dist/cjs/core/ParrotTrans/index.js +5 -1
- package/dist/cjs/core/Percent/index.js +6 -2
- package/dist/cjs/core/Progress/index.js +5 -1
- package/dist/cjs/core/Radio/index.js +17 -12
- package/dist/cjs/core/SearchInput/index.js +8 -3
- package/dist/cjs/core/Second/index.js +6 -2
- package/dist/cjs/core/SegmentControl/index.js +7 -2
- package/dist/cjs/core/Select/index.js +13 -7
- package/dist/cjs/core/SimplePagination/index.js +17 -12
- package/dist/cjs/core/Speed/index.js +6 -2
- package/dist/cjs/core/StatusCapsule/index.js +11 -6
- package/dist/cjs/core/StepProgress/index.js +10 -5
- package/dist/cjs/core/Steps/index.js +14 -9
- package/dist/cjs/core/Switch/index.js +6 -2
- package/dist/cjs/core/Table/TableWidget.js +13 -8
- package/dist/cjs/core/Table/index.js +11 -6
- package/dist/cjs/core/TableForm/AddRowButton.js +7 -3
- package/dist/cjs/core/TableForm/Columns/AffixColumn.js +6 -2
- package/dist/cjs/core/TableForm/Columns/CheckboxColumn.js +6 -2
- package/dist/cjs/core/TableForm/Columns/FormItem.js +5 -1
- package/dist/cjs/core/TableForm/Columns/InputColumn.js +11 -7
- package/dist/cjs/core/TableForm/Columns/TextColumn.js +8 -4
- package/dist/cjs/core/TableForm/TableFormBodyCell.js +8 -4
- package/dist/cjs/core/TableForm/TableFormBodyRows.js +17 -13
- package/dist/cjs/core/TableForm/TableFormHeaderCell.js +8 -4
- package/dist/cjs/core/TableForm/index.js +12 -8
- package/dist/cjs/core/Tag/SplitTag.js +11 -6
- package/dist/cjs/core/Tag/index.js +9 -4
- package/dist/cjs/core/TextArea/index.js +7 -2
- package/dist/cjs/core/Time/index.js +13 -7
- package/dist/cjs/core/TimePicker/index.js +7 -2
- package/dist/cjs/core/TimeZoneSelect/index.js +21 -16
- package/dist/cjs/core/Token/index.js +12 -7
- package/dist/cjs/core/Tooltip/index.js +10 -5
- package/dist/cjs/core/Truncate/index.js +8 -3
- package/dist/cjs/core/antd.js +6 -2
- package/dist/cjs/core/message/index.js +19 -9
- package/dist/cjs/coreX/BarChart/index.js +6 -2
- package/dist/cjs/coreX/BatchOperation/index.js +32 -27
- package/dist/cjs/coreX/ChartWithTooltip/index.js +21 -16
- package/dist/cjs/coreX/Counting/index.js +5 -1
- package/dist/cjs/coreX/CronCalendar/index.js +24 -18
- package/dist/cjs/coreX/CronPlan/index.js +59 -52
- package/dist/cjs/coreX/DateRangePicker/AbsoluteDate.js +18 -13
- package/dist/cjs/coreX/DateRangePicker/Calendar.js +22 -17
- package/dist/cjs/coreX/DateRangePicker/InputTime.js +11 -7
- package/dist/cjs/coreX/DateRangePicker/RelativeTime.js +9 -4
- package/dist/cjs/coreX/DateRangePicker/common.js +9 -5
- package/dist/cjs/coreX/DateRangePicker/index.js +34 -29
- package/dist/cjs/coreX/DeprecatedDonutChart/index.js +7 -3
- package/dist/cjs/coreX/DropdownTransition/index.js +5 -1
- package/dist/cjs/coreX/GoBackButton/index.js +7 -3
- package/dist/cjs/coreX/I18nNameTag/index.js +6 -2
- package/dist/cjs/coreX/NamesTooltip/index.js +7 -3
- package/dist/cjs/coreX/OverflowTooltip/index.js +8 -4
- package/dist/cjs/coreX/SidebarSubtitle/index.js +5 -1
- package/dist/cjs/coreX/SortableList/index.js +5 -1
- package/dist/cjs/coreX/SummaryTable/index.js +21 -15
- package/dist/cjs/coreX/SwitchWithText/index.js +7 -3
- package/dist/cjs/coreX/TabMenu/index.js +27 -22
- package/dist/cjs/coreX/TruncatedTextWithTooltip/index.js +7 -3
- package/dist/cjs/coreX/UnitWithChart/index.js +13 -9
- package/dist/cjs/hooks/useElementResize.js +5 -1
- package/dist/cjs/hooks/useElementsSize.js +8 -4
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/utils/cron-time.js +12 -7
- package/dist/cjs/utils/time.js +13 -6
- package/dist/components.css +2009 -2009
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1195 -1195
- package/package.json +6 -5
package/dist/style.css
CHANGED
|
@@ -30057,24 +30057,6 @@ html body {
|
|
|
30057
30057
|
padding: 0;
|
|
30058
30058
|
}
|
|
30059
30059
|
|
|
30060
|
-
.E_iouxfgt {
|
|
30061
|
-
display: inline-flex;
|
|
30062
|
-
align-items: center;
|
|
30063
|
-
}
|
|
30064
|
-
.E_iouxfgt .icon-inner {
|
|
30065
|
-
display: inline-flex;
|
|
30066
|
-
align-items: center;
|
|
30067
|
-
justify-content: center;
|
|
30068
|
-
}
|
|
30069
|
-
.E_iouxfgt .icon-inner + span,
|
|
30070
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30071
|
-
margin-left: 4px;
|
|
30072
|
-
}
|
|
30073
|
-
.E_iouxfgt.is-rotate img,
|
|
30074
|
-
.E_iouxfgt.is-rotate svg {
|
|
30075
|
-
animation: rotate 680ms linear infinite;
|
|
30076
|
-
}
|
|
30077
|
-
|
|
30078
30060
|
.E_b1nip9bk {
|
|
30079
30061
|
padding: 4px 11px;
|
|
30080
30062
|
}
|
|
@@ -30104,165 +30086,39 @@ html body {
|
|
|
30104
30086
|
border-radius: unset;
|
|
30105
30087
|
}
|
|
30106
30088
|
|
|
30107
|
-
.
|
|
30108
|
-
display:
|
|
30109
|
-
}
|
|
30110
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30111
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30112
|
-
border-radius: 4px;
|
|
30113
|
-
}
|
|
30114
|
-
|
|
30115
|
-
.E_skwah65 {
|
|
30116
|
-
height: 8px;
|
|
30117
|
-
box-sizing: border-box;
|
|
30118
|
-
border-radius: 2px;
|
|
30119
|
-
background: #f5f7fa;
|
|
30120
|
-
display: flex;
|
|
30121
|
-
width: 100%;
|
|
30122
|
-
overflow: hidden;
|
|
30123
|
-
}
|
|
30124
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30125
|
-
margin-left: 1px;
|
|
30126
|
-
}
|
|
30127
|
-
|
|
30128
|
-
.E_c1up1pdz {
|
|
30129
|
-
width: 648px;
|
|
30130
|
-
}
|
|
30131
|
-
.E_c1up1pdz.active {
|
|
30132
|
-
border-color: #0080ff;
|
|
30133
|
-
}
|
|
30134
|
-
.E_c1up1pdz.active > header {
|
|
30135
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30136
|
-
}
|
|
30137
|
-
.E_c1up1pdz .expand {
|
|
30138
|
-
padding: 12px;
|
|
30139
|
-
}
|
|
30140
|
-
.E_c1up1pdz .field-item {
|
|
30141
|
-
display: flex;
|
|
30142
|
-
padding: 10px 0;
|
|
30143
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30144
|
-
}
|
|
30145
|
-
.E_c1up1pdz .field-item:last-child {
|
|
30146
|
-
border-bottom: none;
|
|
30147
|
-
padding-bottom: 0;
|
|
30148
|
-
}
|
|
30149
|
-
.E_c1up1pdz .field-item label {
|
|
30150
|
-
line-height: 32px;
|
|
30151
|
-
width: 100px;
|
|
30152
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30153
|
-
}
|
|
30154
|
-
.E_c1up1pdz .help {
|
|
30155
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30156
|
-
margin-top: 5px;
|
|
30157
|
-
}
|
|
30158
|
-
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
30159
|
-
.E_c1up1pdz .ant-picker {
|
|
30160
|
-
width: 128px;
|
|
30161
|
-
}
|
|
30162
|
-
|
|
30163
|
-
.E_c156wh19 {
|
|
30164
|
-
display: flex;
|
|
30165
|
-
align-items: center;
|
|
30166
|
-
justify-content: space-between;
|
|
30167
|
-
word-break: keep-all;
|
|
30168
|
-
}
|
|
30169
|
-
.E_c156wh19 .title {
|
|
30170
|
-
margin: 0 16px 0 8px;
|
|
30171
|
-
}
|
|
30172
|
-
.E_c156wh19 .retain {
|
|
30173
|
-
color: rgba(129, 138, 153, 0.6);
|
|
30174
|
-
}
|
|
30175
|
-
.E_c156wh19 div.left {
|
|
30176
|
-
flex: 1;
|
|
30177
|
-
display: flex;
|
|
30178
|
-
overflow: hidden;
|
|
30179
|
-
align-items: center;
|
|
30180
|
-
justify-content: flex-start;
|
|
30181
|
-
white-space: nowrap;
|
|
30182
|
-
}
|
|
30183
|
-
.E_c156wh19 div.left .title {
|
|
30184
|
-
max-width: 100%;
|
|
30185
|
-
overflow: hidden;
|
|
30186
|
-
text-overflow: ellipsis;
|
|
30187
|
-
}
|
|
30188
|
-
.E_c156wh19 div.right {
|
|
30189
|
-
display: flex;
|
|
30089
|
+
.E_iouxfgt {
|
|
30090
|
+
display: inline-flex;
|
|
30190
30091
|
align-items: center;
|
|
30191
30092
|
}
|
|
30192
|
-
.
|
|
30193
|
-
display: flex;
|
|
30194
|
-
flex-direction: row-reverse;
|
|
30093
|
+
.E_iouxfgt .icon-inner {
|
|
30094
|
+
display: inline-flex;
|
|
30195
30095
|
align-items: center;
|
|
30096
|
+
justify-content: center;
|
|
30196
30097
|
}
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30098
|
+
.E_iouxfgt .icon-inner + span,
|
|
30099
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30100
|
+
margin-left: 4px;
|
|
30199
30101
|
}
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30204
|
-
cursor: pointer;
|
|
30102
|
+
.E_iouxfgt.is-rotate img,
|
|
30103
|
+
.E_iouxfgt.is-rotate svg {
|
|
30104
|
+
animation: rotate 680ms linear infinite;
|
|
30205
30105
|
}
|
|
30206
30106
|
|
|
30207
|
-
.
|
|
30208
|
-
|
|
30209
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30107
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30108
|
+
display: none;
|
|
30210
30109
|
}
|
|
30211
|
-
.
|
|
30212
|
-
|
|
30213
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30110
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30111
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30214
30112
|
border-radius: 4px;
|
|
30215
30113
|
}
|
|
30216
|
-
.E_m126spxy .ant-btn-link.active {
|
|
30217
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30218
|
-
color: #0096ff;
|
|
30219
|
-
}
|
|
30220
30114
|
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30223
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30224
|
-
}
|
|
30225
|
-
.E_wpbf4pq .ant-input,
|
|
30226
|
-
.E_wpbf4pq .ant-picker {
|
|
30227
|
-
width: 80px;
|
|
30228
|
-
margin: 0 9px;
|
|
30229
|
-
text-align: center;
|
|
30230
|
-
}
|
|
30231
|
-
.E_wpbf4pq .options {
|
|
30232
|
-
padding: 12px 0 12px 16px;
|
|
30233
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30234
|
-
margin: 5px 0 5px 8px;
|
|
30235
|
-
}
|
|
30236
|
-
.E_wpbf4pq .week-day-option,
|
|
30237
|
-
.E_wpbf4pq .month-day-option {
|
|
30238
|
-
background: #f5f7fa;
|
|
30239
|
-
box-sizing: border-box;
|
|
30240
|
-
border-radius: 16px;
|
|
30241
|
-
margin-right: 8px;
|
|
30242
|
-
}
|
|
30243
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
30244
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
30245
|
-
color: inherit;
|
|
30246
|
-
border-color: #d9d9d9;
|
|
30247
|
-
}
|
|
30248
|
-
.E_wpbf4pq .week-day-option.active {
|
|
30249
|
-
background-color: #0096ff;
|
|
30250
|
-
border-color: #0096ff;
|
|
30251
|
-
color: #fff;
|
|
30252
|
-
}
|
|
30253
|
-
.E_wpbf4pq .week-day-option.en-text {
|
|
30254
|
-
width: 110px;
|
|
30255
|
-
margin-top: 4px;
|
|
30256
|
-
}
|
|
30257
|
-
.E_wpbf4pq .month-day-option {
|
|
30258
|
-
width: 32px;
|
|
30259
|
-
padding: 0;
|
|
30260
|
-
margin-bottom: 8px;
|
|
30115
|
+
.E_owd0kml {
|
|
30116
|
+
display: inline-block;
|
|
30261
30117
|
}
|
|
30262
|
-
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30118
|
+
|
|
30119
|
+
.E_h1jsgezc {
|
|
30120
|
+
visibility: hidden;
|
|
30121
|
+
position: absolute;
|
|
30266
30122
|
}
|
|
30267
30123
|
|
|
30268
30124
|
.E_rapgekc.ant-radio-wrapper {
|
|
@@ -30411,150 +30267,129 @@ html body {
|
|
|
30411
30267
|
width: 36px;
|
|
30412
30268
|
}
|
|
30413
30269
|
|
|
30414
|
-
.
|
|
30415
|
-
|
|
30270
|
+
.E_skwah65 {
|
|
30271
|
+
height: 8px;
|
|
30272
|
+
box-sizing: border-box;
|
|
30273
|
+
border-radius: 2px;
|
|
30274
|
+
background: #f5f7fa;
|
|
30275
|
+
display: flex;
|
|
30276
|
+
width: 100%;
|
|
30277
|
+
overflow: hidden;
|
|
30278
|
+
}
|
|
30279
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
30280
|
+
margin-left: 1px;
|
|
30416
30281
|
}
|
|
30417
30282
|
|
|
30418
|
-
.
|
|
30283
|
+
.E_phljevk {
|
|
30419
30284
|
display: flex;
|
|
30420
|
-
align-items: center;
|
|
30421
30285
|
justify-content: space-between;
|
|
30422
|
-
|
|
30423
|
-
padding:
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
margin-bottom: -52px;
|
|
30286
|
+
align-items: center;
|
|
30287
|
+
padding: 10px 0;
|
|
30288
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30289
|
+
font-size: 12px;
|
|
30290
|
+
line-height: 24px;
|
|
30428
30291
|
}
|
|
30429
|
-
.
|
|
30292
|
+
.E_phljevk .pagination-left {
|
|
30293
|
+
padding: 2px 8px;
|
|
30294
|
+
}
|
|
30295
|
+
.E_phljevk .dropdown-trigger {
|
|
30430
30296
|
display: flex;
|
|
30431
30297
|
align-items: center;
|
|
30432
|
-
|
|
30433
|
-
flex-shrink: 0;
|
|
30434
|
-
}
|
|
30435
|
-
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30298
|
+
border-radius: 6px;
|
|
30436
30299
|
cursor: pointer;
|
|
30437
|
-
|
|
30438
|
-
width: 32px;
|
|
30439
|
-
height: 32px;
|
|
30440
|
-
border-radius: 50%;
|
|
30441
|
-
justify-content: center;
|
|
30300
|
+
transition: all 0.3s ease;
|
|
30442
30301
|
}
|
|
30443
|
-
.
|
|
30444
|
-
background: rgba(
|
|
30302
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30303
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30304
|
+
color: #0080ff;
|
|
30445
30305
|
}
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30448
|
-
margin-left: 88px;
|
|
30449
|
-
white-space: nowrap;
|
|
30450
|
-
text-align: right;
|
|
30451
|
-
position: relative;
|
|
30452
|
-
padding: 4px 0;
|
|
30453
|
-
margin-top: -4px;
|
|
30454
|
-
overflow: hidden;
|
|
30306
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30307
|
+
margin-left: 4px;
|
|
30455
30308
|
}
|
|
30456
|
-
.
|
|
30457
|
-
|
|
30309
|
+
.E_phljevk .pagination-right {
|
|
30310
|
+
display: flex;
|
|
30311
|
+
align-items: center;
|
|
30312
|
+
color: #0080ff;
|
|
30313
|
+
font-weight: bold;
|
|
30458
30314
|
}
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30315
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30316
|
+
margin-left: 4px;
|
|
30461
30317
|
}
|
|
30462
|
-
.
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
30466
|
-
margin-right: 4px;
|
|
30318
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30319
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30320
|
+
padding: 0 8px;
|
|
30467
30321
|
}
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30470
|
-
|
|
30471
|
-
height: 32px;
|
|
30472
|
-
justify-content: center;
|
|
30473
|
-
border-radius: 50%;
|
|
30322
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30323
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30324
|
+
color: #0080ff;
|
|
30474
30325
|
}
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30326
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30327
|
+
transform: rotate(180deg);
|
|
30477
30328
|
}
|
|
30478
30329
|
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30330
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30331
|
+
max-height: calc(100vh - 128px);
|
|
30332
|
+
overflow-y: auto;
|
|
30481
30333
|
}
|
|
30482
|
-
|
|
30483
|
-
|
|
30484
|
-
|
|
30334
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30335
|
+
padding: 4px 20px;
|
|
30336
|
+
font-size: 12px;
|
|
30485
30337
|
line-height: 18px;
|
|
30486
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30487
|
-
height: 34px;
|
|
30488
|
-
min-height: 34px;
|
|
30489
|
-
box-sizing: border-box;
|
|
30490
|
-
margin-top: 8px;
|
|
30491
30338
|
}
|
|
30492
30339
|
|
|
30493
|
-
.
|
|
30494
|
-
|
|
30495
|
-
|
|
30496
|
-
|
|
30497
|
-
|
|
30498
|
-
border-radius: 4px;
|
|
30340
|
+
.E_s1dizucg.ant-switch {
|
|
30341
|
+
min-width: 40px;
|
|
30342
|
+
height: 24px;
|
|
30343
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30344
|
+
overflow: hidden;
|
|
30499
30345
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30346
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30347
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30502
30348
|
}
|
|
30503
|
-
.
|
|
30504
|
-
|
|
30349
|
+
.E_s1dizucg.ant-switch-small {
|
|
30350
|
+
min-width: 26px;
|
|
30351
|
+
height: 16px;
|
|
30505
30352
|
}
|
|
30506
|
-
.
|
|
30507
|
-
|
|
30353
|
+
.E_s1dizucg.ant-switch-large {
|
|
30354
|
+
min-width: 52px;
|
|
30355
|
+
height: 32px;
|
|
30508
30356
|
}
|
|
30509
|
-
.
|
|
30510
|
-
|
|
30357
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30358
|
+
height: 20px;
|
|
30359
|
+
width: 20px;
|
|
30511
30360
|
}
|
|
30512
|
-
.
|
|
30513
|
-
|
|
30361
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30362
|
+
border-radius: 10px;
|
|
30363
|
+
transition-delay: 120ms;
|
|
30514
30364
|
}
|
|
30515
|
-
.
|
|
30516
|
-
|
|
30365
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30366
|
+
height: 14px;
|
|
30367
|
+
width: 14px;
|
|
30368
|
+
top: 1px;
|
|
30369
|
+
left: 1px;
|
|
30517
30370
|
}
|
|
30518
|
-
.
|
|
30519
|
-
|
|
30371
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30372
|
+
height: 28px;
|
|
30373
|
+
width: 28px;
|
|
30520
30374
|
}
|
|
30521
|
-
.
|
|
30522
|
-
|
|
30523
|
-
color: #0080ff;
|
|
30375
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30376
|
+
border-radius: 14px;
|
|
30524
30377
|
}
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
display: flex;
|
|
30528
|
-
justify-content: space-between;
|
|
30529
|
-
height: 20px;
|
|
30530
|
-
line-height: 20px;
|
|
30378
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30379
|
+
background-color: #00ba5d;
|
|
30531
30380
|
}
|
|
30532
|
-
.
|
|
30533
|
-
|
|
30534
|
-
overflow: hidden;
|
|
30535
|
-
text-overflow: ellipsis;
|
|
30381
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30382
|
+
left: calc(100% - 20px - 2px);
|
|
30536
30383
|
}
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
display: flex;
|
|
30540
|
-
justify-content: space-between;
|
|
30541
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30542
|
-
height: 18px;
|
|
30543
|
-
line-height: 18px;
|
|
30544
|
-
margin-top: 2px;
|
|
30384
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30385
|
+
left: calc(100% - 14px - 1px);
|
|
30545
30386
|
}
|
|
30546
|
-
|
|
30547
|
-
|
|
30548
|
-
border: none;
|
|
30549
|
-
margin-right: 0;
|
|
30550
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30387
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30388
|
+
left: calc(100% - 28px - 2px);
|
|
30551
30389
|
}
|
|
30552
30390
|
|
|
30553
|
-
.
|
|
30554
|
-
|
|
30555
|
-
height: 32px;
|
|
30556
|
-
width: 100%;
|
|
30557
|
-
opacity: 0;
|
|
30391
|
+
.E_c1up6e3y {
|
|
30392
|
+
margin-left: 5px;
|
|
30558
30393
|
}
|
|
30559
30394
|
|
|
30560
30395
|
.E_cnujxq2 {
|
|
@@ -31242,127 +31077,6 @@ input.E_rf8rlle.ant-input {
|
|
|
31242
31077
|
margin: 4px 0;
|
|
31243
31078
|
}
|
|
31244
31079
|
|
|
31245
|
-
.E_owd0kml {
|
|
31246
|
-
display: inline-block;
|
|
31247
|
-
}
|
|
31248
|
-
|
|
31249
|
-
.E_h1jsgezc {
|
|
31250
|
-
visibility: hidden;
|
|
31251
|
-
position: absolute;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.E_s1dizucg.ant-switch {
|
|
31255
|
-
min-width: 40px;
|
|
31256
|
-
height: 24px;
|
|
31257
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31258
|
-
overflow: hidden;
|
|
31259
|
-
}
|
|
31260
|
-
.E_s1dizucg.ant-switch:focus {
|
|
31261
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31262
|
-
}
|
|
31263
|
-
.E_s1dizucg.ant-switch-small {
|
|
31264
|
-
min-width: 26px;
|
|
31265
|
-
height: 16px;
|
|
31266
|
-
}
|
|
31267
|
-
.E_s1dizucg.ant-switch-large {
|
|
31268
|
-
min-width: 52px;
|
|
31269
|
-
height: 32px;
|
|
31270
|
-
}
|
|
31271
|
-
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
31272
|
-
height: 20px;
|
|
31273
|
-
width: 20px;
|
|
31274
|
-
}
|
|
31275
|
-
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
31276
|
-
border-radius: 10px;
|
|
31277
|
-
transition-delay: 120ms;
|
|
31278
|
-
}
|
|
31279
|
-
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
31280
|
-
height: 14px;
|
|
31281
|
-
width: 14px;
|
|
31282
|
-
top: 1px;
|
|
31283
|
-
left: 1px;
|
|
31284
|
-
}
|
|
31285
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
31286
|
-
height: 28px;
|
|
31287
|
-
width: 28px;
|
|
31288
|
-
}
|
|
31289
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
31290
|
-
border-radius: 14px;
|
|
31291
|
-
}
|
|
31292
|
-
.E_s1dizucg.ant-switch-checked {
|
|
31293
|
-
background-color: #00ba5d;
|
|
31294
|
-
}
|
|
31295
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
31296
|
-
left: calc(100% - 20px - 2px);
|
|
31297
|
-
}
|
|
31298
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31299
|
-
left: calc(100% - 14px - 1px);
|
|
31300
|
-
}
|
|
31301
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31302
|
-
left: calc(100% - 28px - 2px);
|
|
31303
|
-
}
|
|
31304
|
-
|
|
31305
|
-
.E_c1up6e3y {
|
|
31306
|
-
margin-left: 5px;
|
|
31307
|
-
}
|
|
31308
|
-
|
|
31309
|
-
.E_phljevk {
|
|
31310
|
-
display: flex;
|
|
31311
|
-
justify-content: space-between;
|
|
31312
|
-
align-items: center;
|
|
31313
|
-
padding: 10px 0;
|
|
31314
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31315
|
-
font-size: 12px;
|
|
31316
|
-
line-height: 24px;
|
|
31317
|
-
}
|
|
31318
|
-
.E_phljevk .pagination-left {
|
|
31319
|
-
padding: 2px 8px;
|
|
31320
|
-
}
|
|
31321
|
-
.E_phljevk .dropdown-trigger {
|
|
31322
|
-
display: flex;
|
|
31323
|
-
align-items: center;
|
|
31324
|
-
border-radius: 6px;
|
|
31325
|
-
cursor: pointer;
|
|
31326
|
-
transition: all 0.3s ease;
|
|
31327
|
-
}
|
|
31328
|
-
.E_phljevk .dropdown-trigger:hover {
|
|
31329
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31330
|
-
color: #0080ff;
|
|
31331
|
-
}
|
|
31332
|
-
.E_phljevk .dropdown-trigger .icon-inner {
|
|
31333
|
-
margin-left: 4px;
|
|
31334
|
-
}
|
|
31335
|
-
.E_phljevk .pagination-right {
|
|
31336
|
-
display: flex;
|
|
31337
|
-
align-items: center;
|
|
31338
|
-
color: #0080ff;
|
|
31339
|
-
font-weight: bold;
|
|
31340
|
-
}
|
|
31341
|
-
.E_phljevk .pagination-right .icon-inner {
|
|
31342
|
-
margin-left: 4px;
|
|
31343
|
-
}
|
|
31344
|
-
.E_phljevk .pagination-right .prev-btn,
|
|
31345
|
-
.E_phljevk .pagination-right .next-btn {
|
|
31346
|
-
padding: 0 8px;
|
|
31347
|
-
}
|
|
31348
|
-
.E_phljevk .pagination-right .prev-btn > span,
|
|
31349
|
-
.E_phljevk .pagination-right .next-btn > span {
|
|
31350
|
-
color: #0080ff;
|
|
31351
|
-
}
|
|
31352
|
-
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
31353
|
-
transform: rotate(180deg);
|
|
31354
|
-
}
|
|
31355
|
-
|
|
31356
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
31357
|
-
max-height: calc(100vh - 128px);
|
|
31358
|
-
overflow-y: auto;
|
|
31359
|
-
}
|
|
31360
|
-
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31361
|
-
padding: 4px 20px;
|
|
31362
|
-
font-size: 12px;
|
|
31363
|
-
line-height: 18px;
|
|
31364
|
-
}
|
|
31365
|
-
|
|
31366
31080
|
.E_dsnbhzf {
|
|
31367
31081
|
font-family: Inter;
|
|
31368
31082
|
font-style: normal;
|
|
@@ -31838,118 +31552,290 @@ input.E_rf8rlle.ant-input {
|
|
|
31838
31552
|
line-height: 12px;
|
|
31839
31553
|
}
|
|
31840
31554
|
|
|
31841
|
-
.
|
|
31555
|
+
.E_s1ebs0ra {
|
|
31842
31556
|
display: flex;
|
|
31843
31557
|
align-items: center;
|
|
31844
|
-
|
|
31845
|
-
|
|
31846
|
-
|
|
31847
|
-
|
|
31848
|
-
|
|
31849
|
-
|
|
31850
|
-
|
|
31851
|
-
.E_tf5bynu {
|
|
31852
|
-
margin: 0 3px;
|
|
31558
|
+
justify-content: space-between;
|
|
31559
|
+
background: #edf0f7;
|
|
31560
|
+
padding: 8px 12px;
|
|
31561
|
+
position: sticky;
|
|
31562
|
+
top: 0;
|
|
31563
|
+
z-index: 1;
|
|
31564
|
+
margin-bottom: -52px;
|
|
31853
31565
|
}
|
|
31854
|
-
|
|
31855
|
-
|
|
31856
|
-
|
|
31857
|
-
|
|
31566
|
+
.E_s1ebs0ra .select-total {
|
|
31567
|
+
display: flex;
|
|
31568
|
+
align-items: center;
|
|
31569
|
+
font-weight: 700;
|
|
31570
|
+
flex-shrink: 0;
|
|
31858
31571
|
}
|
|
31859
|
-
|
|
31860
|
-
.E_gmyahx3 {
|
|
31572
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31861
31573
|
cursor: pointer;
|
|
31574
|
+
margin-left: 8px;
|
|
31575
|
+
width: 32px;
|
|
31576
|
+
height: 32px;
|
|
31577
|
+
border-radius: 50%;
|
|
31578
|
+
justify-content: center;
|
|
31862
31579
|
}
|
|
31863
|
-
.
|
|
31864
|
-
|
|
31580
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31581
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31865
31582
|
}
|
|
31866
|
-
.
|
|
31867
|
-
|
|
31583
|
+
.E_s1ebs0ra .action-group {
|
|
31584
|
+
flex: 1;
|
|
31585
|
+
margin-left: 88px;
|
|
31586
|
+
white-space: nowrap;
|
|
31587
|
+
text-align: right;
|
|
31588
|
+
position: relative;
|
|
31589
|
+
padding: 4px 0;
|
|
31590
|
+
margin-top: -4px;
|
|
31591
|
+
overflow: hidden;
|
|
31592
|
+
}
|
|
31593
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31594
|
+
transform: translateY(-4px);
|
|
31595
|
+
}
|
|
31596
|
+
.E_s1ebs0ra .action-group button {
|
|
31597
|
+
border: none;
|
|
31598
|
+
}
|
|
31599
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31600
|
+
margin-right: 8px;
|
|
31601
|
+
}
|
|
31602
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31603
|
+
margin-right: 4px;
|
|
31604
|
+
}
|
|
31605
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31606
|
+
cursor: pointer;
|
|
31607
|
+
width: 32px;
|
|
31608
|
+
height: 32px;
|
|
31609
|
+
justify-content: center;
|
|
31610
|
+
border-radius: 50%;
|
|
31611
|
+
}
|
|
31612
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31613
|
+
background: #fff;
|
|
31868
31614
|
}
|
|
31869
31615
|
|
|
31870
|
-
.
|
|
31871
|
-
|
|
31616
|
+
.E_iq1gosr {
|
|
31617
|
+
display: inline-block;
|
|
31872
31618
|
}
|
|
31873
31619
|
|
|
31874
|
-
.
|
|
31875
|
-
|
|
31876
|
-
max-width: 388px;
|
|
31877
|
-
min-width: 245px;
|
|
31620
|
+
.E_s1dni7lo {
|
|
31621
|
+
width: 430px !important;
|
|
31878
31622
|
}
|
|
31879
|
-
|
|
31880
|
-
|
|
31881
|
-
|
|
31882
|
-
|
|
31883
|
-
|
|
31884
|
-
|
|
31885
|
-
|
|
31623
|
+
|
|
31624
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
31625
|
+
padding: 8px 16px;
|
|
31626
|
+
line-height: 18px;
|
|
31627
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31628
|
+
height: 34px;
|
|
31629
|
+
min-height: 34px;
|
|
31630
|
+
box-sizing: border-box;
|
|
31631
|
+
margin-top: 8px;
|
|
31632
|
+
}
|
|
31633
|
+
|
|
31634
|
+
.E_o1ugr09p {
|
|
31886
31635
|
display: flex;
|
|
31887
31636
|
flex-direction: column;
|
|
31888
|
-
|
|
31889
|
-
|
|
31890
|
-
|
|
31637
|
+
margin: 1px 8px;
|
|
31638
|
+
padding: 8px;
|
|
31639
|
+
border-radius: 4px;
|
|
31891
31640
|
}
|
|
31892
|
-
.
|
|
31893
|
-
|
|
31894
|
-
font-weight: 700;
|
|
31641
|
+
.E_o1ugr09p .selected-icon {
|
|
31642
|
+
display: none;
|
|
31895
31643
|
}
|
|
31896
|
-
.
|
|
31897
|
-
padding:
|
|
31898
|
-
font-size: 12px;
|
|
31899
|
-
width: inherit;
|
|
31644
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31645
|
+
padding-left: 8px;
|
|
31900
31646
|
}
|
|
31901
|
-
.
|
|
31647
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31648
|
+
background-color: white;
|
|
31649
|
+
}
|
|
31650
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31651
|
+
color: #0080ff;
|
|
31652
|
+
}
|
|
31653
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31654
|
+
display: block;
|
|
31655
|
+
}
|
|
31656
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
31657
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31658
|
+
}
|
|
31659
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31660
|
+
color: #0080ff;
|
|
31661
|
+
}
|
|
31662
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31663
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31664
|
+
color: #0080ff;
|
|
31665
|
+
}
|
|
31666
|
+
|
|
31667
|
+
.E_o1ifxsq4 {
|
|
31902
31668
|
display: flex;
|
|
31669
|
+
justify-content: space-between;
|
|
31670
|
+
height: 20px;
|
|
31671
|
+
line-height: 20px;
|
|
31903
31672
|
}
|
|
31904
|
-
.
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
|
|
31673
|
+
.E_o1ifxsq4 .timezone-title {
|
|
31674
|
+
color: #2d3a56;
|
|
31675
|
+
overflow: hidden;
|
|
31676
|
+
text-overflow: ellipsis;
|
|
31677
|
+
}
|
|
31678
|
+
|
|
31679
|
+
.E_o1zue7 {
|
|
31909
31680
|
display: flex;
|
|
31910
|
-
|
|
31681
|
+
justify-content: space-between;
|
|
31682
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31683
|
+
height: 18px;
|
|
31684
|
+
line-height: 18px;
|
|
31685
|
+
margin-top: 2px;
|
|
31911
31686
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31687
|
+
|
|
31688
|
+
.E_tyfmlxg {
|
|
31689
|
+
border: none;
|
|
31690
|
+
margin-right: 0;
|
|
31691
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31914
31692
|
}
|
|
31915
|
-
|
|
31693
|
+
|
|
31694
|
+
.E_o18uybox {
|
|
31695
|
+
pointer-events: none;
|
|
31696
|
+
height: 32px;
|
|
31916
31697
|
width: 100%;
|
|
31917
|
-
|
|
31918
|
-
line-height: 18px;
|
|
31698
|
+
opacity: 0;
|
|
31919
31699
|
}
|
|
31920
|
-
|
|
31921
|
-
|
|
31700
|
+
|
|
31701
|
+
.E_c1up1pdz {
|
|
31702
|
+
width: 648px;
|
|
31922
31703
|
}
|
|
31923
|
-
.
|
|
31924
|
-
|
|
31925
|
-
|
|
31926
|
-
|
|
31927
|
-
|
|
31928
|
-
|
|
31704
|
+
.E_c1up1pdz.active {
|
|
31705
|
+
border-color: #0080ff;
|
|
31706
|
+
}
|
|
31707
|
+
.E_c1up1pdz.active > header {
|
|
31708
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31709
|
+
}
|
|
31710
|
+
.E_c1up1pdz .expand {
|
|
31711
|
+
padding: 12px;
|
|
31712
|
+
}
|
|
31713
|
+
.E_c1up1pdz .field-item {
|
|
31714
|
+
display: flex;
|
|
31715
|
+
padding: 10px 0;
|
|
31716
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31717
|
+
}
|
|
31718
|
+
.E_c1up1pdz .field-item:last-child {
|
|
31719
|
+
border-bottom: none;
|
|
31720
|
+
padding-bottom: 0;
|
|
31721
|
+
}
|
|
31722
|
+
.E_c1up1pdz .field-item label {
|
|
31723
|
+
line-height: 32px;
|
|
31724
|
+
width: 100px;
|
|
31725
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31726
|
+
}
|
|
31727
|
+
.E_c1up1pdz .help {
|
|
31728
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31729
|
+
margin-top: 5px;
|
|
31730
|
+
}
|
|
31731
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
31732
|
+
.E_c1up1pdz .ant-picker {
|
|
31733
|
+
width: 128px;
|
|
31734
|
+
}
|
|
31735
|
+
|
|
31736
|
+
.E_c156wh19 {
|
|
31737
|
+
display: flex;
|
|
31738
|
+
align-items: center;
|
|
31929
31739
|
justify-content: space-between;
|
|
31740
|
+
word-break: keep-all;
|
|
31930
31741
|
}
|
|
31931
|
-
.
|
|
31932
|
-
|
|
31933
|
-
|
|
31934
|
-
|
|
31742
|
+
.E_c156wh19 .title {
|
|
31743
|
+
margin: 0 16px 0 8px;
|
|
31744
|
+
}
|
|
31745
|
+
.E_c156wh19 .retain {
|
|
31746
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31747
|
+
}
|
|
31748
|
+
.E_c156wh19 div.left {
|
|
31749
|
+
flex: 1;
|
|
31750
|
+
display: flex;
|
|
31935
31751
|
overflow: hidden;
|
|
31936
|
-
|
|
31752
|
+
align-items: center;
|
|
31753
|
+
justify-content: flex-start;
|
|
31937
31754
|
white-space: nowrap;
|
|
31938
31755
|
}
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31756
|
+
.E_c156wh19 div.left .title {
|
|
31757
|
+
max-width: 100%;
|
|
31758
|
+
overflow: hidden;
|
|
31759
|
+
text-overflow: ellipsis;
|
|
31941
31760
|
}
|
|
31942
|
-
|
|
31943
|
-
|
|
31944
|
-
|
|
31761
|
+
.E_c156wh19 div.right {
|
|
31762
|
+
display: flex;
|
|
31763
|
+
align-items: center;
|
|
31945
31764
|
}
|
|
31946
|
-
.
|
|
31947
|
-
margin: 6px auto;
|
|
31765
|
+
.E_c156wh19 .reverse {
|
|
31948
31766
|
display: flex;
|
|
31949
|
-
|
|
31767
|
+
flex-direction: row-reverse;
|
|
31768
|
+
align-items: center;
|
|
31950
31769
|
}
|
|
31951
|
-
.
|
|
31952
|
-
|
|
31770
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
31771
|
+
margin-left: 8px;
|
|
31772
|
+
}
|
|
31773
|
+
.E_c156wh19 .close {
|
|
31774
|
+
padding-left: 14px;
|
|
31775
|
+
margin-left: 14px;
|
|
31776
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31777
|
+
cursor: pointer;
|
|
31778
|
+
}
|
|
31779
|
+
|
|
31780
|
+
.E_m126spxy {
|
|
31781
|
+
padding-bottom: 4px;
|
|
31782
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31783
|
+
}
|
|
31784
|
+
.E_m126spxy .ant-btn-link {
|
|
31785
|
+
padding: 1px 10px;
|
|
31786
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31787
|
+
border-radius: 4px;
|
|
31788
|
+
}
|
|
31789
|
+
.E_m126spxy .ant-btn-link.active {
|
|
31790
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31791
|
+
color: #0096ff;
|
|
31792
|
+
}
|
|
31793
|
+
|
|
31794
|
+
.E_wpbf4pq {
|
|
31795
|
+
padding: 10px 0;
|
|
31796
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31797
|
+
}
|
|
31798
|
+
.E_wpbf4pq .ant-input,
|
|
31799
|
+
.E_wpbf4pq .ant-picker {
|
|
31800
|
+
width: 80px;
|
|
31801
|
+
margin: 0 9px;
|
|
31802
|
+
text-align: center;
|
|
31803
|
+
}
|
|
31804
|
+
.E_wpbf4pq .options {
|
|
31805
|
+
padding: 12px 0 12px 16px;
|
|
31806
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31807
|
+
margin: 5px 0 5px 8px;
|
|
31808
|
+
}
|
|
31809
|
+
.E_wpbf4pq .week-day-option,
|
|
31810
|
+
.E_wpbf4pq .month-day-option {
|
|
31811
|
+
background: #f5f7fa;
|
|
31812
|
+
box-sizing: border-box;
|
|
31813
|
+
border-radius: 16px;
|
|
31814
|
+
margin-right: 8px;
|
|
31815
|
+
}
|
|
31816
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
31817
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
31818
|
+
color: inherit;
|
|
31819
|
+
border-color: #d9d9d9;
|
|
31820
|
+
}
|
|
31821
|
+
.E_wpbf4pq .week-day-option.active {
|
|
31822
|
+
background-color: #0096ff;
|
|
31823
|
+
border-color: #0096ff;
|
|
31824
|
+
color: #fff;
|
|
31825
|
+
}
|
|
31826
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
31827
|
+
width: 110px;
|
|
31828
|
+
margin-top: 4px;
|
|
31829
|
+
}
|
|
31830
|
+
.E_wpbf4pq .month-day-option {
|
|
31831
|
+
width: 32px;
|
|
31832
|
+
padding: 0;
|
|
31833
|
+
margin-bottom: 8px;
|
|
31834
|
+
}
|
|
31835
|
+
.E_wpbf4pq .month-day-option.active {
|
|
31836
|
+
background-color: #0096ff;
|
|
31837
|
+
border-color: #0096ff;
|
|
31838
|
+
color: #fff;
|
|
31953
31839
|
}
|
|
31954
31840
|
|
|
31955
31841
|
.E_c1uzzomf {
|
|
@@ -31961,17 +31847,33 @@ input.E_rf8rlle.ant-input {
|
|
|
31961
31847
|
font-weight: 700;
|
|
31962
31848
|
line-height: 32px;
|
|
31963
31849
|
}
|
|
31964
|
-
.E_c1uzzomf .card-body {
|
|
31965
|
-
padding: 24px;
|
|
31966
|
-
border-radius: 8px;
|
|
31967
|
-
background: #fff;
|
|
31850
|
+
.E_c1uzzomf .card-body {
|
|
31851
|
+
padding: 24px;
|
|
31852
|
+
border-radius: 8px;
|
|
31853
|
+
background: #fff;
|
|
31854
|
+
}
|
|
31855
|
+
.E_c1uzzomf .empty {
|
|
31856
|
+
font-weight: 700;
|
|
31857
|
+
font-size: 14px;
|
|
31858
|
+
line-height: 22px;
|
|
31859
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31860
|
+
text-align: center;
|
|
31861
|
+
}
|
|
31862
|
+
|
|
31863
|
+
.E_berrcjl {
|
|
31864
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31865
|
+
margin-bottom: 4px;
|
|
31866
|
+
}
|
|
31867
|
+
.E_berrcjl .breadcrumb-link {
|
|
31868
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31869
|
+
cursor: pointer;
|
|
31870
|
+
transition: color 160ms ease;
|
|
31871
|
+
}
|
|
31872
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31873
|
+
color: #0080ff;
|
|
31968
31874
|
}
|
|
31969
|
-
.
|
|
31970
|
-
|
|
31971
|
-
font-size: 14px;
|
|
31972
|
-
line-height: 22px;
|
|
31973
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31974
|
-
text-align: center;
|
|
31875
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31876
|
+
color: #005ed1;
|
|
31975
31877
|
}
|
|
31976
31878
|
|
|
31977
31879
|
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
@@ -32008,6 +31910,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32008
31910
|
background-color: transparent;
|
|
32009
31911
|
}
|
|
32010
31912
|
|
|
31913
|
+
.E_tqjc4ui {
|
|
31914
|
+
margin: 0 2px;
|
|
31915
|
+
}
|
|
31916
|
+
|
|
32011
31917
|
.E_c18gxmrl {
|
|
32012
31918
|
border: 1px solid #d8deeb;
|
|
32013
31919
|
border-radius: 4px;
|
|
@@ -32028,6 +31934,51 @@ input.E_rf8rlle.ant-input {
|
|
|
32028
31934
|
padding: 8px 12px;
|
|
32029
31935
|
}
|
|
32030
31936
|
|
|
31937
|
+
.E_n12mqh7z {
|
|
31938
|
+
display: flex;
|
|
31939
|
+
align-items: center;
|
|
31940
|
+
font-size: 12px;
|
|
31941
|
+
line-height: 18px;
|
|
31942
|
+
}
|
|
31943
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31944
|
+
margin-bottom: 4px;
|
|
31945
|
+
}
|
|
31946
|
+
|
|
31947
|
+
.E_tf5bynu {
|
|
31948
|
+
margin: 0 3px;
|
|
31949
|
+
}
|
|
31950
|
+
|
|
31951
|
+
.E_tcckoz1 {
|
|
31952
|
+
max-height: 400px;
|
|
31953
|
+
overflow: "auto";
|
|
31954
|
+
}
|
|
31955
|
+
|
|
31956
|
+
.E_ou7iq30 {
|
|
31957
|
+
overflow: hidden;
|
|
31958
|
+
text-overflow: ellipsis;
|
|
31959
|
+
}
|
|
31960
|
+
|
|
31961
|
+
.E_s1tui002 {
|
|
31962
|
+
white-space: nowrap;
|
|
31963
|
+
}
|
|
31964
|
+
|
|
31965
|
+
.E_mxrc2zg {
|
|
31966
|
+
display: -webkit-box;
|
|
31967
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31968
|
+
-webkit-box-orient: vertical;
|
|
31969
|
+
word-break: break-all;
|
|
31970
|
+
}
|
|
31971
|
+
|
|
31972
|
+
.E_gmyahx3 {
|
|
31973
|
+
cursor: pointer;
|
|
31974
|
+
}
|
|
31975
|
+
.E_gmyahx3 .link-text {
|
|
31976
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31977
|
+
}
|
|
31978
|
+
.E_gmyahx3:hover .link-text {
|
|
31979
|
+
color: #0080ff;
|
|
31980
|
+
}
|
|
31981
|
+
|
|
32031
31982
|
.E_c1bus5hc {
|
|
32032
31983
|
--color: white;
|
|
32033
31984
|
height: 14px;
|
|
@@ -32068,83 +32019,85 @@ input.E_rf8rlle.ant-input {
|
|
|
32068
32019
|
transform: rotate(0deg);
|
|
32069
32020
|
}
|
|
32070
32021
|
|
|
32071
|
-
.
|
|
32072
|
-
|
|
32073
|
-
|
|
32074
|
-
|
|
32075
|
-
|
|
32076
|
-
.E_s1tui002 {
|
|
32077
|
-
white-space: nowrap;
|
|
32022
|
+
.E_d1bw7c5z {
|
|
32023
|
+
position: relative;
|
|
32024
|
+
max-width: 388px;
|
|
32025
|
+
min-width: 245px;
|
|
32078
32026
|
}
|
|
32079
|
-
|
|
32080
|
-
|
|
32081
|
-
|
|
32082
|
-
|
|
32083
|
-
|
|
32084
|
-
|
|
32027
|
+
.E_d1bw7c5z .center {
|
|
32028
|
+
position: absolute;
|
|
32029
|
+
font-size: 12px;
|
|
32030
|
+
width: 80px;
|
|
32031
|
+
height: 92px;
|
|
32032
|
+
top: 12px;
|
|
32033
|
+
left: 39px;
|
|
32034
|
+
display: flex;
|
|
32035
|
+
flex-direction: column;
|
|
32036
|
+
justify-content: center;
|
|
32037
|
+
align-items: center;
|
|
32038
|
+
color: #00122e;
|
|
32085
32039
|
}
|
|
32086
|
-
|
|
32087
|
-
|
|
32088
|
-
|
|
32089
|
-
width: 100%;
|
|
32040
|
+
.E_d1bw7c5z .center .number {
|
|
32041
|
+
font-size: 24px;
|
|
32042
|
+
font-weight: 700;
|
|
32090
32043
|
}
|
|
32091
|
-
.
|
|
32092
|
-
|
|
32044
|
+
.E_d1bw7c5z .center .text {
|
|
32045
|
+
padding: 0 5px;
|
|
32046
|
+
font-size: 12px;
|
|
32047
|
+
width: inherit;
|
|
32093
32048
|
}
|
|
32094
|
-
|
|
32095
|
-
|
|
32096
|
-
padding: 4px;
|
|
32049
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
32050
|
+
display: flex;
|
|
32097
32051
|
}
|
|
32098
|
-
|
|
32099
|
-
|
|
32052
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32053
|
+
position: relative !important;
|
|
32054
|
+
width: calc(100% - 148px) !important;
|
|
32055
|
+
left: 0 !important;
|
|
32056
|
+
bottom: 0 !important;
|
|
32100
32057
|
display: flex;
|
|
32101
|
-
justify-content: space-between;
|
|
32102
32058
|
align-items: center;
|
|
32103
|
-
font-size: 13px;
|
|
32104
|
-
line-height: 24px;
|
|
32105
|
-
color: #cccccc;
|
|
32106
|
-
white-space: nowrap;
|
|
32107
32059
|
}
|
|
32108
|
-
.
|
|
32109
|
-
|
|
32060
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32061
|
+
width: 100%;
|
|
32110
32062
|
}
|
|
32111
|
-
|
|
32112
|
-
|
|
32113
|
-
|
|
32114
|
-
|
|
32063
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32064
|
+
width: 100%;
|
|
32065
|
+
margin-right: 0 !important;
|
|
32066
|
+
line-height: 18px;
|
|
32115
32067
|
}
|
|
32116
|
-
|
|
32117
|
-
.E_s11212zy {
|
|
32118
|
-
width: 8px;
|
|
32119
|
-
height: 8px;
|
|
32068
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32120
32069
|
border-radius: 2px;
|
|
32121
|
-
display: inline-block;
|
|
32122
|
-
background: var(--s11212zy-0);
|
|
32123
|
-
border: 1px solid #fff;
|
|
32124
|
-
box-sizing: content-box;
|
|
32125
|
-
margin-right: 6px;
|
|
32126
32070
|
}
|
|
32127
|
-
|
|
32128
|
-
|
|
32129
|
-
|
|
32130
|
-
|
|
32131
|
-
|
|
32132
|
-
|
|
32133
|
-
|
|
32134
|
-
.E_berrcjl {
|
|
32135
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32136
|
-
margin-bottom: 4px;
|
|
32071
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32072
|
+
min-width: 75px;
|
|
32073
|
+
width: calc(100% - 20px);
|
|
32074
|
+
margin-left: 2px;
|
|
32075
|
+
color: #00122e !important;
|
|
32076
|
+
display: inline-flex;
|
|
32077
|
+
justify-content: space-between;
|
|
32137
32078
|
}
|
|
32138
|
-
.
|
|
32139
|
-
|
|
32079
|
+
.E_d1bw7c5z .tooltip-text {
|
|
32080
|
+
maxwidth: calc(100% - 12px);
|
|
32140
32081
|
cursor: pointer;
|
|
32141
|
-
|
|
32082
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32083
|
+
overflow: hidden;
|
|
32084
|
+
text-overflow: ellipsis;
|
|
32085
|
+
white-space: nowrap;
|
|
32142
32086
|
}
|
|
32143
|
-
.
|
|
32144
|
-
color:
|
|
32087
|
+
.E_d1bw7c5z .value {
|
|
32088
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32145
32089
|
}
|
|
32146
|
-
|
|
32147
|
-
|
|
32090
|
+
|
|
32091
|
+
.E_t10pqbtc {
|
|
32092
|
+
width: 140px;
|
|
32093
|
+
}
|
|
32094
|
+
.E_t10pqbtc .item {
|
|
32095
|
+
margin: 6px auto;
|
|
32096
|
+
display: flex;
|
|
32097
|
+
justify-content: space-between;
|
|
32098
|
+
}
|
|
32099
|
+
.E_t10pqbtc .item .name {
|
|
32100
|
+
width: 102px;
|
|
32148
32101
|
}
|
|
32149
32102
|
|
|
32150
32103
|
.E_clm1wy1 {
|
|
@@ -32230,14 +32183,83 @@ input.E_rf8rlle.ant-input {
|
|
|
32230
32183
|
border-radius: 1px;
|
|
32231
32184
|
background: #0096ff;
|
|
32232
32185
|
}
|
|
32233
|
-
.E_cxhf7dh .dot:not(:last-child) {
|
|
32234
|
-
margin-right: 2px;
|
|
32186
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32187
|
+
margin-right: 2px;
|
|
32188
|
+
}
|
|
32189
|
+
.E_cxhf7dh .bar {
|
|
32190
|
+
width: 9px;
|
|
32191
|
+
height: 2px;
|
|
32192
|
+
background: #0096ff;
|
|
32193
|
+
border-radius: 2px;
|
|
32194
|
+
}
|
|
32195
|
+
|
|
32196
|
+
.E_c18bcrac {
|
|
32197
|
+
display: inline-block;
|
|
32198
|
+
width: 100%;
|
|
32199
|
+
}
|
|
32200
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32201
|
+
margin-left: 4px;
|
|
32202
|
+
}
|
|
32203
|
+
|
|
32204
|
+
.E_cro7kg2 {
|
|
32205
|
+
padding: 4px;
|
|
32206
|
+
}
|
|
32207
|
+
|
|
32208
|
+
.E_c14wcxf0 {
|
|
32209
|
+
display: flex;
|
|
32210
|
+
justify-content: space-between;
|
|
32211
|
+
align-items: center;
|
|
32212
|
+
font-size: 13px;
|
|
32213
|
+
line-height: 24px;
|
|
32214
|
+
color: #cccccc;
|
|
32215
|
+
white-space: nowrap;
|
|
32216
|
+
}
|
|
32217
|
+
.E_c14wcxf0 label {
|
|
32218
|
+
margin-right: 32px;
|
|
32219
|
+
}
|
|
32220
|
+
|
|
32221
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32222
|
+
font-weight: bold;
|
|
32223
|
+
color: white;
|
|
32224
|
+
}
|
|
32225
|
+
|
|
32226
|
+
.E_s11212zy {
|
|
32227
|
+
width: 8px;
|
|
32228
|
+
height: 8px;
|
|
32229
|
+
border-radius: 2px;
|
|
32230
|
+
display: inline-block;
|
|
32231
|
+
background: var(--s11212zy-0);
|
|
32232
|
+
border: 1px solid #fff;
|
|
32233
|
+
box-sizing: content-box;
|
|
32234
|
+
margin-right: 6px;
|
|
32235
|
+
}
|
|
32236
|
+
|
|
32237
|
+
.E_p1lyky6c > :first-child {
|
|
32238
|
+
font-weight: bold;
|
|
32239
|
+
color: white;
|
|
32240
|
+
margin-right: 4px;
|
|
32241
|
+
}
|
|
32242
|
+
|
|
32243
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
32244
|
+
border: 0px;
|
|
32245
|
+
background-color: #fff;
|
|
32246
|
+
}
|
|
32247
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32248
|
+
padding-top: 0px;
|
|
32249
|
+
padding-bottom: 0px;
|
|
32250
|
+
padding-left: 0px !important;
|
|
32251
|
+
padding-right: 24px;
|
|
32252
|
+
}
|
|
32253
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32254
|
+
right: 0px;
|
|
32255
|
+
}
|
|
32256
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32257
|
+
padding: 0px;
|
|
32235
32258
|
}
|
|
32236
|
-
|
|
32237
|
-
|
|
32238
|
-
|
|
32239
|
-
|
|
32240
|
-
border-radius: 2px;
|
|
32259
|
+
|
|
32260
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32261
|
+
padding-right: 0px;
|
|
32262
|
+
cursor: default;
|
|
32241
32263
|
}
|
|
32242
32264
|
|
|
32243
32265
|
.E_s1iv0tp1 .enabled-switch {
|
|
@@ -32248,27 +32270,18 @@ input.E_rf8rlle.ant-input {
|
|
|
32248
32270
|
margin-right: 8px;
|
|
32249
32271
|
}
|
|
32250
32272
|
|
|
32251
|
-
.
|
|
32252
|
-
|
|
32253
|
-
align-items: center;
|
|
32254
|
-
justify-content: flex-end;
|
|
32255
|
-
}
|
|
32256
|
-
|
|
32257
|
-
.E_b1ctd5xy {
|
|
32258
|
-
display: flex;
|
|
32259
|
-
align-items: center;
|
|
32260
|
-
width: calc(100% - 40px);
|
|
32273
|
+
.E_c1yyuluq {
|
|
32274
|
+
border-radius: 8px;
|
|
32261
32275
|
}
|
|
32262
|
-
.
|
|
32263
|
-
|
|
32264
|
-
width: 100%;
|
|
32276
|
+
.E_c1yyuluq .ant-card-body {
|
|
32277
|
+
padding: 20px 24px 24px 24px;
|
|
32265
32278
|
}
|
|
32266
32279
|
|
|
32267
|
-
.
|
|
32268
|
-
|
|
32269
|
-
|
|
32270
|
-
|
|
32271
|
-
|
|
32280
|
+
.E_tje3huy {
|
|
32281
|
+
width: 100%;
|
|
32282
|
+
overflow: inherit;
|
|
32283
|
+
white-space: inherit;
|
|
32284
|
+
text-overflow: ellipsis;
|
|
32272
32285
|
}
|
|
32273
32286
|
|
|
32274
32287
|
.E_t1sqg15u {
|
|
@@ -32361,18 +32374,8 @@ input.E_rf8rlle.ant-input {
|
|
|
32361
32374
|
padding-right: 12px;
|
|
32362
32375
|
}
|
|
32363
32376
|
|
|
32364
|
-
.
|
|
32365
|
-
|
|
32366
|
-
}
|
|
32367
|
-
.E_c1yyuluq .ant-card-body {
|
|
32368
|
-
padding: 20px 24px 24px 24px;
|
|
32369
|
-
}
|
|
32370
|
-
|
|
32371
|
-
.E_tje3huy {
|
|
32372
|
-
width: 100%;
|
|
32373
|
-
overflow: inherit;
|
|
32374
|
-
white-space: inherit;
|
|
32375
|
-
text-overflow: ellipsis;
|
|
32377
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32378
|
+
display: flex;
|
|
32376
32379
|
}
|
|
32377
32380
|
|
|
32378
32381
|
.E_m74vjol {
|
|
@@ -32388,118 +32391,27 @@ input.E_rf8rlle.ant-input {
|
|
|
32388
32391
|
width: 100%;
|
|
32389
32392
|
}
|
|
32390
32393
|
|
|
32391
|
-
.
|
|
32392
|
-
border: 0px;
|
|
32393
|
-
background-color: #fff;
|
|
32394
|
-
}
|
|
32395
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32396
|
-
padding-top: 0px;
|
|
32397
|
-
padding-bottom: 0px;
|
|
32398
|
-
padding-left: 0px !important;
|
|
32399
|
-
padding-right: 24px;
|
|
32400
|
-
}
|
|
32401
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32402
|
-
right: 0px;
|
|
32403
|
-
}
|
|
32404
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32405
|
-
padding: 0px;
|
|
32406
|
-
}
|
|
32407
|
-
|
|
32408
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32409
|
-
padding-right: 0px;
|
|
32410
|
-
cursor: default;
|
|
32411
|
-
}
|
|
32412
|
-
|
|
32413
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
32394
|
+
.E_wg1tsps {
|
|
32414
32395
|
display: flex;
|
|
32396
|
+
align-items: center;
|
|
32397
|
+
justify-content: flex-end;
|
|
32415
32398
|
}
|
|
32416
32399
|
|
|
32417
|
-
.
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
-
|
|
32421
|
-
.E_ivqqkzv {
|
|
32422
|
-
height: 24px;
|
|
32423
|
-
width: 56px !important;
|
|
32424
|
-
margin-right: 4px;
|
|
32400
|
+
.E_b1ctd5xy {
|
|
32401
|
+
display: flex;
|
|
32402
|
+
align-items: center;
|
|
32403
|
+
width: calc(100% - 40px);
|
|
32425
32404
|
}
|
|
32426
|
-
|
|
32427
|
-
|
|
32428
|
-
|
|
32405
|
+
.E_b1ctd5xy .chart {
|
|
32406
|
+
display: inline-block;
|
|
32407
|
+
width: 100%;
|
|
32429
32408
|
}
|
|
32430
32409
|
|
|
32431
|
-
.
|
|
32432
|
-
|
|
32433
|
-
border-radius: 20px;
|
|
32434
|
-
padding: 2px 10px;
|
|
32435
|
-
height: 22px;
|
|
32436
|
-
}
|
|
32437
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32438
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32439
|
-
}
|
|
32440
|
-
.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 {
|
|
32441
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32442
|
-
}
|
|
32443
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32444
|
-
color: #00122e;
|
|
32445
|
-
}
|
|
32446
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32447
|
-
margin-right: 6px;
|
|
32448
|
-
}
|
|
32449
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32450
|
-
margin-left: 4px;
|
|
32451
|
-
}
|
|
32452
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32453
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32454
|
-
}
|
|
32455
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32456
|
-
background-color: #0080ff;
|
|
32457
|
-
}
|
|
32458
|
-
.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 {
|
|
32459
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32460
|
-
}
|
|
32461
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32462
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32463
|
-
}
|
|
32464
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32465
|
-
background-color: #f0483e;
|
|
32466
|
-
}
|
|
32467
|
-
.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 {
|
|
32468
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32469
|
-
}
|
|
32470
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32471
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32472
|
-
}
|
|
32473
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32474
|
-
background-color: #fea008;
|
|
32475
|
-
}
|
|
32476
|
-
.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 {
|
|
32477
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32478
|
-
}
|
|
32479
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32480
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32481
|
-
}
|
|
32482
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32483
|
-
background-color: #00ba5d;
|
|
32484
|
-
}
|
|
32485
|
-
.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 {
|
|
32486
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32487
|
-
}
|
|
32488
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32489
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32490
|
-
}
|
|
32491
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32492
|
-
background-color: #6b7d99;
|
|
32493
|
-
}
|
|
32494
|
-
.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 {
|
|
32495
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
32410
|
+
.E_u1p8acpn {
|
|
32411
|
+
min-width: 40px;
|
|
32496
32412
|
}
|
|
32497
|
-
|
|
32498
|
-
|
|
32499
|
-
width: 8px;
|
|
32500
|
-
height: 8px;
|
|
32501
|
-
border-radius: 50%;
|
|
32502
|
-
display: inline-block;
|
|
32413
|
+
.E_u1p8acpn .unit {
|
|
32414
|
+
color: #00122e !important;
|
|
32503
32415
|
}
|
|
32504
32416
|
|
|
32505
32417
|
.E_s1sck0th {
|
|
@@ -32608,37 +32520,125 @@ input.E_rf8rlle.ant-input {
|
|
|
32608
32520
|
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32609
32521
|
color: #0080ff;
|
|
32610
32522
|
}
|
|
32611
|
-
.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 {
|
|
32612
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32613
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32523
|
+
.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 {
|
|
32524
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32525
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32526
|
+
}
|
|
32527
|
+
.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 {
|
|
32528
|
+
color: #0080ff;
|
|
32529
|
+
}
|
|
32530
|
+
.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 {
|
|
32531
|
+
border-color: #0080ff;
|
|
32532
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32533
|
+
}
|
|
32534
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32535
|
+
transform: rotate(180deg);
|
|
32536
|
+
}
|
|
32537
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32538
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32539
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32540
|
+
cursor: "not-allowed";
|
|
32541
|
+
}
|
|
32542
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32543
|
+
border-color: #f0483e !important;
|
|
32544
|
+
}
|
|
32545
|
+
.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 {
|
|
32546
|
+
color: #1d326c;
|
|
32547
|
+
}
|
|
32548
|
+
.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 {
|
|
32549
|
+
border-color: #0080ff;
|
|
32550
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32551
|
+
}
|
|
32552
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32553
|
+
transform: rotate(180deg);
|
|
32554
|
+
}
|
|
32555
|
+
|
|
32556
|
+
.E_sddwhm6 {
|
|
32557
|
+
margin: 0;
|
|
32558
|
+
border-radius: 20px;
|
|
32559
|
+
padding: 2px 10px;
|
|
32560
|
+
height: 22px;
|
|
32561
|
+
}
|
|
32562
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
32563
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32564
|
+
}
|
|
32565
|
+
.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 {
|
|
32566
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32567
|
+
}
|
|
32568
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
32569
|
+
color: #00122e;
|
|
32570
|
+
}
|
|
32571
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32572
|
+
margin-right: 6px;
|
|
32573
|
+
}
|
|
32574
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32575
|
+
margin-left: 4px;
|
|
32576
|
+
}
|
|
32577
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32578
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32579
|
+
}
|
|
32580
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32581
|
+
background-color: #0080ff;
|
|
32582
|
+
}
|
|
32583
|
+
.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 {
|
|
32584
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32585
|
+
}
|
|
32586
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32587
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32588
|
+
}
|
|
32589
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32590
|
+
background-color: #f0483e;
|
|
32591
|
+
}
|
|
32592
|
+
.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 {
|
|
32593
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32594
|
+
}
|
|
32595
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32596
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32597
|
+
}
|
|
32598
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32599
|
+
background-color: #fea008;
|
|
32600
|
+
}
|
|
32601
|
+
.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 {
|
|
32602
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32603
|
+
}
|
|
32604
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32605
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32606
|
+
}
|
|
32607
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32608
|
+
background-color: #00ba5d;
|
|
32614
32609
|
}
|
|
32615
|
-
.
|
|
32616
|
-
color:
|
|
32610
|
+
.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 {
|
|
32611
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32617
32612
|
}
|
|
32618
|
-
.
|
|
32619
|
-
|
|
32620
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32613
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32614
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32621
32615
|
}
|
|
32622
|
-
.
|
|
32623
|
-
|
|
32616
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32617
|
+
background-color: #6b7d99;
|
|
32624
32618
|
}
|
|
32625
|
-
.
|
|
32626
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32627
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32628
|
-
cursor: "not-allowed";
|
|
32619
|
+
.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 {
|
|
32620
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32629
32621
|
}
|
|
32630
|
-
|
|
32631
|
-
|
|
32622
|
+
|
|
32623
|
+
.E_satwmqm {
|
|
32624
|
+
width: 8px;
|
|
32625
|
+
height: 8px;
|
|
32626
|
+
border-radius: 50%;
|
|
32627
|
+
display: inline-block;
|
|
32632
32628
|
}
|
|
32633
|
-
|
|
32634
|
-
|
|
32629
|
+
|
|
32630
|
+
.E_ivqqkzv {
|
|
32631
|
+
height: 24px;
|
|
32632
|
+
width: 56px !important;
|
|
32633
|
+
margin-right: 4px;
|
|
32635
32634
|
}
|
|
32636
|
-
|
|
32637
|
-
|
|
32638
|
-
|
|
32635
|
+
|
|
32636
|
+
.E_c1wk4q29 {
|
|
32637
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32639
32638
|
}
|
|
32640
|
-
|
|
32641
|
-
|
|
32639
|
+
|
|
32640
|
+
.E_tju3gfj .date {
|
|
32641
|
+
margin-right: 4px;
|
|
32642
32642
|
}
|
|
32643
32643
|
|
|
32644
32644
|
.E_h1ol2wl7 {
|
|
@@ -32829,227 +32829,32 @@ input.E_rf8rlle.ant-input {
|
|
|
32829
32829
|
border-radius: 4px;
|
|
32830
32830
|
font-size: 12px;
|
|
32831
32831
|
color: #fff;
|
|
32832
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32833
|
-
transform: translateX(-50%);
|
|
32834
|
-
}
|
|
32835
|
-
|
|
32836
|
-
.E_tnvijvs {
|
|
32837
|
-
min-width: 200px;
|
|
32838
|
-
}
|
|
32839
|
-
|
|
32840
|
-
.E_t1ub2aex {
|
|
32841
|
-
display: flex;
|
|
32842
|
-
align-items: center;
|
|
32843
|
-
justify-content: space-between;
|
|
32844
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32845
|
-
color: #b4beca;
|
|
32846
|
-
font-size: 12px;
|
|
32847
|
-
padding: 3px 6px;
|
|
32848
|
-
}
|
|
32849
|
-
.E_t1ub2aex:first-child {
|
|
32850
|
-
padding-top: 3px;
|
|
32851
|
-
}
|
|
32852
|
-
.E_t1ub2aex:last-child {
|
|
32853
|
-
padding-bottom: 3px;
|
|
32854
|
-
}
|
|
32855
|
-
.E_t1ub2aex .column-value {
|
|
32856
|
-
color: #fff;
|
|
32857
|
-
margin-left: 8px;
|
|
32858
|
-
}
|
|
32859
|
-
|
|
32860
|
-
.E_sjob3jg {
|
|
32861
|
-
--item-min-width: 60px;
|
|
32862
|
-
}
|
|
32863
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
32864
|
-
display: none !important;
|
|
32865
|
-
}
|
|
32866
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
32867
|
-
flex-shrink: 0 !important;
|
|
32868
|
-
}
|
|
32869
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32870
|
-
color: #0080ff;
|
|
32871
|
-
}
|
|
32872
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32873
|
-
color: #0080ff;
|
|
32874
|
-
font-weight: normal;
|
|
32875
|
-
}
|
|
32876
|
-
.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 {
|
|
32877
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32878
|
-
}
|
|
32879
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32880
|
-
color: #00122e;
|
|
32881
|
-
}
|
|
32882
|
-
.E_sjob3jg .step-item-text {
|
|
32883
|
-
display: inline-block;
|
|
32884
|
-
}
|
|
32885
|
-
.E_sjob3jg .step-item-title {
|
|
32886
|
-
overflow: hidden;
|
|
32887
|
-
white-space: nowrap;
|
|
32888
|
-
text-overflow: ellipsis;
|
|
32889
|
-
}
|
|
32890
|
-
|
|
32891
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
32892
|
-
min-width: var(--item-min-width);
|
|
32893
|
-
}
|
|
32894
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
32895
|
-
cursor: not-allowed !important;
|
|
32896
|
-
}
|
|
32897
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
32898
|
-
flex-direction: row;
|
|
32899
|
-
justify-content: stretch;
|
|
32900
|
-
}
|
|
32901
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
32902
|
-
padding: 0;
|
|
32903
|
-
margin-right: 4px;
|
|
32904
|
-
flex: 1;
|
|
32905
|
-
overflow: visible;
|
|
32906
|
-
}
|
|
32907
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
32908
|
-
width: 100%;
|
|
32909
|
-
min-height: unset;
|
|
32910
|
-
}
|
|
32911
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
32912
|
-
height: 26px;
|
|
32913
|
-
line-height: 26px;
|
|
32914
|
-
width: 100%;
|
|
32915
|
-
padding: 0;
|
|
32916
|
-
font-size: 12px;
|
|
32917
|
-
}
|
|
32918
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
32919
|
-
margin-right: 10px;
|
|
32920
|
-
}
|
|
32921
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
32922
|
-
display: none;
|
|
32923
|
-
}
|
|
32924
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
32925
|
-
padding-left: 8px;
|
|
32926
|
-
padding-right: 4px;
|
|
32927
|
-
border-radius: 4px 0 0 4px;
|
|
32928
|
-
}
|
|
32929
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
32930
|
-
margin-right: 0;
|
|
32931
|
-
}
|
|
32932
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
32933
|
-
padding-right: 8px;
|
|
32934
|
-
padding-left: 12px;
|
|
32935
|
-
border-radius: 0 4px 4px 0;
|
|
32936
|
-
}
|
|
32937
|
-
.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 {
|
|
32938
|
-
content: "";
|
|
32939
|
-
width: 0;
|
|
32940
|
-
height: 0;
|
|
32941
|
-
border: 13px solid transparent;
|
|
32942
|
-
position: absolute;
|
|
32943
|
-
top: 0;
|
|
32944
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
32945
|
-
z-index: 2;
|
|
32946
|
-
position: relative;
|
|
32947
|
-
top: -50%;
|
|
32948
|
-
right: -100%;
|
|
32949
|
-
}
|
|
32950
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32951
|
-
padding: 0 4px 0 12px;
|
|
32952
|
-
}
|
|
32953
|
-
.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 {
|
|
32954
|
-
content: "";
|
|
32955
|
-
width: 0;
|
|
32956
|
-
height: 0;
|
|
32957
|
-
border: 13px solid transparent;
|
|
32958
|
-
position: absolute;
|
|
32959
|
-
top: 0;
|
|
32960
|
-
border-left: 8px solid #fff;
|
|
32961
|
-
left: 0;
|
|
32962
|
-
}
|
|
32963
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
32964
|
-
max-width: calc(100% - var(--item-min-width) * 2);
|
|
32965
|
-
}
|
|
32966
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
32967
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32968
|
-
}
|
|
32969
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
32970
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
32971
|
-
}
|
|
32972
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32973
|
-
cursor: pointer;
|
|
32974
|
-
min-width: var(--item-min-width);
|
|
32975
|
-
}
|
|
32976
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
32977
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
32978
|
-
min-width: var(--item-min-width);
|
|
32979
|
-
}
|
|
32980
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
32981
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
32982
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
32983
|
-
}
|
|
32984
|
-
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
32985
|
-
padding: 0;
|
|
32986
|
-
}
|
|
32987
|
-
|
|
32988
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
32989
|
-
width: 192px;
|
|
32990
|
-
row-gap: 2px;
|
|
32991
|
-
}
|
|
32992
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
32993
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32994
|
-
}
|
|
32995
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
32996
|
-
color: #00122e !important;
|
|
32997
|
-
}
|
|
32998
|
-
.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 {
|
|
32999
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33000
|
-
}
|
|
33001
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33002
|
-
padding: 0 8px;
|
|
33003
|
-
border-radius: 4px;
|
|
33004
|
-
height: 32px;
|
|
33005
|
-
display: flex;
|
|
33006
|
-
align-items: center;
|
|
33007
|
-
}
|
|
33008
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33009
|
-
min-height: auto;
|
|
33010
|
-
white-space: nowrap;
|
|
33011
|
-
}
|
|
33012
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33013
|
-
font-size: 13px;
|
|
33014
|
-
line-height: 20px;
|
|
33015
|
-
max-width: 100%;
|
|
33016
|
-
padding-right: 0;
|
|
33017
|
-
}
|
|
33018
|
-
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33019
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33020
|
-
}
|
|
33021
|
-
|
|
33022
|
-
.E_h6l1tj4 {
|
|
33023
|
-
width: 100%;
|
|
33024
|
-
display: inline-flex;
|
|
33025
|
-
align-items: center;
|
|
33026
|
-
justify-content: center;
|
|
33027
|
-
column-gap: 4px;
|
|
33028
|
-
}
|
|
33029
|
-
.E_h6l1tj4 .step-item-prefix-container {
|
|
33030
|
-
display: inline-flex;
|
|
33031
|
-
align-items: center;
|
|
33032
|
-
width: 18px;
|
|
33033
|
-
height: 18px;
|
|
33034
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33035
|
-
justify-content: center;
|
|
32832
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32833
|
+
transform: translateX(-50%);
|
|
33036
32834
|
}
|
|
33037
32835
|
|
|
33038
|
-
.
|
|
33039
|
-
width:
|
|
32836
|
+
.E_tnvijvs {
|
|
32837
|
+
min-width: 200px;
|
|
32838
|
+
}
|
|
32839
|
+
|
|
32840
|
+
.E_t1ub2aex {
|
|
33040
32841
|
display: flex;
|
|
33041
32842
|
align-items: center;
|
|
33042
|
-
justify-content:
|
|
33043
|
-
|
|
33044
|
-
|
|
32843
|
+
justify-content: space-between;
|
|
32844
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32845
|
+
color: #b4beca;
|
|
32846
|
+
font-size: 12px;
|
|
32847
|
+
padding: 3px 6px;
|
|
33045
32848
|
}
|
|
33046
|
-
.
|
|
33047
|
-
|
|
33048
|
-
|
|
33049
|
-
|
|
33050
|
-
|
|
33051
|
-
|
|
33052
|
-
|
|
32849
|
+
.E_t1ub2aex:first-child {
|
|
32850
|
+
padding-top: 3px;
|
|
32851
|
+
}
|
|
32852
|
+
.E_t1ub2aex:last-child {
|
|
32853
|
+
padding-bottom: 3px;
|
|
32854
|
+
}
|
|
32855
|
+
.E_t1ub2aex .column-value {
|
|
32856
|
+
color: #fff;
|
|
32857
|
+
margin-left: 8px;
|
|
33053
32858
|
}
|
|
33054
32859
|
|
|
33055
32860
|
.E_c1kchka8 {
|
|
@@ -33529,6 +33334,201 @@ input.E_rf8rlle.ant-input {
|
|
|
33529
33334
|
padding: 0;
|
|
33530
33335
|
}
|
|
33531
33336
|
|
|
33337
|
+
.E_sjob3jg {
|
|
33338
|
+
--item-min-width: 60px;
|
|
33339
|
+
}
|
|
33340
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
33341
|
+
display: none !important;
|
|
33342
|
+
}
|
|
33343
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
33344
|
+
flex-shrink: 0 !important;
|
|
33345
|
+
}
|
|
33346
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
33347
|
+
color: #0080ff;
|
|
33348
|
+
}
|
|
33349
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33350
|
+
color: #0080ff;
|
|
33351
|
+
font-weight: normal;
|
|
33352
|
+
}
|
|
33353
|
+
.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 {
|
|
33354
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33355
|
+
}
|
|
33356
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33357
|
+
color: #00122e;
|
|
33358
|
+
}
|
|
33359
|
+
.E_sjob3jg .step-item-text {
|
|
33360
|
+
display: inline-block;
|
|
33361
|
+
}
|
|
33362
|
+
.E_sjob3jg .step-item-title {
|
|
33363
|
+
overflow: hidden;
|
|
33364
|
+
white-space: nowrap;
|
|
33365
|
+
text-overflow: ellipsis;
|
|
33366
|
+
}
|
|
33367
|
+
|
|
33368
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
33369
|
+
min-width: var(--item-min-width);
|
|
33370
|
+
}
|
|
33371
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
33372
|
+
cursor: not-allowed !important;
|
|
33373
|
+
}
|
|
33374
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
33375
|
+
flex-direction: row;
|
|
33376
|
+
justify-content: stretch;
|
|
33377
|
+
}
|
|
33378
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
33379
|
+
padding: 0;
|
|
33380
|
+
margin-right: 4px;
|
|
33381
|
+
flex: 1;
|
|
33382
|
+
overflow: visible;
|
|
33383
|
+
}
|
|
33384
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
33385
|
+
width: 100%;
|
|
33386
|
+
min-height: unset;
|
|
33387
|
+
}
|
|
33388
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
33389
|
+
height: 26px;
|
|
33390
|
+
line-height: 26px;
|
|
33391
|
+
width: 100%;
|
|
33392
|
+
padding: 0;
|
|
33393
|
+
font-size: 12px;
|
|
33394
|
+
}
|
|
33395
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
33396
|
+
margin-right: 10px;
|
|
33397
|
+
}
|
|
33398
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
33399
|
+
display: none;
|
|
33400
|
+
}
|
|
33401
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
33402
|
+
padding-left: 8px;
|
|
33403
|
+
padding-right: 4px;
|
|
33404
|
+
border-radius: 4px 0 0 4px;
|
|
33405
|
+
}
|
|
33406
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
33407
|
+
margin-right: 0;
|
|
33408
|
+
}
|
|
33409
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
33410
|
+
padding-right: 8px;
|
|
33411
|
+
padding-left: 12px;
|
|
33412
|
+
border-radius: 0 4px 4px 0;
|
|
33413
|
+
}
|
|
33414
|
+
.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 {
|
|
33415
|
+
content: "";
|
|
33416
|
+
width: 0;
|
|
33417
|
+
height: 0;
|
|
33418
|
+
border: 13px solid transparent;
|
|
33419
|
+
position: absolute;
|
|
33420
|
+
top: 0;
|
|
33421
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
33422
|
+
z-index: 2;
|
|
33423
|
+
position: relative;
|
|
33424
|
+
top: -50%;
|
|
33425
|
+
right: -100%;
|
|
33426
|
+
}
|
|
33427
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
33428
|
+
padding: 0 4px 0 12px;
|
|
33429
|
+
}
|
|
33430
|
+
.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 {
|
|
33431
|
+
content: "";
|
|
33432
|
+
width: 0;
|
|
33433
|
+
height: 0;
|
|
33434
|
+
border: 13px solid transparent;
|
|
33435
|
+
position: absolute;
|
|
33436
|
+
top: 0;
|
|
33437
|
+
border-left: 8px solid #fff;
|
|
33438
|
+
left: 0;
|
|
33439
|
+
}
|
|
33440
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
33441
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
33442
|
+
}
|
|
33443
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33444
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33445
|
+
}
|
|
33446
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
33447
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
33448
|
+
}
|
|
33449
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33450
|
+
cursor: pointer;
|
|
33451
|
+
min-width: var(--item-min-width);
|
|
33452
|
+
}
|
|
33453
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
33454
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
33455
|
+
min-width: var(--item-min-width);
|
|
33456
|
+
}
|
|
33457
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
33458
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
33459
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33460
|
+
}
|
|
33461
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
33462
|
+
padding: 0;
|
|
33463
|
+
}
|
|
33464
|
+
|
|
33465
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
33466
|
+
width: 192px;
|
|
33467
|
+
row-gap: 2px;
|
|
33468
|
+
}
|
|
33469
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33470
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33471
|
+
}
|
|
33472
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33473
|
+
color: #00122e !important;
|
|
33474
|
+
}
|
|
33475
|
+
.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 {
|
|
33476
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33477
|
+
}
|
|
33478
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33479
|
+
padding: 0 8px;
|
|
33480
|
+
border-radius: 4px;
|
|
33481
|
+
height: 32px;
|
|
33482
|
+
display: flex;
|
|
33483
|
+
align-items: center;
|
|
33484
|
+
}
|
|
33485
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33486
|
+
min-height: auto;
|
|
33487
|
+
white-space: nowrap;
|
|
33488
|
+
}
|
|
33489
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33490
|
+
font-size: 13px;
|
|
33491
|
+
line-height: 20px;
|
|
33492
|
+
max-width: 100%;
|
|
33493
|
+
padding-right: 0;
|
|
33494
|
+
}
|
|
33495
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33496
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33497
|
+
}
|
|
33498
|
+
|
|
33499
|
+
.E_h6l1tj4 {
|
|
33500
|
+
width: 100%;
|
|
33501
|
+
display: inline-flex;
|
|
33502
|
+
align-items: center;
|
|
33503
|
+
justify-content: center;
|
|
33504
|
+
column-gap: 4px;
|
|
33505
|
+
}
|
|
33506
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
33507
|
+
display: inline-flex;
|
|
33508
|
+
align-items: center;
|
|
33509
|
+
width: 18px;
|
|
33510
|
+
height: 18px;
|
|
33511
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33512
|
+
justify-content: center;
|
|
33513
|
+
}
|
|
33514
|
+
|
|
33515
|
+
.E_v18frne8 {
|
|
33516
|
+
width: 100%;
|
|
33517
|
+
display: flex;
|
|
33518
|
+
align-items: center;
|
|
33519
|
+
justify-content: center;
|
|
33520
|
+
column-gap: 6px;
|
|
33521
|
+
font-size: 13px;
|
|
33522
|
+
}
|
|
33523
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
33524
|
+
display: inline-flex;
|
|
33525
|
+
align-items: center;
|
|
33526
|
+
min-width: 20px;
|
|
33527
|
+
min-height: 20px;
|
|
33528
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33529
|
+
justify-content: center;
|
|
33530
|
+
}
|
|
33531
|
+
|
|
33532
33532
|
.E_tc97u5y {
|
|
33533
33533
|
height: 100%;
|
|
33534
33534
|
}
|
|
@@ -33940,11 +33940,40 @@ button.E_l48ei06.ui-kit-link-secondary {
|
|
|
33940
33940
|
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33941
33941
|
color: #0080FF;
|
|
33942
33942
|
}
|
|
33943
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33944
|
-
color: #005ED1;
|
|
33943
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33944
|
+
color: #005ED1;
|
|
33945
|
+
}
|
|
33946
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33947
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33948
|
+
}
|
|
33949
|
+
|
|
33950
|
+
.E_ryby9ds {
|
|
33951
|
+
display: flex;
|
|
33952
|
+
align-items: center;
|
|
33953
|
+
}
|
|
33954
|
+
.E_ryby9ds .order {
|
|
33955
|
+
height: 24px;
|
|
33956
|
+
width: 24px;
|
|
33957
|
+
border-radius: 20px;
|
|
33958
|
+
color: #0080ff;
|
|
33959
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33960
|
+
display: flex;
|
|
33961
|
+
align-items: center;
|
|
33962
|
+
justify-content: center;
|
|
33963
|
+
margin-right: 6px;
|
|
33964
|
+
}
|
|
33965
|
+
|
|
33966
|
+
.E_suhck3k {
|
|
33967
|
+
height: 24px;
|
|
33968
|
+
width: 24px;
|
|
33969
|
+
border-radius: 6px;
|
|
33970
|
+
padding: 4px;
|
|
33971
|
+
}
|
|
33972
|
+
.E_suhck3k:hover {
|
|
33973
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33945
33974
|
}
|
|
33946
|
-
|
|
33947
|
-
|
|
33975
|
+
.E_suhck3k:hover svg path {
|
|
33976
|
+
fill: blue;
|
|
33948
33977
|
}
|
|
33949
33978
|
|
|
33950
33979
|
.E_ckui4s7 {
|
|
@@ -34011,96 +34040,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34011
34040
|
margin-left: 24px;
|
|
34012
34041
|
}
|
|
34013
34042
|
|
|
34014
|
-
.E_suhck3k {
|
|
34015
|
-
height: 24px;
|
|
34016
|
-
width: 24px;
|
|
34017
|
-
border-radius: 6px;
|
|
34018
|
-
padding: 4px;
|
|
34019
|
-
}
|
|
34020
|
-
.E_suhck3k:hover {
|
|
34021
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34022
|
-
}
|
|
34023
|
-
.E_suhck3k:hover svg path {
|
|
34024
|
-
fill: blue;
|
|
34025
|
-
}
|
|
34026
|
-
|
|
34027
|
-
.E_ryby9ds {
|
|
34028
|
-
display: flex;
|
|
34029
|
-
align-items: center;
|
|
34030
|
-
}
|
|
34031
|
-
.E_ryby9ds .order {
|
|
34032
|
-
height: 24px;
|
|
34033
|
-
width: 24px;
|
|
34034
|
-
border-radius: 20px;
|
|
34035
|
-
color: #0080ff;
|
|
34036
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34037
|
-
display: flex;
|
|
34038
|
-
align-items: center;
|
|
34039
|
-
justify-content: center;
|
|
34040
|
-
margin-right: 6px;
|
|
34041
|
-
}
|
|
34042
|
-
|
|
34043
|
-
.E_c1kghdax {
|
|
34044
|
-
color: #2d3a56;
|
|
34045
|
-
padding: 7px 12px;
|
|
34046
|
-
display: flex;
|
|
34047
|
-
justify-content: space-between;
|
|
34048
|
-
align-items: center;
|
|
34049
|
-
}
|
|
34050
|
-
.E_c1kghdax.has-arrow {
|
|
34051
|
-
padding-left: 10px;
|
|
34052
|
-
}
|
|
34053
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34054
|
-
cursor: pointer;
|
|
34055
|
-
color: #00122e;
|
|
34056
|
-
}
|
|
34057
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34058
|
-
color: #2d3a56;
|
|
34059
|
-
font-weight: 600;
|
|
34060
|
-
}
|
|
34061
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34062
|
-
transform: rotate(90deg);
|
|
34063
|
-
}
|
|
34064
|
-
.E_c1kghdax .sub-info {
|
|
34065
|
-
font-size: 12px;
|
|
34066
|
-
line-height: 18px;
|
|
34067
|
-
}
|
|
34068
|
-
.E_c1kghdax .title-wrapper {
|
|
34069
|
-
display: flex;
|
|
34070
|
-
align-items: center;
|
|
34071
|
-
user-select: none;
|
|
34072
|
-
flex-grow: 1;
|
|
34073
|
-
font-size: 12px;
|
|
34074
|
-
line-height: 18px;
|
|
34075
|
-
color: #2d3a56;
|
|
34076
|
-
font-weight: 700;
|
|
34077
|
-
}
|
|
34078
|
-
.E_c1kghdax .collapse-arrow {
|
|
34079
|
-
transition: all 50ms ease-out 0ms;
|
|
34080
|
-
margin-right: 2px;
|
|
34081
|
-
}
|
|
34082
|
-
|
|
34083
34043
|
.E_c1yd35n {
|
|
34084
34044
|
padding: 0 12px 14px 12px;
|
|
34085
34045
|
}
|
|
34086
34046
|
|
|
34087
|
-
.E_b14q2gmw {
|
|
34088
|
-
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);
|
|
34089
|
-
}
|
|
34090
|
-
|
|
34091
|
-
.E_c1eym6el {
|
|
34092
|
-
border-radius: 8px;
|
|
34093
|
-
background-color: white;
|
|
34094
|
-
}
|
|
34095
|
-
.E_c1eym6el.hoverable {
|
|
34096
|
-
cursor: pointer;
|
|
34097
|
-
}
|
|
34098
|
-
.E_c1eym6el.hoverable:hover {
|
|
34099
|
-
transition: all 200ms ease;
|
|
34100
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34101
|
-
transform: translateY(-4px);
|
|
34102
|
-
}
|
|
34103
|
-
|
|
34104
34047
|
.E_t13ef470 {
|
|
34105
34048
|
height: 100%;
|
|
34106
34049
|
}
|
|
@@ -34131,197 +34074,44 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34131
34074
|
background: rgba(163, 180, 204, 0.18);
|
|
34132
34075
|
}
|
|
34133
34076
|
|
|
34134
|
-
.
|
|
34135
|
-
|
|
34136
|
-
|
|
34137
|
-
overflow: hidden;
|
|
34138
|
-
text-overflow: ellipsis;
|
|
34139
|
-
white-space: nowrap;
|
|
34140
|
-
}
|
|
34141
|
-
|
|
34142
|
-
.E_s1ese5oy {
|
|
34143
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34144
|
-
line-height: 32px;
|
|
34145
|
-
height: 32px;
|
|
34146
|
-
margin-bottom: 0;
|
|
34147
|
-
}
|
|
34148
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34149
|
-
color: #0080ff;
|
|
34150
|
-
}
|
|
34151
|
-
.E_s1ese5oy.warning {
|
|
34152
|
-
color: #ffa500;
|
|
34153
|
-
}
|
|
34154
|
-
.E_s1ese5oy.success {
|
|
34155
|
-
color: #00ba5d;
|
|
34156
|
-
}
|
|
34157
|
-
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34158
|
-
color: #f0483e;
|
|
34159
|
-
}
|
|
34160
|
-
.E_s1ese5oy.normal {
|
|
34161
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34162
|
-
}
|
|
34163
|
-
|
|
34164
|
-
.E_b1ibis43 {
|
|
34165
|
-
margin-bottom: 0;
|
|
34166
|
-
color: #00122e;
|
|
34167
|
-
}
|
|
34168
|
-
|
|
34169
|
-
.E_b11xxjd2 {
|
|
34170
|
-
line-height: 32px;
|
|
34171
|
-
margin-right: 6px;
|
|
34172
|
-
}
|
|
34173
|
-
|
|
34174
|
-
.E_bsub5bw.with-description {
|
|
34175
|
-
height: 24px;
|
|
34176
|
-
flex: 1;
|
|
34177
|
-
position: relative;
|
|
34178
|
-
top: -7px;
|
|
34179
|
-
}
|
|
34180
|
-
.E_bsub5bw p {
|
|
34181
|
-
width: 100%;
|
|
34182
|
-
overflow: hidden;
|
|
34183
|
-
text-overflow: ellipsis;
|
|
34184
|
-
white-space: nowrap;
|
|
34185
|
-
}
|
|
34186
|
-
|
|
34187
|
-
.E_tmoyoag {
|
|
34188
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34189
|
-
border-radius: 8px;
|
|
34190
|
-
overflow: auto;
|
|
34191
|
-
}
|
|
34192
|
-
.E_tmoyoag .ant-list {
|
|
34193
|
-
position: relative;
|
|
34194
|
-
}
|
|
34195
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34196
|
-
position: sticky;
|
|
34197
|
-
top: 0;
|
|
34198
|
-
z-index: 2;
|
|
34199
|
-
display: flex;
|
|
34200
|
-
padding: 8px;
|
|
34201
|
-
flex-wrap: nowrap;
|
|
34202
|
-
justify-content: flex-start;
|
|
34203
|
-
background: #f2f5fa;
|
|
34204
|
-
font-size: 14px;
|
|
34205
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34206
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34207
|
-
}
|
|
34208
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34209
|
-
align-items: inherit;
|
|
34210
|
-
}
|
|
34211
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34077
|
+
.E_c1kghdax {
|
|
34078
|
+
color: #2d3a56;
|
|
34079
|
+
padding: 7px 12px;
|
|
34212
34080
|
display: flex;
|
|
34213
|
-
justify-content:
|
|
34214
|
-
align-items:
|
|
34215
|
-
flex-wrap: wrap;
|
|
34216
|
-
padding: 8px;
|
|
34217
|
-
border: none;
|
|
34218
|
-
}
|
|
34219
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34220
|
-
flex-basis: 100%;
|
|
34221
|
-
margin: 12px 0 0;
|
|
34222
|
-
order: 99;
|
|
34223
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34224
|
-
}
|
|
34225
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34226
|
-
color: #f0483e;
|
|
34227
|
-
flex-basis: 100%;
|
|
34228
|
-
order: 98;
|
|
34229
|
-
margin: 12px 0 0;
|
|
34230
|
-
}
|
|
34231
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34232
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34233
|
-
}
|
|
34234
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34235
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34236
|
-
}
|
|
34237
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34238
|
-
flex: 1 0 0;
|
|
34239
|
-
overflow: hidden;
|
|
34240
|
-
}
|
|
34241
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34242
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34243
|
-
margin: 0;
|
|
34244
|
-
}
|
|
34245
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34246
|
-
text-align: center;
|
|
34247
|
-
}
|
|
34248
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34249
|
-
text-align: center;
|
|
34250
|
-
}
|
|
34251
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34252
|
-
text-align: left;
|
|
34253
|
-
}
|
|
34254
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34255
|
-
text-align: left;
|
|
34256
|
-
}
|
|
34257
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34258
|
-
text-align: right;
|
|
34259
|
-
}
|
|
34260
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34261
|
-
text-align: right;
|
|
34262
|
-
}
|
|
34263
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34264
|
-
margin-right: 8px;
|
|
34265
|
-
}
|
|
34266
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34267
|
-
padding: 4px;
|
|
34268
|
-
width: 24px;
|
|
34269
|
-
height: 24px;
|
|
34270
|
-
overflow: hidden;
|
|
34271
|
-
}
|
|
34272
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34273
|
-
padding: 0;
|
|
34081
|
+
justify-content: space-between;
|
|
34082
|
+
align-items: center;
|
|
34274
34083
|
}
|
|
34275
|
-
.
|
|
34276
|
-
|
|
34277
|
-
opacity: 0.5;
|
|
34084
|
+
.E_c1kghdax.has-arrow {
|
|
34085
|
+
padding-left: 10px;
|
|
34278
34086
|
}
|
|
34279
|
-
.
|
|
34280
|
-
|
|
34087
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34088
|
+
cursor: pointer;
|
|
34089
|
+
color: #00122e;
|
|
34281
34090
|
}
|
|
34282
|
-
.
|
|
34283
|
-
|
|
34284
|
-
|
|
34285
|
-
font-size: 12px;
|
|
34091
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34092
|
+
color: #2d3a56;
|
|
34093
|
+
font-weight: 600;
|
|
34286
34094
|
}
|
|
34287
|
-
.
|
|
34288
|
-
|
|
34095
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34096
|
+
transform: rotate(90deg);
|
|
34289
34097
|
}
|
|
34290
|
-
.
|
|
34291
|
-
min-height: 24px;
|
|
34098
|
+
.E_c1kghdax .sub-info {
|
|
34292
34099
|
font-size: 12px;
|
|
34293
|
-
|
|
34294
|
-
}
|
|
34295
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34296
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34297
|
-
}
|
|
34298
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34299
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34100
|
+
line-height: 18px;
|
|
34300
34101
|
}
|
|
34301
|
-
|
|
34302
|
-
.E_a138syjm {
|
|
34102
|
+
.E_c1kghdax .title-wrapper {
|
|
34303
34103
|
display: flex;
|
|
34304
34104
|
align-items: center;
|
|
34305
|
-
|
|
34306
|
-
|
|
34307
|
-
|
|
34308
|
-
|
|
34309
|
-
|
|
34310
|
-
|
|
34311
|
-
.E_a138syjm > span.maximum-desc {
|
|
34312
|
-
display: none;
|
|
34313
|
-
margin-left: 8px;
|
|
34314
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34315
|
-
}
|
|
34316
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34317
|
-
display: inline;
|
|
34105
|
+
user-select: none;
|
|
34106
|
+
flex-grow: 1;
|
|
34107
|
+
font-size: 12px;
|
|
34108
|
+
line-height: 18px;
|
|
34109
|
+
color: #2d3a56;
|
|
34110
|
+
font-weight: 700;
|
|
34318
34111
|
}
|
|
34319
|
-
|
|
34320
|
-
|
|
34321
|
-
|
|
34322
|
-
height: 24px;
|
|
34323
|
-
padding: 4px;
|
|
34324
|
-
margin-right: 8px;
|
|
34112
|
+
.E_c1kghdax .collapse-arrow {
|
|
34113
|
+
transition: all 50ms ease-out 0ms;
|
|
34114
|
+
margin-right: 2px;
|
|
34325
34115
|
}
|
|
34326
34116
|
|
|
34327
34117
|
.E_w7ob4th.outside-tag {
|
|
@@ -34536,6 +34326,23 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34536
34326
|
background: transparent;
|
|
34537
34327
|
}
|
|
34538
34328
|
|
|
34329
|
+
.E_b14q2gmw {
|
|
34330
|
+
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);
|
|
34331
|
+
}
|
|
34332
|
+
|
|
34333
|
+
.E_c1eym6el {
|
|
34334
|
+
border-radius: 8px;
|
|
34335
|
+
background-color: white;
|
|
34336
|
+
}
|
|
34337
|
+
.E_c1eym6el.hoverable {
|
|
34338
|
+
cursor: pointer;
|
|
34339
|
+
}
|
|
34340
|
+
.E_c1eym6el.hoverable:hover {
|
|
34341
|
+
transition: all 200ms ease;
|
|
34342
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34343
|
+
transform: translateY(-4px);
|
|
34344
|
+
}
|
|
34345
|
+
|
|
34539
34346
|
.E_i1g85yz3 {
|
|
34540
34347
|
margin-right: 4px;
|
|
34541
34348
|
height: 16px;
|
|
@@ -34570,6 +34377,199 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34570
34377
|
white-space: normal;
|
|
34571
34378
|
}
|
|
34572
34379
|
|
|
34380
|
+
.E_t1dtlqs1 {
|
|
34381
|
+
margin-bottom: 4px;
|
|
34382
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34383
|
+
overflow: hidden;
|
|
34384
|
+
text-overflow: ellipsis;
|
|
34385
|
+
white-space: nowrap;
|
|
34386
|
+
}
|
|
34387
|
+
|
|
34388
|
+
.E_s1ese5oy {
|
|
34389
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34390
|
+
line-height: 32px;
|
|
34391
|
+
height: 32px;
|
|
34392
|
+
margin-bottom: 0;
|
|
34393
|
+
}
|
|
34394
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34395
|
+
color: #0080ff;
|
|
34396
|
+
}
|
|
34397
|
+
.E_s1ese5oy.warning {
|
|
34398
|
+
color: #ffa500;
|
|
34399
|
+
}
|
|
34400
|
+
.E_s1ese5oy.success {
|
|
34401
|
+
color: #00ba5d;
|
|
34402
|
+
}
|
|
34403
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34404
|
+
color: #f0483e;
|
|
34405
|
+
}
|
|
34406
|
+
.E_s1ese5oy.normal {
|
|
34407
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34408
|
+
}
|
|
34409
|
+
|
|
34410
|
+
.E_b1ibis43 {
|
|
34411
|
+
margin-bottom: 0;
|
|
34412
|
+
color: #00122e;
|
|
34413
|
+
}
|
|
34414
|
+
|
|
34415
|
+
.E_b11xxjd2 {
|
|
34416
|
+
line-height: 32px;
|
|
34417
|
+
margin-right: 6px;
|
|
34418
|
+
}
|
|
34419
|
+
|
|
34420
|
+
.E_bsub5bw.with-description {
|
|
34421
|
+
height: 24px;
|
|
34422
|
+
flex: 1;
|
|
34423
|
+
position: relative;
|
|
34424
|
+
top: -7px;
|
|
34425
|
+
}
|
|
34426
|
+
.E_bsub5bw p {
|
|
34427
|
+
width: 100%;
|
|
34428
|
+
overflow: hidden;
|
|
34429
|
+
text-overflow: ellipsis;
|
|
34430
|
+
white-space: nowrap;
|
|
34431
|
+
}
|
|
34432
|
+
|
|
34433
|
+
.E_tmoyoag {
|
|
34434
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34435
|
+
border-radius: 8px;
|
|
34436
|
+
overflow: auto;
|
|
34437
|
+
}
|
|
34438
|
+
.E_tmoyoag .ant-list {
|
|
34439
|
+
position: relative;
|
|
34440
|
+
}
|
|
34441
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34442
|
+
position: sticky;
|
|
34443
|
+
top: 0;
|
|
34444
|
+
z-index: 2;
|
|
34445
|
+
display: flex;
|
|
34446
|
+
padding: 8px;
|
|
34447
|
+
flex-wrap: nowrap;
|
|
34448
|
+
justify-content: flex-start;
|
|
34449
|
+
background: #f2f5fa;
|
|
34450
|
+
font-size: 14px;
|
|
34451
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34452
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34453
|
+
}
|
|
34454
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34455
|
+
align-items: inherit;
|
|
34456
|
+
}
|
|
34457
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34458
|
+
display: flex;
|
|
34459
|
+
justify-content: flex-start;
|
|
34460
|
+
align-items: flex-start;
|
|
34461
|
+
flex-wrap: wrap;
|
|
34462
|
+
padding: 8px;
|
|
34463
|
+
border: none;
|
|
34464
|
+
}
|
|
34465
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34466
|
+
flex-basis: 100%;
|
|
34467
|
+
margin: 12px 0 0;
|
|
34468
|
+
order: 99;
|
|
34469
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34470
|
+
}
|
|
34471
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34472
|
+
color: #f0483e;
|
|
34473
|
+
flex-basis: 100%;
|
|
34474
|
+
order: 98;
|
|
34475
|
+
margin: 12px 0 0;
|
|
34476
|
+
}
|
|
34477
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34478
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34479
|
+
}
|
|
34480
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34481
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34482
|
+
}
|
|
34483
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34484
|
+
flex: 1 0 0;
|
|
34485
|
+
overflow: hidden;
|
|
34486
|
+
}
|
|
34487
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34488
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34489
|
+
margin: 0;
|
|
34490
|
+
}
|
|
34491
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34492
|
+
text-align: center;
|
|
34493
|
+
}
|
|
34494
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34495
|
+
text-align: center;
|
|
34496
|
+
}
|
|
34497
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34498
|
+
text-align: left;
|
|
34499
|
+
}
|
|
34500
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34501
|
+
text-align: left;
|
|
34502
|
+
}
|
|
34503
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34504
|
+
text-align: right;
|
|
34505
|
+
}
|
|
34506
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34507
|
+
text-align: right;
|
|
34508
|
+
}
|
|
34509
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34510
|
+
margin-right: 8px;
|
|
34511
|
+
}
|
|
34512
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34513
|
+
padding: 4px;
|
|
34514
|
+
width: 24px;
|
|
34515
|
+
height: 24px;
|
|
34516
|
+
overflow: hidden;
|
|
34517
|
+
}
|
|
34518
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34519
|
+
padding: 0;
|
|
34520
|
+
}
|
|
34521
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34522
|
+
cursor: not-allowed;
|
|
34523
|
+
opacity: 0.5;
|
|
34524
|
+
}
|
|
34525
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34526
|
+
margin: 0;
|
|
34527
|
+
}
|
|
34528
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34529
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34530
|
+
border-radius: 5px;
|
|
34531
|
+
font-size: 12px;
|
|
34532
|
+
}
|
|
34533
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34534
|
+
font-size: inherit;
|
|
34535
|
+
}
|
|
34536
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34537
|
+
min-height: 24px;
|
|
34538
|
+
font-size: 12px;
|
|
34539
|
+
position: relative;
|
|
34540
|
+
}
|
|
34541
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34542
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34543
|
+
}
|
|
34544
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34545
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34546
|
+
}
|
|
34547
|
+
|
|
34548
|
+
.E_a138syjm {
|
|
34549
|
+
display: flex;
|
|
34550
|
+
align-items: center;
|
|
34551
|
+
margin-top: 8px;
|
|
34552
|
+
}
|
|
34553
|
+
.E_a138syjm button.ant-btn {
|
|
34554
|
+
padding: 2px 8px;
|
|
34555
|
+
height: 24px;
|
|
34556
|
+
}
|
|
34557
|
+
.E_a138syjm > span.maximum-desc {
|
|
34558
|
+
display: none;
|
|
34559
|
+
margin-left: 8px;
|
|
34560
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34561
|
+
}
|
|
34562
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34563
|
+
display: inline;
|
|
34564
|
+
}
|
|
34565
|
+
|
|
34566
|
+
.E_d77i8u0 {
|
|
34567
|
+
width: 24px;
|
|
34568
|
+
height: 24px;
|
|
34569
|
+
padding: 4px;
|
|
34570
|
+
margin-right: 8px;
|
|
34571
|
+
}
|
|
34572
|
+
|
|
34573
34573
|
.E_f7pxqmh {
|
|
34574
34574
|
width: 100%;
|
|
34575
34575
|
margin-bottom: 0 !important;
|