@cloudtower/eagle 0.27.49 → 0.27.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1493 -1401
- package/dist/esm/index.js +6723 -6574
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Cascader/cascader.widget.d.ts +2 -1
- package/dist/src/core/DonutChart/__test__/unit.test.d.ts +1 -0
- package/dist/src/core/DonutChart/index.d.ts +103 -0
- package/dist/src/core/Metric/metric.d.ts +1 -1
- package/dist/src/coreX/BarChart/index.d.ts +3 -2
- package/dist/src/coreX/{DonutChart → DeprecatedDonutChart}/index.d.ts +3 -3
- package/dist/src/coreX/OverflowTooltip/index.d.ts +1 -1
- package/dist/src/coreX/OverflowTooltip/overflowTooltip.type.d.ts +23 -0
- package/dist/src/coreX/index.d.ts +3 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/spec/base.d.ts +4 -8
- package/dist/stories/docs/core/DonutChart.stories.d.ts +18 -0
- package/dist/stories/docs/coreX/DeprecatedDonutChart.stories.d.ts +6 -0
- package/dist/stories/docs/coreX/OverflowTooltip.stories.d.ts +26 -11
- package/dist/style.css +2300 -2208
- package/dist/umd/index.js +6726 -6575
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +2 -0
- package/package.json +6 -5
- package/dist/stories/docs/coreX/DonutChart.stories.d.ts +0 -6
package/dist/style.css
CHANGED
|
@@ -29572,12 +29572,12 @@ html body {
|
|
|
29572
29572
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29573
29573
|
}
|
|
29574
29574
|
|
|
29575
|
-
.drhfj7c {
|
|
29576
|
-
width: 400px;
|
|
29577
|
-
}
|
|
29578
29575
|
.drhfj7c .bottom {
|
|
29579
29576
|
color: rgba(44, 56, 82, 0.75);
|
|
29580
29577
|
}
|
|
29578
|
+
.drhfj7c .left.bottom {
|
|
29579
|
+
min-width: 0;
|
|
29580
|
+
}
|
|
29581
29581
|
|
|
29582
29582
|
.ct9qoak {
|
|
29583
29583
|
display: flex;
|
|
@@ -29742,6 +29742,9 @@ html body {
|
|
|
29742
29742
|
.c1iye0zj.compact .antd5-checkbox + span .sub, .c1iye0zj.compact .antd5-checkbox-disabled + span .sub {
|
|
29743
29743
|
margin-left: 24px;
|
|
29744
29744
|
}
|
|
29745
|
+
.c1iye0zj .drhfj7c {
|
|
29746
|
+
width: 400px;
|
|
29747
|
+
}
|
|
29745
29748
|
|
|
29746
29749
|
.ckhyuyx ul.antd5-menu {
|
|
29747
29750
|
padding: 4px;
|
|
@@ -29790,68 +29793,6 @@ html body {
|
|
|
29790
29793
|
margin-right: 4px;
|
|
29791
29794
|
}
|
|
29792
29795
|
|
|
29793
|
-
.fzh9mnb {
|
|
29794
|
-
width: 100%;
|
|
29795
|
-
height: 100%;
|
|
29796
|
-
min-height: 124px;
|
|
29797
|
-
display: flex;
|
|
29798
|
-
flex-direction: column;
|
|
29799
|
-
justify-content: center;
|
|
29800
|
-
align-items: center;
|
|
29801
|
-
}
|
|
29802
|
-
.fzh9mnb .error-text {
|
|
29803
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29804
|
-
margin-bottom: 16px;
|
|
29805
|
-
font-size: 18px;
|
|
29806
|
-
}
|
|
29807
|
-
|
|
29808
|
-
.iouxfgt {
|
|
29809
|
-
display: inline-flex;
|
|
29810
|
-
align-items: center;
|
|
29811
|
-
}
|
|
29812
|
-
.iouxfgt .icon-inner {
|
|
29813
|
-
display: inline-flex;
|
|
29814
|
-
align-items: center;
|
|
29815
|
-
justify-content: center;
|
|
29816
|
-
}
|
|
29817
|
-
.iouxfgt .icon-inner + span,
|
|
29818
|
-
.iouxfgt span + .icon-inner.suffix {
|
|
29819
|
-
margin-left: 4px;
|
|
29820
|
-
}
|
|
29821
|
-
.iouxfgt.is-rotate img,
|
|
29822
|
-
.iouxfgt.is-rotate svg {
|
|
29823
|
-
animation: rotate 680ms linear infinite;
|
|
29824
|
-
}
|
|
29825
|
-
|
|
29826
|
-
.b1nip9bk {
|
|
29827
|
-
padding: 4px 11px;
|
|
29828
|
-
}
|
|
29829
|
-
|
|
29830
|
-
.bqamoqe {
|
|
29831
|
-
white-space: nowrap;
|
|
29832
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29833
|
-
}
|
|
29834
|
-
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29835
|
-
--color: #0080ff;
|
|
29836
|
-
}
|
|
29837
|
-
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29838
|
-
--color: #0080ff;
|
|
29839
|
-
}
|
|
29840
|
-
.bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29841
|
-
margin-left: 1px;
|
|
29842
|
-
}
|
|
29843
|
-
.bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29844
|
-
border-top-right-radius: 0;
|
|
29845
|
-
border-bottom-right-radius: 0;
|
|
29846
|
-
}
|
|
29847
|
-
.bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29848
|
-
border-top-left-radius: 0;
|
|
29849
|
-
border-bottom-left-radius: 0;
|
|
29850
|
-
}
|
|
29851
|
-
.bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29852
|
-
border-radius: unset;
|
|
29853
|
-
}
|
|
29854
|
-
|
|
29855
29796
|
.b1wx3t3t.ant-btn-icon-only {
|
|
29856
29797
|
justify-content: center;
|
|
29857
29798
|
}
|
|
@@ -30102,1431 +30043,1878 @@ html body {
|
|
|
30102
30043
|
padding: 0;
|
|
30103
30044
|
}
|
|
30104
30045
|
|
|
30105
|
-
.
|
|
30106
|
-
|
|
30046
|
+
.fzh9mnb {
|
|
30047
|
+
width: 100%;
|
|
30048
|
+
height: 100%;
|
|
30049
|
+
min-height: 124px;
|
|
30050
|
+
display: flex;
|
|
30051
|
+
flex-direction: column;
|
|
30052
|
+
justify-content: center;
|
|
30053
|
+
align-items: center;
|
|
30107
30054
|
}
|
|
30108
|
-
|
|
30109
|
-
.
|
|
30110
|
-
|
|
30111
|
-
font-
|
|
30112
|
-
font-weight: bold;
|
|
30113
|
-
font-size: 32px;
|
|
30114
|
-
line-height: 40px;
|
|
30055
|
+
.fzh9mnb .error-text {
|
|
30056
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30057
|
+
margin-bottom: 16px;
|
|
30058
|
+
font-size: 18px;
|
|
30115
30059
|
}
|
|
30116
30060
|
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
font-style: normal;
|
|
30120
|
-
font-weight: bold;
|
|
30121
|
-
font-size: 24px;
|
|
30122
|
-
line-height: 32px;
|
|
30061
|
+
.b1nip9bk {
|
|
30062
|
+
padding: 4px 11px;
|
|
30123
30063
|
}
|
|
30124
30064
|
|
|
30125
|
-
.
|
|
30126
|
-
|
|
30127
|
-
|
|
30128
|
-
|
|
30129
|
-
|
|
30130
|
-
|
|
30065
|
+
.bqamoqe {
|
|
30066
|
+
white-space: nowrap;
|
|
30067
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30068
|
+
}
|
|
30069
|
+
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30070
|
+
--color: #0080ff;
|
|
30071
|
+
}
|
|
30072
|
+
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30073
|
+
--color: #0080ff;
|
|
30074
|
+
}
|
|
30075
|
+
.bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30076
|
+
margin-left: 1px;
|
|
30077
|
+
}
|
|
30078
|
+
.bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30079
|
+
border-top-right-radius: 0;
|
|
30080
|
+
border-bottom-right-radius: 0;
|
|
30081
|
+
}
|
|
30082
|
+
.bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30083
|
+
border-top-left-radius: 0;
|
|
30084
|
+
border-bottom-left-radius: 0;
|
|
30085
|
+
}
|
|
30086
|
+
.bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30087
|
+
border-radius: unset;
|
|
30131
30088
|
}
|
|
30132
30089
|
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30090
|
+
.iouxfgt {
|
|
30091
|
+
display: inline-flex;
|
|
30092
|
+
align-items: center;
|
|
30093
|
+
}
|
|
30094
|
+
.iouxfgt .icon-inner {
|
|
30095
|
+
display: inline-flex;
|
|
30096
|
+
align-items: center;
|
|
30097
|
+
justify-content: center;
|
|
30098
|
+
}
|
|
30099
|
+
.iouxfgt .icon-inner + span,
|
|
30100
|
+
.iouxfgt span + .icon-inner.suffix {
|
|
30101
|
+
margin-left: 4px;
|
|
30102
|
+
}
|
|
30103
|
+
.iouxfgt.is-rotate img,
|
|
30104
|
+
.iouxfgt.is-rotate svg {
|
|
30105
|
+
animation: rotate 680ms linear infinite;
|
|
30139
30106
|
}
|
|
30140
30107
|
|
|
30141
|
-
.
|
|
30142
|
-
|
|
30143
|
-
|
|
30144
|
-
|
|
30145
|
-
|
|
30108
|
+
.phljevk {
|
|
30109
|
+
display: flex;
|
|
30110
|
+
justify-content: space-between;
|
|
30111
|
+
align-items: center;
|
|
30112
|
+
padding: 10px 0;
|
|
30113
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30114
|
+
font-size: 12px;
|
|
30146
30115
|
line-height: 24px;
|
|
30147
30116
|
}
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
font-family: Inter;
|
|
30151
|
-
font-style: normal;
|
|
30152
|
-
font-weight: bold;
|
|
30153
|
-
font-size: 18px;
|
|
30154
|
-
line-height: 22px;
|
|
30117
|
+
.phljevk .pagination-left {
|
|
30118
|
+
padding: 2px 8px;
|
|
30155
30119
|
}
|
|
30156
|
-
|
|
30157
|
-
|
|
30158
|
-
|
|
30159
|
-
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
line-height: 22px;
|
|
30120
|
+
.phljevk .dropdown-trigger {
|
|
30121
|
+
display: flex;
|
|
30122
|
+
align-items: center;
|
|
30123
|
+
border-radius: 6px;
|
|
30124
|
+
cursor: pointer;
|
|
30125
|
+
transition: all 0.3s ease;
|
|
30163
30126
|
}
|
|
30164
|
-
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30167
|
-
font-style: normal;
|
|
30168
|
-
font-weight: bold;
|
|
30169
|
-
font-size: 16px;
|
|
30170
|
-
line-height: 22px;
|
|
30127
|
+
.phljevk .dropdown-trigger:hover {
|
|
30128
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30129
|
+
color: #0080ff;
|
|
30171
30130
|
}
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
font-family: Inter;
|
|
30175
|
-
font-style: normal;
|
|
30176
|
-
font-weight: normal;
|
|
30177
|
-
font-size: 16px;
|
|
30178
|
-
line-height: 22px;
|
|
30131
|
+
.phljevk .dropdown-trigger .icon-inner {
|
|
30132
|
+
margin-left: 4px;
|
|
30179
30133
|
}
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
|
|
30183
|
-
|
|
30134
|
+
.phljevk .pagination-right {
|
|
30135
|
+
display: flex;
|
|
30136
|
+
align-items: center;
|
|
30137
|
+
color: #0080ff;
|
|
30184
30138
|
font-weight: bold;
|
|
30185
|
-
font-size: 14px;
|
|
30186
|
-
line-height: 20px;
|
|
30187
30139
|
}
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
font-family: Inter;
|
|
30191
|
-
font-style: normal;
|
|
30192
|
-
font-weight: normal;
|
|
30193
|
-
font-size: 14px;
|
|
30194
|
-
line-height: 20px;
|
|
30140
|
+
.phljevk .pagination-right .icon-inner {
|
|
30141
|
+
margin-left: 4px;
|
|
30195
30142
|
}
|
|
30196
|
-
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30199
|
-
font-style: normal;
|
|
30200
|
-
font-weight: bold;
|
|
30201
|
-
font-size: 12px;
|
|
30202
|
-
line-height: 18px;
|
|
30143
|
+
.phljevk .pagination-right .prev-btn,
|
|
30144
|
+
.phljevk .pagination-right .next-btn {
|
|
30145
|
+
padding: 0 8px;
|
|
30203
30146
|
}
|
|
30204
|
-
|
|
30205
|
-
.
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
|
|
30209
|
-
|
|
30210
|
-
line-height: 18px;
|
|
30147
|
+
.phljevk .pagination-right .prev-btn > span,
|
|
30148
|
+
.phljevk .pagination-right .next-btn > span {
|
|
30149
|
+
color: #0080ff;
|
|
30150
|
+
}
|
|
30151
|
+
.phljevk .pagination-right .next-btn .icon-inner {
|
|
30152
|
+
transform: rotate(180deg);
|
|
30211
30153
|
}
|
|
30212
30154
|
|
|
30213
|
-
.
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
|
|
30217
|
-
|
|
30218
|
-
|
|
30155
|
+
.d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30156
|
+
max-height: calc(100vh - 128px);
|
|
30157
|
+
overflow-y: auto;
|
|
30158
|
+
}
|
|
30159
|
+
.d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30160
|
+
padding: 4px 20px;
|
|
30219
30161
|
font-size: 12px;
|
|
30220
30162
|
line-height: 18px;
|
|
30221
30163
|
}
|
|
30222
30164
|
|
|
30223
|
-
.
|
|
30224
|
-
|
|
30225
|
-
font-style: normal;
|
|
30226
|
-
font-weight: normal;
|
|
30227
|
-
text-transform: uppercase;
|
|
30228
|
-
font-feature-settings: "cpsp" on;
|
|
30229
|
-
font-size: 12px;
|
|
30230
|
-
line-height: 18px;
|
|
30231
|
-
}
|
|
30232
|
-
|
|
30233
|
-
.lrcmi0v {
|
|
30234
|
-
font-family: Inter;
|
|
30235
|
-
font-style: normal;
|
|
30236
|
-
font-weight: normal;
|
|
30237
|
-
font-size: 16px;
|
|
30238
|
-
line-height: 24px;
|
|
30165
|
+
.t1m2x205 .ant-tooltip-arrow {
|
|
30166
|
+
display: none;
|
|
30239
30167
|
}
|
|
30240
|
-
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30243
|
-
font-style: normal;
|
|
30244
|
-
font-weight: bold;
|
|
30245
|
-
font-size: 16px;
|
|
30246
|
-
line-height: 24px;
|
|
30168
|
+
.t1m2x205 .ant-tooltip-inner {
|
|
30169
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30170
|
+
border-radius: 4px;
|
|
30247
30171
|
}
|
|
30248
30172
|
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30251
|
-
font-style: normal;
|
|
30252
|
-
font-weight: normal;
|
|
30253
|
-
font-size: 16px;
|
|
30254
|
-
line-height: 24px;
|
|
30173
|
+
.iq1gosr {
|
|
30174
|
+
display: inline-block;
|
|
30255
30175
|
}
|
|
30256
30176
|
|
|
30257
|
-
.
|
|
30258
|
-
|
|
30259
|
-
|
|
30260
|
-
|
|
30261
|
-
|
|
30262
|
-
|
|
30177
|
+
.skwah65 {
|
|
30178
|
+
height: 8px;
|
|
30179
|
+
box-sizing: border-box;
|
|
30180
|
+
border-radius: 2px;
|
|
30181
|
+
background: #f5f7fa;
|
|
30182
|
+
display: flex;
|
|
30183
|
+
width: 100%;
|
|
30184
|
+
overflow: hidden;
|
|
30263
30185
|
}
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
-
font-family: Inter;
|
|
30267
|
-
font-style: normal;
|
|
30268
|
-
font-weight: normal;
|
|
30269
|
-
text-transform: uppercase;
|
|
30270
|
-
font-feature-settings: "cpsp" on;
|
|
30271
|
-
font-size: 16px;
|
|
30272
|
-
line-height: 24px;
|
|
30186
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
30187
|
+
margin-left: 1px;
|
|
30273
30188
|
}
|
|
30274
30189
|
|
|
30275
|
-
.
|
|
30276
|
-
|
|
30277
|
-
|
|
30278
|
-
|
|
30279
|
-
|
|
30280
|
-
font-feature-settings: "cpsp" on;
|
|
30281
|
-
font-size: 16px;
|
|
30282
|
-
line-height: 24px;
|
|
30190
|
+
.s1dizucg.ant-switch {
|
|
30191
|
+
min-width: 40px;
|
|
30192
|
+
height: 24px;
|
|
30193
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30194
|
+
overflow: hidden;
|
|
30283
30195
|
}
|
|
30284
|
-
|
|
30285
|
-
.
|
|
30286
|
-
font-family: Inter;
|
|
30287
|
-
font-style: normal;
|
|
30288
|
-
font-weight: normal;
|
|
30289
|
-
font-size: 14px;
|
|
30290
|
-
line-height: 22px;
|
|
30196
|
+
.s1dizucg.ant-switch:focus {
|
|
30197
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30291
30198
|
}
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30295
|
-
font-style: normal;
|
|
30296
|
-
font-weight: 500;
|
|
30297
|
-
font-size: 14px;
|
|
30298
|
-
line-height: 22px;
|
|
30199
|
+
.s1dizucg.ant-switch-small {
|
|
30200
|
+
min-width: 26px;
|
|
30201
|
+
height: 16px;
|
|
30299
30202
|
}
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
|
|
30303
|
-
font-style: normal;
|
|
30304
|
-
font-weight: bold;
|
|
30305
|
-
font-size: 14px;
|
|
30306
|
-
line-height: 22px;
|
|
30203
|
+
.s1dizucg.ant-switch-large {
|
|
30204
|
+
min-width: 52px;
|
|
30205
|
+
height: 32px;
|
|
30307
30206
|
}
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
font-style: normal;
|
|
30312
|
-
font-weight: normal;
|
|
30313
|
-
font-size: 14px;
|
|
30314
|
-
line-height: 22px;
|
|
30207
|
+
.s1dizucg.ant-switch .ant-switch-handle {
|
|
30208
|
+
height: 20px;
|
|
30209
|
+
width: 20px;
|
|
30315
30210
|
}
|
|
30316
|
-
|
|
30317
|
-
|
|
30318
|
-
|
|
30319
|
-
font-style: normal;
|
|
30320
|
-
font-weight: bold;
|
|
30321
|
-
font-size: 14px;
|
|
30322
|
-
line-height: 22px;
|
|
30211
|
+
.s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30212
|
+
border-radius: 10px;
|
|
30213
|
+
transition-delay: 120ms;
|
|
30323
30214
|
}
|
|
30324
|
-
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
text-transform: uppercase;
|
|
30330
|
-
font-feature-settings: "cpsp" on;
|
|
30331
|
-
font-size: 14px;
|
|
30332
|
-
line-height: 22px;
|
|
30215
|
+
.s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30216
|
+
height: 14px;
|
|
30217
|
+
width: 14px;
|
|
30218
|
+
top: 1px;
|
|
30219
|
+
left: 1px;
|
|
30333
30220
|
}
|
|
30334
|
-
|
|
30335
|
-
|
|
30336
|
-
|
|
30337
|
-
font-style: normal;
|
|
30338
|
-
font-weight: bold;
|
|
30339
|
-
text-transform: uppercase;
|
|
30340
|
-
font-feature-settings: "cpsp" on;
|
|
30341
|
-
font-size: 14px;
|
|
30342
|
-
line-height: 22px;
|
|
30221
|
+
.s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30222
|
+
height: 28px;
|
|
30223
|
+
width: 28px;
|
|
30343
30224
|
}
|
|
30344
|
-
|
|
30345
|
-
|
|
30346
|
-
font-family: Inter;
|
|
30347
|
-
font-style: normal;
|
|
30348
|
-
font-weight: normal;
|
|
30349
|
-
font-size: 13px;
|
|
30350
|
-
line-height: 20px;
|
|
30225
|
+
.s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30226
|
+
border-radius: 14px;
|
|
30351
30227
|
}
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
font-family: Inter;
|
|
30355
|
-
font-style: normal;
|
|
30356
|
-
font-weight: 600;
|
|
30357
|
-
font-size: 13px;
|
|
30358
|
-
line-height: 20px;
|
|
30228
|
+
.s1dizucg.ant-switch-checked {
|
|
30229
|
+
background-color: #00ba5d;
|
|
30359
30230
|
}
|
|
30360
|
-
|
|
30361
|
-
|
|
30362
|
-
font-family: Inter;
|
|
30363
|
-
font-style: normal;
|
|
30364
|
-
font-weight: bold;
|
|
30365
|
-
font-size: 13px;
|
|
30366
|
-
line-height: 20px;
|
|
30231
|
+
.s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30232
|
+
left: calc(100% - 20px - 2px);
|
|
30367
30233
|
}
|
|
30368
|
-
|
|
30369
|
-
|
|
30370
|
-
font-family: Inter;
|
|
30371
|
-
font-style: normal;
|
|
30372
|
-
font-weight: normal;
|
|
30373
|
-
font-size: 13px;
|
|
30374
|
-
line-height: 20px;
|
|
30234
|
+
.s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30235
|
+
left: calc(100% - 14px - 1px);
|
|
30375
30236
|
}
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
font-family: Inter;
|
|
30379
|
-
font-style: normal;
|
|
30380
|
-
font-weight: 600;
|
|
30381
|
-
font-size: 13px;
|
|
30382
|
-
line-height: 20px;
|
|
30237
|
+
.s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30238
|
+
left: calc(100% - 28px - 2px);
|
|
30383
30239
|
}
|
|
30384
30240
|
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30387
|
-
font-style: normal;
|
|
30388
|
-
font-weight: bold;
|
|
30389
|
-
font-size: 13px;
|
|
30390
|
-
line-height: 20px;
|
|
30241
|
+
.c1up6e3y {
|
|
30242
|
+
margin-left: 5px;
|
|
30391
30243
|
}
|
|
30392
30244
|
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30395
|
-
|
|
30396
|
-
font-weight: normal;
|
|
30397
|
-
text-transform: uppercase;
|
|
30398
|
-
font-feature-settings: "cpsp" on;
|
|
30399
|
-
font-size: 13px;
|
|
30400
|
-
line-height: 20px;
|
|
30245
|
+
.cnujxq2 {
|
|
30246
|
+
display: flex;
|
|
30247
|
+
flex-direction: column;
|
|
30401
30248
|
}
|
|
30402
30249
|
|
|
30403
|
-
.
|
|
30404
|
-
|
|
30405
|
-
|
|
30406
|
-
|
|
30407
|
-
|
|
30408
|
-
font-feature-settings: "cpsp" on;
|
|
30409
|
-
font-size: 13px;
|
|
30410
|
-
line-height: 20px;
|
|
30250
|
+
.m7s48ia {
|
|
30251
|
+
max-width: 1120px;
|
|
30252
|
+
width: 100%;
|
|
30253
|
+
margin: 0 auto;
|
|
30254
|
+
height: 100%;
|
|
30411
30255
|
}
|
|
30412
30256
|
|
|
30413
|
-
.
|
|
30414
|
-
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
line-height: 18px;
|
|
30257
|
+
.wt5zbg6 {
|
|
30258
|
+
max-width: 1120px;
|
|
30259
|
+
width: 100%;
|
|
30260
|
+
margin: 0 auto;
|
|
30261
|
+
display: flex;
|
|
30419
30262
|
}
|
|
30420
|
-
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
30425
|
-
font-size: 12px;
|
|
30426
|
-
line-height: 18px;
|
|
30263
|
+
.wt5zbg6 .left,
|
|
30264
|
+
.wt5zbg6 .right {
|
|
30265
|
+
flex-grow: 0;
|
|
30266
|
+
flex-shrink: 0;
|
|
30267
|
+
flex-basis: 21%;
|
|
30427
30268
|
}
|
|
30428
|
-
|
|
30429
|
-
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
font-weight: bold;
|
|
30433
|
-
font-size: 12px;
|
|
30434
|
-
line-height: 18px;
|
|
30269
|
+
.wt5zbg6 .left {
|
|
30270
|
+
display: flex;
|
|
30271
|
+
justify-content: flex-end;
|
|
30272
|
+
padding-right: 44px;
|
|
30435
30273
|
}
|
|
30436
|
-
|
|
30437
|
-
|
|
30438
|
-
font-family: Inter;
|
|
30439
|
-
font-style: normal;
|
|
30440
|
-
font-weight: normal;
|
|
30441
|
-
font-size: 12px;
|
|
30442
|
-
line-height: 18px;
|
|
30274
|
+
.wt5zbg6 .right {
|
|
30275
|
+
padding-left: 44px;
|
|
30443
30276
|
}
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
|
|
30447
|
-
|
|
30448
|
-
|
|
30449
|
-
font-size: 12px;
|
|
30450
|
-
line-height: 18px;
|
|
30277
|
+
.wt5zbg6 .middle {
|
|
30278
|
+
margin-bottom: 40px;
|
|
30279
|
+
flex-grow: 0;
|
|
30280
|
+
flex-shrink: 0;
|
|
30281
|
+
flex-basis: 58%;
|
|
30451
30282
|
}
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
font-family: Inter;
|
|
30455
|
-
font-style: normal;
|
|
30456
|
-
font-weight: bold;
|
|
30457
|
-
font-size: 12px;
|
|
30458
|
-
line-height: 18px;
|
|
30283
|
+
.wt5zbg6 .middle .form-base-field {
|
|
30284
|
+
width: 100%;
|
|
30459
30285
|
}
|
|
30460
|
-
|
|
30461
|
-
|
|
30462
|
-
font-family: Inter;
|
|
30463
|
-
font-style: normal;
|
|
30464
|
-
font-weight: normal;
|
|
30465
|
-
text-transform: uppercase;
|
|
30466
|
-
font-feature-settings: "cpsp" on;
|
|
30467
|
-
font-size: 12px;
|
|
30468
|
-
line-height: 18px;
|
|
30286
|
+
.wt5zbg6 .middle .form-base-field .form-base-field {
|
|
30287
|
+
width: auto;
|
|
30469
30288
|
}
|
|
30470
30289
|
|
|
30471
|
-
.
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
|
|
30475
|
-
text-transform: uppercase;
|
|
30476
|
-
font-feature-settings: "cpsp" on;
|
|
30477
|
-
font-size: 12px;
|
|
30478
|
-
line-height: 18px;
|
|
30290
|
+
.h18jprzg .ant-modal-header {
|
|
30291
|
+
margin: 0 auto;
|
|
30292
|
+
width: 100%;
|
|
30293
|
+
max-width: 648px;
|
|
30479
30294
|
}
|
|
30480
|
-
|
|
30481
|
-
|
|
30482
|
-
font-family: Inter;
|
|
30483
|
-
font-style: normal;
|
|
30484
|
-
font-weight: normal;
|
|
30485
|
-
font-size: 13px;
|
|
30486
|
-
line-height: 20px;
|
|
30295
|
+
.h18jprzg .ant-modal-header .ant-modal-title {
|
|
30296
|
+
margin-left: 0;
|
|
30487
30297
|
}
|
|
30488
|
-
|
|
30489
|
-
|
|
30490
|
-
|
|
30491
|
-
|
|
30492
|
-
|
|
30493
|
-
|
|
30494
|
-
line-height: 20px;
|
|
30298
|
+
.h18jprzg .ant-modal-body {
|
|
30299
|
+
margin: 0 auto;
|
|
30300
|
+
padding: 0;
|
|
30301
|
+
width: 100%;
|
|
30302
|
+
max-width: 648px;
|
|
30303
|
+
overflow: hidden;
|
|
30495
30304
|
}
|
|
30496
|
-
|
|
30497
|
-
|
|
30498
|
-
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
|
|
30305
|
+
.h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
30306
|
+
margin-bottom: 40px;
|
|
30307
|
+
}
|
|
30308
|
+
.h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
30309
|
+
height: calc(100vh - 225px);
|
|
30310
|
+
overflow-y: auto;
|
|
30311
|
+
}
|
|
30312
|
+
.h18jprzg .ant-modal-footer .footer-content {
|
|
30313
|
+
margin: 0 auto;
|
|
30314
|
+
max-width: 648px;
|
|
30503
30315
|
}
|
|
30504
30316
|
|
|
30505
|
-
.
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30317
|
+
.h16z9xgz .ant-modal-header {
|
|
30318
|
+
margin: 0 auto;
|
|
30319
|
+
width: 100%;
|
|
30320
|
+
max-width: 1024px;
|
|
30321
|
+
}
|
|
30322
|
+
.h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30323
|
+
margin-left: 0;
|
|
30324
|
+
}
|
|
30325
|
+
.h16z9xgz .ant-modal-body {
|
|
30326
|
+
margin: 0 auto;
|
|
30327
|
+
padding: 0;
|
|
30328
|
+
width: 100%;
|
|
30329
|
+
max-width: 1024px;
|
|
30330
|
+
overflow: hidden;
|
|
30331
|
+
}
|
|
30332
|
+
.h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
30333
|
+
margin-bottom: 40px;
|
|
30334
|
+
}
|
|
30335
|
+
.h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30336
|
+
height: calc(100vh - 225px);
|
|
30337
|
+
overflow-y: auto;
|
|
30338
|
+
}
|
|
30339
|
+
.h16z9xgz .ant-modal-footer .footer-content {
|
|
30340
|
+
margin: 0 auto;
|
|
30341
|
+
max-width: 1024px;
|
|
30511
30342
|
}
|
|
30512
30343
|
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
|
|
30516
|
-
|
|
30517
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30344
|
+
.f1lrhghm {
|
|
30345
|
+
flex: 1;
|
|
30346
|
+
}
|
|
30347
|
+
.f1lrhghm label {
|
|
30518
30348
|
font-size: 13px;
|
|
30519
30349
|
line-height: 20px;
|
|
30350
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30520
30351
|
}
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
font-family: Inter;
|
|
30524
|
-
font-style: normal;
|
|
30525
|
-
font-weight: normal;
|
|
30526
|
-
font-feature-settings: "zero" on;
|
|
30527
|
-
font-size: 13px;
|
|
30352
|
+
.f1lrhghm .title {
|
|
30353
|
+
font-size: 14px;
|
|
30528
30354
|
line-height: 20px;
|
|
30355
|
+
color: #2d3a56;
|
|
30356
|
+
margin-bottom: 12px;
|
|
30529
30357
|
}
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
font-family: Inter;
|
|
30533
|
-
font-style: normal;
|
|
30534
|
-
font-weight: normal;
|
|
30535
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30536
|
-
font-size: 12px;
|
|
30537
|
-
line-height: 18px;
|
|
30358
|
+
.f1lrhghm.connect-cluster .title {
|
|
30359
|
+
padding-bottom: 26px;
|
|
30538
30360
|
}
|
|
30539
30361
|
|
|
30540
|
-
.
|
|
30541
|
-
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30545
|
-
font-size: 12px;
|
|
30546
|
-
line-height: 18px;
|
|
30362
|
+
.f18ot8em {
|
|
30363
|
+
padding: 25px 0 15px 0;
|
|
30364
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30365
|
+
margin-bottom: 16px;
|
|
30547
30366
|
}
|
|
30548
30367
|
|
|
30549
|
-
.
|
|
30550
|
-
|
|
30551
|
-
|
|
30552
|
-
|
|
30553
|
-
font-feature-settings: "zero" on;
|
|
30554
|
-
font-size: 12px;
|
|
30555
|
-
line-height: 18px;
|
|
30368
|
+
.f1l1g2k0 {
|
|
30369
|
+
display: flex;
|
|
30370
|
+
align-items: center;
|
|
30371
|
+
margin-bottom: 8px;
|
|
30556
30372
|
}
|
|
30557
|
-
|
|
30558
|
-
|
|
30559
|
-
font-family: Inter;
|
|
30560
|
-
font-style: normal;
|
|
30561
|
-
font-weight: 500;
|
|
30562
|
-
font-feature-settings: "zero" on;
|
|
30563
|
-
font-size: 12px;
|
|
30564
|
-
line-height: 18px;
|
|
30373
|
+
.f1l1g2k0 > label {
|
|
30374
|
+
width: 216px;
|
|
30565
30375
|
}
|
|
30566
|
-
|
|
30567
|
-
|
|
30568
|
-
font-family: Inter;
|
|
30569
|
-
font-style: normal;
|
|
30570
|
-
font-weight: bold;
|
|
30571
|
-
font-feature-settings: "zero" on;
|
|
30572
|
-
font-size: 16px;
|
|
30573
|
-
line-height: 24px;
|
|
30376
|
+
.f1l1g2k0 > label + * {
|
|
30377
|
+
width: 100%;
|
|
30574
30378
|
}
|
|
30575
|
-
|
|
30576
|
-
|
|
30577
|
-
font-family: Inter;
|
|
30578
|
-
font-style: normal;
|
|
30579
|
-
font-weight: normal;
|
|
30580
|
-
font-size: 10px;
|
|
30581
|
-
line-height: 12px;
|
|
30379
|
+
.f1l1g2k0 .ant-select {
|
|
30380
|
+
width: 100%;
|
|
30582
30381
|
}
|
|
30583
30382
|
|
|
30584
|
-
.
|
|
30585
|
-
|
|
30383
|
+
.e1k89cwg {
|
|
30384
|
+
color: #e75a3a;
|
|
30385
|
+
margin-right: 10px;
|
|
30586
30386
|
}
|
|
30587
30387
|
|
|
30588
|
-
.
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
min-height: 34px;
|
|
30594
|
-
box-sizing: border-box;
|
|
30595
|
-
margin-top: 8px;
|
|
30388
|
+
.d1oui1gf {
|
|
30389
|
+
width: 100%;
|
|
30390
|
+
height: 1px;
|
|
30391
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30392
|
+
margin: 24px 0;
|
|
30596
30393
|
}
|
|
30597
30394
|
|
|
30598
|
-
.
|
|
30395
|
+
.l15itdbb {
|
|
30599
30396
|
display: flex;
|
|
30600
|
-
|
|
30601
|
-
|
|
30602
|
-
|
|
30603
|
-
border-radius: 4px;
|
|
30397
|
+
justify-content: center;
|
|
30398
|
+
align-items: center;
|
|
30399
|
+
height: 100%;
|
|
30604
30400
|
}
|
|
30605
|
-
|
|
30606
|
-
|
|
30401
|
+
|
|
30402
|
+
.d1y3z4w {
|
|
30403
|
+
display: inline-block;
|
|
30404
|
+
width: 4px;
|
|
30405
|
+
height: 4px;
|
|
30406
|
+
background: #8e9aa9;
|
|
30407
|
+
opacity: 0.4;
|
|
30408
|
+
border-radius: 50%;
|
|
30409
|
+
margin: 0 4px;
|
|
30607
30410
|
}
|
|
30608
|
-
|
|
30609
|
-
|
|
30411
|
+
|
|
30412
|
+
.m177r7a3 .ant-modal-header,
|
|
30413
|
+
.m177r7a3 .ant-modal-footer .footer-content {
|
|
30414
|
+
width: 648px;
|
|
30415
|
+
margin: 0 auto;
|
|
30610
30416
|
}
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30417
|
+
.m177r7a3 .ant-modal-header {
|
|
30418
|
+
padding: 35px 0 24px;
|
|
30419
|
+
border: none;
|
|
30613
30420
|
}
|
|
30614
|
-
.
|
|
30615
|
-
|
|
30616
|
-
}
|
|
30617
|
-
.o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30618
|
-
display: block;
|
|
30619
|
-
}
|
|
30620
|
-
.o1ugr09p.ant-select-item-option-active {
|
|
30621
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30421
|
+
.m177r7a3 .ant-modal-header .ant-modal-title {
|
|
30422
|
+
font-size: 30px;
|
|
30622
30423
|
}
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30424
|
+
.m177r7a3 .ant-modal-body {
|
|
30425
|
+
padding: 4px 0 2px;
|
|
30625
30426
|
}
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
color: #0080ff;
|
|
30427
|
+
.m177r7a3 .ant-modal-footer {
|
|
30428
|
+
border: none;
|
|
30629
30429
|
}
|
|
30630
30430
|
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30635
|
-
|
|
30431
|
+
.t1wwio3v {
|
|
30432
|
+
font-size: 12px;
|
|
30433
|
+
line-height: 18px;
|
|
30434
|
+
font-weight: bold;
|
|
30435
|
+
color: #fff;
|
|
30436
|
+
padding: 0 4px;
|
|
30437
|
+
border-radius: 4px;
|
|
30438
|
+
display: inline-block;
|
|
30439
|
+
background: var(--t1wwio3v-0);
|
|
30636
30440
|
}
|
|
30637
|
-
.
|
|
30638
|
-
|
|
30639
|
-
overflow: hidden;
|
|
30640
|
-
text-overflow: ellipsis;
|
|
30441
|
+
.t1wwio3v:not(:first-child) {
|
|
30442
|
+
margin-left: 4px;
|
|
30641
30443
|
}
|
|
30642
30444
|
|
|
30643
|
-
.
|
|
30445
|
+
.f17jvtfk {
|
|
30446
|
+
width: 100%;
|
|
30447
|
+
height: 100%;
|
|
30644
30448
|
display: flex;
|
|
30645
|
-
|
|
30646
|
-
|
|
30647
|
-
height: 18px;
|
|
30648
|
-
line-height: 18px;
|
|
30649
|
-
margin-top: 2px;
|
|
30449
|
+
align-items: center;
|
|
30450
|
+
justify-content: center;
|
|
30650
30451
|
}
|
|
30651
30452
|
|
|
30652
|
-
.
|
|
30653
|
-
|
|
30654
|
-
|
|
30655
|
-
background: rgba(
|
|
30453
|
+
.nzppkea {
|
|
30454
|
+
font-size: 90%;
|
|
30455
|
+
font-weight: bold;
|
|
30456
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30457
|
+
padding: 1px 4px 1px;
|
|
30458
|
+
margin-left: 2px;
|
|
30459
|
+
margin-right: 2px;
|
|
30460
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30461
|
+
border-radius: 4px;
|
|
30656
30462
|
}
|
|
30657
30463
|
|
|
30658
|
-
.
|
|
30659
|
-
|
|
30660
|
-
height: 32px;
|
|
30661
|
-
width: 100%;
|
|
30662
|
-
opacity: 0;
|
|
30464
|
+
.f4mi9eq.form-item-general {
|
|
30465
|
+
width: 640px;
|
|
30663
30466
|
}
|
|
30664
|
-
|
|
30665
|
-
|
|
30666
|
-
display: inline-block;
|
|
30467
|
+
.f4mi9eq.form-item-general.form-item + .f4mi9eq.form-item-general.form-item {
|
|
30468
|
+
margin-top: 16px;
|
|
30667
30469
|
}
|
|
30668
|
-
|
|
30669
|
-
|
|
30670
|
-
visibility: hidden;
|
|
30671
|
-
position: absolute;
|
|
30470
|
+
.f4mi9eq.form-item-compact {
|
|
30471
|
+
width: 412px;
|
|
30672
30472
|
}
|
|
30673
|
-
|
|
30674
|
-
|
|
30675
|
-
display: flex;
|
|
30676
|
-
justify-content: space-between;
|
|
30677
|
-
align-items: center;
|
|
30678
|
-
padding: 10px 0;
|
|
30679
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30680
|
-
font-size: 12px;
|
|
30681
|
-
line-height: 24px;
|
|
30473
|
+
.f4mi9eq.form-item-compact.form-item + .f4mi9eq.form-item-compact.form-item {
|
|
30474
|
+
margin-top: 8px;
|
|
30682
30475
|
}
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30476
|
+
.f4mi9eq .form-item {
|
|
30477
|
+
width: auto;
|
|
30685
30478
|
}
|
|
30686
|
-
.
|
|
30479
|
+
.f4mi9eq .form-item-main {
|
|
30480
|
+
position: relative;
|
|
30687
30481
|
display: flex;
|
|
30688
|
-
align-items: center;
|
|
30689
|
-
border-radius: 6px;
|
|
30690
|
-
cursor: pointer;
|
|
30691
|
-
transition: all 0.3s ease;
|
|
30692
30482
|
}
|
|
30693
|
-
.
|
|
30694
|
-
|
|
30695
|
-
|
|
30483
|
+
.f4mi9eq .form-item-extra {
|
|
30484
|
+
margin-top: 4px;
|
|
30485
|
+
width: 100%;
|
|
30486
|
+
padding: 14px;
|
|
30487
|
+
background: #f2f4f6;
|
|
30488
|
+
font-size: 13px;
|
|
30489
|
+
line-height: 1.8;
|
|
30490
|
+
color: #8e9aa9;
|
|
30696
30491
|
}
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30492
|
+
.f4mi9eq .form-item-label {
|
|
30493
|
+
padding-right: 12px;
|
|
30494
|
+
font-size: 13px;
|
|
30495
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30699
30496
|
}
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30702
|
-
align-items: center;
|
|
30703
|
-
color: #0080ff;
|
|
30704
|
-
font-weight: bold;
|
|
30497
|
+
.f4mi9eq .form-item-label.label-right {
|
|
30498
|
+
text-align: right;
|
|
30705
30499
|
}
|
|
30706
|
-
.
|
|
30707
|
-
|
|
30500
|
+
.f4mi9eq .form-item-label,
|
|
30501
|
+
.f4mi9eq .form-item-control {
|
|
30502
|
+
line-height: 32px;
|
|
30708
30503
|
}
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30711
|
-
padding: 0 8px;
|
|
30504
|
+
.f4mi9eq .form-item-control .form-item-error {
|
|
30505
|
+
line-height: 18px;
|
|
30712
30506
|
}
|
|
30713
|
-
.
|
|
30714
|
-
|
|
30715
|
-
color: #0080ff;
|
|
30507
|
+
.f4mi9eq .form-item-children {
|
|
30508
|
+
width: 100%;
|
|
30716
30509
|
}
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30510
|
+
.f4mi9eq .form-item-children > *:only-child.ant-select, .f4mi9eq .form-item-children > *:only-child.ant-radio-group, .f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
30511
|
+
width: 100%;
|
|
30719
30512
|
}
|
|
30720
|
-
|
|
30721
|
-
|
|
30722
|
-
|
|
30723
|
-
overflow
|
|
30513
|
+
.f4mi9eq .form-item-error {
|
|
30514
|
+
color: #e75a3a;
|
|
30515
|
+
height: 0;
|
|
30516
|
+
overflow: hidden;
|
|
30724
30517
|
}
|
|
30725
|
-
.
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
|
|
30518
|
+
.f4mi9eq .form-item-error-enter-done {
|
|
30519
|
+
margin-top: 4px;
|
|
30520
|
+
height: auto;
|
|
30521
|
+
overflow: auto;
|
|
30522
|
+
}
|
|
30523
|
+
.f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30524
|
+
.f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30525
|
+
border: 1px solid #e75a3a;
|
|
30526
|
+
color: #e75a3a;
|
|
30729
30527
|
}
|
|
30730
30528
|
|
|
30731
|
-
.
|
|
30732
|
-
|
|
30733
|
-
|
|
30734
|
-
|
|
30735
|
-
|
|
30736
|
-
|
|
30737
|
-
position: sticky;
|
|
30738
|
-
top: 0;
|
|
30739
|
-
z-index: 1;
|
|
30740
|
-
margin-bottom: -52px;
|
|
30529
|
+
.fh0ewl8 {
|
|
30530
|
+
color: #2d3a56;
|
|
30531
|
+
font-weight: bold;
|
|
30532
|
+
padding-bottom: 6px;
|
|
30533
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30534
|
+
margin-bottom: 16px;
|
|
30741
30535
|
}
|
|
30742
|
-
.
|
|
30536
|
+
.fh0ewl8:not(:first-of-type) {
|
|
30537
|
+
margin-top: 16px;
|
|
30538
|
+
}
|
|
30539
|
+
|
|
30540
|
+
.e1qrlvot {
|
|
30541
|
+
width: 8px;
|
|
30542
|
+
height: 24px;
|
|
30743
30543
|
display: flex;
|
|
30544
|
+
justify-content: center;
|
|
30744
30545
|
align-items: center;
|
|
30745
|
-
font-weight: 700;
|
|
30746
|
-
flex-shrink: 0;
|
|
30747
|
-
}
|
|
30748
|
-
.s1ebs0ra .select-total .icon-wrapper {
|
|
30749
30546
|
cursor: pointer;
|
|
30750
|
-
|
|
30751
|
-
width: 32px;
|
|
30752
|
-
height: 32px;
|
|
30753
|
-
border-radius: 50%;
|
|
30754
|
-
justify-content: center;
|
|
30755
|
-
}
|
|
30756
|
-
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30757
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30547
|
+
transition: all 200ms ease-out 40ms;
|
|
30758
30548
|
}
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
|
|
30763
|
-
|
|
30549
|
+
.e1qrlvot:before, .e1qrlvot:after {
|
|
30550
|
+
content: "";
|
|
30551
|
+
width: 1px;
|
|
30552
|
+
height: 6px;
|
|
30553
|
+
border-radius: 1px;
|
|
30554
|
+
background: #ccd4e3;
|
|
30764
30555
|
position: relative;
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
overflow: hidden;
|
|
30768
|
-
}
|
|
30769
|
-
.s1ebs0ra .action-group .sub-menu-delete {
|
|
30770
|
-
transform: translateY(-4px);
|
|
30771
|
-
}
|
|
30772
|
-
.s1ebs0ra .action-group button {
|
|
30773
|
-
border: none;
|
|
30556
|
+
right: 2px;
|
|
30557
|
+
transform: rotate(-45deg);
|
|
30774
30558
|
}
|
|
30775
|
-
.
|
|
30776
|
-
|
|
30559
|
+
.e1qrlvot:after {
|
|
30560
|
+
transform: rotate(45deg);
|
|
30561
|
+
left: 1px;
|
|
30777
30562
|
}
|
|
30778
|
-
|
|
30779
|
-
|
|
30563
|
+
|
|
30564
|
+
.w9ic984.ant-alert-warning {
|
|
30565
|
+
border: 0;
|
|
30566
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30567
|
+
border-radius: 6px;
|
|
30780
30568
|
}
|
|
30781
|
-
.
|
|
30782
|
-
|
|
30783
|
-
|
|
30784
|
-
height: 32px;
|
|
30785
|
-
justify-content: center;
|
|
30786
|
-
border-radius: 50%;
|
|
30569
|
+
.w9ic984.ant-alert,
|
|
30570
|
+
.w9ic984 .ant-alert-message {
|
|
30571
|
+
color: #e07f00;
|
|
30787
30572
|
}
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30573
|
+
.w9ic984.ant-alert .dashed-border-bottom,
|
|
30574
|
+
.w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
30575
|
+
border-bottom-color: #e07f00;
|
|
30790
30576
|
}
|
|
30791
30577
|
|
|
30792
|
-
.
|
|
30578
|
+
.n1k9qi4r {
|
|
30793
30579
|
display: flex;
|
|
30794
|
-
flex-direction:
|
|
30795
|
-
|
|
30580
|
+
flex-direction: row;
|
|
30581
|
+
padding: 7px 12px;
|
|
30582
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30583
|
+
border-radius: 6px;
|
|
30584
|
+
color: #e07f00;
|
|
30585
|
+
font-size: 12px;
|
|
30586
|
+
line-height: 18px;
|
|
30587
|
+
}
|
|
30588
|
+
.n1k9qi4r .icon-wrapper {
|
|
30589
|
+
margin-right: 10px;
|
|
30590
|
+
height: 18px;
|
|
30591
|
+
}
|
|
30796
30592
|
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
|
|
30800
|
-
|
|
30801
|
-
|
|
30593
|
+
.n16fsg9x {
|
|
30594
|
+
display: flex;
|
|
30595
|
+
flex-direction: row;
|
|
30596
|
+
padding: 7px 12px;
|
|
30597
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30598
|
+
border-radius: 6px;
|
|
30599
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30600
|
+
font-size: 12px;
|
|
30601
|
+
line-height: 18px;
|
|
30602
|
+
}
|
|
30603
|
+
.n16fsg9x .icon-wrapper {
|
|
30604
|
+
margin-right: 10px;
|
|
30605
|
+
height: 18px;
|
|
30802
30606
|
}
|
|
30803
30607
|
|
|
30804
|
-
.
|
|
30805
|
-
max-width: 1120px;
|
|
30806
|
-
width: 100%;
|
|
30807
|
-
margin: 0 auto;
|
|
30608
|
+
.i173wxzw {
|
|
30808
30609
|
display: flex;
|
|
30610
|
+
flex-direction: row;
|
|
30611
|
+
padding: 7px 12px;
|
|
30612
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30613
|
+
border-radius: 6px;
|
|
30614
|
+
color: #005ed1;
|
|
30615
|
+
font-size: 12px;
|
|
30616
|
+
line-height: 18px;
|
|
30809
30617
|
}
|
|
30810
|
-
.
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
flex-shrink: 0;
|
|
30814
|
-
flex-basis: 21%;
|
|
30618
|
+
.i173wxzw .icon-wrapper {
|
|
30619
|
+
margin-right: 10px;
|
|
30620
|
+
height: 18px;
|
|
30815
30621
|
}
|
|
30816
|
-
|
|
30622
|
+
|
|
30623
|
+
.dld369h {
|
|
30624
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30625
|
+
margin-top: 5px;
|
|
30626
|
+
font-size: 12px;
|
|
30627
|
+
line-height: 18px;
|
|
30628
|
+
}
|
|
30629
|
+
|
|
30630
|
+
.s1epv22q {
|
|
30631
|
+
color: #f0483e;
|
|
30632
|
+
font-size: 12px;
|
|
30633
|
+
white-space: pre-wrap;
|
|
30634
|
+
}
|
|
30635
|
+
|
|
30636
|
+
.okus5hk {
|
|
30817
30637
|
display: flex;
|
|
30638
|
+
align-items: center;
|
|
30818
30639
|
justify-content: flex-end;
|
|
30819
|
-
padding-right: 44px;
|
|
30820
30640
|
}
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30641
|
+
.okus5hk .icon-wrapper {
|
|
30642
|
+
margin-right: 16px;
|
|
30823
30643
|
}
|
|
30824
|
-
|
|
30825
|
-
|
|
30826
|
-
|
|
30827
|
-
flex-shrink: 0;
|
|
30828
|
-
flex-basis: 58%;
|
|
30644
|
+
|
|
30645
|
+
.t1auuzri {
|
|
30646
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30829
30647
|
}
|
|
30830
|
-
|
|
30831
|
-
|
|
30648
|
+
|
|
30649
|
+
.i74cfyt.ant-input {
|
|
30650
|
+
padding: 5px 12px;
|
|
30651
|
+
line-height: 20px;
|
|
30652
|
+
color: #2d3a56;
|
|
30653
|
+
border-radius: 6px;
|
|
30654
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30655
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30832
30656
|
}
|
|
30833
|
-
.
|
|
30834
|
-
|
|
30657
|
+
.i74cfyt.ant-input.ant-input-lg {
|
|
30658
|
+
padding: 8px 16px;
|
|
30659
|
+
line-height: 22px;
|
|
30835
30660
|
}
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
width: 100%;
|
|
30840
|
-
max-width: 648px;
|
|
30661
|
+
.i74cfyt.ant-input.ant-input-sm {
|
|
30662
|
+
padding: 2px 8px;
|
|
30663
|
+
line-height: 18px;
|
|
30841
30664
|
}
|
|
30842
|
-
.
|
|
30843
|
-
|
|
30665
|
+
.i74cfyt.ant-input:not([disabled]):hover, .i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number:not([disabled]):hover, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30666
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30667
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30668
|
+
z-index: 1;
|
|
30844
30669
|
}
|
|
30845
|
-
.
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
max-width: 648px;
|
|
30850
|
-
overflow: hidden;
|
|
30670
|
+
.i74cfyt.ant-input:not([disabled]):active, .i74cfyt.ant-input:not([disabled]):focus, .i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number:not([disabled]):active, .i74cfyt.ant-input-number:not([disabled]):focus, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30671
|
+
border-color: #0096ff;
|
|
30672
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30673
|
+
z-index: 1;
|
|
30851
30674
|
}
|
|
30852
|
-
.
|
|
30853
|
-
|
|
30675
|
+
.i74cfyt.ant-input.error:not([disabled]), .i74cfyt.ant-picker.error:not([disabled]), .i74cfyt.ant-input-number.error:not([disabled]) {
|
|
30676
|
+
border-color: #e75a3a;
|
|
30677
|
+
color: #e75a3a;
|
|
30854
30678
|
}
|
|
30855
|
-
.
|
|
30856
|
-
|
|
30857
|
-
|
|
30679
|
+
.i74cfyt.ant-input.error:not([disabled]):hover, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-picker.error:not([disabled]):hover, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number.error:not([disabled]):hover, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30680
|
+
border-color: #e75a3a;
|
|
30681
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30858
30682
|
}
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
|
|
30683
|
+
.i74cfyt.ant-input.error:not([disabled]):active, .i74cfyt.ant-input.error:not([disabled]):focus, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-picker.error:not([disabled]):active, .i74cfyt.ant-picker.error:not([disabled]):focus, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number.error:not([disabled]):active, .i74cfyt.ant-input-number.error:not([disabled]):focus, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30684
|
+
border-color: #e75a3a;
|
|
30685
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30686
|
+
}
|
|
30687
|
+
.i74cfyt.ant-input[disabled], .i74cfyt.ant-input.ant-input-disabled, .i74cfyt.ant-input-number[disabled], .i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
30688
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30689
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30690
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30691
|
+
}
|
|
30692
|
+
.i74cfyt.ant-input-affix-wrapper {
|
|
30693
|
+
padding: 5px 12px;
|
|
30694
|
+
border-radius: 6px;
|
|
30695
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30696
|
+
line-height: 20px;
|
|
30697
|
+
color: #2d3a56;
|
|
30698
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30699
|
+
}
|
|
30700
|
+
.i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
30701
|
+
.i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
30702
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30703
|
+
}
|
|
30704
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30705
|
+
padding: 8px 16px;
|
|
30706
|
+
line-height: 22px;
|
|
30707
|
+
}
|
|
30708
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30709
|
+
padding: 2px 8px;
|
|
30710
|
+
line-height: 18px;
|
|
30711
|
+
}
|
|
30712
|
+
.i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30713
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30714
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30715
|
+
}
|
|
30716
|
+
.i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30717
|
+
border-color: #0096ff;
|
|
30718
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30719
|
+
}
|
|
30720
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30721
|
+
border-color: #e75a3a;
|
|
30722
|
+
}
|
|
30723
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30724
|
+
color: #e75a3a;
|
|
30725
|
+
}
|
|
30726
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30727
|
+
border-color: #e75a3a;
|
|
30728
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30729
|
+
}
|
|
30730
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30731
|
+
border-color: #e75a3a;
|
|
30732
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30733
|
+
}
|
|
30734
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30735
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30736
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30737
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30738
|
+
}
|
|
30739
|
+
textarea.i74cfyt.ant-input {
|
|
30740
|
+
transition-property: height;
|
|
30741
|
+
transition-delay: 50ms;
|
|
30742
|
+
}
|
|
30743
|
+
textarea.i74cfyt.ant-input.textarea-large {
|
|
30744
|
+
min-height: 40px;
|
|
30745
|
+
height: 40px;
|
|
30746
|
+
}
|
|
30747
|
+
textarea.i74cfyt.ant-input.textarea-large:focus {
|
|
30748
|
+
height: 80px;
|
|
30749
|
+
}
|
|
30750
|
+
textarea.i74cfyt.ant-input.textarea-middle {
|
|
30751
|
+
min-height: 32px;
|
|
30752
|
+
height: 32px;
|
|
30753
|
+
}
|
|
30754
|
+
textarea.i74cfyt.ant-input.textarea-middle:focus {
|
|
30755
|
+
height: 64px;
|
|
30756
|
+
}
|
|
30757
|
+
textarea.i74cfyt.ant-input.textarea-small {
|
|
30758
|
+
min-height: 24px;
|
|
30759
|
+
height: 24px;
|
|
30760
|
+
}
|
|
30761
|
+
textarea.i74cfyt.ant-input.textarea-small:focus {
|
|
30762
|
+
height: 40px;
|
|
30862
30763
|
}
|
|
30863
30764
|
|
|
30864
|
-
.
|
|
30865
|
-
|
|
30866
|
-
|
|
30867
|
-
max-width: 1024px;
|
|
30765
|
+
.k1ci6977 input, .k1ci6977.input-tags {
|
|
30766
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30767
|
+
border-radius: 4px;
|
|
30868
30768
|
}
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30769
|
+
.k1ci6977.input-tags {
|
|
30770
|
+
position: relative;
|
|
30771
|
+
padding: 6px;
|
|
30772
|
+
height: 32px;
|
|
30773
|
+
cursor: pointer;
|
|
30774
|
+
transition: border 150ms;
|
|
30775
|
+
}
|
|
30776
|
+
.k1ci6977.input-tags:hover {
|
|
30777
|
+
border-color: #0080ff;
|
|
30778
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30779
|
+
}
|
|
30780
|
+
.k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
30781
|
+
padding-right: 30px;
|
|
30782
|
+
}
|
|
30783
|
+
.k1ci6977.input-tags .input-tags-inner {
|
|
30784
|
+
display: flex;
|
|
30785
|
+
}
|
|
30786
|
+
.k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30787
|
+
display: flex;
|
|
30788
|
+
}
|
|
30789
|
+
.k1ci6977.input-tags .input-tag-suffix {
|
|
30790
|
+
position: absolute;
|
|
30791
|
+
right: 12px;
|
|
30792
|
+
top: 50%;
|
|
30793
|
+
transform: translateY(-50%);
|
|
30794
|
+
}
|
|
30795
|
+
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30796
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30797
|
+
font-size: 12px;
|
|
30798
|
+
cursor: pointer;
|
|
30799
|
+
}
|
|
30800
|
+
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30801
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30802
|
+
}
|
|
30803
|
+
.k1ci6977.has-focus-indicator {
|
|
30804
|
+
position: relative;
|
|
30805
|
+
overflow: hidden;
|
|
30806
|
+
}
|
|
30807
|
+
.k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
30808
|
+
position: absolute;
|
|
30809
|
+
top: 50%;
|
|
30810
|
+
transform: translateY(-50%);
|
|
30811
|
+
left: -16px;
|
|
30812
|
+
transition: left 150ms ease;
|
|
30813
|
+
opacity: 0;
|
|
30814
|
+
}
|
|
30815
|
+
.k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30816
|
+
left: 8px;
|
|
30817
|
+
opacity: 1;
|
|
30818
|
+
}
|
|
30819
|
+
.k1ci6977.has-focus-indicator input {
|
|
30820
|
+
transition: margin-left 150ms ease;
|
|
30821
|
+
margin-left: 0px;
|
|
30822
|
+
}
|
|
30823
|
+
.k1ci6977.has-focus-indicator input:focus {
|
|
30824
|
+
margin-left: 16px;
|
|
30825
|
+
}
|
|
30826
|
+
|
|
30827
|
+
input.l1f7td1d.ant-input {
|
|
30828
|
+
border-top-right-radius: 0;
|
|
30829
|
+
border-bottom-right-radius: 0;
|
|
30830
|
+
}
|
|
30831
|
+
|
|
30832
|
+
.l1f7td1d.ant-input-affix-wrapper {
|
|
30833
|
+
border-top-right-radius: 0;
|
|
30834
|
+
border-bottom-right-radius: 0;
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30837
|
+
input.rf8rlle.ant-input {
|
|
30838
|
+
border-top-left-radius: 0;
|
|
30839
|
+
border-bottom-left-radius: 0;
|
|
30840
|
+
}
|
|
30841
|
+
|
|
30842
|
+
.rf8rlle.ant-input-affix-wrapper {
|
|
30843
|
+
border-top-left-radius: 0;
|
|
30844
|
+
border-bottom-left-radius: 0;
|
|
30845
|
+
}
|
|
30846
|
+
|
|
30847
|
+
.llt2k48.ant-select, .llt2k48.ant-select .ant-select-selector {
|
|
30848
|
+
border-top-right-radius: 0;
|
|
30849
|
+
border-bottom-right-radius: 0;
|
|
30850
|
+
}
|
|
30851
|
+
|
|
30852
|
+
.rdwz7eh.ant-select, .rdwz7eh.ant-select .ant-select-selector {
|
|
30853
|
+
border-top-left-radius: 0;
|
|
30854
|
+
border-bottom-left-radius: 0;
|
|
30855
|
+
}
|
|
30856
|
+
|
|
30857
|
+
.c3ni091 {
|
|
30858
|
+
display: flex;
|
|
30859
|
+
flex-direction: column;
|
|
30860
|
+
}
|
|
30861
|
+
.c3ni091 .select-wrapper {
|
|
30862
|
+
margin-top: 12px;
|
|
30863
|
+
}
|
|
30864
|
+
.c3ni091 .select-wrapper .select {
|
|
30865
|
+
width: 100%;
|
|
30866
|
+
}
|
|
30867
|
+
.c3ni091 .radio-wrapper {
|
|
30868
|
+
margin-top: 24px;
|
|
30869
|
+
}
|
|
30870
|
+
.c3ni091 div.form-item {
|
|
30871
|
+
width: 100%;
|
|
30872
|
+
}
|
|
30873
|
+
|
|
30874
|
+
.d105ju2d {
|
|
30875
|
+
font-size: 14px;
|
|
30876
|
+
font-weight: 500;
|
|
30877
|
+
color: #3e4652;
|
|
30878
|
+
line-height: 18px;
|
|
30879
|
+
}
|
|
30880
|
+
.d105ju2d + .d105ju2d {
|
|
30881
|
+
margin-top: 16px;
|
|
30882
|
+
}
|
|
30883
|
+
.d105ju2d + * {
|
|
30884
|
+
margin-top: 16px;
|
|
30885
|
+
}
|
|
30886
|
+
|
|
30887
|
+
.lh0l62z.d105ju2d {
|
|
30888
|
+
font-size: 12px;
|
|
30889
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30890
|
+
margin-top: 12px;
|
|
30891
|
+
}
|
|
30892
|
+
|
|
30893
|
+
.r1o4v2oc.lh0l62z.d105ju2d {
|
|
30894
|
+
line-height: 18px;
|
|
30895
|
+
font-weight: 500;
|
|
30896
|
+
margin-top: 0;
|
|
30897
|
+
white-space: initial;
|
|
30898
|
+
}
|
|
30899
|
+
|
|
30900
|
+
.r1skkc3l {
|
|
30901
|
+
display: block;
|
|
30902
|
+
}
|
|
30903
|
+
.r1skkc3l span {
|
|
30904
|
+
font-size: 14px;
|
|
30905
|
+
font-weight: 500;
|
|
30906
|
+
line-height: 32px;
|
|
30907
|
+
color: #3e4652;
|
|
30908
|
+
}
|
|
30909
|
+
|
|
30910
|
+
.c3cobmo {
|
|
30911
|
+
margin-top: 16px;
|
|
30912
|
+
padding: 8px;
|
|
30913
|
+
border-radius: 6px;
|
|
30914
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30915
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30916
|
+
font-size: 12px;
|
|
30917
|
+
}
|
|
30918
|
+
.c3cobmo div {
|
|
30919
|
+
line-height: 20px;
|
|
30920
|
+
display: flex;
|
|
30921
|
+
align-items: center;
|
|
30922
|
+
word-break: break-all;
|
|
30923
|
+
}
|
|
30924
|
+
.c3cobmo .title {
|
|
30925
|
+
font-weight: 700;
|
|
30926
|
+
line-height: 18px;
|
|
30927
|
+
margin: 4px 0;
|
|
30928
|
+
}
|
|
30929
|
+
|
|
30930
|
+
.owd0kml {
|
|
30931
|
+
display: inline-block;
|
|
30932
|
+
}
|
|
30933
|
+
|
|
30934
|
+
.h1jsgezc {
|
|
30935
|
+
visibility: hidden;
|
|
30936
|
+
position: absolute;
|
|
30937
|
+
}
|
|
30938
|
+
|
|
30939
|
+
.dsnbhzf {
|
|
30940
|
+
font-family: Inter;
|
|
30941
|
+
font-style: normal;
|
|
30942
|
+
font-weight: bold;
|
|
30943
|
+
font-size: 32px;
|
|
30944
|
+
line-height: 40px;
|
|
30945
|
+
}
|
|
30946
|
+
|
|
30947
|
+
.d1mvo22k {
|
|
30948
|
+
font-family: Inter;
|
|
30949
|
+
font-style: normal;
|
|
30950
|
+
font-weight: bold;
|
|
30951
|
+
font-size: 24px;
|
|
30952
|
+
line-height: 32px;
|
|
30953
|
+
}
|
|
30954
|
+
|
|
30955
|
+
.d1b444tr {
|
|
30956
|
+
font-family: Inter;
|
|
30957
|
+
font-style: normal;
|
|
30958
|
+
font-weight: normal;
|
|
30959
|
+
font-size: 32px;
|
|
30960
|
+
line-height: 40px;
|
|
30961
|
+
}
|
|
30962
|
+
|
|
30963
|
+
.dvs0kue {
|
|
30964
|
+
font-family: Inter;
|
|
30965
|
+
font-style: normal;
|
|
30966
|
+
font-weight: bold;
|
|
30967
|
+
font-size: 20px;
|
|
30968
|
+
line-height: 24px;
|
|
30969
|
+
}
|
|
30970
|
+
|
|
30971
|
+
.d1hcbfcq {
|
|
30972
|
+
font-family: Inter;
|
|
30973
|
+
font-style: normal;
|
|
30974
|
+
font-weight: normal;
|
|
30975
|
+
font-size: 20px;
|
|
30976
|
+
line-height: 24px;
|
|
30977
|
+
}
|
|
30978
|
+
|
|
30979
|
+
.d1cz922v {
|
|
30980
|
+
font-family: Inter;
|
|
30981
|
+
font-style: normal;
|
|
30982
|
+
font-weight: bold;
|
|
30983
|
+
font-size: 18px;
|
|
30984
|
+
line-height: 22px;
|
|
30985
|
+
}
|
|
30986
|
+
|
|
30987
|
+
.d3nzbrm {
|
|
30988
|
+
font-family: Inter;
|
|
30989
|
+
font-style: normal;
|
|
30990
|
+
font-weight: normal;
|
|
30991
|
+
font-size: 18px;
|
|
30992
|
+
line-height: 22px;
|
|
30993
|
+
}
|
|
30994
|
+
|
|
30995
|
+
.h1g0p5ob {
|
|
30996
|
+
font-family: Inter;
|
|
30997
|
+
font-style: normal;
|
|
30998
|
+
font-weight: bold;
|
|
30999
|
+
font-size: 16px;
|
|
31000
|
+
line-height: 22px;
|
|
31001
|
+
}
|
|
31002
|
+
|
|
31003
|
+
.hydo2ej {
|
|
31004
|
+
font-family: Inter;
|
|
31005
|
+
font-style: normal;
|
|
31006
|
+
font-weight: normal;
|
|
31007
|
+
font-size: 16px;
|
|
31008
|
+
line-height: 22px;
|
|
31009
|
+
}
|
|
31010
|
+
|
|
31011
|
+
.h1hbuq0r {
|
|
31012
|
+
font-family: Inter;
|
|
31013
|
+
font-style: normal;
|
|
31014
|
+
font-weight: bold;
|
|
31015
|
+
font-size: 14px;
|
|
31016
|
+
line-height: 20px;
|
|
31017
|
+
}
|
|
31018
|
+
|
|
31019
|
+
.h13bondg {
|
|
31020
|
+
font-family: Inter;
|
|
31021
|
+
font-style: normal;
|
|
31022
|
+
font-weight: normal;
|
|
31023
|
+
font-size: 14px;
|
|
31024
|
+
line-height: 20px;
|
|
31025
|
+
}
|
|
31026
|
+
|
|
31027
|
+
.h1mhvdlx {
|
|
31028
|
+
font-family: Inter;
|
|
31029
|
+
font-style: normal;
|
|
31030
|
+
font-weight: bold;
|
|
31031
|
+
font-size: 12px;
|
|
31032
|
+
line-height: 18px;
|
|
31033
|
+
}
|
|
31034
|
+
|
|
31035
|
+
.h1inmfq6 {
|
|
31036
|
+
font-family: Inter;
|
|
31037
|
+
font-style: normal;
|
|
31038
|
+
font-weight: normal;
|
|
31039
|
+
font-size: 12px;
|
|
31040
|
+
line-height: 18px;
|
|
31041
|
+
}
|
|
31042
|
+
|
|
31043
|
+
.h1kfc0la {
|
|
31044
|
+
font-family: Inter;
|
|
31045
|
+
font-style: normal;
|
|
31046
|
+
font-weight: bold;
|
|
31047
|
+
text-transform: uppercase;
|
|
31048
|
+
font-feature-settings: "cpsp" on;
|
|
31049
|
+
font-size: 12px;
|
|
31050
|
+
line-height: 18px;
|
|
31051
|
+
}
|
|
31052
|
+
|
|
31053
|
+
.h10xnyuu {
|
|
31054
|
+
font-family: Inter;
|
|
31055
|
+
font-style: normal;
|
|
31056
|
+
font-weight: normal;
|
|
31057
|
+
text-transform: uppercase;
|
|
31058
|
+
font-feature-settings: "cpsp" on;
|
|
31059
|
+
font-size: 12px;
|
|
31060
|
+
line-height: 18px;
|
|
31061
|
+
}
|
|
31062
|
+
|
|
31063
|
+
.lrcmi0v {
|
|
31064
|
+
font-family: Inter;
|
|
31065
|
+
font-style: normal;
|
|
31066
|
+
font-weight: normal;
|
|
31067
|
+
font-size: 16px;
|
|
31068
|
+
line-height: 24px;
|
|
31069
|
+
}
|
|
31070
|
+
|
|
31071
|
+
.lzt43lp {
|
|
31072
|
+
font-family: Inter;
|
|
31073
|
+
font-style: normal;
|
|
31074
|
+
font-weight: bold;
|
|
31075
|
+
font-size: 16px;
|
|
31076
|
+
line-height: 24px;
|
|
31077
|
+
}
|
|
31078
|
+
|
|
31079
|
+
.l5yc9nt {
|
|
31080
|
+
font-family: Inter;
|
|
31081
|
+
font-style: normal;
|
|
31082
|
+
font-weight: normal;
|
|
31083
|
+
font-size: 16px;
|
|
31084
|
+
line-height: 24px;
|
|
31085
|
+
}
|
|
31086
|
+
|
|
31087
|
+
.l1fbkbzo {
|
|
31088
|
+
font-family: Inter;
|
|
31089
|
+
font-style: normal;
|
|
31090
|
+
font-weight: bold;
|
|
31091
|
+
font-size: 16px;
|
|
31092
|
+
line-height: 24px;
|
|
31093
|
+
}
|
|
31094
|
+
|
|
31095
|
+
.lahvcax {
|
|
31096
|
+
font-family: Inter;
|
|
31097
|
+
font-style: normal;
|
|
31098
|
+
font-weight: normal;
|
|
31099
|
+
text-transform: uppercase;
|
|
31100
|
+
font-feature-settings: "cpsp" on;
|
|
31101
|
+
font-size: 16px;
|
|
31102
|
+
line-height: 24px;
|
|
31103
|
+
}
|
|
31104
|
+
|
|
31105
|
+
.l11q3pxd {
|
|
31106
|
+
font-family: Inter;
|
|
31107
|
+
font-style: normal;
|
|
31108
|
+
font-weight: bold;
|
|
31109
|
+
text-transform: uppercase;
|
|
31110
|
+
font-feature-settings: "cpsp" on;
|
|
31111
|
+
font-size: 16px;
|
|
31112
|
+
line-height: 24px;
|
|
31113
|
+
}
|
|
31114
|
+
|
|
31115
|
+
.lfuc2qu {
|
|
31116
|
+
font-family: Inter;
|
|
31117
|
+
font-style: normal;
|
|
31118
|
+
font-weight: normal;
|
|
31119
|
+
font-size: 14px;
|
|
31120
|
+
line-height: 22px;
|
|
31121
|
+
}
|
|
31122
|
+
|
|
31123
|
+
.l1jmp8r0 {
|
|
31124
|
+
font-family: Inter;
|
|
31125
|
+
font-style: normal;
|
|
31126
|
+
font-weight: 500;
|
|
31127
|
+
font-size: 14px;
|
|
31128
|
+
line-height: 22px;
|
|
31129
|
+
}
|
|
31130
|
+
|
|
31131
|
+
.lcnm221 {
|
|
31132
|
+
font-family: Inter;
|
|
31133
|
+
font-style: normal;
|
|
31134
|
+
font-weight: bold;
|
|
31135
|
+
font-size: 14px;
|
|
31136
|
+
line-height: 22px;
|
|
31137
|
+
}
|
|
31138
|
+
|
|
31139
|
+
.lu1z2n5 {
|
|
31140
|
+
font-family: Inter;
|
|
31141
|
+
font-style: normal;
|
|
31142
|
+
font-weight: normal;
|
|
31143
|
+
font-size: 14px;
|
|
31144
|
+
line-height: 22px;
|
|
31145
|
+
}
|
|
31146
|
+
|
|
31147
|
+
.l1r59djn {
|
|
31148
|
+
font-family: Inter;
|
|
31149
|
+
font-style: normal;
|
|
31150
|
+
font-weight: bold;
|
|
31151
|
+
font-size: 14px;
|
|
31152
|
+
line-height: 22px;
|
|
31153
|
+
}
|
|
31154
|
+
|
|
31155
|
+
.ljm2911 {
|
|
31156
|
+
font-family: Inter;
|
|
31157
|
+
font-style: normal;
|
|
31158
|
+
font-weight: normal;
|
|
31159
|
+
text-transform: uppercase;
|
|
31160
|
+
font-feature-settings: "cpsp" on;
|
|
31161
|
+
font-size: 14px;
|
|
31162
|
+
line-height: 22px;
|
|
31163
|
+
}
|
|
31164
|
+
|
|
31165
|
+
.l124mzmr {
|
|
31166
|
+
font-family: Inter;
|
|
31167
|
+
font-style: normal;
|
|
31168
|
+
font-weight: bold;
|
|
31169
|
+
text-transform: uppercase;
|
|
31170
|
+
font-feature-settings: "cpsp" on;
|
|
31171
|
+
font-size: 14px;
|
|
31172
|
+
line-height: 22px;
|
|
31173
|
+
}
|
|
31174
|
+
|
|
31175
|
+
.lb3chel {
|
|
31176
|
+
font-family: Inter;
|
|
31177
|
+
font-style: normal;
|
|
31178
|
+
font-weight: normal;
|
|
31179
|
+
font-size: 13px;
|
|
31180
|
+
line-height: 20px;
|
|
30871
31181
|
}
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
-
|
|
30877
|
-
|
|
31182
|
+
|
|
31183
|
+
.lv9jstu {
|
|
31184
|
+
font-family: Inter;
|
|
31185
|
+
font-style: normal;
|
|
31186
|
+
font-weight: 600;
|
|
31187
|
+
font-size: 13px;
|
|
31188
|
+
line-height: 20px;
|
|
30878
31189
|
}
|
|
30879
|
-
|
|
30880
|
-
|
|
31190
|
+
|
|
31191
|
+
.lwqlh3x {
|
|
31192
|
+
font-family: Inter;
|
|
31193
|
+
font-style: normal;
|
|
31194
|
+
font-weight: bold;
|
|
31195
|
+
font-size: 13px;
|
|
31196
|
+
line-height: 20px;
|
|
30881
31197
|
}
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
|
|
31198
|
+
|
|
31199
|
+
.lalum9y {
|
|
31200
|
+
font-family: Inter;
|
|
31201
|
+
font-style: normal;
|
|
31202
|
+
font-weight: normal;
|
|
31203
|
+
font-size: 13px;
|
|
31204
|
+
line-height: 20px;
|
|
30885
31205
|
}
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
31206
|
+
|
|
31207
|
+
.l1t6dj5o {
|
|
31208
|
+
font-family: Inter;
|
|
31209
|
+
font-style: normal;
|
|
31210
|
+
font-weight: 600;
|
|
31211
|
+
font-size: 13px;
|
|
31212
|
+
line-height: 20px;
|
|
30889
31213
|
}
|
|
30890
31214
|
|
|
30891
|
-
.
|
|
30892
|
-
|
|
31215
|
+
.l12f6ic {
|
|
31216
|
+
font-family: Inter;
|
|
31217
|
+
font-style: normal;
|
|
31218
|
+
font-weight: bold;
|
|
31219
|
+
font-size: 13px;
|
|
31220
|
+
line-height: 20px;
|
|
30893
31221
|
}
|
|
30894
|
-
|
|
31222
|
+
|
|
31223
|
+
.l7gmukq {
|
|
31224
|
+
font-family: Inter;
|
|
31225
|
+
font-style: normal;
|
|
31226
|
+
font-weight: normal;
|
|
31227
|
+
text-transform: uppercase;
|
|
31228
|
+
font-feature-settings: "cpsp" on;
|
|
30895
31229
|
font-size: 13px;
|
|
30896
31230
|
line-height: 20px;
|
|
30897
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30898
31231
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
31232
|
+
|
|
31233
|
+
.lkwl0yp {
|
|
31234
|
+
font-family: Inter;
|
|
31235
|
+
font-style: normal;
|
|
31236
|
+
font-weight: bold;
|
|
31237
|
+
text-transform: uppercase;
|
|
31238
|
+
font-feature-settings: "cpsp" on;
|
|
31239
|
+
font-size: 13px;
|
|
30901
31240
|
line-height: 20px;
|
|
30902
|
-
color: #2d3a56;
|
|
30903
|
-
margin-bottom: 12px;
|
|
30904
31241
|
}
|
|
30905
|
-
|
|
30906
|
-
|
|
31242
|
+
|
|
31243
|
+
.l10knv48 {
|
|
31244
|
+
font-family: Inter;
|
|
31245
|
+
font-style: normal;
|
|
31246
|
+
font-weight: normal;
|
|
31247
|
+
font-size: 12px;
|
|
31248
|
+
line-height: 18px;
|
|
30907
31249
|
}
|
|
30908
31250
|
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
|
|
30912
|
-
|
|
31251
|
+
.l6526ld {
|
|
31252
|
+
font-family: Inter;
|
|
31253
|
+
font-style: normal;
|
|
31254
|
+
font-weight: 500;
|
|
31255
|
+
font-size: 12px;
|
|
31256
|
+
line-height: 18px;
|
|
30913
31257
|
}
|
|
30914
31258
|
|
|
30915
|
-
.
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
31259
|
+
.l1j81vli {
|
|
31260
|
+
font-family: Inter;
|
|
31261
|
+
font-style: normal;
|
|
31262
|
+
font-weight: bold;
|
|
31263
|
+
font-size: 12px;
|
|
31264
|
+
line-height: 18px;
|
|
30919
31265
|
}
|
|
30920
|
-
|
|
30921
|
-
|
|
31266
|
+
|
|
31267
|
+
.l1x7n1mk {
|
|
31268
|
+
font-family: Inter;
|
|
31269
|
+
font-style: normal;
|
|
31270
|
+
font-weight: normal;
|
|
31271
|
+
font-size: 12px;
|
|
31272
|
+
line-height: 18px;
|
|
30922
31273
|
}
|
|
30923
|
-
|
|
30924
|
-
|
|
31274
|
+
|
|
31275
|
+
.l9fqufz {
|
|
31276
|
+
font-family: Inter;
|
|
31277
|
+
font-style: normal;
|
|
31278
|
+
font-weight: 500;
|
|
31279
|
+
font-size: 12px;
|
|
31280
|
+
line-height: 18px;
|
|
30925
31281
|
}
|
|
30926
|
-
|
|
30927
|
-
|
|
31282
|
+
|
|
31283
|
+
.l1iwnybd {
|
|
31284
|
+
font-family: Inter;
|
|
31285
|
+
font-style: normal;
|
|
31286
|
+
font-weight: bold;
|
|
31287
|
+
font-size: 12px;
|
|
31288
|
+
line-height: 18px;
|
|
30928
31289
|
}
|
|
30929
31290
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
|
|
31291
|
+
.lprtm1e {
|
|
31292
|
+
font-family: Inter;
|
|
31293
|
+
font-style: normal;
|
|
31294
|
+
font-weight: normal;
|
|
31295
|
+
text-transform: uppercase;
|
|
31296
|
+
font-feature-settings: "cpsp" on;
|
|
31297
|
+
font-size: 12px;
|
|
31298
|
+
line-height: 18px;
|
|
30933
31299
|
}
|
|
30934
31300
|
|
|
30935
|
-
.
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
31301
|
+
.l1lln87h {
|
|
31302
|
+
font-family: Inter;
|
|
31303
|
+
font-style: normal;
|
|
31304
|
+
font-weight: bold;
|
|
31305
|
+
text-transform: uppercase;
|
|
31306
|
+
font-feature-settings: "cpsp" on;
|
|
31307
|
+
font-size: 12px;
|
|
31308
|
+
line-height: 18px;
|
|
30940
31309
|
}
|
|
30941
31310
|
|
|
30942
|
-
.
|
|
30943
|
-
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
|
|
31311
|
+
.f2pb48l {
|
|
31312
|
+
font-family: Inter;
|
|
31313
|
+
font-style: normal;
|
|
31314
|
+
font-weight: normal;
|
|
31315
|
+
font-size: 13px;
|
|
31316
|
+
line-height: 20px;
|
|
30947
31317
|
}
|
|
30948
31318
|
|
|
30949
|
-
.
|
|
30950
|
-
|
|
30951
|
-
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
border-radius: 50%;
|
|
30956
|
-
margin: 0 4px;
|
|
31319
|
+
.fi9emkw {
|
|
31320
|
+
font-family: Inter;
|
|
31321
|
+
font-style: normal;
|
|
31322
|
+
font-weight: normal;
|
|
31323
|
+
font-size: 13px;
|
|
31324
|
+
line-height: 20px;
|
|
30957
31325
|
}
|
|
30958
31326
|
|
|
30959
|
-
.
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
|
|
31327
|
+
.f1nrg7da {
|
|
31328
|
+
font-family: Inter;
|
|
31329
|
+
font-style: normal;
|
|
31330
|
+
font-weight: normal;
|
|
31331
|
+
font-size: 12px;
|
|
31332
|
+
line-height: 18px;
|
|
30963
31333
|
}
|
|
30964
|
-
|
|
30965
|
-
|
|
30966
|
-
|
|
31334
|
+
|
|
31335
|
+
.f17k1i3n {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: normal;
|
|
31339
|
+
font-size: 12px;
|
|
31340
|
+
line-height: 18px;
|
|
30967
31341
|
}
|
|
30968
|
-
|
|
30969
|
-
|
|
31342
|
+
|
|
31343
|
+
.t1tvuj2e {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: normal;
|
|
31347
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31348
|
+
font-size: 13px;
|
|
31349
|
+
line-height: 20px;
|
|
30970
31350
|
}
|
|
30971
|
-
|
|
30972
|
-
|
|
31351
|
+
|
|
31352
|
+
.t17uajlu {
|
|
31353
|
+
font-family: Inter;
|
|
31354
|
+
font-style: normal;
|
|
31355
|
+
font-weight: normal;
|
|
31356
|
+
font-feature-settings: "zero" on;
|
|
31357
|
+
font-size: 13px;
|
|
31358
|
+
line-height: 20px;
|
|
30973
31359
|
}
|
|
30974
|
-
|
|
30975
|
-
|
|
31360
|
+
|
|
31361
|
+
.t114zbyz {
|
|
31362
|
+
font-family: Inter;
|
|
31363
|
+
font-style: normal;
|
|
31364
|
+
font-weight: normal;
|
|
31365
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31366
|
+
font-size: 12px;
|
|
31367
|
+
line-height: 18px;
|
|
30976
31368
|
}
|
|
30977
31369
|
|
|
30978
|
-
.
|
|
31370
|
+
.t1il0kvi {
|
|
31371
|
+
font-family: Inter;
|
|
31372
|
+
font-style: normal;
|
|
31373
|
+
font-weight: 500;
|
|
31374
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30979
31375
|
font-size: 12px;
|
|
30980
31376
|
line-height: 18px;
|
|
30981
|
-
font-weight: bold;
|
|
30982
|
-
color: #fff;
|
|
30983
|
-
padding: 0 4px;
|
|
30984
|
-
border-radius: 4px;
|
|
30985
|
-
display: inline-block;
|
|
30986
|
-
background: var(--t1wwio3v-0);
|
|
30987
31377
|
}
|
|
30988
|
-
|
|
30989
|
-
|
|
31378
|
+
|
|
31379
|
+
.t10dv8p1 {
|
|
31380
|
+
font-family: Inter;
|
|
31381
|
+
font-style: normal;
|
|
31382
|
+
font-weight: normal;
|
|
31383
|
+
font-feature-settings: "zero" on;
|
|
31384
|
+
font-size: 12px;
|
|
31385
|
+
line-height: 18px;
|
|
30990
31386
|
}
|
|
30991
31387
|
|
|
30992
|
-
.
|
|
30993
|
-
|
|
30994
|
-
|
|
30995
|
-
|
|
30996
|
-
|
|
30997
|
-
|
|
31388
|
+
.tc2oqpq {
|
|
31389
|
+
font-family: Inter;
|
|
31390
|
+
font-style: normal;
|
|
31391
|
+
font-weight: 500;
|
|
31392
|
+
font-feature-settings: "zero" on;
|
|
31393
|
+
font-size: 12px;
|
|
31394
|
+
line-height: 18px;
|
|
30998
31395
|
}
|
|
30999
31396
|
|
|
31000
|
-
.
|
|
31001
|
-
font-
|
|
31397
|
+
.tzvddmc {
|
|
31398
|
+
font-family: Inter;
|
|
31399
|
+
font-style: normal;
|
|
31002
31400
|
font-weight: bold;
|
|
31003
|
-
|
|
31004
|
-
|
|
31005
|
-
|
|
31006
|
-
margin-right: 2px;
|
|
31007
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31008
|
-
border-radius: 4px;
|
|
31401
|
+
font-feature-settings: "zero" on;
|
|
31402
|
+
font-size: 16px;
|
|
31403
|
+
line-height: 24px;
|
|
31009
31404
|
}
|
|
31010
31405
|
|
|
31011
|
-
.
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31406
|
+
.u18llj45 {
|
|
31407
|
+
font-family: Inter;
|
|
31408
|
+
font-style: normal;
|
|
31409
|
+
font-weight: normal;
|
|
31410
|
+
font-size: 10px;
|
|
31411
|
+
line-height: 12px;
|
|
31016
31412
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31413
|
+
|
|
31414
|
+
.s1dni7lo {
|
|
31415
|
+
width: 430px !important;
|
|
31019
31416
|
}
|
|
31020
|
-
|
|
31417
|
+
|
|
31418
|
+
.d1wwmmm5 .ant-select-item-group {
|
|
31419
|
+
padding: 8px 16px;
|
|
31420
|
+
line-height: 18px;
|
|
31421
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31422
|
+
height: 34px;
|
|
31423
|
+
min-height: 34px;
|
|
31424
|
+
box-sizing: border-box;
|
|
31021
31425
|
margin-top: 8px;
|
|
31022
31426
|
}
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
}
|
|
31026
|
-
.f4mi9eq .form-item-main {
|
|
31027
|
-
position: relative;
|
|
31427
|
+
|
|
31428
|
+
.o1ugr09p {
|
|
31028
31429
|
display: flex;
|
|
31430
|
+
flex-direction: column;
|
|
31431
|
+
margin: 1px 8px;
|
|
31432
|
+
padding: 8px;
|
|
31433
|
+
border-radius: 4px;
|
|
31029
31434
|
}
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
width: 100%;
|
|
31033
|
-
padding: 14px;
|
|
31034
|
-
background: #f2f4f6;
|
|
31035
|
-
font-size: 13px;
|
|
31036
|
-
line-height: 1.8;
|
|
31037
|
-
color: #8e9aa9;
|
|
31435
|
+
.o1ugr09p .selected-icon {
|
|
31436
|
+
display: none;
|
|
31038
31437
|
}
|
|
31039
|
-
.
|
|
31040
|
-
padding-
|
|
31041
|
-
font-size: 13px;
|
|
31042
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31438
|
+
.o1ugr09p.ant-select-item-option-grouped {
|
|
31439
|
+
padding-left: 8px;
|
|
31043
31440
|
}
|
|
31044
|
-
.
|
|
31045
|
-
|
|
31441
|
+
.o1ugr09p.ant-select-item-option-selected {
|
|
31442
|
+
background-color: white;
|
|
31046
31443
|
}
|
|
31047
|
-
.
|
|
31048
|
-
|
|
31049
|
-
line-height: 32px;
|
|
31444
|
+
.o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
31445
|
+
color: #0080ff;
|
|
31050
31446
|
}
|
|
31051
|
-
.
|
|
31052
|
-
|
|
31447
|
+
.o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31448
|
+
display: block;
|
|
31053
31449
|
}
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31450
|
+
.o1ugr09p.ant-select-item-option-active {
|
|
31451
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31056
31452
|
}
|
|
31057
|
-
.
|
|
31058
|
-
|
|
31453
|
+
.o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31454
|
+
color: #0080ff;
|
|
31059
31455
|
}
|
|
31060
|
-
.
|
|
31061
|
-
|
|
31062
|
-
|
|
31063
|
-
overflow: hidden;
|
|
31456
|
+
.o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31457
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31458
|
+
color: #0080ff;
|
|
31064
31459
|
}
|
|
31065
|
-
|
|
31066
|
-
|
|
31067
|
-
|
|
31068
|
-
|
|
31460
|
+
|
|
31461
|
+
.o1ifxsq4 {
|
|
31462
|
+
display: flex;
|
|
31463
|
+
justify-content: space-between;
|
|
31464
|
+
height: 20px;
|
|
31465
|
+
line-height: 20px;
|
|
31069
31466
|
}
|
|
31070
|
-
.
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
|
|
31467
|
+
.o1ifxsq4 .timezone-title {
|
|
31468
|
+
color: #2d3a56;
|
|
31469
|
+
overflow: hidden;
|
|
31470
|
+
text-overflow: ellipsis;
|
|
31074
31471
|
}
|
|
31075
31472
|
|
|
31076
|
-
.
|
|
31077
|
-
|
|
31078
|
-
|
|
31079
|
-
|
|
31080
|
-
|
|
31081
|
-
|
|
31473
|
+
.o1zue7 {
|
|
31474
|
+
display: flex;
|
|
31475
|
+
justify-content: space-between;
|
|
31476
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31477
|
+
height: 18px;
|
|
31478
|
+
line-height: 18px;
|
|
31479
|
+
margin-top: 2px;
|
|
31082
31480
|
}
|
|
31083
|
-
|
|
31084
|
-
|
|
31481
|
+
|
|
31482
|
+
.tyfmlxg {
|
|
31483
|
+
border: none;
|
|
31484
|
+
margin-right: 0;
|
|
31485
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31085
31486
|
}
|
|
31086
31487
|
|
|
31087
|
-
.
|
|
31088
|
-
|
|
31089
|
-
height:
|
|
31488
|
+
.o18uybox {
|
|
31489
|
+
pointer-events: none;
|
|
31490
|
+
height: 32px;
|
|
31491
|
+
width: 100%;
|
|
31492
|
+
opacity: 0;
|
|
31493
|
+
}
|
|
31494
|
+
|
|
31495
|
+
.s1ebs0ra {
|
|
31090
31496
|
display: flex;
|
|
31091
|
-
justify-content: center;
|
|
31092
31497
|
align-items: center;
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
|
|
31099
|
-
|
|
31100
|
-
border-radius: 1px;
|
|
31101
|
-
background: #ccd4e3;
|
|
31102
|
-
position: relative;
|
|
31103
|
-
right: 2px;
|
|
31104
|
-
transform: rotate(-45deg);
|
|
31498
|
+
justify-content: space-between;
|
|
31499
|
+
background: #edf0f7;
|
|
31500
|
+
padding: 8px 12px;
|
|
31501
|
+
position: sticky;
|
|
31502
|
+
top: 0;
|
|
31503
|
+
z-index: 1;
|
|
31504
|
+
margin-bottom: -52px;
|
|
31105
31505
|
}
|
|
31106
|
-
.
|
|
31107
|
-
|
|
31108
|
-
|
|
31506
|
+
.s1ebs0ra .select-total {
|
|
31507
|
+
display: flex;
|
|
31508
|
+
align-items: center;
|
|
31509
|
+
font-weight: 700;
|
|
31510
|
+
flex-shrink: 0;
|
|
31109
31511
|
}
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
|
|
31512
|
+
.s1ebs0ra .select-total .icon-wrapper {
|
|
31513
|
+
cursor: pointer;
|
|
31514
|
+
margin-left: 8px;
|
|
31515
|
+
width: 32px;
|
|
31516
|
+
height: 32px;
|
|
31517
|
+
border-radius: 50%;
|
|
31518
|
+
justify-content: center;
|
|
31115
31519
|
}
|
|
31116
|
-
.
|
|
31117
|
-
|
|
31118
|
-
color: #e07f00;
|
|
31520
|
+
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31521
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31119
31522
|
}
|
|
31120
|
-
.
|
|
31121
|
-
|
|
31122
|
-
|
|
31523
|
+
.s1ebs0ra .action-group {
|
|
31524
|
+
flex: 1;
|
|
31525
|
+
margin-left: 88px;
|
|
31526
|
+
white-space: nowrap;
|
|
31527
|
+
text-align: right;
|
|
31528
|
+
position: relative;
|
|
31529
|
+
padding: 4px 0;
|
|
31530
|
+
margin-top: -4px;
|
|
31531
|
+
overflow: hidden;
|
|
31123
31532
|
}
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
display: flex;
|
|
31127
|
-
flex-direction: row;
|
|
31128
|
-
padding: 7px 12px;
|
|
31129
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31130
|
-
border-radius: 6px;
|
|
31131
|
-
color: #e07f00;
|
|
31132
|
-
font-size: 12px;
|
|
31133
|
-
line-height: 18px;
|
|
31533
|
+
.s1ebs0ra .action-group .sub-menu-delete {
|
|
31534
|
+
transform: translateY(-4px);
|
|
31134
31535
|
}
|
|
31135
|
-
.
|
|
31136
|
-
|
|
31137
|
-
height: 18px;
|
|
31536
|
+
.s1ebs0ra .action-group button {
|
|
31537
|
+
border: none;
|
|
31138
31538
|
}
|
|
31139
|
-
|
|
31140
|
-
|
|
31141
|
-
display: flex;
|
|
31142
|
-
flex-direction: row;
|
|
31143
|
-
padding: 7px 12px;
|
|
31144
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31145
|
-
border-radius: 6px;
|
|
31146
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31147
|
-
font-size: 12px;
|
|
31148
|
-
line-height: 18px;
|
|
31539
|
+
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
31540
|
+
margin-right: 8px;
|
|
31149
31541
|
}
|
|
31150
|
-
.
|
|
31151
|
-
margin-right:
|
|
31152
|
-
height: 18px;
|
|
31542
|
+
.s1ebs0ra .action-group > button:last-child {
|
|
31543
|
+
margin-right: 4px;
|
|
31153
31544
|
}
|
|
31154
|
-
|
|
31155
|
-
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
|
|
31159
|
-
|
|
31160
|
-
border-radius: 6px;
|
|
31161
|
-
color: #005ed1;
|
|
31162
|
-
font-size: 12px;
|
|
31163
|
-
line-height: 18px;
|
|
31545
|
+
.s1ebs0ra .action-group .more-btn {
|
|
31546
|
+
cursor: pointer;
|
|
31547
|
+
width: 32px;
|
|
31548
|
+
height: 32px;
|
|
31549
|
+
justify-content: center;
|
|
31550
|
+
border-radius: 50%;
|
|
31164
31551
|
}
|
|
31165
|
-
.
|
|
31166
|
-
|
|
31167
|
-
height: 18px;
|
|
31552
|
+
.s1ebs0ra .action-group .more-btn:hover {
|
|
31553
|
+
background: #fff;
|
|
31168
31554
|
}
|
|
31169
31555
|
|
|
31170
|
-
.
|
|
31171
|
-
|
|
31172
|
-
margin-top: 5px;
|
|
31173
|
-
font-size: 12px;
|
|
31174
|
-
line-height: 18px;
|
|
31556
|
+
.tc97u5y {
|
|
31557
|
+
height: 100%;
|
|
31175
31558
|
}
|
|
31176
31559
|
|
|
31177
|
-
.
|
|
31178
|
-
|
|
31179
|
-
font-size: 12px;
|
|
31180
|
-
white-space: pre-wrap;
|
|
31560
|
+
.tfzf37v {
|
|
31561
|
+
height: 100%;
|
|
31181
31562
|
}
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
|
|
31185
|
-
align-items: center;
|
|
31186
|
-
justify-content: flex-end;
|
|
31563
|
+
.tfzf37v.empty-table .ant-table-content {
|
|
31564
|
+
overflow: visible !important;
|
|
31565
|
+
height: 100%;
|
|
31187
31566
|
}
|
|
31188
|
-
.
|
|
31189
|
-
|
|
31567
|
+
.tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31568
|
+
height: 100%;
|
|
31190
31569
|
}
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
|
|
31570
|
+
.tfzf37v.empty-table .ant-table-content table {
|
|
31571
|
+
width: 100% !important;
|
|
31572
|
+
height: 100%;
|
|
31194
31573
|
}
|
|
31195
|
-
|
|
31196
|
-
|
|
31197
|
-
padding: 5px 12px;
|
|
31198
|
-
line-height: 20px;
|
|
31199
|
-
color: #2d3a56;
|
|
31200
|
-
border-radius: 6px;
|
|
31201
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31202
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31574
|
+
.tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31575
|
+
padding: 15px 0;
|
|
31203
31576
|
}
|
|
31204
|
-
.
|
|
31205
|
-
|
|
31206
|
-
line-height: 22px;
|
|
31577
|
+
.tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31578
|
+
display: none;
|
|
31207
31579
|
}
|
|
31208
|
-
.
|
|
31209
|
-
|
|
31210
|
-
line-height: 18px;
|
|
31580
|
+
.tfzf37v .active-row td:nth-child(1) {
|
|
31581
|
+
font-weight: 700;
|
|
31211
31582
|
}
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31214
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31215
|
-
z-index: 1;
|
|
31583
|
+
.tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31584
|
+
font-weight: 700;
|
|
31216
31585
|
}
|
|
31217
|
-
.
|
|
31218
|
-
|
|
31219
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31220
|
-
z-index: 1;
|
|
31586
|
+
.tfzf37v .ant-spin-nested-loading {
|
|
31587
|
+
height: 100%;
|
|
31221
31588
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31224
|
-
|
|
31589
|
+
.tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31590
|
+
height: 100%;
|
|
31591
|
+
overflow: visible;
|
|
31225
31592
|
}
|
|
31226
|
-
.
|
|
31227
|
-
|
|
31228
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31593
|
+
.tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31594
|
+
max-height: none;
|
|
31229
31595
|
}
|
|
31230
|
-
.
|
|
31231
|
-
|
|
31232
|
-
|
|
31596
|
+
.tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31597
|
+
.tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31598
|
+
display: none;
|
|
31233
31599
|
}
|
|
31234
|
-
.
|
|
31235
|
-
background:
|
|
31236
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31237
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31600
|
+
.tfzf37v td.ant-table-column-sort {
|
|
31601
|
+
background: transparent;
|
|
31238
31602
|
}
|
|
31239
|
-
.
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
|
|
31243
|
-
line-height: 20px;
|
|
31244
|
-
color: #2d3a56;
|
|
31245
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31603
|
+
.tfzf37v td.ant-table-cell-fix-left,
|
|
31604
|
+
.tfzf37v td.ant-table-cell-fix-right {
|
|
31605
|
+
background: #fff;
|
|
31606
|
+
padding: 0 !important;
|
|
31246
31607
|
}
|
|
31247
|
-
.
|
|
31248
|
-
.
|
|
31249
|
-
|
|
31608
|
+
.tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31609
|
+
.tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31610
|
+
display: flex;
|
|
31611
|
+
align-items: center;
|
|
31612
|
+
height: 100%;
|
|
31613
|
+
padding: 8px;
|
|
31250
31614
|
}
|
|
31251
|
-
.
|
|
31252
|
-
|
|
31253
|
-
|
|
31615
|
+
.tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31616
|
+
.tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31617
|
+
overflow: hidden;
|
|
31618
|
+
text-overflow: ellipsis;
|
|
31619
|
+
width: 100%;
|
|
31254
31620
|
}
|
|
31255
|
-
.
|
|
31256
|
-
|
|
31257
|
-
line-height: 18px;
|
|
31621
|
+
.tfzf37v .ant-table-container {
|
|
31622
|
+
height: 100%;
|
|
31258
31623
|
}
|
|
31259
|
-
.
|
|
31260
|
-
|
|
31261
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31624
|
+
.tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
|
|
31625
|
+
box-shadow: none !important;
|
|
31262
31626
|
}
|
|
31263
|
-
.
|
|
31264
|
-
border-
|
|
31265
|
-
|
|
31627
|
+
.tfzf37v .ant-table {
|
|
31628
|
+
border-radius: 0px;
|
|
31629
|
+
border-left: none;
|
|
31630
|
+
border-right: none;
|
|
31631
|
+
border-bottom: none;
|
|
31632
|
+
height: 100%;
|
|
31633
|
+
font-size: 12px;
|
|
31634
|
+
background: transparent;
|
|
31266
31635
|
}
|
|
31267
|
-
.
|
|
31268
|
-
|
|
31636
|
+
.tfzf37v .ant-table .ant-table-header {
|
|
31637
|
+
position: relative;
|
|
31638
|
+
z-index: 3;
|
|
31639
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31640
|
+
margin-bottom: -1px;
|
|
31269
31641
|
}
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31642
|
+
.tfzf37v .ant-table .time-wrapper .date,
|
|
31643
|
+
.tfzf37v .ant-table .value {
|
|
31644
|
+
color: #2d3a56;
|
|
31272
31645
|
}
|
|
31273
|
-
.
|
|
31274
|
-
|
|
31275
|
-
|
|
31646
|
+
.tfzf37v .ant-table .time-wrapper .time,
|
|
31647
|
+
.tfzf37v .ant-table .unit {
|
|
31648
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31276
31649
|
}
|
|
31277
|
-
.
|
|
31278
|
-
|
|
31279
|
-
|
|
31650
|
+
.tfzf37v .ant-table .ant-table-selection {
|
|
31651
|
+
position: unset;
|
|
31652
|
+
text-align: center;
|
|
31280
31653
|
}
|
|
31281
|
-
.
|
|
31282
|
-
background:
|
|
31283
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31284
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31654
|
+
.tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31655
|
+
background: #fff;
|
|
31285
31656
|
}
|
|
31286
|
-
|
|
31287
|
-
|
|
31288
|
-
|
|
31657
|
+
.tfzf37v .ant-table .anticon-setting {
|
|
31658
|
+
cursor: pointer;
|
|
31659
|
+
position: absolute;
|
|
31660
|
+
top: 50%;
|
|
31661
|
+
right: 12px;
|
|
31662
|
+
transform: translateY(-50%);
|
|
31289
31663
|
}
|
|
31290
|
-
|
|
31291
|
-
|
|
31664
|
+
.tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31665
|
+
box-shadow: none;
|
|
31666
|
+
width: 1px;
|
|
31667
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31668
|
+
}
|
|
31669
|
+
.tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31670
|
+
box-shadow: none;
|
|
31671
|
+
width: 1px;
|
|
31672
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31673
|
+
}
|
|
31674
|
+
.tfzf37v .ant-table .ant-table-tbody {
|
|
31675
|
+
position: relative;
|
|
31676
|
+
}
|
|
31677
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
31678
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31679
|
+
border-bottom: 1px solid white;
|
|
31292
31680
|
height: 40px;
|
|
31681
|
+
vertical-align: middle;
|
|
31682
|
+
transition: background 0ms;
|
|
31683
|
+
color: #00122e;
|
|
31293
31684
|
}
|
|
31294
|
-
|
|
31295
|
-
|
|
31685
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31686
|
+
background: #f2f5fa;
|
|
31687
|
+
border-bottom-color: #f2f5fa;
|
|
31296
31688
|
}
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
|
|
31689
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31690
|
+
height: auto;
|
|
31691
|
+
color: #00122e;
|
|
31692
|
+
font-size: 12px;
|
|
31693
|
+
text-align: left;
|
|
31694
|
+
transition: none;
|
|
31695
|
+
overflow: hidden;
|
|
31696
|
+
text-overflow: ellipsis;
|
|
31697
|
+
white-space: nowrap;
|
|
31300
31698
|
}
|
|
31301
|
-
|
|
31302
|
-
|
|
31699
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31700
|
+
color: #0096ff;
|
|
31303
31701
|
}
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31702
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31703
|
+
overflow: hidden;
|
|
31704
|
+
text-overflow: ellipsis;
|
|
31705
|
+
width: 100%;
|
|
31706
|
+
vertical-align: middle;
|
|
31307
31707
|
}
|
|
31308
|
-
|
|
31309
|
-
height:
|
|
31708
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31709
|
+
line-height: 0px;
|
|
31310
31710
|
}
|
|
31311
|
-
|
|
31312
|
-
|
|
31313
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31314
|
-
border-radius: 4px;
|
|
31711
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31712
|
+
padding-right: 25px;
|
|
31315
31713
|
}
|
|
31316
|
-
.
|
|
31317
|
-
|
|
31318
|
-
padding: 6px;
|
|
31319
|
-
height: 32px;
|
|
31320
|
-
cursor: pointer;
|
|
31321
|
-
transition: border 150ms;
|
|
31714
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31715
|
+
border-top-color: transparent;
|
|
31322
31716
|
}
|
|
31323
|
-
.
|
|
31324
|
-
|
|
31325
|
-
|
|
31717
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31718
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31719
|
+
border-color: transparent transparent white;
|
|
31326
31720
|
}
|
|
31327
|
-
.
|
|
31328
|
-
|
|
31721
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31722
|
+
border-radius: 8px 0 0 8px;
|
|
31329
31723
|
}
|
|
31330
|
-
.
|
|
31331
|
-
|
|
31724
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31725
|
+
border-radius: 8px 0 0 8px;
|
|
31332
31726
|
}
|
|
31333
|
-
.
|
|
31334
|
-
|
|
31727
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31728
|
+
content: "";
|
|
31729
|
+
width: 4px;
|
|
31730
|
+
top: -1px;
|
|
31731
|
+
bottom: -1px;
|
|
31732
|
+
background: white;
|
|
31335
31733
|
}
|
|
31336
|
-
.
|
|
31337
|
-
|
|
31338
|
-
right: 12px;
|
|
31339
|
-
top: 50%;
|
|
31340
|
-
transform: translateY(-50%);
|
|
31734
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31735
|
+
border-radius: 0 8px 8px 0;
|
|
31341
31736
|
}
|
|
31342
|
-
.
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31737
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31738
|
+
border-radius: 0;
|
|
31739
|
+
background: white;
|
|
31740
|
+
border-top: none;
|
|
31346
31741
|
}
|
|
31347
|
-
.
|
|
31348
|
-
|
|
31742
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31743
|
+
border-top: 1px solid transparent;
|
|
31744
|
+
border-radius: 0 8px 8px 0;
|
|
31745
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31349
31746
|
}
|
|
31350
|
-
.
|
|
31351
|
-
|
|
31352
|
-
|
|
31747
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31748
|
+
background: white;
|
|
31749
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31353
31750
|
}
|
|
31354
|
-
.
|
|
31355
|
-
|
|
31356
|
-
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
transition: left 150ms ease;
|
|
31360
|
-
opacity: 0;
|
|
31751
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31752
|
+
display: flex;
|
|
31753
|
+
align-items: center;
|
|
31754
|
+
height: 100%;
|
|
31755
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31361
31756
|
}
|
|
31362
|
-
.
|
|
31363
|
-
|
|
31364
|
-
|
|
31757
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31758
|
+
background: white;
|
|
31759
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31365
31760
|
}
|
|
31366
|
-
.
|
|
31367
|
-
|
|
31368
|
-
|
|
31761
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31762
|
+
display: flex;
|
|
31763
|
+
align-items: center;
|
|
31764
|
+
height: 100%;
|
|
31765
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31369
31766
|
}
|
|
31370
|
-
.
|
|
31371
|
-
|
|
31767
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31768
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31372
31769
|
}
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
border-
|
|
31376
|
-
border-bottom-right-radius: 0;
|
|
31770
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31771
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31772
|
+
border-radius: 8px;
|
|
31377
31773
|
}
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
border-top-right-radius: 0;
|
|
31381
|
-
border-bottom-right-radius: 0;
|
|
31774
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31775
|
+
border-top-color: white;
|
|
31382
31776
|
}
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
border-
|
|
31386
|
-
border-
|
|
31777
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31778
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31779
|
+
border-bottom-color: transparent;
|
|
31780
|
+
border-top-color: transparent;
|
|
31387
31781
|
}
|
|
31388
|
-
|
|
31389
|
-
|
|
31390
|
-
border-top-left-radius: 0;
|
|
31391
|
-
border-bottom-left-radius: 0;
|
|
31782
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31783
|
+
border-radius: 8px 0 0 8px;
|
|
31392
31784
|
}
|
|
31393
|
-
|
|
31394
|
-
|
|
31395
|
-
border-top-right-radius: 0;
|
|
31396
|
-
border-bottom-right-radius: 0;
|
|
31785
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31786
|
+
border-radius: 0 8px 8px 0;
|
|
31397
31787
|
}
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
border-top-left-radius: 0;
|
|
31401
|
-
border-bottom-left-radius: 0;
|
|
31788
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31789
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31402
31790
|
}
|
|
31403
|
-
|
|
31404
|
-
|
|
31405
|
-
|
|
31406
|
-
|
|
31791
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
31792
|
+
background: #fff;
|
|
31793
|
+
font-weight: 400;
|
|
31794
|
+
position: relative;
|
|
31795
|
+
border-bottom: none;
|
|
31796
|
+
color: #00122e;
|
|
31797
|
+
transition: none;
|
|
31798
|
+
padding: 15px 8px 15px 8px;
|
|
31407
31799
|
}
|
|
31408
|
-
.
|
|
31409
|
-
|
|
31800
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31801
|
+
content: "";
|
|
31802
|
+
width: 1px;
|
|
31803
|
+
top: 0;
|
|
31804
|
+
bottom: 0;
|
|
31805
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31806
|
+
position: absolute;
|
|
31807
|
+
right: 0;
|
|
31410
31808
|
}
|
|
31411
|
-
.
|
|
31412
|
-
|
|
31809
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31810
|
+
padding: unset;
|
|
31413
31811
|
}
|
|
31414
|
-
.
|
|
31415
|
-
|
|
31812
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31813
|
+
display: none;
|
|
31416
31814
|
}
|
|
31417
|
-
.
|
|
31815
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31418
31816
|
width: 100%;
|
|
31817
|
+
overflow: hidden;
|
|
31818
|
+
white-space: nowrap;
|
|
31819
|
+
text-overflow: ellipsis;
|
|
31419
31820
|
}
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
color: #3e4652;
|
|
31425
|
-
line-height: 18px;
|
|
31426
|
-
}
|
|
31427
|
-
.d105ju2d + .d105ju2d {
|
|
31428
|
-
margin-top: 16px;
|
|
31821
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31822
|
+
overflow: hidden;
|
|
31823
|
+
text-overflow: ellipsis;
|
|
31824
|
+
flex: 1;
|
|
31429
31825
|
}
|
|
31430
|
-
.
|
|
31431
|
-
|
|
31826
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31827
|
+
padding: 15px 25px 15px 8px;
|
|
31432
31828
|
}
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
font-size: 12px;
|
|
31436
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31437
|
-
margin-top: 12px;
|
|
31829
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31830
|
+
padding: 0;
|
|
31438
31831
|
}
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31832
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31833
|
+
position: absolute;
|
|
31834
|
+
right: 6px;
|
|
31835
|
+
top: 50%;
|
|
31836
|
+
transform: translateY(-50%);
|
|
31837
|
+
height: 16px;
|
|
31838
|
+
display: none;
|
|
31839
|
+
transition: transform 320ms ease;
|
|
31445
31840
|
}
|
|
31446
|
-
|
|
31447
|
-
.r1skkc3l {
|
|
31841
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31448
31842
|
display: block;
|
|
31843
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31449
31844
|
}
|
|
31450
|
-
.
|
|
31451
|
-
|
|
31452
|
-
font-weight: 500;
|
|
31453
|
-
line-height: 32px;
|
|
31454
|
-
color: #3e4652;
|
|
31455
|
-
}
|
|
31456
|
-
|
|
31457
|
-
.c3cobmo {
|
|
31458
|
-
margin-top: 16px;
|
|
31459
|
-
padding: 8px;
|
|
31460
|
-
border-radius: 6px;
|
|
31461
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31462
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31463
|
-
font-size: 12px;
|
|
31845
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31846
|
+
display: block;
|
|
31464
31847
|
}
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31467
|
-
display: flex;
|
|
31468
|
-
align-items: center;
|
|
31469
|
-
word-break: break-all;
|
|
31848
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31849
|
+
display: none;
|
|
31470
31850
|
}
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31473
|
-
line-height: 18px;
|
|
31474
|
-
margin: 4px 0;
|
|
31851
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31852
|
+
transform: translateY(-50%);
|
|
31475
31853
|
}
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
min-width: 40px;
|
|
31479
|
-
height: 24px;
|
|
31480
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31481
|
-
overflow: hidden;
|
|
31854
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31855
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31482
31856
|
}
|
|
31483
|
-
.
|
|
31484
|
-
|
|
31857
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31858
|
+
background: #f2f5fa;
|
|
31485
31859
|
}
|
|
31486
|
-
.
|
|
31487
|
-
|
|
31488
|
-
height: 16px;
|
|
31860
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31861
|
+
display: block;
|
|
31489
31862
|
}
|
|
31490
|
-
.
|
|
31491
|
-
|
|
31492
|
-
height: 32px;
|
|
31863
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
31864
|
+
padding-right: 25px;
|
|
31493
31865
|
}
|
|
31494
|
-
.
|
|
31495
|
-
|
|
31496
|
-
width: 20px;
|
|
31866
|
+
.tfzf37v .ant-table .ant-table-selection-column {
|
|
31867
|
+
padding: 0 !important;
|
|
31497
31868
|
}
|
|
31498
|
-
.
|
|
31499
|
-
|
|
31500
|
-
|
|
31869
|
+
.tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31870
|
+
position: absolute;
|
|
31871
|
+
left: 50%;
|
|
31872
|
+
top: 50%;
|
|
31873
|
+
transform: translate(-50%, -50%);
|
|
31501
31874
|
}
|
|
31502
|
-
.
|
|
31503
|
-
|
|
31504
|
-
width: 14px;
|
|
31505
|
-
top: 1px;
|
|
31506
|
-
left: 1px;
|
|
31875
|
+
.tfzf37v .ant-table .ant-table-selection-column:after {
|
|
31876
|
+
display: none;
|
|
31507
31877
|
}
|
|
31508
|
-
.
|
|
31509
|
-
|
|
31510
|
-
width: 28px;
|
|
31878
|
+
.tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
31879
|
+
background: #fff;
|
|
31511
31880
|
}
|
|
31512
|
-
.
|
|
31513
|
-
|
|
31881
|
+
.tfzf37v .ant-table .ant-table-placeholder {
|
|
31882
|
+
background: inherit;
|
|
31514
31883
|
}
|
|
31515
|
-
.
|
|
31516
|
-
|
|
31884
|
+
.tfzf37v .ant-table .ant-table-placeholder td {
|
|
31885
|
+
position: static;
|
|
31886
|
+
border: none;
|
|
31887
|
+
background: inherit !important;
|
|
31888
|
+
height: 100px;
|
|
31889
|
+
vertical-align: middle;
|
|
31517
31890
|
}
|
|
31518
|
-
.
|
|
31519
|
-
|
|
31891
|
+
.tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
31892
|
+
.tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31893
|
+
font-weight: bold;
|
|
31894
|
+
font-size: 20px;
|
|
31895
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31520
31896
|
}
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31897
|
+
.tfzf37v .ant-table td.cell__action_ {
|
|
31898
|
+
padding: 0 !important;
|
|
31899
|
+
position: relative;
|
|
31900
|
+
background: #fff;
|
|
31523
31901
|
}
|
|
31524
|
-
.
|
|
31525
|
-
|
|
31902
|
+
.tfzf37v .ant-table td.cell__action_ > * {
|
|
31903
|
+
height: 100%;
|
|
31904
|
+
display: flex;
|
|
31905
|
+
align-items: center;
|
|
31906
|
+
justify-content: flex-end;
|
|
31907
|
+
padding-right: 8px;
|
|
31526
31908
|
}
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31909
|
+
.tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
31910
|
+
width: 24px;
|
|
31911
|
+
height: 24px;
|
|
31912
|
+
cursor: pointer;
|
|
31913
|
+
justify-content: center;
|
|
31914
|
+
border-radius: 4px;
|
|
31915
|
+
}
|
|
31916
|
+
.tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
31917
|
+
background: #fff;
|
|
31530
31918
|
}
|
|
31531
31919
|
|
|
31532
31920
|
.rapgekc.ant-radio-wrapper {
|
|
@@ -31602,457 +31990,237 @@ input.rf8rlle.ant-input {
|
|
|
31602
31990
|
}
|
|
31603
31991
|
.rcc63c8.ant-radio-button-wrapper {
|
|
31604
31992
|
padding: 0 12px;
|
|
31605
|
-
line-height: 32px;
|
|
31606
|
-
height: 32px;
|
|
31607
|
-
}
|
|
31608
|
-
.rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31609
|
-
white-space: nowrap;
|
|
31610
|
-
}
|
|
31611
|
-
.ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
|
|
31612
|
-
height: 22px;
|
|
31613
|
-
padding: 0 7px;
|
|
31614
|
-
line-height: 20px;
|
|
31615
|
-
}
|
|
31616
|
-
.rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31617
|
-
background: #ccd4e3;
|
|
31618
|
-
}
|
|
31619
|
-
.rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31620
|
-
background: #0080ff;
|
|
31621
|
-
}
|
|
31622
|
-
.rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31623
|
-
background: #ccd4e3;
|
|
31624
|
-
opacity: 0.5;
|
|
31625
|
-
}
|
|
31626
|
-
.rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31627
|
-
border-right-color: #0080ff;
|
|
31628
|
-
}
|
|
31629
|
-
.rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31630
|
-
border-color: #0080ff;
|
|
31631
|
-
}
|
|
31632
|
-
.rcc63c8.ant-radio-button-wrapper-checked {
|
|
31633
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31634
|
-
}
|
|
31635
|
-
.rcc63c8.ant-radio-button-wrapper-disabled {
|
|
31636
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31637
|
-
border-color: #ccd4e3;
|
|
31638
|
-
opacity: 0.5;
|
|
31639
|
-
}
|
|
31640
|
-
.rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
31641
|
-
color: #00122e;
|
|
31642
|
-
border-color: #ccd4e3;
|
|
31643
|
-
}
|
|
31644
|
-
.rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31645
|
-
color: #00122e;
|
|
31646
|
-
border-color: #ccd4e3;
|
|
31647
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31648
|
-
}
|
|
31649
|
-
.rcc63c8 .ant-radio-button-input {
|
|
31650
|
-
margin-right: 8px;
|
|
31651
|
-
display: inline;
|
|
31652
|
-
border: none;
|
|
31653
|
-
padding: 0;
|
|
31654
|
-
width: 36px;
|
|
31655
|
-
background: transparent;
|
|
31656
|
-
}
|
|
31657
|
-
.rcc63c8 .ant-radio-button-input:focus {
|
|
31658
|
-
box-shadow: none;
|
|
31659
|
-
}
|
|
31660
|
-
.rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
31661
|
-
margin-right: 0;
|
|
31662
|
-
width: initial;
|
|
31663
|
-
box-shadow: none;
|
|
31664
|
-
}
|
|
31665
|
-
.rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31666
|
-
display: none;
|
|
31667
|
-
}
|
|
31668
|
-
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31669
|
-
display: inline;
|
|
31670
|
-
}
|
|
31671
|
-
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31672
|
-
display: inline;
|
|
31673
|
-
margin-right: 8px;
|
|
31674
|
-
padding: 0;
|
|
31675
|
-
width: 36px;
|
|
31676
|
-
}
|
|
31677
|
-
|
|
31678
|
-
.tc97u5y {
|
|
31679
|
-
height: 100%;
|
|
31680
|
-
}
|
|
31681
|
-
|
|
31682
|
-
.tfzf37v {
|
|
31683
|
-
height: 100%;
|
|
31684
|
-
}
|
|
31685
|
-
.tfzf37v.empty-table .ant-table-content {
|
|
31686
|
-
overflow: visible !important;
|
|
31687
|
-
height: 100%;
|
|
31688
|
-
}
|
|
31689
|
-
.tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31690
|
-
height: 100%;
|
|
31691
|
-
}
|
|
31692
|
-
.tfzf37v.empty-table .ant-table-content table {
|
|
31693
|
-
width: 100% !important;
|
|
31694
|
-
height: 100%;
|
|
31695
|
-
}
|
|
31696
|
-
.tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31697
|
-
padding: 15px 0;
|
|
31698
|
-
}
|
|
31699
|
-
.tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31700
|
-
display: none;
|
|
31701
|
-
}
|
|
31702
|
-
.tfzf37v .active-row td:nth-child(1) {
|
|
31703
|
-
font-weight: 700;
|
|
31704
|
-
}
|
|
31705
|
-
.tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31706
|
-
font-weight: 700;
|
|
31707
|
-
}
|
|
31708
|
-
.tfzf37v .ant-spin-nested-loading {
|
|
31709
|
-
height: 100%;
|
|
31710
|
-
}
|
|
31711
|
-
.tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31712
|
-
height: 100%;
|
|
31713
|
-
overflow: visible;
|
|
31714
|
-
}
|
|
31715
|
-
.tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31716
|
-
max-height: none;
|
|
31717
|
-
}
|
|
31718
|
-
.tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31719
|
-
.tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31720
|
-
display: none;
|
|
31721
|
-
}
|
|
31722
|
-
.tfzf37v td.ant-table-column-sort {
|
|
31723
|
-
background: transparent;
|
|
31724
|
-
}
|
|
31725
|
-
.tfzf37v td.ant-table-cell-fix-left,
|
|
31726
|
-
.tfzf37v td.ant-table-cell-fix-right {
|
|
31727
|
-
background: #fff;
|
|
31728
|
-
padding: 0 !important;
|
|
31729
|
-
}
|
|
31730
|
-
.tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31731
|
-
.tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31732
|
-
display: flex;
|
|
31733
|
-
align-items: center;
|
|
31734
|
-
height: 100%;
|
|
31735
|
-
padding: 8px;
|
|
31736
|
-
}
|
|
31737
|
-
.tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31738
|
-
.tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31739
|
-
overflow: hidden;
|
|
31740
|
-
text-overflow: ellipsis;
|
|
31741
|
-
width: 100%;
|
|
31742
|
-
}
|
|
31743
|
-
.tfzf37v .ant-table-container {
|
|
31744
|
-
height: 100%;
|
|
31745
|
-
}
|
|
31746
|
-
.tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
|
|
31747
|
-
box-shadow: none !important;
|
|
31748
|
-
}
|
|
31749
|
-
.tfzf37v .ant-table {
|
|
31750
|
-
border-radius: 0px;
|
|
31751
|
-
border-left: none;
|
|
31752
|
-
border-right: none;
|
|
31753
|
-
border-bottom: none;
|
|
31754
|
-
height: 100%;
|
|
31755
|
-
font-size: 12px;
|
|
31756
|
-
background: transparent;
|
|
31757
|
-
}
|
|
31758
|
-
.tfzf37v .ant-table .ant-table-header {
|
|
31759
|
-
position: relative;
|
|
31760
|
-
z-index: 3;
|
|
31761
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31762
|
-
margin-bottom: -1px;
|
|
31763
|
-
}
|
|
31764
|
-
.tfzf37v .ant-table .time-wrapper .date,
|
|
31765
|
-
.tfzf37v .ant-table .value {
|
|
31766
|
-
color: #2d3a56;
|
|
31767
|
-
}
|
|
31768
|
-
.tfzf37v .ant-table .time-wrapper .time,
|
|
31769
|
-
.tfzf37v .ant-table .unit {
|
|
31770
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31771
|
-
}
|
|
31772
|
-
.tfzf37v .ant-table .ant-table-selection {
|
|
31773
|
-
position: unset;
|
|
31774
|
-
text-align: center;
|
|
31775
|
-
}
|
|
31776
|
-
.tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31777
|
-
background: #fff;
|
|
31778
|
-
}
|
|
31779
|
-
.tfzf37v .ant-table .anticon-setting {
|
|
31780
|
-
cursor: pointer;
|
|
31781
|
-
position: absolute;
|
|
31782
|
-
top: 50%;
|
|
31783
|
-
right: 12px;
|
|
31784
|
-
transform: translateY(-50%);
|
|
31785
|
-
}
|
|
31786
|
-
.tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31787
|
-
box-shadow: none;
|
|
31788
|
-
width: 1px;
|
|
31789
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31790
|
-
}
|
|
31791
|
-
.tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31792
|
-
box-shadow: none;
|
|
31793
|
-
width: 1px;
|
|
31794
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31795
|
-
}
|
|
31796
|
-
.tfzf37v .ant-table .ant-table-tbody {
|
|
31797
|
-
position: relative;
|
|
31798
|
-
}
|
|
31799
|
-
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
31800
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31801
|
-
border-bottom: 1px solid white;
|
|
31802
|
-
height: 40px;
|
|
31803
|
-
vertical-align: middle;
|
|
31804
|
-
transition: background 0ms;
|
|
31805
|
-
color: #00122e;
|
|
31806
|
-
}
|
|
31807
|
-
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31808
|
-
background: #f2f5fa;
|
|
31809
|
-
border-bottom-color: #f2f5fa;
|
|
31993
|
+
line-height: 32px;
|
|
31994
|
+
height: 32px;
|
|
31810
31995
|
}
|
|
31811
|
-
.
|
|
31812
|
-
height: auto;
|
|
31813
|
-
color: #00122e;
|
|
31814
|
-
font-size: 12px;
|
|
31815
|
-
text-align: left;
|
|
31816
|
-
transition: none;
|
|
31817
|
-
overflow: hidden;
|
|
31818
|
-
text-overflow: ellipsis;
|
|
31996
|
+
.rcc63c8.ant-radio-button-wrapper > span + span {
|
|
31819
31997
|
white-space: nowrap;
|
|
31820
31998
|
}
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31999
|
+
.ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
|
|
32000
|
+
height: 22px;
|
|
32001
|
+
padding: 0 7px;
|
|
32002
|
+
line-height: 20px;
|
|
31823
32003
|
}
|
|
31824
|
-
.
|
|
31825
|
-
|
|
31826
|
-
text-overflow: ellipsis;
|
|
31827
|
-
width: 100%;
|
|
31828
|
-
vertical-align: middle;
|
|
32004
|
+
.rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
32005
|
+
background: #ccd4e3;
|
|
31829
32006
|
}
|
|
31830
|
-
.
|
|
31831
|
-
|
|
32007
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
32008
|
+
background: #0080ff;
|
|
31832
32009
|
}
|
|
31833
|
-
.
|
|
31834
|
-
|
|
32010
|
+
.rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
32011
|
+
background: #ccd4e3;
|
|
32012
|
+
opacity: 0.5;
|
|
31835
32013
|
}
|
|
31836
|
-
.
|
|
31837
|
-
border-
|
|
32014
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
32015
|
+
border-right-color: #0080ff;
|
|
31838
32016
|
}
|
|
31839
|
-
.
|
|
31840
|
-
|
|
31841
|
-
border-color: transparent transparent white;
|
|
32017
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
32018
|
+
border-color: #0080ff;
|
|
31842
32019
|
}
|
|
31843
|
-
.
|
|
31844
|
-
|
|
32020
|
+
.rcc63c8.ant-radio-button-wrapper-checked {
|
|
32021
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31845
32022
|
}
|
|
31846
|
-
.
|
|
31847
|
-
|
|
32023
|
+
.rcc63c8.ant-radio-button-wrapper-disabled {
|
|
32024
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32025
|
+
border-color: #ccd4e3;
|
|
32026
|
+
opacity: 0.5;
|
|
31848
32027
|
}
|
|
31849
|
-
.
|
|
31850
|
-
|
|
31851
|
-
|
|
31852
|
-
top: -1px;
|
|
31853
|
-
bottom: -1px;
|
|
31854
|
-
background: white;
|
|
32028
|
+
.rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
32029
|
+
color: #00122e;
|
|
32030
|
+
border-color: #ccd4e3;
|
|
31855
32031
|
}
|
|
31856
|
-
.
|
|
31857
|
-
|
|
32032
|
+
.rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
32033
|
+
color: #00122e;
|
|
32034
|
+
border-color: #ccd4e3;
|
|
32035
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31858
32036
|
}
|
|
31859
|
-
.
|
|
31860
|
-
|
|
31861
|
-
|
|
31862
|
-
border
|
|
32037
|
+
.rcc63c8 .ant-radio-button-input {
|
|
32038
|
+
margin-right: 8px;
|
|
32039
|
+
display: inline;
|
|
32040
|
+
border: none;
|
|
32041
|
+
padding: 0;
|
|
32042
|
+
width: 36px;
|
|
32043
|
+
background: transparent;
|
|
31863
32044
|
}
|
|
31864
|
-
.
|
|
31865
|
-
|
|
31866
|
-
border-radius: 0 8px 8px 0;
|
|
31867
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32045
|
+
.rcc63c8 .ant-radio-button-input:focus {
|
|
32046
|
+
box-shadow: none;
|
|
31868
32047
|
}
|
|
31869
|
-
.
|
|
31870
|
-
|
|
31871
|
-
|
|
32048
|
+
.rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
32049
|
+
margin-right: 0;
|
|
32050
|
+
width: initial;
|
|
32051
|
+
box-shadow: none;
|
|
31872
32052
|
}
|
|
31873
|
-
.
|
|
31874
|
-
display:
|
|
31875
|
-
align-items: center;
|
|
31876
|
-
height: 100%;
|
|
31877
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32053
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
32054
|
+
display: none;
|
|
31878
32055
|
}
|
|
31879
|
-
.
|
|
31880
|
-
|
|
31881
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32056
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
32057
|
+
display: inline;
|
|
31882
32058
|
}
|
|
31883
|
-
.
|
|
31884
|
-
display:
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
|
|
32059
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
32060
|
+
display: inline;
|
|
32061
|
+
margin-right: 8px;
|
|
32062
|
+
padding: 0;
|
|
32063
|
+
width: 36px;
|
|
31888
32064
|
}
|
|
31889
|
-
|
|
31890
|
-
|
|
32065
|
+
|
|
32066
|
+
.c1up1pdz {
|
|
32067
|
+
width: 648px;
|
|
31891
32068
|
}
|
|
31892
|
-
.
|
|
31893
|
-
|
|
31894
|
-
border-radius: 8px;
|
|
32069
|
+
.c1up1pdz.active {
|
|
32070
|
+
border-color: #0080ff;
|
|
31895
32071
|
}
|
|
31896
|
-
.
|
|
31897
|
-
|
|
32072
|
+
.c1up1pdz.active > header {
|
|
32073
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31898
32074
|
}
|
|
31899
|
-
.
|
|
31900
|
-
|
|
31901
|
-
border-bottom-color: transparent;
|
|
31902
|
-
border-top-color: transparent;
|
|
32075
|
+
.c1up1pdz .expand {
|
|
32076
|
+
padding: 12px;
|
|
31903
32077
|
}
|
|
31904
|
-
.
|
|
31905
|
-
|
|
32078
|
+
.c1up1pdz .field-item {
|
|
32079
|
+
display: flex;
|
|
32080
|
+
padding: 10px 0;
|
|
32081
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31906
32082
|
}
|
|
31907
|
-
.
|
|
31908
|
-
border-
|
|
32083
|
+
.c1up1pdz .field-item:last-child {
|
|
32084
|
+
border-bottom: none;
|
|
32085
|
+
padding-bottom: 0;
|
|
31909
32086
|
}
|
|
31910
|
-
.
|
|
31911
|
-
|
|
32087
|
+
.c1up1pdz .field-item label {
|
|
32088
|
+
line-height: 32px;
|
|
32089
|
+
width: 100px;
|
|
32090
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31912
32091
|
}
|
|
31913
|
-
.
|
|
31914
|
-
|
|
31915
|
-
|
|
31916
|
-
position: relative;
|
|
31917
|
-
border-bottom: none;
|
|
31918
|
-
color: #00122e;
|
|
31919
|
-
transition: none;
|
|
31920
|
-
padding: 15px 8px 15px 8px;
|
|
32092
|
+
.c1up1pdz .help {
|
|
32093
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32094
|
+
margin-top: 5px;
|
|
31921
32095
|
}
|
|
31922
|
-
.
|
|
31923
|
-
|
|
31924
|
-
width:
|
|
31925
|
-
top: 0;
|
|
31926
|
-
bottom: 0;
|
|
31927
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31928
|
-
position: absolute;
|
|
31929
|
-
right: 0;
|
|
32096
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
32097
|
+
.c1up1pdz .ant-picker {
|
|
32098
|
+
width: 128px;
|
|
31930
32099
|
}
|
|
31931
|
-
|
|
31932
|
-
|
|
32100
|
+
|
|
32101
|
+
.c156wh19 {
|
|
32102
|
+
display: flex;
|
|
32103
|
+
align-items: center;
|
|
32104
|
+
justify-content: space-between;
|
|
32105
|
+
word-break: keep-all;
|
|
31933
32106
|
}
|
|
31934
|
-
.
|
|
31935
|
-
|
|
32107
|
+
.c156wh19 .title {
|
|
32108
|
+
margin: 0 16px 0 8px;
|
|
31936
32109
|
}
|
|
31937
|
-
.
|
|
31938
|
-
|
|
32110
|
+
.c156wh19 .retain {
|
|
32111
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32112
|
+
}
|
|
32113
|
+
.c156wh19 div.left {
|
|
32114
|
+
flex: 1;
|
|
32115
|
+
display: flex;
|
|
31939
32116
|
overflow: hidden;
|
|
32117
|
+
align-items: center;
|
|
32118
|
+
justify-content: flex-start;
|
|
31940
32119
|
white-space: nowrap;
|
|
31941
|
-
text-overflow: ellipsis;
|
|
31942
32120
|
}
|
|
31943
|
-
.
|
|
32121
|
+
.c156wh19 div.left .title {
|
|
32122
|
+
max-width: 100%;
|
|
31944
32123
|
overflow: hidden;
|
|
31945
32124
|
text-overflow: ellipsis;
|
|
31946
|
-
flex: 1;
|
|
31947
|
-
}
|
|
31948
|
-
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31949
|
-
padding: 15px 25px 15px 8px;
|
|
31950
|
-
}
|
|
31951
|
-
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31952
|
-
padding: 0;
|
|
31953
|
-
}
|
|
31954
|
-
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31955
|
-
position: absolute;
|
|
31956
|
-
right: 6px;
|
|
31957
|
-
top: 50%;
|
|
31958
|
-
transform: translateY(-50%);
|
|
31959
|
-
height: 16px;
|
|
31960
|
-
display: none;
|
|
31961
|
-
transition: transform 320ms ease;
|
|
31962
|
-
}
|
|
31963
|
-
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31964
|
-
display: block;
|
|
31965
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31966
32125
|
}
|
|
31967
|
-
.
|
|
31968
|
-
display:
|
|
32126
|
+
.c156wh19 div.right {
|
|
32127
|
+
display: flex;
|
|
32128
|
+
align-items: center;
|
|
31969
32129
|
}
|
|
31970
|
-
.
|
|
31971
|
-
display:
|
|
32130
|
+
.c156wh19 .reverse {
|
|
32131
|
+
display: flex;
|
|
32132
|
+
flex-direction: row-reverse;
|
|
32133
|
+
align-items: center;
|
|
31972
32134
|
}
|
|
31973
|
-
.
|
|
31974
|
-
|
|
32135
|
+
.c156wh19 .reverse .ant-switch {
|
|
32136
|
+
margin-left: 8px;
|
|
31975
32137
|
}
|
|
31976
|
-
.
|
|
31977
|
-
|
|
32138
|
+
.c156wh19 .close {
|
|
32139
|
+
padding-left: 14px;
|
|
32140
|
+
margin-left: 14px;
|
|
32141
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32142
|
+
cursor: pointer;
|
|
31978
32143
|
}
|
|
31979
|
-
|
|
31980
|
-
|
|
32144
|
+
|
|
32145
|
+
.m126spxy {
|
|
32146
|
+
padding-bottom: 4px;
|
|
32147
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31981
32148
|
}
|
|
31982
|
-
.
|
|
31983
|
-
|
|
32149
|
+
.m126spxy .ant-btn-link {
|
|
32150
|
+
padding: 1px 10px;
|
|
32151
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32152
|
+
border-radius: 4px;
|
|
31984
32153
|
}
|
|
31985
|
-
.
|
|
31986
|
-
|
|
32154
|
+
.m126spxy .ant-btn-link.active {
|
|
32155
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32156
|
+
color: #0096ff;
|
|
31987
32157
|
}
|
|
31988
|
-
|
|
31989
|
-
|
|
32158
|
+
|
|
32159
|
+
.wpbf4pq {
|
|
32160
|
+
padding: 10px 0;
|
|
32161
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31990
32162
|
}
|
|
31991
|
-
.
|
|
31992
|
-
|
|
31993
|
-
|
|
31994
|
-
|
|
31995
|
-
|
|
32163
|
+
.wpbf4pq .ant-input,
|
|
32164
|
+
.wpbf4pq .ant-picker {
|
|
32165
|
+
width: 80px;
|
|
32166
|
+
margin: 0 9px;
|
|
32167
|
+
text-align: center;
|
|
31996
32168
|
}
|
|
31997
|
-
.
|
|
31998
|
-
|
|
32169
|
+
.wpbf4pq .options {
|
|
32170
|
+
padding: 12px 0 12px 16px;
|
|
32171
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32172
|
+
margin: 5px 0 5px 8px;
|
|
31999
32173
|
}
|
|
32000
|
-
.
|
|
32001
|
-
|
|
32174
|
+
.wpbf4pq .week-day-option,
|
|
32175
|
+
.wpbf4pq .month-day-option {
|
|
32176
|
+
background: #f5f7fa;
|
|
32177
|
+
box-sizing: border-box;
|
|
32178
|
+
border-radius: 16px;
|
|
32179
|
+
margin-right: 8px;
|
|
32002
32180
|
}
|
|
32003
|
-
.
|
|
32004
|
-
|
|
32181
|
+
.wpbf4pq .week-day-option:focus,
|
|
32182
|
+
.wpbf4pq .month-day-option:focus {
|
|
32183
|
+
color: inherit;
|
|
32184
|
+
border-color: #d9d9d9;
|
|
32005
32185
|
}
|
|
32006
|
-
.
|
|
32007
|
-
|
|
32008
|
-
border:
|
|
32009
|
-
|
|
32010
|
-
height: 100px;
|
|
32011
|
-
vertical-align: middle;
|
|
32186
|
+
.wpbf4pq .week-day-option.active {
|
|
32187
|
+
background-color: #0096ff;
|
|
32188
|
+
border-color: #0096ff;
|
|
32189
|
+
color: #fff;
|
|
32012
32190
|
}
|
|
32013
|
-
.
|
|
32014
|
-
|
|
32015
|
-
|
|
32016
|
-
font-size: 20px;
|
|
32017
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32191
|
+
.wpbf4pq .week-day-option.en-text {
|
|
32192
|
+
width: 110px;
|
|
32193
|
+
margin-top: 4px;
|
|
32018
32194
|
}
|
|
32019
|
-
.
|
|
32020
|
-
|
|
32021
|
-
|
|
32022
|
-
|
|
32195
|
+
.wpbf4pq .month-day-option {
|
|
32196
|
+
width: 32px;
|
|
32197
|
+
padding: 0;
|
|
32198
|
+
margin-bottom: 8px;
|
|
32023
32199
|
}
|
|
32024
|
-
.
|
|
32025
|
-
|
|
32026
|
-
|
|
32027
|
-
|
|
32028
|
-
justify-content: flex-end;
|
|
32029
|
-
padding-right: 8px;
|
|
32200
|
+
.wpbf4pq .month-day-option.active {
|
|
32201
|
+
background-color: #0096ff;
|
|
32202
|
+
border-color: #0096ff;
|
|
32203
|
+
color: #fff;
|
|
32030
32204
|
}
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
cursor: pointer;
|
|
32035
|
-
justify-content: center;
|
|
32205
|
+
|
|
32206
|
+
.c18gxmrl {
|
|
32207
|
+
border: 1px solid #d8deeb;
|
|
32036
32208
|
border-radius: 4px;
|
|
32037
32209
|
}
|
|
32038
|
-
.
|
|
32039
|
-
|
|
32210
|
+
.c18gxmrl + .c18gxmrl {
|
|
32211
|
+
margin-top: 8px;
|
|
32040
32212
|
}
|
|
32041
|
-
|
|
32042
|
-
|
|
32043
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32044
|
-
margin-bottom: 4px;
|
|
32213
|
+
.c18gxmrl:hover {
|
|
32214
|
+
border-color: #0080ff;
|
|
32045
32215
|
}
|
|
32046
|
-
.
|
|
32047
|
-
|
|
32048
|
-
cursor: pointer;
|
|
32049
|
-
transition: color 160ms ease;
|
|
32216
|
+
.c18gxmrl:hover > header {
|
|
32217
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32050
32218
|
}
|
|
32051
|
-
.
|
|
32052
|
-
|
|
32219
|
+
.c18gxmrl.active header {
|
|
32220
|
+
border-bottom: 1px solid #d8deeb;
|
|
32053
32221
|
}
|
|
32054
|
-
.
|
|
32055
|
-
|
|
32222
|
+
.c18gxmrl > header {
|
|
32223
|
+
padding: 8px 12px;
|
|
32056
32224
|
}
|
|
32057
32225
|
|
|
32058
32226
|
.c1uzzomf {
|
|
@@ -32111,16 +32279,6 @@ input.rf8rlle.ant-input {
|
|
|
32111
32279
|
background-color: transparent;
|
|
32112
32280
|
}
|
|
32113
32281
|
|
|
32114
|
-
.gmyahx3 {
|
|
32115
|
-
cursor: pointer;
|
|
32116
|
-
}
|
|
32117
|
-
.gmyahx3 .link-text {
|
|
32118
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32119
|
-
}
|
|
32120
|
-
.gmyahx3:hover .link-text {
|
|
32121
|
-
color: #0080ff;
|
|
32122
|
-
}
|
|
32123
|
-
|
|
32124
32282
|
.c1bus5hc {
|
|
32125
32283
|
--color: white;
|
|
32126
32284
|
height: 14px;
|
|
@@ -32161,49 +32319,6 @@ input.rf8rlle.ant-input {
|
|
|
32161
32319
|
transform: rotate(0deg);
|
|
32162
32320
|
}
|
|
32163
32321
|
|
|
32164
|
-
.n12mqh7z {
|
|
32165
|
-
display: flex;
|
|
32166
|
-
align-items: center;
|
|
32167
|
-
font-size: 12px;
|
|
32168
|
-
line-height: 18px;
|
|
32169
|
-
}
|
|
32170
|
-
.n12mqh7z:not(:last-child) {
|
|
32171
|
-
margin-bottom: 4px;
|
|
32172
|
-
}
|
|
32173
|
-
|
|
32174
|
-
.tf5bynu {
|
|
32175
|
-
margin: 0 3px;
|
|
32176
|
-
}
|
|
32177
|
-
|
|
32178
|
-
.tcckoz1 {
|
|
32179
|
-
max-height: 400px;
|
|
32180
|
-
overflow: "auto";
|
|
32181
|
-
}
|
|
32182
|
-
|
|
32183
|
-
.c18gxmrl {
|
|
32184
|
-
border: 1px solid #d8deeb;
|
|
32185
|
-
border-radius: 4px;
|
|
32186
|
-
}
|
|
32187
|
-
.c18gxmrl + .c18gxmrl {
|
|
32188
|
-
margin-top: 8px;
|
|
32189
|
-
}
|
|
32190
|
-
.c18gxmrl:hover {
|
|
32191
|
-
border-color: #0080ff;
|
|
32192
|
-
}
|
|
32193
|
-
.c18gxmrl:hover > header {
|
|
32194
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32195
|
-
}
|
|
32196
|
-
.c18gxmrl.active header {
|
|
32197
|
-
border-bottom: 1px solid #d8deeb;
|
|
32198
|
-
}
|
|
32199
|
-
.c18gxmrl > header {
|
|
32200
|
-
padding: 8px 12px;
|
|
32201
|
-
}
|
|
32202
|
-
|
|
32203
|
-
.tqjc4ui {
|
|
32204
|
-
margin: 0 2px;
|
|
32205
|
-
}
|
|
32206
|
-
|
|
32207
32322
|
.clm1wy1 {
|
|
32208
32323
|
width: 192px;
|
|
32209
32324
|
height: 246px;
|
|
@@ -32297,12 +32412,134 @@ input.rf8rlle.ant-input {
|
|
|
32297
32412
|
border-radius: 2px;
|
|
32298
32413
|
}
|
|
32299
32414
|
|
|
32300
|
-
.
|
|
32415
|
+
.n12mqh7z {
|
|
32301
32416
|
display: flex;
|
|
32302
32417
|
align-items: center;
|
|
32418
|
+
font-size: 12px;
|
|
32419
|
+
line-height: 18px;
|
|
32303
32420
|
}
|
|
32304
|
-
.
|
|
32305
|
-
margin-
|
|
32421
|
+
.n12mqh7z:not(:last-child) {
|
|
32422
|
+
margin-bottom: 4px;
|
|
32423
|
+
}
|
|
32424
|
+
|
|
32425
|
+
.tf5bynu {
|
|
32426
|
+
margin: 0 3px;
|
|
32427
|
+
}
|
|
32428
|
+
|
|
32429
|
+
.tcckoz1 {
|
|
32430
|
+
max-height: 400px;
|
|
32431
|
+
overflow: "auto";
|
|
32432
|
+
}
|
|
32433
|
+
|
|
32434
|
+
.gmyahx3 {
|
|
32435
|
+
cursor: pointer;
|
|
32436
|
+
}
|
|
32437
|
+
.gmyahx3 .link-text {
|
|
32438
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32439
|
+
}
|
|
32440
|
+
.gmyahx3:hover .link-text {
|
|
32441
|
+
color: #0080ff;
|
|
32442
|
+
}
|
|
32443
|
+
|
|
32444
|
+
.d1bw7c5z {
|
|
32445
|
+
position: relative;
|
|
32446
|
+
max-width: 388px;
|
|
32447
|
+
min-width: 245px;
|
|
32448
|
+
}
|
|
32449
|
+
.d1bw7c5z .center {
|
|
32450
|
+
position: absolute;
|
|
32451
|
+
font-size: 12px;
|
|
32452
|
+
width: 80px;
|
|
32453
|
+
height: 92px;
|
|
32454
|
+
top: 12px;
|
|
32455
|
+
left: 39px;
|
|
32456
|
+
display: flex;
|
|
32457
|
+
flex-direction: column;
|
|
32458
|
+
justify-content: center;
|
|
32459
|
+
align-items: center;
|
|
32460
|
+
color: #00122e;
|
|
32461
|
+
}
|
|
32462
|
+
.d1bw7c5z .center .number {
|
|
32463
|
+
font-size: 24px;
|
|
32464
|
+
font-weight: 700;
|
|
32465
|
+
}
|
|
32466
|
+
.d1bw7c5z .center .text {
|
|
32467
|
+
padding: 0 5px;
|
|
32468
|
+
font-size: 12px;
|
|
32469
|
+
width: inherit;
|
|
32470
|
+
}
|
|
32471
|
+
.d1bw7c5z .recharts-wrapper {
|
|
32472
|
+
display: flex;
|
|
32473
|
+
}
|
|
32474
|
+
.d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
32475
|
+
position: relative !important;
|
|
32476
|
+
width: calc(100% - 148px) !important;
|
|
32477
|
+
left: 0 !important;
|
|
32478
|
+
bottom: 0 !important;
|
|
32479
|
+
display: flex;
|
|
32480
|
+
align-items: center;
|
|
32481
|
+
}
|
|
32482
|
+
.d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
32483
|
+
width: 100%;
|
|
32484
|
+
}
|
|
32485
|
+
.d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
32486
|
+
width: 100%;
|
|
32487
|
+
margin-right: 0 !important;
|
|
32488
|
+
line-height: 18px;
|
|
32489
|
+
}
|
|
32490
|
+
.d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
32491
|
+
border-radius: 2px;
|
|
32492
|
+
}
|
|
32493
|
+
.d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
32494
|
+
min-width: 75px;
|
|
32495
|
+
width: calc(100% - 20px);
|
|
32496
|
+
margin-left: 2px;
|
|
32497
|
+
color: #00122e !important;
|
|
32498
|
+
display: inline-flex;
|
|
32499
|
+
justify-content: space-between;
|
|
32500
|
+
}
|
|
32501
|
+
.d1bw7c5z .tooltip-text {
|
|
32502
|
+
maxwidth: calc(100% - 12px);
|
|
32503
|
+
cursor: pointer;
|
|
32504
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
32505
|
+
overflow: hidden;
|
|
32506
|
+
text-overflow: ellipsis;
|
|
32507
|
+
white-space: nowrap;
|
|
32508
|
+
}
|
|
32509
|
+
.d1bw7c5z .value {
|
|
32510
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32511
|
+
}
|
|
32512
|
+
|
|
32513
|
+
.t10pqbtc {
|
|
32514
|
+
width: 140px;
|
|
32515
|
+
}
|
|
32516
|
+
.t10pqbtc .item {
|
|
32517
|
+
margin: 6px auto;
|
|
32518
|
+
display: flex;
|
|
32519
|
+
justify-content: space-between;
|
|
32520
|
+
}
|
|
32521
|
+
.t10pqbtc .item .name {
|
|
32522
|
+
width: 102px;
|
|
32523
|
+
}
|
|
32524
|
+
|
|
32525
|
+
.berrcjl {
|
|
32526
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32527
|
+
margin-bottom: 4px;
|
|
32528
|
+
}
|
|
32529
|
+
.berrcjl .breadcrumb-link {
|
|
32530
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32531
|
+
cursor: pointer;
|
|
32532
|
+
transition: color 160ms ease;
|
|
32533
|
+
}
|
|
32534
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32535
|
+
color: #0080ff;
|
|
32536
|
+
}
|
|
32537
|
+
.berrcjl .breadcrumb-link:active {
|
|
32538
|
+
color: #005ed1;
|
|
32539
|
+
}
|
|
32540
|
+
|
|
32541
|
+
.tqjc4ui {
|
|
32542
|
+
margin: 0 2px;
|
|
32306
32543
|
}
|
|
32307
32544
|
|
|
32308
32545
|
.ou7iq30 {
|
|
@@ -32357,271 +32594,29 @@ input.rf8rlle.ant-input {
|
|
|
32357
32594
|
border-radius: 2px;
|
|
32358
32595
|
display: inline-block;
|
|
32359
32596
|
background: var(--s11212zy-0);
|
|
32360
|
-
border: 1px solid #fff;
|
|
32361
|
-
box-sizing: content-box;
|
|
32362
|
-
margin-right: 6px;
|
|
32363
|
-
}
|
|
32364
|
-
|
|
32365
|
-
.p1lyky6c > :first-child {
|
|
32366
|
-
font-weight: bold;
|
|
32367
|
-
color: white;
|
|
32368
|
-
margin-right: 4px;
|
|
32369
|
-
}
|
|
32370
|
-
|
|
32371
|
-
.t1sqg15u {
|
|
32372
|
-
background: white;
|
|
32373
|
-
}
|
|
32374
|
-
.t1sqg15u.inline .table-row {
|
|
32375
|
-
flex-direction: column;
|
|
32376
|
-
}
|
|
32377
|
-
.t1sqg15u.inline .table-row > label {
|
|
32378
|
-
padding: 0 16px 7px 0;
|
|
32379
|
-
}
|
|
32380
|
-
.t1sqg15u.has-border .table-header {
|
|
32381
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32382
|
-
}
|
|
32383
|
-
.t1sqg15u.has-border .hiddenBorder {
|
|
32384
|
-
border-top: none !important;
|
|
32385
|
-
}
|
|
32386
|
-
.t1sqg15u.has-border .table-row + .table-row {
|
|
32387
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32388
|
-
}
|
|
32389
|
-
.t1sqg15u.has-border .table-row:last-of-type {
|
|
32390
|
-
padding-bottom: 0;
|
|
32391
|
-
}
|
|
32392
|
-
.t1sqg15u.align-right .content {
|
|
32393
|
-
text-align: right;
|
|
32394
|
-
}
|
|
32395
|
-
.t1sqg15u .uuid-row {
|
|
32396
|
-
display: flex;
|
|
32397
|
-
justify-content: space-between;
|
|
32398
|
-
}
|
|
32399
|
-
.t1sqg15u .uuid-row .id-text {
|
|
32400
|
-
white-space: nowrap;
|
|
32401
|
-
overflow: hidden;
|
|
32402
|
-
text-overflow: ellipsis;
|
|
32403
|
-
}
|
|
32404
|
-
|
|
32405
|
-
.t4zczcp {
|
|
32406
|
-
display: flex;
|
|
32407
|
-
justify-content: space-between;
|
|
32408
|
-
align-items: center;
|
|
32409
|
-
padding: 8px;
|
|
32410
|
-
min-height: 32px;
|
|
32411
|
-
}
|
|
32412
|
-
.t4zczcp .table-title {
|
|
32413
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32414
|
-
font-weight: 600;
|
|
32415
|
-
font-size: 12px;
|
|
32416
|
-
line-height: 8px;
|
|
32417
|
-
}
|
|
32418
|
-
.t4zczcp .edit-icon {
|
|
32419
|
-
font-size: 16px;
|
|
32420
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32421
|
-
cursor: pointer;
|
|
32422
|
-
}
|
|
32423
|
-
|
|
32424
|
-
.t1s7goww {
|
|
32425
|
-
font-size: 12px;
|
|
32426
|
-
line-height: 18px;
|
|
32427
|
-
}
|
|
32428
|
-
|
|
32429
|
-
.t93e4cf {
|
|
32430
|
-
display: flex;
|
|
32431
|
-
padding: 8px 0;
|
|
32432
|
-
color: #2d3a56;
|
|
32433
|
-
}
|
|
32434
|
-
.t93e4cf .hidden {
|
|
32435
|
-
display: none;
|
|
32436
|
-
}
|
|
32437
|
-
.t93e4cf .ant-btn-link {
|
|
32438
|
-
height: auto;
|
|
32439
|
-
}
|
|
32440
|
-
.t93e4cf .content {
|
|
32441
|
-
overflow: hidden;
|
|
32442
|
-
overflow-x: auto;
|
|
32443
|
-
width: 100%;
|
|
32444
|
-
white-space: pre-wrap;
|
|
32445
|
-
}
|
|
32446
|
-
.t93e4cf .content .ant-btn {
|
|
32447
|
-
white-space: pre-wrap;
|
|
32448
|
-
text-align: left;
|
|
32449
|
-
}
|
|
32450
|
-
.t93e4cf .content .unit-chart {
|
|
32451
|
-
justify-content: flex-start;
|
|
32452
|
-
}
|
|
32453
|
-
|
|
32454
|
-
.rhz2uv5 {
|
|
32455
|
-
width: var(--rhz2uv5-0);
|
|
32456
|
-
flex-shrink: 0;
|
|
32457
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32458
|
-
padding-right: 12px;
|
|
32459
|
-
}
|
|
32460
|
-
|
|
32461
|
-
.c1up1pdz {
|
|
32462
|
-
width: 648px;
|
|
32463
|
-
}
|
|
32464
|
-
.c1up1pdz.active {
|
|
32465
|
-
border-color: #0080ff;
|
|
32466
|
-
}
|
|
32467
|
-
.c1up1pdz.active > header {
|
|
32468
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32469
|
-
}
|
|
32470
|
-
.c1up1pdz .expand {
|
|
32471
|
-
padding: 12px;
|
|
32472
|
-
}
|
|
32473
|
-
.c1up1pdz .field-item {
|
|
32474
|
-
display: flex;
|
|
32475
|
-
padding: 10px 0;
|
|
32476
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32477
|
-
}
|
|
32478
|
-
.c1up1pdz .field-item:last-child {
|
|
32479
|
-
border-bottom: none;
|
|
32480
|
-
padding-bottom: 0;
|
|
32481
|
-
}
|
|
32482
|
-
.c1up1pdz .field-item label {
|
|
32483
|
-
line-height: 32px;
|
|
32484
|
-
width: 100px;
|
|
32485
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32486
|
-
}
|
|
32487
|
-
.c1up1pdz .help {
|
|
32488
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32489
|
-
margin-top: 5px;
|
|
32490
|
-
}
|
|
32491
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
32492
|
-
.c1up1pdz .ant-picker {
|
|
32493
|
-
width: 128px;
|
|
32494
|
-
}
|
|
32495
|
-
|
|
32496
|
-
.c156wh19 {
|
|
32497
|
-
display: flex;
|
|
32498
|
-
align-items: center;
|
|
32499
|
-
justify-content: space-between;
|
|
32500
|
-
word-break: keep-all;
|
|
32501
|
-
}
|
|
32502
|
-
.c156wh19 .title {
|
|
32503
|
-
margin: 0 16px 0 8px;
|
|
32504
|
-
}
|
|
32505
|
-
.c156wh19 .retain {
|
|
32506
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32507
|
-
}
|
|
32508
|
-
.c156wh19 div.left {
|
|
32509
|
-
flex: 1;
|
|
32510
|
-
display: flex;
|
|
32511
|
-
overflow: hidden;
|
|
32512
|
-
align-items: center;
|
|
32513
|
-
justify-content: flex-start;
|
|
32514
|
-
white-space: nowrap;
|
|
32515
|
-
}
|
|
32516
|
-
.c156wh19 div.left .title {
|
|
32517
|
-
max-width: 100%;
|
|
32518
|
-
overflow: hidden;
|
|
32519
|
-
text-overflow: ellipsis;
|
|
32520
|
-
}
|
|
32521
|
-
.c156wh19 div.right {
|
|
32522
|
-
display: flex;
|
|
32523
|
-
align-items: center;
|
|
32524
|
-
}
|
|
32525
|
-
.c156wh19 .reverse {
|
|
32526
|
-
display: flex;
|
|
32527
|
-
flex-direction: row-reverse;
|
|
32528
|
-
align-items: center;
|
|
32529
|
-
}
|
|
32530
|
-
.c156wh19 .reverse .ant-switch {
|
|
32531
|
-
margin-left: 8px;
|
|
32532
|
-
}
|
|
32533
|
-
.c156wh19 .close {
|
|
32534
|
-
padding-left: 14px;
|
|
32535
|
-
margin-left: 14px;
|
|
32536
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32537
|
-
cursor: pointer;
|
|
32538
|
-
}
|
|
32539
|
-
|
|
32540
|
-
.m126spxy {
|
|
32541
|
-
padding-bottom: 4px;
|
|
32542
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32543
|
-
}
|
|
32544
|
-
.m126spxy .ant-btn-link {
|
|
32545
|
-
padding: 1px 10px;
|
|
32546
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32547
|
-
border-radius: 4px;
|
|
32548
|
-
}
|
|
32549
|
-
.m126spxy .ant-btn-link.active {
|
|
32550
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32551
|
-
color: #0096ff;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
|
-
.wpbf4pq {
|
|
32555
|
-
padding: 10px 0;
|
|
32556
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32557
|
-
}
|
|
32558
|
-
.wpbf4pq .ant-input,
|
|
32559
|
-
.wpbf4pq .ant-picker {
|
|
32560
|
-
width: 80px;
|
|
32561
|
-
margin: 0 9px;
|
|
32562
|
-
text-align: center;
|
|
32563
|
-
}
|
|
32564
|
-
.wpbf4pq .options {
|
|
32565
|
-
padding: 12px 0 12px 16px;
|
|
32566
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32567
|
-
margin: 5px 0 5px 8px;
|
|
32568
|
-
}
|
|
32569
|
-
.wpbf4pq .week-day-option,
|
|
32570
|
-
.wpbf4pq .month-day-option {
|
|
32571
|
-
background: #f5f7fa;
|
|
32572
|
-
box-sizing: border-box;
|
|
32573
|
-
border-radius: 16px;
|
|
32574
|
-
margin-right: 8px;
|
|
32575
|
-
}
|
|
32576
|
-
.wpbf4pq .week-day-option:focus,
|
|
32577
|
-
.wpbf4pq .month-day-option:focus {
|
|
32578
|
-
color: inherit;
|
|
32579
|
-
border-color: #d9d9d9;
|
|
32580
|
-
}
|
|
32581
|
-
.wpbf4pq .week-day-option.active {
|
|
32582
|
-
background-color: #0096ff;
|
|
32583
|
-
border-color: #0096ff;
|
|
32584
|
-
color: #fff;
|
|
32585
|
-
}
|
|
32586
|
-
.wpbf4pq .week-day-option.en-text {
|
|
32587
|
-
width: 110px;
|
|
32588
|
-
margin-top: 4px;
|
|
32589
|
-
}
|
|
32590
|
-
.wpbf4pq .month-day-option {
|
|
32591
|
-
width: 32px;
|
|
32592
|
-
padding: 0;
|
|
32593
|
-
margin-bottom: 8px;
|
|
32594
|
-
}
|
|
32595
|
-
.wpbf4pq .month-day-option.active {
|
|
32596
|
-
background-color: #0096ff;
|
|
32597
|
-
border-color: #0096ff;
|
|
32598
|
-
color: #fff;
|
|
32599
|
-
}
|
|
32600
|
-
|
|
32601
|
-
.tje3huy {
|
|
32602
|
-
width: 100%;
|
|
32603
|
-
overflow: inherit;
|
|
32604
|
-
white-space: inherit;
|
|
32605
|
-
text-overflow: ellipsis;
|
|
32606
|
-
}
|
|
32607
|
-
|
|
32608
|
-
.m74vjol {
|
|
32609
|
-
display: flex;
|
|
32610
|
-
justify-content: space-between;
|
|
32611
|
-
width: 100%;
|
|
32612
|
-
}
|
|
32613
|
-
.m74vjol .action {
|
|
32614
|
-
margin-left: 16px;
|
|
32597
|
+
border: 1px solid #fff;
|
|
32598
|
+
box-sizing: content-box;
|
|
32599
|
+
margin-right: 6px;
|
|
32615
32600
|
}
|
|
32616
32601
|
|
|
32617
|
-
.
|
|
32618
|
-
|
|
32602
|
+
.p1lyky6c > :first-child {
|
|
32603
|
+
font-weight: bold;
|
|
32604
|
+
color: white;
|
|
32605
|
+
margin-right: 4px;
|
|
32619
32606
|
}
|
|
32620
32607
|
|
|
32621
32608
|
.itxley7.ant-input-group.ant-input-group-compact {
|
|
32622
32609
|
display: flex;
|
|
32623
32610
|
}
|
|
32624
32611
|
|
|
32612
|
+
.s1iv0tp1 .enabled-switch {
|
|
32613
|
+
display: flex;
|
|
32614
|
+
align-items: center;
|
|
32615
|
+
}
|
|
32616
|
+
.s1iv0tp1 .enabled-text {
|
|
32617
|
+
margin-right: 8px;
|
|
32618
|
+
}
|
|
32619
|
+
|
|
32625
32620
|
button.l48ei06 {
|
|
32626
32621
|
color: #0080FF;
|
|
32627
32622
|
height: unset;
|
|
@@ -32654,33 +32649,101 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32654
32649
|
color: #00122e;
|
|
32655
32650
|
}
|
|
32656
32651
|
|
|
32657
|
-
.
|
|
32658
|
-
|
|
32659
|
-
|
|
32652
|
+
.tje3huy {
|
|
32653
|
+
width: 100%;
|
|
32654
|
+
overflow: inherit;
|
|
32655
|
+
white-space: inherit;
|
|
32656
|
+
text-overflow: ellipsis;
|
|
32660
32657
|
}
|
|
32661
|
-
|
|
32662
|
-
|
|
32663
|
-
|
|
32664
|
-
padding-left: 0px !important;
|
|
32665
|
-
padding-right: 24px;
|
|
32658
|
+
|
|
32659
|
+
.t1sqg15u {
|
|
32660
|
+
background: white;
|
|
32666
32661
|
}
|
|
32667
|
-
.
|
|
32668
|
-
|
|
32662
|
+
.t1sqg15u.inline .table-row {
|
|
32663
|
+
flex-direction: column;
|
|
32669
32664
|
}
|
|
32670
|
-
.
|
|
32671
|
-
padding:
|
|
32665
|
+
.t1sqg15u.inline .table-row > label {
|
|
32666
|
+
padding: 0 16px 7px 0;
|
|
32667
|
+
}
|
|
32668
|
+
.t1sqg15u.has-border .table-header {
|
|
32669
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32670
|
+
}
|
|
32671
|
+
.t1sqg15u.has-border .hiddenBorder {
|
|
32672
|
+
border-top: none !important;
|
|
32673
|
+
}
|
|
32674
|
+
.t1sqg15u.has-border .table-row + .table-row {
|
|
32675
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32676
|
+
}
|
|
32677
|
+
.t1sqg15u.has-border .table-row:last-of-type {
|
|
32678
|
+
padding-bottom: 0;
|
|
32679
|
+
}
|
|
32680
|
+
.t1sqg15u.align-right .content {
|
|
32681
|
+
text-align: right;
|
|
32682
|
+
}
|
|
32683
|
+
.t1sqg15u .uuid-row {
|
|
32684
|
+
display: flex;
|
|
32685
|
+
justify-content: space-between;
|
|
32686
|
+
}
|
|
32687
|
+
.t1sqg15u .uuid-row .id-text {
|
|
32688
|
+
white-space: nowrap;
|
|
32689
|
+
overflow: hidden;
|
|
32690
|
+
text-overflow: ellipsis;
|
|
32672
32691
|
}
|
|
32673
32692
|
|
|
32674
|
-
.
|
|
32675
|
-
|
|
32676
|
-
|
|
32693
|
+
.t4zczcp {
|
|
32694
|
+
display: flex;
|
|
32695
|
+
justify-content: space-between;
|
|
32696
|
+
align-items: center;
|
|
32697
|
+
padding: 8px;
|
|
32698
|
+
min-height: 32px;
|
|
32699
|
+
}
|
|
32700
|
+
.t4zczcp .table-title {
|
|
32701
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32702
|
+
font-weight: 600;
|
|
32703
|
+
font-size: 12px;
|
|
32704
|
+
line-height: 8px;
|
|
32705
|
+
}
|
|
32706
|
+
.t4zczcp .edit-icon {
|
|
32707
|
+
font-size: 16px;
|
|
32708
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32709
|
+
cursor: pointer;
|
|
32677
32710
|
}
|
|
32678
32711
|
|
|
32679
|
-
.
|
|
32680
|
-
|
|
32712
|
+
.t1s7goww {
|
|
32713
|
+
font-size: 12px;
|
|
32714
|
+
line-height: 18px;
|
|
32681
32715
|
}
|
|
32682
|
-
|
|
32683
|
-
|
|
32716
|
+
|
|
32717
|
+
.t93e4cf {
|
|
32718
|
+
display: flex;
|
|
32719
|
+
padding: 8px 0;
|
|
32720
|
+
color: #2d3a56;
|
|
32721
|
+
}
|
|
32722
|
+
.t93e4cf .hidden {
|
|
32723
|
+
display: none;
|
|
32724
|
+
}
|
|
32725
|
+
.t93e4cf .ant-btn-link {
|
|
32726
|
+
height: auto;
|
|
32727
|
+
}
|
|
32728
|
+
.t93e4cf .content {
|
|
32729
|
+
overflow: hidden;
|
|
32730
|
+
overflow-x: auto;
|
|
32731
|
+
width: 100%;
|
|
32732
|
+
white-space: pre-wrap;
|
|
32733
|
+
}
|
|
32734
|
+
.t93e4cf .content .ant-btn {
|
|
32735
|
+
white-space: pre-wrap;
|
|
32736
|
+
text-align: left;
|
|
32737
|
+
}
|
|
32738
|
+
.t93e4cf .content .unit-chart {
|
|
32739
|
+
justify-content: flex-start;
|
|
32740
|
+
}
|
|
32741
|
+
|
|
32742
|
+
.rhz2uv5 {
|
|
32743
|
+
width: var(--rhz2uv5-0);
|
|
32744
|
+
flex-shrink: 0;
|
|
32745
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32746
|
+
padding-right: 12px;
|
|
32684
32747
|
}
|
|
32685
32748
|
|
|
32686
32749
|
.wg1tsps {
|
|
@@ -32706,61 +32769,46 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32706
32769
|
color: #00122e !important;
|
|
32707
32770
|
}
|
|
32708
32771
|
|
|
32709
|
-
.
|
|
32710
|
-
border-radius:
|
|
32711
|
-
}
|
|
32712
|
-
.s177mls5.ant-select.ant-select-single {
|
|
32713
|
-
width: 100%;
|
|
32714
|
-
color: #2d3a56;
|
|
32715
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32716
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32717
|
-
font-size: 13px;
|
|
32718
|
-
}
|
|
32719
|
-
.s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32720
|
-
height: 30px;
|
|
32721
|
-
}
|
|
32722
|
-
.s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32723
|
-
height: 38px;
|
|
32724
|
-
font-size: 13px;
|
|
32725
|
-
}
|
|
32726
|
-
.s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32727
|
-
.s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32728
|
-
transition: 160ms ease;
|
|
32729
|
-
}
|
|
32730
|
-
.s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32731
|
-
color: #0080ff;
|
|
32772
|
+
.c1yyuluq {
|
|
32773
|
+
border-radius: 8px;
|
|
32732
32774
|
}
|
|
32733
|
-
.
|
|
32734
|
-
|
|
32735
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32775
|
+
.c1yyuluq .ant-card-body {
|
|
32776
|
+
padding: 20px 24px 24px 24px;
|
|
32736
32777
|
}
|
|
32737
|
-
|
|
32738
|
-
|
|
32778
|
+
|
|
32779
|
+
.ccrbeuz .ant-collapse-item {
|
|
32780
|
+
border: 0px;
|
|
32781
|
+
background-color: #fff;
|
|
32739
32782
|
}
|
|
32740
|
-
.
|
|
32741
|
-
|
|
32742
|
-
|
|
32783
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32784
|
+
padding-top: 0px;
|
|
32785
|
+
padding-bottom: 0px;
|
|
32786
|
+
padding-left: 0px !important;
|
|
32787
|
+
padding-right: 24px;
|
|
32743
32788
|
}
|
|
32744
|
-
.
|
|
32745
|
-
|
|
32789
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32790
|
+
right: 0px;
|
|
32746
32791
|
}
|
|
32747
|
-
.
|
|
32748
|
-
|
|
32749
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32750
|
-
cursor: "not-allowed";
|
|
32792
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32793
|
+
padding: 0px;
|
|
32751
32794
|
}
|
|
32752
|
-
|
|
32753
|
-
|
|
32795
|
+
|
|
32796
|
+
.c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32797
|
+
padding-right: 0px;
|
|
32798
|
+
cursor: default;
|
|
32754
32799
|
}
|
|
32755
|
-
|
|
32756
|
-
|
|
32800
|
+
|
|
32801
|
+
.m74vjol {
|
|
32802
|
+
display: flex;
|
|
32803
|
+
justify-content: space-between;
|
|
32804
|
+
width: 100%;
|
|
32757
32805
|
}
|
|
32758
|
-
.
|
|
32759
|
-
|
|
32760
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32806
|
+
.m74vjol .action {
|
|
32807
|
+
margin-left: 16px;
|
|
32761
32808
|
}
|
|
32762
|
-
|
|
32763
|
-
|
|
32809
|
+
|
|
32810
|
+
.a1o35uvh .ant-alert-message {
|
|
32811
|
+
width: 100%;
|
|
32764
32812
|
}
|
|
32765
32813
|
|
|
32766
32814
|
.t13ef470 {
|
|
@@ -32950,17 +32998,74 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32950
32998
|
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32951
32999
|
background-color: #fea008;
|
|
32952
33000
|
}
|
|
32953
|
-
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32954
|
-
background-color: #00ba5d;
|
|
33001
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
33002
|
+
background-color: #00ba5d;
|
|
33003
|
+
}
|
|
33004
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
33005
|
+
background-color: #0080ff;
|
|
33006
|
+
}
|
|
33007
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33008
|
+
background-color: #6b7d99;
|
|
33009
|
+
}
|
|
33010
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33011
|
+
background-color: #7E41FF;
|
|
33012
|
+
}
|
|
33013
|
+
|
|
33014
|
+
.s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
|
|
33015
|
+
border-radius: 6px;
|
|
33016
|
+
}
|
|
33017
|
+
.s177mls5.ant-select.ant-select-single {
|
|
33018
|
+
width: 100%;
|
|
33019
|
+
color: #2d3a56;
|
|
33020
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
33021
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33022
|
+
font-size: 13px;
|
|
33023
|
+
}
|
|
33024
|
+
.s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
33025
|
+
height: 30px;
|
|
33026
|
+
}
|
|
33027
|
+
.s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
33028
|
+
height: 38px;
|
|
33029
|
+
font-size: 13px;
|
|
33030
|
+
}
|
|
33031
|
+
.s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
33032
|
+
.s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33033
|
+
transition: 160ms ease;
|
|
33034
|
+
}
|
|
33035
|
+
.s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33036
|
+
color: #0080ff;
|
|
33037
|
+
}
|
|
33038
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33039
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
33040
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33041
|
+
}
|
|
33042
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33043
|
+
color: #0080ff;
|
|
33044
|
+
}
|
|
33045
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33046
|
+
border-color: #0080ff;
|
|
33047
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33048
|
+
}
|
|
33049
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33050
|
+
transform: rotate(180deg);
|
|
33051
|
+
}
|
|
33052
|
+
.s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33053
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33054
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
33055
|
+
cursor: "not-allowed";
|
|
33056
|
+
}
|
|
33057
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
33058
|
+
border-color: #f0483e !important;
|
|
32955
33059
|
}
|
|
32956
|
-
.
|
|
32957
|
-
|
|
33060
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33061
|
+
color: #1d326c;
|
|
32958
33062
|
}
|
|
32959
|
-
.
|
|
32960
|
-
|
|
33063
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
33064
|
+
border-color: #0080ff;
|
|
33065
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32961
33066
|
}
|
|
32962
|
-
.
|
|
32963
|
-
|
|
33067
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33068
|
+
transform: rotate(180deg);
|
|
32964
33069
|
}
|
|
32965
33070
|
|
|
32966
33071
|
.h1ol2wl7 {
|
|
@@ -33851,19 +33956,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33851
33956
|
padding: 0;
|
|
33852
33957
|
}
|
|
33853
33958
|
|
|
33854
|
-
.suhck3k {
|
|
33855
|
-
height: 24px;
|
|
33856
|
-
width: 24px;
|
|
33857
|
-
border-radius: 6px;
|
|
33858
|
-
padding: 4px;
|
|
33859
|
-
}
|
|
33860
|
-
.suhck3k:hover {
|
|
33861
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33862
|
-
}
|
|
33863
|
-
.suhck3k:hover svg path {
|
|
33864
|
-
fill: blue;
|
|
33865
|
-
}
|
|
33866
|
-
|
|
33867
33959
|
.ryby9ds {
|
|
33868
33960
|
display: flex;
|
|
33869
33961
|
align-items: center;
|
|
@@ -33880,25 +33972,17 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33880
33972
|
margin-right: 6px;
|
|
33881
33973
|
}
|
|
33882
33974
|
|
|
33883
|
-
.
|
|
33884
|
-
|
|
33885
|
-
|
|
33886
|
-
|
|
33887
|
-
|
|
33888
|
-
border-radius: 8px;
|
|
33889
|
-
background-color: white;
|
|
33890
|
-
}
|
|
33891
|
-
.c1eym6el.hoverable {
|
|
33892
|
-
cursor: pointer;
|
|
33975
|
+
.suhck3k {
|
|
33976
|
+
height: 24px;
|
|
33977
|
+
width: 24px;
|
|
33978
|
+
border-radius: 6px;
|
|
33979
|
+
padding: 4px;
|
|
33893
33980
|
}
|
|
33894
|
-
.
|
|
33895
|
-
|
|
33896
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33897
|
-
transform: translateY(-4px);
|
|
33981
|
+
.suhck3k:hover {
|
|
33982
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33898
33983
|
}
|
|
33899
|
-
|
|
33900
|
-
|
|
33901
|
-
padding: 0 12px 14px 12px;
|
|
33984
|
+
.suhck3k:hover svg path {
|
|
33985
|
+
fill: blue;
|
|
33902
33986
|
}
|
|
33903
33987
|
|
|
33904
33988
|
.ckui4s7 {
|
|
@@ -34005,240 +34089,68 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34005
34089
|
margin-right: 2px;
|
|
34006
34090
|
}
|
|
34007
34091
|
|
|
34008
|
-
.
|
|
34009
|
-
padding
|
|
34010
|
-
}
|
|
34011
|
-
.w7ob4th.outside-tag .inside-tag {
|
|
34012
|
-
border-radius: 4px 0 0 4px;
|
|
34013
|
-
padding-right: 4px;
|
|
34014
|
-
margin-right: 4px;
|
|
34015
|
-
}
|
|
34016
|
-
|
|
34017
|
-
.i1g85yz3 {
|
|
34018
|
-
margin-right: 4px;
|
|
34019
|
-
height: 16px;
|
|
34020
|
-
}
|
|
34021
|
-
|
|
34022
|
-
.slr2ynn {
|
|
34023
|
-
padding: 0 8px;
|
|
34024
|
-
height: 18px;
|
|
34025
|
-
}
|
|
34026
|
-
|
|
34027
|
-
.m140wbb6 {
|
|
34028
|
-
padding: 2px 8px;
|
|
34029
|
-
height: 24px;
|
|
34030
|
-
}
|
|
34031
|
-
|
|
34032
|
-
.t1fozc1i {
|
|
34033
|
-
margin: 0;
|
|
34034
|
-
}
|
|
34035
|
-
|
|
34036
|
-
.i1vxv4ln {
|
|
34037
|
-
margin-right: 4px;
|
|
34038
|
-
height: 16px;
|
|
34039
|
-
}
|
|
34040
|
-
|
|
34041
|
-
.n1afl31m.ant-tag.ant-tag-gray {
|
|
34042
|
-
font-weight: 700;
|
|
34043
|
-
color: #00122e;
|
|
34044
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34045
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34046
|
-
word-break: break-all;
|
|
34047
|
-
display: inline;
|
|
34048
|
-
white-space: normal;
|
|
34049
|
-
}
|
|
34050
|
-
|
|
34051
|
-
.t1dtlqs1 {
|
|
34052
|
-
margin-bottom: 4px;
|
|
34053
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34054
|
-
overflow: hidden;
|
|
34055
|
-
text-overflow: ellipsis;
|
|
34056
|
-
white-space: nowrap;
|
|
34057
|
-
}
|
|
34058
|
-
|
|
34059
|
-
.s1ese5oy {
|
|
34060
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34061
|
-
line-height: 32px;
|
|
34062
|
-
height: 32px;
|
|
34063
|
-
margin-bottom: 0;
|
|
34064
|
-
}
|
|
34065
|
-
.s1ese5oy.primary, .s1ese5oy.info {
|
|
34066
|
-
color: #0080ff;
|
|
34067
|
-
}
|
|
34068
|
-
.s1ese5oy.warning {
|
|
34069
|
-
color: #ffa500;
|
|
34070
|
-
}
|
|
34071
|
-
.s1ese5oy.success {
|
|
34072
|
-
color: #00ba5d;
|
|
34073
|
-
}
|
|
34074
|
-
.s1ese5oy.danger, .s1ese5oy.error {
|
|
34075
|
-
color: #f0483e;
|
|
34076
|
-
}
|
|
34077
|
-
.s1ese5oy.normal {
|
|
34078
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34079
|
-
}
|
|
34080
|
-
|
|
34081
|
-
.b1ibis43 {
|
|
34082
|
-
margin-bottom: 0;
|
|
34083
|
-
color: #00122e;
|
|
34084
|
-
}
|
|
34085
|
-
|
|
34086
|
-
.b11xxjd2 {
|
|
34087
|
-
line-height: 32px;
|
|
34088
|
-
margin-right: 6px;
|
|
34092
|
+
.c1yd35n {
|
|
34093
|
+
padding: 0 12px 14px 12px;
|
|
34089
34094
|
}
|
|
34090
34095
|
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34093
|
-
flex: 1;
|
|
34094
|
-
position: relative;
|
|
34095
|
-
top: -7px;
|
|
34096
|
-
}
|
|
34097
|
-
.bsub5bw p {
|
|
34098
|
-
width: 100%;
|
|
34099
|
-
overflow: hidden;
|
|
34100
|
-
text-overflow: ellipsis;
|
|
34101
|
-
white-space: nowrap;
|
|
34096
|
+
.b14q2gmw {
|
|
34097
|
+
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);
|
|
34102
34098
|
}
|
|
34103
34099
|
|
|
34104
|
-
.
|
|
34105
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34100
|
+
.c1eym6el {
|
|
34106
34101
|
border-radius: 8px;
|
|
34107
|
-
|
|
34108
|
-
}
|
|
34109
|
-
.tmoyoag .ant-list {
|
|
34110
|
-
position: relative;
|
|
34111
|
-
}
|
|
34112
|
-
.tmoyoag .ant-list .eagle-table-form-header {
|
|
34113
|
-
position: sticky;
|
|
34114
|
-
top: 0;
|
|
34115
|
-
z-index: 2;
|
|
34116
|
-
display: flex;
|
|
34117
|
-
padding: 8px;
|
|
34118
|
-
flex-wrap: nowrap;
|
|
34119
|
-
justify-content: flex-start;
|
|
34120
|
-
background: #f2f5fa;
|
|
34121
|
-
font-size: 14px;
|
|
34122
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34123
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34124
|
-
}
|
|
34125
|
-
.tmoyoag .ant-list .eagle-table-form-header {
|
|
34126
|
-
align-items: inherit;
|
|
34127
|
-
}
|
|
34128
|
-
.tmoyoag .ant-list .eagle-table-form-row {
|
|
34129
|
-
display: flex;
|
|
34130
|
-
justify-content: flex-start;
|
|
34131
|
-
align-items: flex-start;
|
|
34132
|
-
flex-wrap: wrap;
|
|
34133
|
-
padding: 8px;
|
|
34134
|
-
border: none;
|
|
34135
|
-
}
|
|
34136
|
-
.tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34137
|
-
flex-basis: 100%;
|
|
34138
|
-
margin: 12px 0 0;
|
|
34139
|
-
order: 99;
|
|
34140
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34141
|
-
}
|
|
34142
|
-
.tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34143
|
-
color: #f0483e;
|
|
34144
|
-
flex-basis: 100%;
|
|
34145
|
-
order: 98;
|
|
34146
|
-
margin: 12px 0 0;
|
|
34147
|
-
}
|
|
34148
|
-
.tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34149
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34150
|
-
}
|
|
34151
|
-
.tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34152
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34153
|
-
}
|
|
34154
|
-
.tmoyoag .ant-list .eagle-table-form-cell {
|
|
34155
|
-
flex: 1 0 0;
|
|
34156
|
-
overflow: hidden;
|
|
34157
|
-
}
|
|
34158
|
-
.tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34159
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34160
|
-
margin: 0;
|
|
34161
|
-
}
|
|
34162
|
-
.tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34163
|
-
text-align: center;
|
|
34164
|
-
}
|
|
34165
|
-
.tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34166
|
-
text-align: center;
|
|
34167
|
-
}
|
|
34168
|
-
.tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34169
|
-
text-align: left;
|
|
34170
|
-
}
|
|
34171
|
-
.tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34172
|
-
text-align: left;
|
|
34173
|
-
}
|
|
34174
|
-
.tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34175
|
-
text-align: right;
|
|
34176
|
-
}
|
|
34177
|
-
.tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34178
|
-
text-align: right;
|
|
34179
|
-
}
|
|
34180
|
-
.tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34181
|
-
margin-right: 8px;
|
|
34182
|
-
}
|
|
34183
|
-
.tmoyoag .ant-list .ant-list-item-action {
|
|
34184
|
-
padding: 4px;
|
|
34185
|
-
width: 24px;
|
|
34186
|
-
height: 24px;
|
|
34187
|
-
overflow: hidden;
|
|
34188
|
-
}
|
|
34189
|
-
.tmoyoag .ant-list .ant-list-item-action li {
|
|
34190
|
-
padding: 0;
|
|
34191
|
-
}
|
|
34192
|
-
.tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34193
|
-
cursor: not-allowed;
|
|
34194
|
-
opacity: 0.5;
|
|
34195
|
-
}
|
|
34196
|
-
.tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34197
|
-
margin: 0;
|
|
34198
|
-
}
|
|
34199
|
-
.tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34200
|
-
.tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34201
|
-
border-radius: 5px;
|
|
34202
|
-
font-size: 12px;
|
|
34102
|
+
background-color: white;
|
|
34203
34103
|
}
|
|
34204
|
-
.
|
|
34205
|
-
|
|
34104
|
+
.c1eym6el.hoverable {
|
|
34105
|
+
cursor: pointer;
|
|
34206
34106
|
}
|
|
34207
|
-
.
|
|
34208
|
-
|
|
34209
|
-
|
|
34210
|
-
|
|
34107
|
+
.c1eym6el.hoverable:hover {
|
|
34108
|
+
transition: all 200ms ease;
|
|
34109
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34110
|
+
transform: translateY(-4px);
|
|
34211
34111
|
}
|
|
34212
|
-
|
|
34213
|
-
|
|
34112
|
+
|
|
34113
|
+
.w7ob4th.outside-tag {
|
|
34114
|
+
padding-left: 0;
|
|
34214
34115
|
}
|
|
34215
|
-
.
|
|
34216
|
-
|
|
34116
|
+
.w7ob4th.outside-tag .inside-tag {
|
|
34117
|
+
border-radius: 4px 0 0 4px;
|
|
34118
|
+
padding-right: 4px;
|
|
34119
|
+
margin-right: 4px;
|
|
34217
34120
|
}
|
|
34218
34121
|
|
|
34219
|
-
.
|
|
34220
|
-
|
|
34221
|
-
|
|
34222
|
-
margin-top: 8px;
|
|
34122
|
+
.i1g85yz3 {
|
|
34123
|
+
margin-right: 4px;
|
|
34124
|
+
height: 16px;
|
|
34223
34125
|
}
|
|
34224
|
-
|
|
34126
|
+
|
|
34127
|
+
.slr2ynn {
|
|
34128
|
+
padding: 0 8px;
|
|
34129
|
+
height: 18px;
|
|
34130
|
+
}
|
|
34131
|
+
|
|
34132
|
+
.m140wbb6 {
|
|
34225
34133
|
padding: 2px 8px;
|
|
34226
34134
|
height: 24px;
|
|
34227
34135
|
}
|
|
34228
|
-
|
|
34229
|
-
|
|
34230
|
-
margin
|
|
34231
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34136
|
+
|
|
34137
|
+
.t1fozc1i {
|
|
34138
|
+
margin: 0;
|
|
34232
34139
|
}
|
|
34233
|
-
|
|
34234
|
-
|
|
34140
|
+
|
|
34141
|
+
.i1vxv4ln {
|
|
34142
|
+
margin-right: 4px;
|
|
34143
|
+
height: 16px;
|
|
34235
34144
|
}
|
|
34236
34145
|
|
|
34237
|
-
.
|
|
34238
|
-
|
|
34239
|
-
|
|
34240
|
-
|
|
34241
|
-
|
|
34146
|
+
.n1afl31m.ant-tag.ant-tag-gray {
|
|
34147
|
+
font-weight: 700;
|
|
34148
|
+
color: #00122e;
|
|
34149
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34150
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34151
|
+
word-break: break-all;
|
|
34152
|
+
display: inline;
|
|
34153
|
+
white-space: normal;
|
|
34242
34154
|
}
|
|
34243
34155
|
|
|
34244
34156
|
.t160l1cm {
|
|
@@ -34444,17 +34356,197 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34444
34356
|
background: transparent;
|
|
34445
34357
|
}
|
|
34446
34358
|
|
|
34447
|
-
.
|
|
34448
|
-
|
|
34449
|
-
|
|
34450
|
-
|
|
34451
|
-
|
|
34452
|
-
|
|
34359
|
+
.t1dtlqs1 {
|
|
34360
|
+
margin-bottom: 4px;
|
|
34361
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34362
|
+
overflow: hidden;
|
|
34363
|
+
text-overflow: ellipsis;
|
|
34364
|
+
white-space: nowrap;
|
|
34365
|
+
}
|
|
34366
|
+
|
|
34367
|
+
.s1ese5oy {
|
|
34368
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34369
|
+
line-height: 32px;
|
|
34370
|
+
height: 32px;
|
|
34371
|
+
margin-bottom: 0;
|
|
34372
|
+
}
|
|
34373
|
+
.s1ese5oy.primary, .s1ese5oy.info {
|
|
34374
|
+
color: #0080ff;
|
|
34375
|
+
}
|
|
34376
|
+
.s1ese5oy.warning {
|
|
34377
|
+
color: #ffa500;
|
|
34378
|
+
}
|
|
34379
|
+
.s1ese5oy.success {
|
|
34380
|
+
color: #00ba5d;
|
|
34381
|
+
}
|
|
34382
|
+
.s1ese5oy.danger, .s1ese5oy.error {
|
|
34383
|
+
color: #f0483e;
|
|
34384
|
+
}
|
|
34385
|
+
.s1ese5oy.normal {
|
|
34386
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34387
|
+
}
|
|
34388
|
+
|
|
34389
|
+
.b1ibis43 {
|
|
34390
|
+
margin-bottom: 0;
|
|
34391
|
+
color: #00122e;
|
|
34392
|
+
}
|
|
34393
|
+
|
|
34394
|
+
.b11xxjd2 {
|
|
34395
|
+
line-height: 32px;
|
|
34396
|
+
margin-right: 6px;
|
|
34397
|
+
}
|
|
34398
|
+
|
|
34399
|
+
.bsub5bw.with-description {
|
|
34400
|
+
height: 24px;
|
|
34401
|
+
flex: 1;
|
|
34402
|
+
position: relative;
|
|
34403
|
+
top: -7px;
|
|
34404
|
+
}
|
|
34405
|
+
.bsub5bw p {
|
|
34453
34406
|
width: 100%;
|
|
34454
34407
|
overflow: hidden;
|
|
34408
|
+
text-overflow: ellipsis;
|
|
34409
|
+
white-space: nowrap;
|
|
34455
34410
|
}
|
|
34456
|
-
|
|
34457
|
-
|
|
34411
|
+
|
|
34412
|
+
.tmoyoag {
|
|
34413
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34414
|
+
border-radius: 8px;
|
|
34415
|
+
overflow: auto;
|
|
34416
|
+
}
|
|
34417
|
+
.tmoyoag .ant-list {
|
|
34418
|
+
position: relative;
|
|
34419
|
+
}
|
|
34420
|
+
.tmoyoag .ant-list .eagle-table-form-header {
|
|
34421
|
+
position: sticky;
|
|
34422
|
+
top: 0;
|
|
34423
|
+
z-index: 2;
|
|
34424
|
+
display: flex;
|
|
34425
|
+
padding: 8px;
|
|
34426
|
+
flex-wrap: nowrap;
|
|
34427
|
+
justify-content: flex-start;
|
|
34428
|
+
background: #f2f5fa;
|
|
34429
|
+
font-size: 14px;
|
|
34430
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34431
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34432
|
+
}
|
|
34433
|
+
.tmoyoag .ant-list .eagle-table-form-header {
|
|
34434
|
+
align-items: inherit;
|
|
34435
|
+
}
|
|
34436
|
+
.tmoyoag .ant-list .eagle-table-form-row {
|
|
34437
|
+
display: flex;
|
|
34438
|
+
justify-content: flex-start;
|
|
34439
|
+
align-items: flex-start;
|
|
34440
|
+
flex-wrap: wrap;
|
|
34441
|
+
padding: 8px;
|
|
34442
|
+
border: none;
|
|
34443
|
+
}
|
|
34444
|
+
.tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34445
|
+
flex-basis: 100%;
|
|
34446
|
+
margin: 12px 0 0;
|
|
34447
|
+
order: 99;
|
|
34448
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34449
|
+
}
|
|
34450
|
+
.tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34451
|
+
color: #f0483e;
|
|
34452
|
+
flex-basis: 100%;
|
|
34453
|
+
order: 98;
|
|
34454
|
+
margin: 12px 0 0;
|
|
34455
|
+
}
|
|
34456
|
+
.tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34457
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34458
|
+
}
|
|
34459
|
+
.tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34460
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34461
|
+
}
|
|
34462
|
+
.tmoyoag .ant-list .eagle-table-form-cell {
|
|
34463
|
+
flex: 1 0 0;
|
|
34464
|
+
overflow: hidden;
|
|
34465
|
+
}
|
|
34466
|
+
.tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34467
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34468
|
+
margin: 0;
|
|
34469
|
+
}
|
|
34470
|
+
.tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34471
|
+
text-align: center;
|
|
34472
|
+
}
|
|
34473
|
+
.tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34474
|
+
text-align: center;
|
|
34475
|
+
}
|
|
34476
|
+
.tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34477
|
+
text-align: left;
|
|
34478
|
+
}
|
|
34479
|
+
.tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34480
|
+
text-align: left;
|
|
34481
|
+
}
|
|
34482
|
+
.tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34483
|
+
text-align: right;
|
|
34484
|
+
}
|
|
34485
|
+
.tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34486
|
+
text-align: right;
|
|
34487
|
+
}
|
|
34488
|
+
.tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34489
|
+
margin-right: 8px;
|
|
34490
|
+
}
|
|
34491
|
+
.tmoyoag .ant-list .ant-list-item-action {
|
|
34492
|
+
padding: 4px;
|
|
34493
|
+
width: 24px;
|
|
34494
|
+
height: 24px;
|
|
34495
|
+
overflow: hidden;
|
|
34496
|
+
}
|
|
34497
|
+
.tmoyoag .ant-list .ant-list-item-action li {
|
|
34498
|
+
padding: 0;
|
|
34499
|
+
}
|
|
34500
|
+
.tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34501
|
+
cursor: not-allowed;
|
|
34502
|
+
opacity: 0.5;
|
|
34503
|
+
}
|
|
34504
|
+
.tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34505
|
+
margin: 0;
|
|
34506
|
+
}
|
|
34507
|
+
.tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34508
|
+
.tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34509
|
+
border-radius: 5px;
|
|
34510
|
+
font-size: 12px;
|
|
34511
|
+
}
|
|
34512
|
+
.tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34513
|
+
font-size: inherit;
|
|
34514
|
+
}
|
|
34515
|
+
.tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34516
|
+
min-height: 24px;
|
|
34517
|
+
font-size: 12px;
|
|
34518
|
+
position: relative;
|
|
34519
|
+
}
|
|
34520
|
+
.tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34521
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34522
|
+
}
|
|
34523
|
+
.tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34524
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34525
|
+
}
|
|
34526
|
+
|
|
34527
|
+
.a138syjm {
|
|
34528
|
+
display: flex;
|
|
34529
|
+
align-items: center;
|
|
34530
|
+
margin-top: 8px;
|
|
34531
|
+
}
|
|
34532
|
+
.a138syjm button.ant-btn {
|
|
34533
|
+
padding: 2px 8px;
|
|
34534
|
+
height: 24px;
|
|
34535
|
+
}
|
|
34536
|
+
.a138syjm > span.maximum-desc {
|
|
34537
|
+
display: none;
|
|
34538
|
+
margin-left: 8px;
|
|
34539
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34540
|
+
}
|
|
34541
|
+
.a138syjm > span.maximum-desc.disabled {
|
|
34542
|
+
display: inline;
|
|
34543
|
+
}
|
|
34544
|
+
|
|
34545
|
+
.d77i8u0 {
|
|
34546
|
+
width: 24px;
|
|
34547
|
+
height: 24px;
|
|
34548
|
+
padding: 4px;
|
|
34549
|
+
margin-right: 8px;
|
|
34458
34550
|
}
|
|
34459
34551
|
|
|
34460
34552
|
.f7pxqmh {
|