@cloudtower/eagle 0.27.2 → 0.27.3-alpha.0
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/index.d.ts +10 -0
- package/dist/components.css +1554 -1463
- package/dist/coreX/BarChart/BarChart.stories.d.ts +6 -0
- package/dist/coreX/BarChart/index.d.ts +10 -0
- package/dist/coreX/ChartWithTooltip/ChartWithTooltip.stories.d.ts +7 -0
- package/dist/coreX/ChartWithTooltip/index.d.ts +40 -0
- package/dist/coreX/DonutChart/DonutChart.stories.d.ts +6 -0
- package/dist/coreX/DonutChart/index.d.ts +12 -0
- package/dist/coreX/SwitchWithText/SwitchWithText.stories.d.ts +9 -0
- package/dist/coreX/SwitchWithText/__tests__/h5_css.test.d.ts +1 -0
- package/dist/coreX/SwitchWithText/index.d.ts +4 -0
- package/dist/coreX/UnitWithChart/UnitWithChart.stories.d.ts +7 -0
- package/dist/coreX/UnitWithChart/index.d.ts +30 -0
- package/dist/esm/index.js +1717 -1365
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +15 -1
- package/dist/spec/type.d.ts +1 -0
- package/dist/style.css +802 -711
- package/dist/umd/index.js +1700 -1348
- package/dist/umd/stats1.html +1 -1
- package/dist/utils/tower.d.ts +1 -0
- package/package.json +6 -5
package/dist/components.css
CHANGED
|
@@ -29471,35 +29471,6 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
-
.bpq0js6 {
|
|
29475
|
-
padding: 4px 11px;
|
|
29476
|
-
}
|
|
29477
|
-
|
|
29478
|
-
.b15sn34c {
|
|
29479
|
-
white-space: nowrap;
|
|
29480
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29481
|
-
}
|
|
29482
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29483
|
-
--color: #0080ff;
|
|
29484
|
-
}
|
|
29485
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29486
|
-
--color: #0080ff;
|
|
29487
|
-
}
|
|
29488
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29489
|
-
margin-left: 1px;
|
|
29490
|
-
}
|
|
29491
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29492
|
-
border-top-right-radius: 0;
|
|
29493
|
-
border-bottom-right-radius: 0;
|
|
29494
|
-
}
|
|
29495
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29496
|
-
border-top-left-radius: 0;
|
|
29497
|
-
border-bottom-left-radius: 0;
|
|
29498
|
-
}
|
|
29499
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29500
|
-
border-radius: unset;
|
|
29501
|
-
}
|
|
29502
|
-
|
|
29503
29474
|
.buj61ew.ant-btn-icon-only {
|
|
29504
29475
|
justify-content: center;
|
|
29505
29476
|
}
|
|
@@ -29750,6 +29721,35 @@ html body {
|
|
|
29750
29721
|
padding: 0;
|
|
29751
29722
|
}
|
|
29752
29723
|
|
|
29724
|
+
.bpq0js6 {
|
|
29725
|
+
padding: 4px 11px;
|
|
29726
|
+
}
|
|
29727
|
+
|
|
29728
|
+
.b15sn34c {
|
|
29729
|
+
white-space: nowrap;
|
|
29730
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29731
|
+
}
|
|
29732
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29733
|
+
--color: #0080ff;
|
|
29734
|
+
}
|
|
29735
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29736
|
+
--color: #0080ff;
|
|
29737
|
+
}
|
|
29738
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29739
|
+
margin-left: 1px;
|
|
29740
|
+
}
|
|
29741
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29742
|
+
border-top-right-radius: 0;
|
|
29743
|
+
border-bottom-right-radius: 0;
|
|
29744
|
+
}
|
|
29745
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29746
|
+
border-top-left-radius: 0;
|
|
29747
|
+
border-bottom-left-radius: 0;
|
|
29748
|
+
}
|
|
29749
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29750
|
+
border-radius: unset;
|
|
29751
|
+
}
|
|
29752
|
+
|
|
29753
29753
|
.fde5mpd {
|
|
29754
29754
|
width: 100%;
|
|
29755
29755
|
height: 100%;
|
|
@@ -30008,1706 +30008,1747 @@ html body {
|
|
|
30008
30008
|
width: 36px;
|
|
30009
30009
|
}
|
|
30010
30010
|
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30011
|
+
.cz04yix {
|
|
30012
|
+
display: flex;
|
|
30013
|
+
flex-direction: column;
|
|
30013
30014
|
}
|
|
30014
30015
|
|
|
30015
|
-
.
|
|
30016
|
-
|
|
30017
|
-
|
|
30018
|
-
|
|
30019
|
-
height:
|
|
30020
|
-
min-height: 34px;
|
|
30021
|
-
box-sizing: border-box;
|
|
30022
|
-
margin-top: 8px;
|
|
30016
|
+
.m1if5j39 {
|
|
30017
|
+
max-width: 1120px;
|
|
30018
|
+
width: 100%;
|
|
30019
|
+
margin: 0 auto;
|
|
30020
|
+
height: 100%;
|
|
30023
30021
|
}
|
|
30024
30022
|
|
|
30025
|
-
.
|
|
30023
|
+
.w1vvwdlp {
|
|
30024
|
+
max-width: 1120px;
|
|
30025
|
+
width: 100%;
|
|
30026
|
+
margin: 0 auto;
|
|
30026
30027
|
display: flex;
|
|
30027
|
-
flex-direction: column;
|
|
30028
|
-
margin: 1px 8px;
|
|
30029
|
-
padding: 8px;
|
|
30030
|
-
border-radius: 4px;
|
|
30031
30028
|
}
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30029
|
+
.w1vvwdlp .left,
|
|
30030
|
+
.w1vvwdlp .right {
|
|
30031
|
+
flex-grow: 0;
|
|
30032
|
+
flex-shrink: 0;
|
|
30033
|
+
flex-basis: 21%;
|
|
30034
30034
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30035
|
+
.w1vvwdlp .left {
|
|
30036
|
+
display: flex;
|
|
30037
|
+
justify-content: flex-end;
|
|
30038
|
+
padding-right: 44px;
|
|
30037
30039
|
}
|
|
30038
|
-
.
|
|
30039
|
-
|
|
30040
|
+
.w1vvwdlp .right {
|
|
30041
|
+
padding-left: 44px;
|
|
30040
30042
|
}
|
|
30041
|
-
.
|
|
30042
|
-
|
|
30043
|
+
.w1vvwdlp .middle {
|
|
30044
|
+
margin-bottom: 40px;
|
|
30045
|
+
flex-grow: 0;
|
|
30046
|
+
flex-shrink: 0;
|
|
30047
|
+
flex-basis: 58%;
|
|
30043
30048
|
}
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30049
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30050
|
+
width: 100%;
|
|
30046
30051
|
}
|
|
30047
|
-
.
|
|
30048
|
-
|
|
30052
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30053
|
+
width: auto;
|
|
30049
30054
|
}
|
|
30050
|
-
|
|
30051
|
-
|
|
30055
|
+
|
|
30056
|
+
.h1cuopx7 .ant-modal-header {
|
|
30057
|
+
margin: 0 auto;
|
|
30058
|
+
width: 100%;
|
|
30059
|
+
max-width: 648px;
|
|
30052
30060
|
}
|
|
30053
|
-
.
|
|
30054
|
-
|
|
30055
|
-
|
|
30061
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30062
|
+
margin-left: 0;
|
|
30063
|
+
}
|
|
30064
|
+
.h1cuopx7 .ant-modal-body {
|
|
30065
|
+
margin: 0 auto;
|
|
30066
|
+
padding: 0;
|
|
30067
|
+
width: 100%;
|
|
30068
|
+
max-width: 648px;
|
|
30069
|
+
overflow: hidden;
|
|
30070
|
+
}
|
|
30071
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30072
|
+
margin-bottom: 40px;
|
|
30073
|
+
}
|
|
30074
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30075
|
+
height: calc(100vh - 225px);
|
|
30076
|
+
overflow-y: auto;
|
|
30077
|
+
}
|
|
30078
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30079
|
+
margin: 0 auto;
|
|
30080
|
+
max-width: 648px;
|
|
30056
30081
|
}
|
|
30057
30082
|
|
|
30058
|
-
.
|
|
30059
|
-
|
|
30060
|
-
|
|
30061
|
-
|
|
30062
|
-
line-height: 20px;
|
|
30083
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30084
|
+
margin: 0 auto;
|
|
30085
|
+
width: 100%;
|
|
30086
|
+
max-width: 1024px;
|
|
30063
30087
|
}
|
|
30064
|
-
.
|
|
30065
|
-
|
|
30088
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30089
|
+
margin-left: 0;
|
|
30090
|
+
}
|
|
30091
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30092
|
+
margin: 0 auto;
|
|
30093
|
+
padding: 0;
|
|
30094
|
+
width: 100%;
|
|
30095
|
+
max-width: 1024px;
|
|
30066
30096
|
overflow: hidden;
|
|
30067
|
-
|
|
30097
|
+
}
|
|
30098
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30099
|
+
margin-bottom: 40px;
|
|
30100
|
+
}
|
|
30101
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30102
|
+
height: calc(100vh - 225px);
|
|
30103
|
+
overflow-y: auto;
|
|
30104
|
+
}
|
|
30105
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30106
|
+
margin: 0 auto;
|
|
30107
|
+
max-width: 1024px;
|
|
30068
30108
|
}
|
|
30069
30109
|
|
|
30070
|
-
.
|
|
30071
|
-
|
|
30072
|
-
|
|
30110
|
+
.fxgckuk {
|
|
30111
|
+
flex: 1;
|
|
30112
|
+
}
|
|
30113
|
+
.fxgckuk label {
|
|
30114
|
+
font-size: 13px;
|
|
30115
|
+
line-height: 20px;
|
|
30073
30116
|
color: rgba(44, 56, 82, 0.6);
|
|
30074
|
-
|
|
30075
|
-
|
|
30076
|
-
|
|
30117
|
+
}
|
|
30118
|
+
.fxgckuk .title {
|
|
30119
|
+
font-size: 14px;
|
|
30120
|
+
line-height: 20px;
|
|
30121
|
+
color: #2d3a56;
|
|
30122
|
+
margin-bottom: 12px;
|
|
30123
|
+
}
|
|
30124
|
+
.fxgckuk.connect-cluster .title {
|
|
30125
|
+
padding-bottom: 26px;
|
|
30077
30126
|
}
|
|
30078
30127
|
|
|
30079
|
-
.
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
|
|
30128
|
+
.f1d0vek1 {
|
|
30129
|
+
padding: 25px 0 15px 0;
|
|
30130
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30131
|
+
margin-bottom: 16px;
|
|
30083
30132
|
}
|
|
30084
30133
|
|
|
30085
|
-
.
|
|
30086
|
-
|
|
30087
|
-
|
|
30134
|
+
.f4u402y {
|
|
30135
|
+
display: flex;
|
|
30136
|
+
align-items: center;
|
|
30137
|
+
margin-bottom: 8px;
|
|
30138
|
+
}
|
|
30139
|
+
.f4u402y > label {
|
|
30140
|
+
width: 216px;
|
|
30141
|
+
}
|
|
30142
|
+
.f4u402y > label + * {
|
|
30088
30143
|
width: 100%;
|
|
30089
|
-
opacity: 0;
|
|
30090
30144
|
}
|
|
30091
|
-
|
|
30092
|
-
|
|
30093
|
-
display: inline-block;
|
|
30145
|
+
.f4u402y .ant-select {
|
|
30146
|
+
width: 100%;
|
|
30094
30147
|
}
|
|
30095
30148
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
font-weight: bold;
|
|
30100
|
-
font-size: 32px;
|
|
30101
|
-
line-height: 40px;
|
|
30149
|
+
.e1pldf6v {
|
|
30150
|
+
color: #e75a3a;
|
|
30151
|
+
margin-right: 10px;
|
|
30102
30152
|
}
|
|
30103
30153
|
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
30107
|
-
|
|
30108
|
-
|
|
30109
|
-
line-height: 32px;
|
|
30154
|
+
.dq0gblh {
|
|
30155
|
+
width: 100%;
|
|
30156
|
+
height: 1px;
|
|
30157
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30158
|
+
margin: 24px 0;
|
|
30110
30159
|
}
|
|
30111
30160
|
|
|
30112
|
-
.
|
|
30113
|
-
|
|
30114
|
-
|
|
30115
|
-
|
|
30116
|
-
|
|
30117
|
-
line-height: 40px;
|
|
30161
|
+
.l1v7sr0n {
|
|
30162
|
+
display: flex;
|
|
30163
|
+
justify-content: center;
|
|
30164
|
+
align-items: center;
|
|
30165
|
+
height: 100%;
|
|
30118
30166
|
}
|
|
30119
30167
|
|
|
30120
|
-
.
|
|
30121
|
-
|
|
30122
|
-
|
|
30123
|
-
|
|
30124
|
-
|
|
30125
|
-
|
|
30168
|
+
.d1i4ou6o {
|
|
30169
|
+
display: inline-block;
|
|
30170
|
+
width: 4px;
|
|
30171
|
+
height: 4px;
|
|
30172
|
+
background: #8e9aa9;
|
|
30173
|
+
opacity: 0.4;
|
|
30174
|
+
border-radius: 50%;
|
|
30175
|
+
margin: 0 4px;
|
|
30126
30176
|
}
|
|
30127
30177
|
|
|
30128
|
-
.
|
|
30129
|
-
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
|
|
30178
|
+
.m1jy87hk .ant-modal-header,
|
|
30179
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30180
|
+
width: 648px;
|
|
30181
|
+
margin: 0 auto;
|
|
30182
|
+
}
|
|
30183
|
+
.m1jy87hk .ant-modal-header {
|
|
30184
|
+
padding: 35px 0 24px;
|
|
30185
|
+
border: none;
|
|
30186
|
+
}
|
|
30187
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30188
|
+
font-size: 30px;
|
|
30189
|
+
}
|
|
30190
|
+
.m1jy87hk .ant-modal-body {
|
|
30191
|
+
padding: 4px 0 2px;
|
|
30192
|
+
}
|
|
30193
|
+
.m1jy87hk .ant-modal-footer {
|
|
30194
|
+
border: none;
|
|
30134
30195
|
}
|
|
30135
30196
|
|
|
30136
|
-
.
|
|
30137
|
-
font-
|
|
30138
|
-
|
|
30197
|
+
.ti7fpyu {
|
|
30198
|
+
font-size: 12px;
|
|
30199
|
+
line-height: 18px;
|
|
30139
30200
|
font-weight: bold;
|
|
30140
|
-
|
|
30141
|
-
|
|
30201
|
+
color: #fff;
|
|
30202
|
+
padding: 0 4px;
|
|
30203
|
+
border-radius: 4px;
|
|
30204
|
+
display: inline-block;
|
|
30205
|
+
background: var(--ti7fpyu-0);
|
|
30206
|
+
}
|
|
30207
|
+
.ti7fpyu:not(:first-child) {
|
|
30208
|
+
margin-left: 4px;
|
|
30142
30209
|
}
|
|
30143
30210
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
|
|
30211
|
+
.f1rest1f {
|
|
30212
|
+
width: 100%;
|
|
30213
|
+
height: 100%;
|
|
30214
|
+
display: flex;
|
|
30215
|
+
align-items: center;
|
|
30216
|
+
justify-content: center;
|
|
30150
30217
|
}
|
|
30151
30218
|
|
|
30152
|
-
.
|
|
30153
|
-
font-
|
|
30154
|
-
font-style: normal;
|
|
30219
|
+
.n1kbdoln {
|
|
30220
|
+
font-size: 90%;
|
|
30155
30221
|
font-weight: bold;
|
|
30156
|
-
|
|
30157
|
-
|
|
30222
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30223
|
+
padding: 1px 4px 1px;
|
|
30224
|
+
margin-left: 2px;
|
|
30225
|
+
margin-right: 2px;
|
|
30226
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30227
|
+
border-radius: 4px;
|
|
30158
30228
|
}
|
|
30159
30229
|
|
|
30160
|
-
.
|
|
30161
|
-
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30230
|
+
.f1y3gta0.form-item-general {
|
|
30231
|
+
width: 640px;
|
|
30232
|
+
}
|
|
30233
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30234
|
+
margin-top: 16px;
|
|
30235
|
+
}
|
|
30236
|
+
.f1y3gta0.form-item-compact {
|
|
30237
|
+
width: 412px;
|
|
30238
|
+
}
|
|
30239
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30240
|
+
margin-top: 8px;
|
|
30241
|
+
}
|
|
30242
|
+
.f1y3gta0 .form-item {
|
|
30243
|
+
width: auto;
|
|
30244
|
+
}
|
|
30245
|
+
.f1y3gta0 .form-item-main {
|
|
30246
|
+
position: relative;
|
|
30247
|
+
display: flex;
|
|
30248
|
+
}
|
|
30249
|
+
.f1y3gta0 .form-item-extra {
|
|
30250
|
+
margin-top: 4px;
|
|
30251
|
+
width: 100%;
|
|
30252
|
+
padding: 14px;
|
|
30253
|
+
background: #f2f4f6;
|
|
30254
|
+
font-size: 13px;
|
|
30255
|
+
line-height: 1.8;
|
|
30256
|
+
color: #8e9aa9;
|
|
30257
|
+
}
|
|
30258
|
+
.f1y3gta0 .form-item-label {
|
|
30259
|
+
padding-right: 12px;
|
|
30260
|
+
font-size: 13px;
|
|
30261
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30262
|
+
}
|
|
30263
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30264
|
+
text-align: right;
|
|
30265
|
+
}
|
|
30266
|
+
.f1y3gta0 .form-item-label,
|
|
30267
|
+
.f1y3gta0 .form-item-control {
|
|
30268
|
+
line-height: 32px;
|
|
30269
|
+
}
|
|
30270
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30271
|
+
line-height: 18px;
|
|
30272
|
+
}
|
|
30273
|
+
.f1y3gta0 .form-item-children {
|
|
30274
|
+
width: 100%;
|
|
30275
|
+
}
|
|
30276
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30277
|
+
width: 100%;
|
|
30278
|
+
}
|
|
30279
|
+
.f1y3gta0 .form-item-error {
|
|
30280
|
+
color: #e75a3a;
|
|
30281
|
+
height: 0;
|
|
30282
|
+
overflow: hidden;
|
|
30283
|
+
}
|
|
30284
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30285
|
+
margin-top: 4px;
|
|
30286
|
+
height: auto;
|
|
30287
|
+
overflow: auto;
|
|
30288
|
+
}
|
|
30289
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30290
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30291
|
+
border: 1px solid #e75a3a;
|
|
30292
|
+
color: #e75a3a;
|
|
30166
30293
|
}
|
|
30167
30294
|
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30170
|
-
font-style: normal;
|
|
30295
|
+
.fujbm7g {
|
|
30296
|
+
color: #2d3a56;
|
|
30171
30297
|
font-weight: bold;
|
|
30172
|
-
|
|
30173
|
-
|
|
30298
|
+
padding-bottom: 6px;
|
|
30299
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30300
|
+
margin-bottom: 16px;
|
|
30301
|
+
}
|
|
30302
|
+
.fujbm7g:not(:first-of-type) {
|
|
30303
|
+
margin-top: 16px;
|
|
30174
30304
|
}
|
|
30175
30305
|
|
|
30176
|
-
.
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30306
|
+
.e5fsw5s {
|
|
30307
|
+
width: 8px;
|
|
30308
|
+
height: 24px;
|
|
30309
|
+
display: flex;
|
|
30310
|
+
justify-content: center;
|
|
30311
|
+
align-items: center;
|
|
30312
|
+
cursor: pointer;
|
|
30313
|
+
transition: all 200ms ease-out 40ms;
|
|
30314
|
+
}
|
|
30315
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30316
|
+
content: "";
|
|
30317
|
+
width: 1px;
|
|
30318
|
+
height: 6px;
|
|
30319
|
+
border-radius: 1px;
|
|
30320
|
+
background: #ccd4e3;
|
|
30321
|
+
position: relative;
|
|
30322
|
+
right: 2px;
|
|
30323
|
+
transform: rotate(-45deg);
|
|
30324
|
+
}
|
|
30325
|
+
.e5fsw5s:after {
|
|
30326
|
+
transform: rotate(45deg);
|
|
30327
|
+
left: 1px;
|
|
30182
30328
|
}
|
|
30183
30329
|
|
|
30184
|
-
.
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30330
|
+
.w18knsg4.ant-alert-warning {
|
|
30331
|
+
border: 0;
|
|
30332
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30333
|
+
border-radius: 6px;
|
|
30334
|
+
}
|
|
30335
|
+
.w18knsg4.ant-alert,
|
|
30336
|
+
.w18knsg4 .ant-alert-message {
|
|
30337
|
+
color: #e07f00;
|
|
30338
|
+
}
|
|
30339
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30340
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30341
|
+
border-bottom-color: #e07f00;
|
|
30190
30342
|
}
|
|
30191
30343
|
|
|
30192
|
-
.
|
|
30193
|
-
|
|
30194
|
-
|
|
30195
|
-
|
|
30344
|
+
.ng31n2o {
|
|
30345
|
+
display: flex;
|
|
30346
|
+
flex-direction: row;
|
|
30347
|
+
padding: 7px 12px;
|
|
30348
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30349
|
+
border-radius: 6px;
|
|
30350
|
+
color: #e07f00;
|
|
30196
30351
|
font-size: 12px;
|
|
30197
30352
|
line-height: 18px;
|
|
30198
30353
|
}
|
|
30354
|
+
.ng31n2o .icon-wrapper {
|
|
30355
|
+
margin-right: 10px;
|
|
30356
|
+
height: 18px;
|
|
30357
|
+
}
|
|
30199
30358
|
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
|
|
30203
|
-
|
|
30204
|
-
|
|
30205
|
-
|
|
30359
|
+
.n15x5f5y {
|
|
30360
|
+
display: flex;
|
|
30361
|
+
flex-direction: row;
|
|
30362
|
+
padding: 7px 12px;
|
|
30363
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30364
|
+
border-radius: 6px;
|
|
30365
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30206
30366
|
font-size: 12px;
|
|
30207
30367
|
line-height: 18px;
|
|
30208
30368
|
}
|
|
30369
|
+
.n15x5f5y .icon-wrapper {
|
|
30370
|
+
margin-right: 10px;
|
|
30371
|
+
height: 18px;
|
|
30372
|
+
}
|
|
30209
30373
|
|
|
30210
|
-
.
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30374
|
+
.i16ozz3f {
|
|
30375
|
+
display: flex;
|
|
30376
|
+
flex-direction: row;
|
|
30377
|
+
padding: 7px 12px;
|
|
30378
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30379
|
+
border-radius: 6px;
|
|
30380
|
+
color: #005ed1;
|
|
30216
30381
|
font-size: 12px;
|
|
30217
30382
|
line-height: 18px;
|
|
30218
30383
|
}
|
|
30384
|
+
.i16ozz3f .icon-wrapper {
|
|
30385
|
+
margin-right: 10px;
|
|
30386
|
+
height: 18px;
|
|
30387
|
+
}
|
|
30219
30388
|
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
font-
|
|
30224
|
-
|
|
30225
|
-
line-height: 24px;
|
|
30389
|
+
.dszu9qr {
|
|
30390
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30391
|
+
margin-top: 5px;
|
|
30392
|
+
font-size: 12px;
|
|
30393
|
+
line-height: 18px;
|
|
30226
30394
|
}
|
|
30227
30395
|
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30230
|
-
font-
|
|
30231
|
-
|
|
30232
|
-
font-size: 16px;
|
|
30233
|
-
line-height: 24px;
|
|
30396
|
+
.snxzgx {
|
|
30397
|
+
color: #f0483e;
|
|
30398
|
+
font-size: 12px;
|
|
30399
|
+
white-space: pre-wrap;
|
|
30234
30400
|
}
|
|
30235
30401
|
|
|
30236
|
-
.
|
|
30237
|
-
|
|
30238
|
-
|
|
30239
|
-
|
|
30240
|
-
font-size: 16px;
|
|
30241
|
-
line-height: 24px;
|
|
30402
|
+
.o1i4orqw {
|
|
30403
|
+
display: flex;
|
|
30404
|
+
align-items: center;
|
|
30405
|
+
justify-content: flex-end;
|
|
30242
30406
|
}
|
|
30243
|
-
|
|
30244
|
-
|
|
30245
|
-
font-family: Inter;
|
|
30246
|
-
font-style: normal;
|
|
30247
|
-
font-weight: bold;
|
|
30248
|
-
font-size: 16px;
|
|
30249
|
-
line-height: 24px;
|
|
30407
|
+
.o1i4orqw .icon-wrapper {
|
|
30408
|
+
margin-right: 16px;
|
|
30250
30409
|
}
|
|
30251
30410
|
|
|
30252
|
-
.
|
|
30253
|
-
|
|
30254
|
-
font-style: normal;
|
|
30255
|
-
font-weight: normal;
|
|
30256
|
-
text-transform: uppercase;
|
|
30257
|
-
font-feature-settings: "cpsp" on;
|
|
30258
|
-
font-size: 16px;
|
|
30259
|
-
line-height: 24px;
|
|
30411
|
+
.t79k8o2 {
|
|
30412
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30260
30413
|
}
|
|
30261
30414
|
|
|
30262
|
-
.
|
|
30263
|
-
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
-
|
|
30268
|
-
|
|
30269
|
-
line-height: 24px;
|
|
30415
|
+
.ipd9bk.ant-input {
|
|
30416
|
+
padding: 5px 12px;
|
|
30417
|
+
line-height: 20px;
|
|
30418
|
+
color: #2d3a56;
|
|
30419
|
+
border-radius: 6px;
|
|
30420
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30421
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30270
30422
|
}
|
|
30271
|
-
|
|
30272
|
-
|
|
30273
|
-
font-family: Inter;
|
|
30274
|
-
font-style: normal;
|
|
30275
|
-
font-weight: normal;
|
|
30276
|
-
font-size: 14px;
|
|
30423
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30424
|
+
padding: 8px 16px;
|
|
30277
30425
|
line-height: 22px;
|
|
30278
30426
|
}
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30282
|
-
font-style: normal;
|
|
30283
|
-
font-weight: 500;
|
|
30284
|
-
font-size: 14px;
|
|
30285
|
-
line-height: 22px;
|
|
30427
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30428
|
+
padding: 2px 8px;
|
|
30429
|
+
line-height: 18px;
|
|
30286
30430
|
}
|
|
30287
|
-
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
font-weight: bold;
|
|
30292
|
-
font-size: 14px;
|
|
30293
|
-
line-height: 22px;
|
|
30431
|
+
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30432
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30433
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30434
|
+
z-index: 1;
|
|
30294
30435
|
}
|
|
30295
|
-
|
|
30296
|
-
|
|
30297
|
-
|
|
30298
|
-
|
|
30299
|
-
font-weight: normal;
|
|
30300
|
-
font-size: 14px;
|
|
30301
|
-
line-height: 22px;
|
|
30436
|
+
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30437
|
+
border-color: #0096ff;
|
|
30438
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30439
|
+
z-index: 1;
|
|
30302
30440
|
}
|
|
30303
|
-
|
|
30304
|
-
|
|
30305
|
-
|
|
30306
|
-
font-style: normal;
|
|
30307
|
-
font-weight: bold;
|
|
30308
|
-
font-size: 14px;
|
|
30309
|
-
line-height: 22px;
|
|
30441
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30442
|
+
border-color: #e75a3a;
|
|
30443
|
+
color: #e75a3a;
|
|
30310
30444
|
}
|
|
30311
|
-
|
|
30312
|
-
|
|
30313
|
-
|
|
30314
|
-
font-style: normal;
|
|
30315
|
-
font-weight: normal;
|
|
30316
|
-
text-transform: uppercase;
|
|
30317
|
-
font-feature-settings: "cpsp" on;
|
|
30318
|
-
font-size: 14px;
|
|
30319
|
-
line-height: 22px;
|
|
30445
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30446
|
+
border-color: #e75a3a;
|
|
30447
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30320
30448
|
}
|
|
30321
|
-
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
font-style: normal;
|
|
30325
|
-
font-weight: bold;
|
|
30326
|
-
text-transform: uppercase;
|
|
30327
|
-
font-feature-settings: "cpsp" on;
|
|
30328
|
-
font-size: 14px;
|
|
30329
|
-
line-height: 22px;
|
|
30449
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30450
|
+
border-color: #e75a3a;
|
|
30451
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30330
30452
|
}
|
|
30331
|
-
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30334
|
-
|
|
30335
|
-
font-weight: normal;
|
|
30336
|
-
font-size: 13px;
|
|
30337
|
-
line-height: 20px;
|
|
30453
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30454
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30455
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30456
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30338
30457
|
}
|
|
30339
|
-
|
|
30340
|
-
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
font-weight: 600;
|
|
30344
|
-
font-size: 13px;
|
|
30458
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30459
|
+
padding: 5px 12px;
|
|
30460
|
+
border-radius: 6px;
|
|
30461
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30345
30462
|
line-height: 20px;
|
|
30463
|
+
color: #2d3a56;
|
|
30464
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30346
30465
|
}
|
|
30347
|
-
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30350
|
-
font-style: normal;
|
|
30351
|
-
font-weight: bold;
|
|
30352
|
-
font-size: 13px;
|
|
30353
|
-
line-height: 20px;
|
|
30466
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30467
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30468
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30354
30469
|
}
|
|
30355
|
-
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
font-style: normal;
|
|
30359
|
-
font-weight: normal;
|
|
30360
|
-
font-size: 13px;
|
|
30361
|
-
line-height: 20px;
|
|
30470
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30471
|
+
padding: 8px 16px;
|
|
30472
|
+
line-height: 22px;
|
|
30362
30473
|
}
|
|
30363
|
-
|
|
30364
|
-
|
|
30365
|
-
|
|
30366
|
-
font-style: normal;
|
|
30367
|
-
font-weight: 600;
|
|
30368
|
-
font-size: 13px;
|
|
30369
|
-
line-height: 20px;
|
|
30474
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30475
|
+
padding: 2px 8px;
|
|
30476
|
+
line-height: 18px;
|
|
30370
30477
|
}
|
|
30371
|
-
|
|
30372
|
-
.
|
|
30373
|
-
|
|
30374
|
-
font-style: normal;
|
|
30375
|
-
font-weight: bold;
|
|
30376
|
-
font-size: 13px;
|
|
30377
|
-
line-height: 20px;
|
|
30478
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30479
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30480
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30378
30481
|
}
|
|
30379
|
-
|
|
30380
|
-
|
|
30381
|
-
|
|
30382
|
-
font-style: normal;
|
|
30383
|
-
font-weight: normal;
|
|
30384
|
-
text-transform: uppercase;
|
|
30385
|
-
font-feature-settings: "cpsp" on;
|
|
30386
|
-
font-size: 13px;
|
|
30387
|
-
line-height: 20px;
|
|
30482
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30483
|
+
border-color: #0096ff;
|
|
30484
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30388
30485
|
}
|
|
30389
|
-
|
|
30390
|
-
|
|
30391
|
-
font-family: Inter;
|
|
30392
|
-
font-style: normal;
|
|
30393
|
-
font-weight: bold;
|
|
30394
|
-
text-transform: uppercase;
|
|
30395
|
-
font-feature-settings: "cpsp" on;
|
|
30396
|
-
font-size: 13px;
|
|
30397
|
-
line-height: 20px;
|
|
30486
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30487
|
+
border-color: #e75a3a;
|
|
30398
30488
|
}
|
|
30399
|
-
|
|
30400
|
-
|
|
30401
|
-
font-family: Inter;
|
|
30402
|
-
font-style: normal;
|
|
30403
|
-
font-weight: normal;
|
|
30404
|
-
font-size: 12px;
|
|
30405
|
-
line-height: 18px;
|
|
30489
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30490
|
+
color: #e75a3a;
|
|
30406
30491
|
}
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
|
|
30410
|
-
font-style: normal;
|
|
30411
|
-
font-weight: 500;
|
|
30412
|
-
font-size: 12px;
|
|
30413
|
-
line-height: 18px;
|
|
30492
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30493
|
+
border-color: #e75a3a;
|
|
30494
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30414
30495
|
}
|
|
30415
|
-
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
font-style: normal;
|
|
30419
|
-
font-weight: bold;
|
|
30420
|
-
font-size: 12px;
|
|
30421
|
-
line-height: 18px;
|
|
30496
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30497
|
+
border-color: #e75a3a;
|
|
30498
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30422
30499
|
}
|
|
30423
|
-
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
font-weight: normal;
|
|
30428
|
-
font-size: 12px;
|
|
30429
|
-
line-height: 18px;
|
|
30430
|
-
}
|
|
30431
|
-
|
|
30432
|
-
.lpb2nxv {
|
|
30433
|
-
font-family: Inter;
|
|
30434
|
-
font-style: normal;
|
|
30435
|
-
font-weight: 500;
|
|
30436
|
-
font-size: 12px;
|
|
30437
|
-
line-height: 18px;
|
|
30500
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30501
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30502
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30503
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30438
30504
|
}
|
|
30439
|
-
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
font-style: normal;
|
|
30443
|
-
font-weight: bold;
|
|
30444
|
-
font-size: 12px;
|
|
30445
|
-
line-height: 18px;
|
|
30505
|
+
textarea.ipd9bk.ant-input {
|
|
30506
|
+
transition-property: height;
|
|
30507
|
+
transition-delay: 50ms;
|
|
30446
30508
|
}
|
|
30447
|
-
|
|
30448
|
-
|
|
30449
|
-
|
|
30450
|
-
font-style: normal;
|
|
30451
|
-
font-weight: normal;
|
|
30452
|
-
text-transform: uppercase;
|
|
30453
|
-
font-feature-settings: "cpsp" on;
|
|
30454
|
-
font-size: 12px;
|
|
30455
|
-
line-height: 18px;
|
|
30509
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30510
|
+
min-height: 40px;
|
|
30511
|
+
height: 40px;
|
|
30456
30512
|
}
|
|
30457
|
-
|
|
30458
|
-
|
|
30459
|
-
font-family: Inter;
|
|
30460
|
-
font-style: normal;
|
|
30461
|
-
font-weight: bold;
|
|
30462
|
-
text-transform: uppercase;
|
|
30463
|
-
font-feature-settings: "cpsp" on;
|
|
30464
|
-
font-size: 12px;
|
|
30465
|
-
line-height: 18px;
|
|
30513
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30514
|
+
height: 80px;
|
|
30466
30515
|
}
|
|
30467
|
-
|
|
30468
|
-
|
|
30469
|
-
|
|
30470
|
-
font-style: normal;
|
|
30471
|
-
font-weight: normal;
|
|
30472
|
-
font-size: 13px;
|
|
30473
|
-
line-height: 20px;
|
|
30516
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30517
|
+
min-height: 32px;
|
|
30518
|
+
height: 32px;
|
|
30474
30519
|
}
|
|
30475
|
-
|
|
30476
|
-
|
|
30477
|
-
font-family: Inter;
|
|
30478
|
-
font-style: normal;
|
|
30479
|
-
font-weight: normal;
|
|
30480
|
-
font-size: 13px;
|
|
30481
|
-
line-height: 20px;
|
|
30520
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30521
|
+
height: 64px;
|
|
30482
30522
|
}
|
|
30483
|
-
|
|
30484
|
-
|
|
30485
|
-
|
|
30486
|
-
font-style: normal;
|
|
30487
|
-
font-weight: normal;
|
|
30488
|
-
font-size: 12px;
|
|
30489
|
-
line-height: 18px;
|
|
30523
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30524
|
+
min-height: 24px;
|
|
30525
|
+
height: 24px;
|
|
30490
30526
|
}
|
|
30491
|
-
|
|
30492
|
-
|
|
30493
|
-
font-family: Inter;
|
|
30494
|
-
font-style: normal;
|
|
30495
|
-
font-weight: normal;
|
|
30496
|
-
font-size: 12px;
|
|
30497
|
-
line-height: 18px;
|
|
30527
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30528
|
+
height: 40px;
|
|
30498
30529
|
}
|
|
30499
30530
|
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
font-weight: normal;
|
|
30504
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30505
|
-
font-size: 13px;
|
|
30506
|
-
line-height: 20px;
|
|
30531
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30532
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30533
|
+
border-radius: 4px;
|
|
30507
30534
|
}
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
|
|
30514
|
-
font-size: 13px;
|
|
30515
|
-
line-height: 20px;
|
|
30535
|
+
.kypn5o5.input-tags {
|
|
30536
|
+
position: relative;
|
|
30537
|
+
padding: 6px;
|
|
30538
|
+
height: 32px;
|
|
30539
|
+
cursor: pointer;
|
|
30540
|
+
transition: border 150ms;
|
|
30516
30541
|
}
|
|
30517
|
-
|
|
30518
|
-
|
|
30519
|
-
|
|
30520
|
-
font-style: normal;
|
|
30521
|
-
font-weight: normal;
|
|
30522
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30523
|
-
font-size: 12px;
|
|
30524
|
-
line-height: 18px;
|
|
30542
|
+
.kypn5o5.input-tags:hover {
|
|
30543
|
+
border-color: #0080ff;
|
|
30544
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30525
30545
|
}
|
|
30526
|
-
|
|
30527
|
-
|
|
30528
|
-
font-family: Inter;
|
|
30529
|
-
font-style: normal;
|
|
30530
|
-
font-weight: 500;
|
|
30531
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30532
|
-
font-size: 12px;
|
|
30533
|
-
line-height: 18px;
|
|
30546
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30547
|
+
padding-right: 30px;
|
|
30534
30548
|
}
|
|
30535
|
-
|
|
30536
|
-
|
|
30537
|
-
font-family: Inter;
|
|
30538
|
-
font-style: normal;
|
|
30539
|
-
font-weight: normal;
|
|
30540
|
-
font-feature-settings: "zero" on;
|
|
30541
|
-
font-size: 12px;
|
|
30542
|
-
line-height: 18px;
|
|
30549
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30550
|
+
display: flex;
|
|
30543
30551
|
}
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
font-family: Inter;
|
|
30547
|
-
font-style: normal;
|
|
30548
|
-
font-weight: 500;
|
|
30549
|
-
font-feature-settings: "zero" on;
|
|
30550
|
-
font-size: 12px;
|
|
30551
|
-
line-height: 18px;
|
|
30552
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30553
|
+
display: flex;
|
|
30552
30554
|
}
|
|
30553
|
-
|
|
30554
|
-
|
|
30555
|
-
|
|
30556
|
-
|
|
30557
|
-
|
|
30558
|
-
font-feature-settings: "zero" on;
|
|
30559
|
-
font-size: 16px;
|
|
30560
|
-
line-height: 24px;
|
|
30555
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30556
|
+
position: absolute;
|
|
30557
|
+
right: 12px;
|
|
30558
|
+
top: 50%;
|
|
30559
|
+
transform: translateY(-50%);
|
|
30561
30560
|
}
|
|
30562
|
-
|
|
30563
|
-
.
|
|
30564
|
-
font-
|
|
30565
|
-
|
|
30566
|
-
font-weight: normal;
|
|
30567
|
-
font-size: 10px;
|
|
30568
|
-
line-height: 12px;
|
|
30561
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30562
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30563
|
+
font-size: 12px;
|
|
30564
|
+
cursor: pointer;
|
|
30569
30565
|
}
|
|
30570
|
-
|
|
30571
|
-
.
|
|
30572
|
-
border: 1px solid #d8deeb;
|
|
30573
|
-
border-radius: 4px;
|
|
30566
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30567
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30574
30568
|
}
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30569
|
+
.kypn5o5.has-focus-indicator {
|
|
30570
|
+
position: relative;
|
|
30571
|
+
overflow: hidden;
|
|
30577
30572
|
}
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30573
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30574
|
+
position: absolute;
|
|
30575
|
+
top: 50%;
|
|
30576
|
+
transform: translateY(-50%);
|
|
30577
|
+
left: -16px;
|
|
30578
|
+
transition: left 150ms ease;
|
|
30579
|
+
opacity: 0;
|
|
30580
30580
|
}
|
|
30581
|
-
.
|
|
30582
|
-
|
|
30581
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30582
|
+
left: 8px;
|
|
30583
|
+
opacity: 1;
|
|
30583
30584
|
}
|
|
30584
|
-
.
|
|
30585
|
-
|
|
30585
|
+
.kypn5o5.has-focus-indicator input {
|
|
30586
|
+
transition: margin-left 150ms ease;
|
|
30587
|
+
margin-left: 0px;
|
|
30586
30588
|
}
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30589
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30590
|
+
margin-left: 16px;
|
|
30589
30591
|
}
|
|
30590
30592
|
|
|
30591
|
-
.
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
}
|
|
30595
|
-
.berrcjl .breadcrumb-link {
|
|
30596
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30597
|
-
cursor: pointer;
|
|
30598
|
-
transition: color 160ms ease;
|
|
30593
|
+
input.l1ki27se.ant-input {
|
|
30594
|
+
border-top-right-radius: 0;
|
|
30595
|
+
border-bottom-right-radius: 0;
|
|
30599
30596
|
}
|
|
30600
|
-
|
|
30601
|
-
|
|
30597
|
+
|
|
30598
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30599
|
+
border-top-right-radius: 0;
|
|
30600
|
+
border-bottom-right-radius: 0;
|
|
30602
30601
|
}
|
|
30603
|
-
|
|
30604
|
-
|
|
30602
|
+
|
|
30603
|
+
input.rrg1fkn.ant-input {
|
|
30604
|
+
border-top-left-radius: 0;
|
|
30605
|
+
border-bottom-left-radius: 0;
|
|
30605
30606
|
}
|
|
30606
30607
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
|
|
30608
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30609
|
+
border-top-left-radius: 0;
|
|
30610
|
+
border-bottom-left-radius: 0;
|
|
30610
30611
|
}
|
|
30611
30612
|
|
|
30612
|
-
.
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
margin: 0 auto;
|
|
30616
|
-
height: 100%;
|
|
30613
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30614
|
+
border-top-right-radius: 0;
|
|
30615
|
+
border-bottom-right-radius: 0;
|
|
30617
30616
|
}
|
|
30618
30617
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
margin: 0 auto;
|
|
30623
|
-
display: flex;
|
|
30618
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30619
|
+
border-top-left-radius: 0;
|
|
30620
|
+
border-bottom-left-radius: 0;
|
|
30624
30621
|
}
|
|
30625
|
-
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30628
|
-
|
|
30629
|
-
|
|
30622
|
+
|
|
30623
|
+
.s34f1qb.ant-switch {
|
|
30624
|
+
min-width: 40px;
|
|
30625
|
+
height: 24px;
|
|
30626
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30627
|
+
overflow: hidden;
|
|
30630
30628
|
}
|
|
30631
|
-
.
|
|
30632
|
-
|
|
30633
|
-
justify-content: flex-end;
|
|
30634
|
-
padding-right: 44px;
|
|
30629
|
+
.s34f1qb.ant-switch:focus {
|
|
30630
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30635
30631
|
}
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30632
|
+
.s34f1qb.ant-switch-small {
|
|
30633
|
+
min-width: 26px;
|
|
30634
|
+
height: 16px;
|
|
30638
30635
|
}
|
|
30639
|
-
.
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
flex-shrink: 0;
|
|
30643
|
-
flex-basis: 58%;
|
|
30636
|
+
.s34f1qb.ant-switch-large {
|
|
30637
|
+
min-width: 52px;
|
|
30638
|
+
height: 32px;
|
|
30644
30639
|
}
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30640
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30641
|
+
height: 20px;
|
|
30642
|
+
width: 20px;
|
|
30647
30643
|
}
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30644
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30645
|
+
border-radius: 10px;
|
|
30646
|
+
transition-delay: 120ms;
|
|
30650
30647
|
}
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30655
|
-
|
|
30648
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30649
|
+
height: 14px;
|
|
30650
|
+
width: 14px;
|
|
30651
|
+
top: 1px;
|
|
30652
|
+
left: 1px;
|
|
30656
30653
|
}
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30654
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30655
|
+
height: 28px;
|
|
30656
|
+
width: 28px;
|
|
30659
30657
|
}
|
|
30660
|
-
.
|
|
30661
|
-
|
|
30662
|
-
padding: 0;
|
|
30663
|
-
width: 100%;
|
|
30664
|
-
max-width: 648px;
|
|
30665
|
-
overflow: hidden;
|
|
30658
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30659
|
+
border-radius: 14px;
|
|
30666
30660
|
}
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30661
|
+
.s34f1qb.ant-switch-checked {
|
|
30662
|
+
background-color: #00ba5d;
|
|
30669
30663
|
}
|
|
30670
|
-
.
|
|
30671
|
-
|
|
30672
|
-
overflow-y: auto;
|
|
30664
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30665
|
+
left: calc(100% - 20px - 2px);
|
|
30673
30666
|
}
|
|
30674
|
-
.
|
|
30675
|
-
|
|
30676
|
-
max-width: 648px;
|
|
30667
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30668
|
+
left: calc(100% - 14px - 1px);
|
|
30677
30669
|
}
|
|
30678
|
-
|
|
30679
|
-
|
|
30680
|
-
margin: 0 auto;
|
|
30681
|
-
width: 100%;
|
|
30682
|
-
max-width: 1024px;
|
|
30670
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30671
|
+
left: calc(100% - 28px - 2px);
|
|
30683
30672
|
}
|
|
30684
|
-
|
|
30685
|
-
|
|
30673
|
+
|
|
30674
|
+
.c1to9vb9 {
|
|
30675
|
+
margin-left: 5px;
|
|
30686
30676
|
}
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
|
|
30690
|
-
width: 100%;
|
|
30691
|
-
max-width: 1024px;
|
|
30692
|
-
overflow: hidden;
|
|
30677
|
+
|
|
30678
|
+
.t1upn1sz {
|
|
30679
|
+
height: 100%;
|
|
30693
30680
|
}
|
|
30694
|
-
|
|
30695
|
-
|
|
30681
|
+
|
|
30682
|
+
.tta5kd2 {
|
|
30683
|
+
height: 100%;
|
|
30696
30684
|
}
|
|
30697
|
-
.
|
|
30698
|
-
|
|
30699
|
-
|
|
30685
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30686
|
+
overflow: visible !important;
|
|
30687
|
+
height: 100%;
|
|
30700
30688
|
}
|
|
30701
|
-
.
|
|
30702
|
-
|
|
30703
|
-
max-width: 1024px;
|
|
30689
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30690
|
+
height: 100%;
|
|
30704
30691
|
}
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
|
|
30692
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30693
|
+
width: 100% !important;
|
|
30694
|
+
height: 100%;
|
|
30708
30695
|
}
|
|
30709
|
-
.
|
|
30710
|
-
|
|
30711
|
-
line-height: 20px;
|
|
30712
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30696
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30697
|
+
padding: 15px 0;
|
|
30713
30698
|
}
|
|
30714
|
-
.
|
|
30715
|
-
|
|
30716
|
-
line-height: 20px;
|
|
30717
|
-
color: #2d3a56;
|
|
30718
|
-
margin-bottom: 12px;
|
|
30699
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30700
|
+
display: none;
|
|
30719
30701
|
}
|
|
30720
|
-
.
|
|
30721
|
-
|
|
30702
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30703
|
+
font-weight: 700;
|
|
30722
30704
|
}
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
padding: 25px 0 15px 0;
|
|
30726
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30727
|
-
margin-bottom: 16px;
|
|
30705
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30706
|
+
font-weight: 700;
|
|
30728
30707
|
}
|
|
30729
|
-
|
|
30730
|
-
|
|
30731
|
-
display: flex;
|
|
30732
|
-
align-items: center;
|
|
30733
|
-
margin-bottom: 8px;
|
|
30708
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30709
|
+
height: 100%;
|
|
30734
30710
|
}
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30711
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30712
|
+
height: 100%;
|
|
30713
|
+
overflow: visible;
|
|
30737
30714
|
}
|
|
30738
|
-
.
|
|
30739
|
-
|
|
30715
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30716
|
+
max-height: none;
|
|
30740
30717
|
}
|
|
30741
|
-
.
|
|
30742
|
-
|
|
30718
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30719
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30720
|
+
display: none;
|
|
30743
30721
|
}
|
|
30744
|
-
|
|
30745
|
-
|
|
30746
|
-
color: #e75a3a;
|
|
30747
|
-
margin-right: 10px;
|
|
30722
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30723
|
+
background: transparent;
|
|
30748
30724
|
}
|
|
30749
|
-
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30752
|
-
|
|
30753
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30754
|
-
margin: 24px 0;
|
|
30725
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30726
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30727
|
+
background: #fff;
|
|
30728
|
+
padding: 0 !important;
|
|
30755
30729
|
}
|
|
30756
|
-
|
|
30757
|
-
.
|
|
30730
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30731
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30758
30732
|
display: flex;
|
|
30759
|
-
justify-content: center;
|
|
30760
30733
|
align-items: center;
|
|
30761
30734
|
height: 100%;
|
|
30735
|
+
padding: 8px;
|
|
30762
30736
|
}
|
|
30763
|
-
|
|
30764
|
-
.
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
background: #8e9aa9;
|
|
30769
|
-
opacity: 0.4;
|
|
30770
|
-
border-radius: 50%;
|
|
30771
|
-
margin: 0 4px;
|
|
30737
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30738
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30739
|
+
overflow: hidden;
|
|
30740
|
+
text-overflow: ellipsis;
|
|
30741
|
+
width: 100%;
|
|
30772
30742
|
}
|
|
30773
|
-
|
|
30774
|
-
|
|
30775
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30776
|
-
width: 648px;
|
|
30777
|
-
margin: 0 auto;
|
|
30743
|
+
.tta5kd2 .ant-table-container {
|
|
30744
|
+
height: 100%;
|
|
30778
30745
|
}
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30781
|
-
border: none;
|
|
30746
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30747
|
+
box-shadow: none !important;
|
|
30782
30748
|
}
|
|
30783
|
-
.
|
|
30784
|
-
|
|
30749
|
+
.tta5kd2 .ant-table {
|
|
30750
|
+
border-radius: 0px;
|
|
30751
|
+
border-left: none;
|
|
30752
|
+
border-right: none;
|
|
30753
|
+
border-bottom: none;
|
|
30754
|
+
height: 100%;
|
|
30755
|
+
font-size: 12px;
|
|
30756
|
+
background: transparent;
|
|
30785
30757
|
}
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30758
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30759
|
+
position: relative;
|
|
30760
|
+
z-index: 3;
|
|
30761
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30762
|
+
margin-bottom: -1px;
|
|
30788
30763
|
}
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30764
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30765
|
+
.tta5kd2 .ant-table .value {
|
|
30766
|
+
color: #2d3a56;
|
|
30791
30767
|
}
|
|
30792
|
-
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30795
|
-
line-height: 18px;
|
|
30796
|
-
font-weight: bold;
|
|
30797
|
-
color: #fff;
|
|
30798
|
-
padding: 0 4px;
|
|
30799
|
-
border-radius: 4px;
|
|
30800
|
-
display: inline-block;
|
|
30801
|
-
background: var(--ti7fpyu-0);
|
|
30768
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30769
|
+
.tta5kd2 .ant-table .unit {
|
|
30770
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30802
30771
|
}
|
|
30803
|
-
.
|
|
30804
|
-
|
|
30772
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
30773
|
+
position: unset;
|
|
30774
|
+
text-align: center;
|
|
30805
30775
|
}
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
width: 100%;
|
|
30809
|
-
height: 100%;
|
|
30810
|
-
display: flex;
|
|
30811
|
-
align-items: center;
|
|
30812
|
-
justify-content: center;
|
|
30813
|
-
}
|
|
30814
|
-
|
|
30815
|
-
.n1kbdoln {
|
|
30816
|
-
font-size: 90%;
|
|
30817
|
-
font-weight: bold;
|
|
30818
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30819
|
-
padding: 1px 4px 1px;
|
|
30820
|
-
margin-left: 2px;
|
|
30821
|
-
margin-right: 2px;
|
|
30822
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30823
|
-
border-radius: 4px;
|
|
30824
|
-
}
|
|
30825
|
-
|
|
30826
|
-
.f1y3gta0.form-item-general {
|
|
30827
|
-
width: 640px;
|
|
30828
|
-
}
|
|
30829
|
-
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30830
|
-
margin-top: 16px;
|
|
30776
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30777
|
+
background: #fff;
|
|
30831
30778
|
}
|
|
30832
|
-
.
|
|
30833
|
-
|
|
30779
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
30780
|
+
cursor: pointer;
|
|
30781
|
+
position: absolute;
|
|
30782
|
+
top: 50%;
|
|
30783
|
+
right: 12px;
|
|
30784
|
+
transform: translateY(-50%);
|
|
30834
30785
|
}
|
|
30835
|
-
.
|
|
30836
|
-
|
|
30786
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30787
|
+
box-shadow: none;
|
|
30788
|
+
width: 1px;
|
|
30789
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30837
30790
|
}
|
|
30838
|
-
.
|
|
30839
|
-
|
|
30791
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30792
|
+
box-shadow: none;
|
|
30793
|
+
width: 1px;
|
|
30794
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30840
30795
|
}
|
|
30841
|
-
.
|
|
30796
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
30842
30797
|
position: relative;
|
|
30843
|
-
display: flex;
|
|
30844
|
-
}
|
|
30845
|
-
.f1y3gta0 .form-item-extra {
|
|
30846
|
-
margin-top: 4px;
|
|
30847
|
-
width: 100%;
|
|
30848
|
-
padding: 14px;
|
|
30849
|
-
background: #f2f4f6;
|
|
30850
|
-
font-size: 13px;
|
|
30851
|
-
line-height: 1.8;
|
|
30852
|
-
color: #8e9aa9;
|
|
30853
|
-
}
|
|
30854
|
-
.f1y3gta0 .form-item-label {
|
|
30855
|
-
padding-right: 12px;
|
|
30856
|
-
font-size: 13px;
|
|
30857
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30858
30798
|
}
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30799
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30800
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30801
|
+
border-bottom: 1px solid white;
|
|
30802
|
+
height: 40px;
|
|
30803
|
+
vertical-align: middle;
|
|
30804
|
+
transition: background 0ms;
|
|
30805
|
+
color: #00122e;
|
|
30861
30806
|
}
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30864
|
-
|
|
30807
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30808
|
+
background: #f2f5fa;
|
|
30809
|
+
border-bottom-color: #f2f5fa;
|
|
30865
30810
|
}
|
|
30866
|
-
.
|
|
30867
|
-
|
|
30811
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30812
|
+
height: auto;
|
|
30813
|
+
color: #00122e;
|
|
30814
|
+
font-size: 12px;
|
|
30815
|
+
text-align: left;
|
|
30816
|
+
transition: none;
|
|
30817
|
+
overflow: hidden;
|
|
30818
|
+
text-overflow: ellipsis;
|
|
30819
|
+
white-space: nowrap;
|
|
30868
30820
|
}
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30821
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30822
|
+
color: #0096ff;
|
|
30871
30823
|
}
|
|
30872
|
-
.
|
|
30824
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30825
|
+
overflow: hidden;
|
|
30826
|
+
text-overflow: ellipsis;
|
|
30873
30827
|
width: 100%;
|
|
30828
|
+
vertical-align: middle;
|
|
30874
30829
|
}
|
|
30875
|
-
.
|
|
30876
|
-
|
|
30877
|
-
height: 0;
|
|
30878
|
-
overflow: hidden;
|
|
30830
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30831
|
+
line-height: 0px;
|
|
30879
30832
|
}
|
|
30880
|
-
.
|
|
30881
|
-
|
|
30882
|
-
height: auto;
|
|
30883
|
-
overflow: auto;
|
|
30833
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30834
|
+
padding-right: 25px;
|
|
30884
30835
|
}
|
|
30885
|
-
.
|
|
30886
|
-
|
|
30887
|
-
border: 1px solid #e75a3a;
|
|
30888
|
-
color: #e75a3a;
|
|
30836
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30837
|
+
border-top-color: transparent;
|
|
30889
30838
|
}
|
|
30890
|
-
|
|
30891
|
-
.
|
|
30892
|
-
color:
|
|
30893
|
-
font-weight: bold;
|
|
30894
|
-
padding-bottom: 6px;
|
|
30895
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30896
|
-
margin-bottom: 16px;
|
|
30839
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30840
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30841
|
+
border-color: transparent transparent white;
|
|
30897
30842
|
}
|
|
30898
|
-
.
|
|
30899
|
-
|
|
30843
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30844
|
+
border-radius: 8px 0 0 8px;
|
|
30900
30845
|
}
|
|
30901
|
-
|
|
30902
|
-
|
|
30903
|
-
width: 8px;
|
|
30904
|
-
height: 24px;
|
|
30905
|
-
display: flex;
|
|
30906
|
-
justify-content: center;
|
|
30907
|
-
align-items: center;
|
|
30908
|
-
cursor: pointer;
|
|
30909
|
-
transition: all 200ms ease-out 40ms;
|
|
30846
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30847
|
+
border-radius: 8px 0 0 8px;
|
|
30910
30848
|
}
|
|
30911
|
-
.
|
|
30849
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30912
30850
|
content: "";
|
|
30913
|
-
width:
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
background:
|
|
30917
|
-
position: relative;
|
|
30918
|
-
right: 2px;
|
|
30919
|
-
transform: rotate(-45deg);
|
|
30851
|
+
width: 4px;
|
|
30852
|
+
top: -1px;
|
|
30853
|
+
bottom: -1px;
|
|
30854
|
+
background: white;
|
|
30920
30855
|
}
|
|
30921
|
-
.
|
|
30922
|
-
|
|
30923
|
-
left: 1px;
|
|
30856
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30857
|
+
border-radius: 0 8px 8px 0;
|
|
30924
30858
|
}
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
|
|
30928
|
-
|
|
30929
|
-
border-radius: 6px;
|
|
30859
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30860
|
+
border-radius: 0;
|
|
30861
|
+
background: white;
|
|
30862
|
+
border-top: none;
|
|
30930
30863
|
}
|
|
30931
|
-
.
|
|
30932
|
-
|
|
30933
|
-
|
|
30864
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30865
|
+
border-top: 1px solid transparent;
|
|
30866
|
+
border-radius: 0 8px 8px 0;
|
|
30867
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30934
30868
|
}
|
|
30935
|
-
.
|
|
30936
|
-
|
|
30937
|
-
border-
|
|
30869
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30870
|
+
background: white;
|
|
30871
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30938
30872
|
}
|
|
30939
|
-
|
|
30940
|
-
.ng31n2o {
|
|
30873
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30941
30874
|
display: flex;
|
|
30942
|
-
|
|
30943
|
-
|
|
30944
|
-
background: rgba(
|
|
30945
|
-
border-radius: 6px;
|
|
30946
|
-
color: #e07f00;
|
|
30947
|
-
font-size: 12px;
|
|
30948
|
-
line-height: 18px;
|
|
30875
|
+
align-items: center;
|
|
30876
|
+
height: 100%;
|
|
30877
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30949
30878
|
}
|
|
30950
|
-
.
|
|
30951
|
-
|
|
30952
|
-
|
|
30879
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30880
|
+
background: white;
|
|
30881
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30953
30882
|
}
|
|
30954
|
-
|
|
30955
|
-
.n15x5f5y {
|
|
30883
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30956
30884
|
display: flex;
|
|
30957
|
-
|
|
30958
|
-
|
|
30885
|
+
align-items: center;
|
|
30886
|
+
height: 100%;
|
|
30959
30887
|
background: rgba(225, 230, 241, 0.6);
|
|
30960
|
-
border-radius: 6px;
|
|
30961
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30962
|
-
font-size: 12px;
|
|
30963
|
-
line-height: 18px;
|
|
30964
30888
|
}
|
|
30965
|
-
.
|
|
30966
|
-
|
|
30967
|
-
height: 18px;
|
|
30889
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30890
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30968
30891
|
}
|
|
30969
|
-
|
|
30970
|
-
.
|
|
30971
|
-
|
|
30972
|
-
flex-direction: row;
|
|
30973
|
-
padding: 7px 12px;
|
|
30974
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30975
|
-
border-radius: 6px;
|
|
30976
|
-
color: #005ed1;
|
|
30977
|
-
font-size: 12px;
|
|
30978
|
-
line-height: 18px;
|
|
30892
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30893
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30894
|
+
border-radius: 8px;
|
|
30979
30895
|
}
|
|
30980
|
-
.
|
|
30981
|
-
|
|
30982
|
-
height: 18px;
|
|
30896
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30897
|
+
border-top-color: white;
|
|
30983
30898
|
}
|
|
30984
|
-
|
|
30985
|
-
.
|
|
30986
|
-
color:
|
|
30987
|
-
|
|
30988
|
-
font-size: 12px;
|
|
30989
|
-
line-height: 18px;
|
|
30899
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30900
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30901
|
+
border-bottom-color: transparent;
|
|
30902
|
+
border-top-color: transparent;
|
|
30990
30903
|
}
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
color: #f0483e;
|
|
30994
|
-
font-size: 12px;
|
|
30995
|
-
white-space: pre-wrap;
|
|
30904
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30905
|
+
border-radius: 8px 0 0 8px;
|
|
30996
30906
|
}
|
|
30997
|
-
|
|
30998
|
-
|
|
30999
|
-
display: flex;
|
|
31000
|
-
align-items: center;
|
|
31001
|
-
justify-content: flex-end;
|
|
30907
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30908
|
+
border-radius: 0 8px 8px 0;
|
|
31002
30909
|
}
|
|
31003
|
-
.
|
|
31004
|
-
|
|
30910
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30911
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31005
30912
|
}
|
|
31006
|
-
|
|
31007
|
-
|
|
31008
|
-
|
|
30913
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30914
|
+
background: #fff;
|
|
30915
|
+
font-weight: 400;
|
|
30916
|
+
position: relative;
|
|
30917
|
+
border-bottom: none;
|
|
30918
|
+
color: #00122e;
|
|
30919
|
+
transition: none;
|
|
30920
|
+
padding: 15px 8px 15px 8px;
|
|
31009
30921
|
}
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
|
|
31017
|
-
|
|
30922
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30923
|
+
content: "";
|
|
30924
|
+
width: 1px;
|
|
30925
|
+
top: 0;
|
|
30926
|
+
bottom: 0;
|
|
30927
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30928
|
+
position: absolute;
|
|
30929
|
+
right: 0;
|
|
31018
30930
|
}
|
|
31019
|
-
.
|
|
31020
|
-
padding:
|
|
31021
|
-
line-height: 22px;
|
|
30931
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30932
|
+
padding: unset;
|
|
31022
30933
|
}
|
|
31023
|
-
.
|
|
31024
|
-
|
|
31025
|
-
line-height: 18px;
|
|
30934
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30935
|
+
display: none;
|
|
31026
30936
|
}
|
|
31027
|
-
.
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
30937
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30938
|
+
width: 100%;
|
|
30939
|
+
overflow: hidden;
|
|
30940
|
+
white-space: nowrap;
|
|
30941
|
+
text-overflow: ellipsis;
|
|
31031
30942
|
}
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
|
|
30943
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30944
|
+
overflow: hidden;
|
|
30945
|
+
text-overflow: ellipsis;
|
|
30946
|
+
flex: 1;
|
|
31036
30947
|
}
|
|
31037
|
-
.
|
|
31038
|
-
|
|
31039
|
-
color: #e75a3a;
|
|
30948
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30949
|
+
padding: 15px 25px 15px 8px;
|
|
31040
30950
|
}
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31043
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30951
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30952
|
+
padding: 0;
|
|
31044
30953
|
}
|
|
31045
|
-
.
|
|
31046
|
-
|
|
31047
|
-
|
|
30954
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
30955
|
+
position: absolute;
|
|
30956
|
+
right: 6px;
|
|
30957
|
+
top: 50%;
|
|
30958
|
+
transform: translateY(-50%);
|
|
30959
|
+
height: 16px;
|
|
30960
|
+
display: none;
|
|
30961
|
+
transition: transform 320ms ease;
|
|
31048
30962
|
}
|
|
31049
|
-
.
|
|
31050
|
-
|
|
31051
|
-
|
|
31052
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30963
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30964
|
+
display: block;
|
|
30965
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31053
30966
|
}
|
|
31054
|
-
.
|
|
31055
|
-
|
|
31056
|
-
border-radius: 6px;
|
|
31057
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31058
|
-
line-height: 20px;
|
|
31059
|
-
color: #2d3a56;
|
|
31060
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30967
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30968
|
+
display: block;
|
|
31061
30969
|
}
|
|
31062
|
-
.
|
|
31063
|
-
|
|
31064
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30970
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30971
|
+
display: none;
|
|
31065
30972
|
}
|
|
31066
|
-
.
|
|
31067
|
-
|
|
31068
|
-
line-height: 22px;
|
|
30973
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30974
|
+
transform: translateY(-50%);
|
|
31069
30975
|
}
|
|
31070
|
-
.
|
|
31071
|
-
|
|
31072
|
-
line-height: 18px;
|
|
30976
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30977
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31073
30978
|
}
|
|
31074
|
-
.
|
|
31075
|
-
|
|
31076
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30979
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30980
|
+
background: #f2f5fa;
|
|
31077
30981
|
}
|
|
31078
|
-
.
|
|
31079
|
-
|
|
31080
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30982
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30983
|
+
display: block;
|
|
31081
30984
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
30985
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30986
|
+
padding-right: 25px;
|
|
31084
30987
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
30988
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
30989
|
+
padding: 0 !important;
|
|
31087
30990
|
}
|
|
31088
|
-
.
|
|
31089
|
-
|
|
31090
|
-
|
|
30991
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30992
|
+
position: absolute;
|
|
30993
|
+
left: 50%;
|
|
30994
|
+
top: 50%;
|
|
30995
|
+
transform: translate(-50%, -50%);
|
|
31091
30996
|
}
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30997
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
30998
|
+
display: none;
|
|
31095
30999
|
}
|
|
31096
|
-
.
|
|
31097
|
-
background:
|
|
31098
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31099
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31000
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31001
|
+
background: #fff;
|
|
31100
31002
|
}
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
transition-delay: 50ms;
|
|
31003
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31004
|
+
background: inherit;
|
|
31104
31005
|
}
|
|
31105
|
-
|
|
31106
|
-
|
|
31107
|
-
|
|
31006
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31007
|
+
position: static;
|
|
31008
|
+
border: none;
|
|
31009
|
+
background: inherit !important;
|
|
31010
|
+
height: 100px;
|
|
31011
|
+
vertical-align: middle;
|
|
31108
31012
|
}
|
|
31109
|
-
|
|
31110
|
-
|
|
31013
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31014
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31015
|
+
font-weight: bold;
|
|
31016
|
+
font-size: 20px;
|
|
31017
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31111
31018
|
}
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
|
|
31019
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31020
|
+
padding: 0 !important;
|
|
31021
|
+
position: relative;
|
|
31022
|
+
background: #fff;
|
|
31115
31023
|
}
|
|
31116
|
-
|
|
31117
|
-
height:
|
|
31024
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31025
|
+
height: 100%;
|
|
31026
|
+
display: flex;
|
|
31027
|
+
align-items: center;
|
|
31028
|
+
justify-content: flex-end;
|
|
31029
|
+
padding-right: 8px;
|
|
31118
31030
|
}
|
|
31119
|
-
|
|
31120
|
-
|
|
31031
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31032
|
+
width: 24px;
|
|
31121
31033
|
height: 24px;
|
|
31034
|
+
cursor: pointer;
|
|
31035
|
+
justify-content: center;
|
|
31036
|
+
border-radius: 4px;
|
|
31122
31037
|
}
|
|
31123
|
-
|
|
31124
|
-
|
|
31038
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31039
|
+
background: #fff;
|
|
31125
31040
|
}
|
|
31126
31041
|
|
|
31127
|
-
.
|
|
31128
|
-
|
|
31129
|
-
border-radius: 4px;
|
|
31130
|
-
}
|
|
31131
|
-
.kypn5o5.input-tags {
|
|
31132
|
-
position: relative;
|
|
31133
|
-
padding: 6px;
|
|
31134
|
-
height: 32px;
|
|
31135
|
-
cursor: pointer;
|
|
31136
|
-
transition: border 150ms;
|
|
31042
|
+
.i1e4sgug {
|
|
31043
|
+
display: inline-block;
|
|
31137
31044
|
}
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
|
|
31045
|
+
|
|
31046
|
+
.s1fc623g {
|
|
31047
|
+
width: 430px !important;
|
|
31141
31048
|
}
|
|
31142
|
-
|
|
31143
|
-
|
|
31049
|
+
|
|
31050
|
+
.da3mx0o .ant-select-item-group {
|
|
31051
|
+
padding: 8px 16px;
|
|
31052
|
+
line-height: 18px;
|
|
31053
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31054
|
+
height: 34px;
|
|
31055
|
+
min-height: 34px;
|
|
31056
|
+
box-sizing: border-box;
|
|
31057
|
+
margin-top: 8px;
|
|
31144
31058
|
}
|
|
31145
|
-
|
|
31059
|
+
|
|
31060
|
+
.onr9gzt {
|
|
31146
31061
|
display: flex;
|
|
31062
|
+
flex-direction: column;
|
|
31063
|
+
margin: 1px 8px;
|
|
31064
|
+
padding: 8px;
|
|
31065
|
+
border-radius: 4px;
|
|
31147
31066
|
}
|
|
31148
|
-
.
|
|
31149
|
-
display:
|
|
31067
|
+
.onr9gzt .selected-icon {
|
|
31068
|
+
display: none;
|
|
31150
31069
|
}
|
|
31151
|
-
.
|
|
31152
|
-
|
|
31153
|
-
right: 12px;
|
|
31154
|
-
top: 50%;
|
|
31155
|
-
transform: translateY(-50%);
|
|
31070
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31071
|
+
padding-left: 8px;
|
|
31156
31072
|
}
|
|
31157
|
-
.
|
|
31158
|
-
color:
|
|
31159
|
-
font-size: 12px;
|
|
31160
|
-
cursor: pointer;
|
|
31073
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31074
|
+
background-color: white;
|
|
31161
31075
|
}
|
|
31162
|
-
.
|
|
31163
|
-
color:
|
|
31076
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31077
|
+
color: #0080ff;
|
|
31164
31078
|
}
|
|
31165
|
-
.
|
|
31166
|
-
|
|
31167
|
-
overflow: hidden;
|
|
31079
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31080
|
+
display: block;
|
|
31168
31081
|
}
|
|
31169
|
-
.
|
|
31170
|
-
|
|
31171
|
-
top: 50%;
|
|
31172
|
-
transform: translateY(-50%);
|
|
31173
|
-
left: -16px;
|
|
31174
|
-
transition: left 150ms ease;
|
|
31175
|
-
opacity: 0;
|
|
31176
|
-
}
|
|
31177
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31178
|
-
left: 8px;
|
|
31179
|
-
opacity: 1;
|
|
31082
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31083
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31180
31084
|
}
|
|
31181
|
-
.
|
|
31182
|
-
|
|
31183
|
-
margin-left: 0px;
|
|
31085
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31086
|
+
color: #0080ff;
|
|
31184
31087
|
}
|
|
31185
|
-
.
|
|
31186
|
-
|
|
31088
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31089
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31090
|
+
color: #0080ff;
|
|
31187
31091
|
}
|
|
31188
31092
|
|
|
31189
|
-
|
|
31190
|
-
|
|
31191
|
-
|
|
31093
|
+
.oiy0apc {
|
|
31094
|
+
display: flex;
|
|
31095
|
+
justify-content: space-between;
|
|
31096
|
+
height: 20px;
|
|
31097
|
+
line-height: 20px;
|
|
31192
31098
|
}
|
|
31193
|
-
|
|
31194
|
-
|
|
31195
|
-
|
|
31196
|
-
|
|
31099
|
+
.oiy0apc .timezone-title {
|
|
31100
|
+
color: #2d3a56;
|
|
31101
|
+
overflow: hidden;
|
|
31102
|
+
text-overflow: ellipsis;
|
|
31197
31103
|
}
|
|
31198
31104
|
|
|
31199
|
-
|
|
31200
|
-
|
|
31201
|
-
|
|
31105
|
+
.of4y382 {
|
|
31106
|
+
display: flex;
|
|
31107
|
+
justify-content: space-between;
|
|
31108
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31109
|
+
height: 18px;
|
|
31110
|
+
line-height: 18px;
|
|
31111
|
+
margin-top: 2px;
|
|
31202
31112
|
}
|
|
31203
31113
|
|
|
31204
|
-
.
|
|
31205
|
-
border
|
|
31206
|
-
|
|
31114
|
+
.t19903l9 {
|
|
31115
|
+
border: none;
|
|
31116
|
+
margin-right: 0;
|
|
31117
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31207
31118
|
}
|
|
31208
31119
|
|
|
31209
|
-
.
|
|
31210
|
-
|
|
31211
|
-
|
|
31120
|
+
.ohwbvxu {
|
|
31121
|
+
pointer-events: none;
|
|
31122
|
+
height: 32px;
|
|
31123
|
+
width: 100%;
|
|
31124
|
+
opacity: 0;
|
|
31212
31125
|
}
|
|
31213
31126
|
|
|
31214
|
-
.
|
|
31215
|
-
|
|
31216
|
-
|
|
31127
|
+
.d6j0lbj {
|
|
31128
|
+
font-family: Inter;
|
|
31129
|
+
font-style: normal;
|
|
31130
|
+
font-weight: bold;
|
|
31131
|
+
font-size: 32px;
|
|
31132
|
+
line-height: 40px;
|
|
31217
31133
|
}
|
|
31218
31134
|
|
|
31219
|
-
.
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
|
|
31135
|
+
.d1xhvvxe {
|
|
31136
|
+
font-family: Inter;
|
|
31137
|
+
font-style: normal;
|
|
31138
|
+
font-weight: bold;
|
|
31139
|
+
font-size: 24px;
|
|
31140
|
+
line-height: 32px;
|
|
31224
31141
|
}
|
|
31225
|
-
|
|
31226
|
-
|
|
31142
|
+
|
|
31143
|
+
.dk10mxq {
|
|
31144
|
+
font-family: Inter;
|
|
31145
|
+
font-style: normal;
|
|
31146
|
+
font-weight: normal;
|
|
31147
|
+
font-size: 32px;
|
|
31148
|
+
line-height: 40px;
|
|
31227
31149
|
}
|
|
31228
|
-
|
|
31229
|
-
|
|
31230
|
-
|
|
31150
|
+
|
|
31151
|
+
.dxsait {
|
|
31152
|
+
font-family: Inter;
|
|
31153
|
+
font-style: normal;
|
|
31154
|
+
font-weight: bold;
|
|
31155
|
+
font-size: 20px;
|
|
31156
|
+
line-height: 24px;
|
|
31231
31157
|
}
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
|
|
31158
|
+
|
|
31159
|
+
.dokn0h3 {
|
|
31160
|
+
font-family: Inter;
|
|
31161
|
+
font-style: normal;
|
|
31162
|
+
font-weight: normal;
|
|
31163
|
+
font-size: 20px;
|
|
31164
|
+
line-height: 24px;
|
|
31235
31165
|
}
|
|
31236
|
-
|
|
31237
|
-
|
|
31238
|
-
|
|
31166
|
+
|
|
31167
|
+
.dobau4p {
|
|
31168
|
+
font-family: Inter;
|
|
31169
|
+
font-style: normal;
|
|
31170
|
+
font-weight: bold;
|
|
31171
|
+
font-size: 18px;
|
|
31172
|
+
line-height: 22px;
|
|
31239
31173
|
}
|
|
31240
|
-
|
|
31241
|
-
|
|
31242
|
-
|
|
31174
|
+
|
|
31175
|
+
.dvolwok {
|
|
31176
|
+
font-family: Inter;
|
|
31177
|
+
font-style: normal;
|
|
31178
|
+
font-weight: normal;
|
|
31179
|
+
font-size: 18px;
|
|
31180
|
+
line-height: 22px;
|
|
31243
31181
|
}
|
|
31244
|
-
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
|
|
31248
|
-
|
|
31182
|
+
|
|
31183
|
+
.h181qhg4 {
|
|
31184
|
+
font-family: Inter;
|
|
31185
|
+
font-style: normal;
|
|
31186
|
+
font-weight: bold;
|
|
31187
|
+
font-size: 16px;
|
|
31188
|
+
line-height: 22px;
|
|
31249
31189
|
}
|
|
31250
|
-
|
|
31251
|
-
|
|
31252
|
-
|
|
31190
|
+
|
|
31191
|
+
.h1phgmcq {
|
|
31192
|
+
font-family: Inter;
|
|
31193
|
+
font-style: normal;
|
|
31194
|
+
font-weight: normal;
|
|
31195
|
+
font-size: 16px;
|
|
31196
|
+
line-height: 22px;
|
|
31253
31197
|
}
|
|
31254
|
-
|
|
31255
|
-
|
|
31198
|
+
|
|
31199
|
+
.h173xnl1 {
|
|
31200
|
+
font-family: Inter;
|
|
31201
|
+
font-style: normal;
|
|
31202
|
+
font-weight: bold;
|
|
31203
|
+
font-size: 14px;
|
|
31204
|
+
line-height: 20px;
|
|
31256
31205
|
}
|
|
31257
|
-
|
|
31258
|
-
|
|
31206
|
+
|
|
31207
|
+
.hedm4pz {
|
|
31208
|
+
font-family: Inter;
|
|
31209
|
+
font-style: normal;
|
|
31210
|
+
font-weight: normal;
|
|
31211
|
+
font-size: 14px;
|
|
31212
|
+
line-height: 20px;
|
|
31259
31213
|
}
|
|
31260
|
-
|
|
31261
|
-
|
|
31214
|
+
|
|
31215
|
+
.h1kd8xld {
|
|
31216
|
+
font-family: Inter;
|
|
31217
|
+
font-style: normal;
|
|
31218
|
+
font-weight: bold;
|
|
31219
|
+
font-size: 12px;
|
|
31220
|
+
line-height: 18px;
|
|
31262
31221
|
}
|
|
31263
|
-
|
|
31264
|
-
|
|
31222
|
+
|
|
31223
|
+
.hp14fr {
|
|
31224
|
+
font-family: Inter;
|
|
31225
|
+
font-style: normal;
|
|
31226
|
+
font-weight: normal;
|
|
31227
|
+
font-size: 12px;
|
|
31228
|
+
line-height: 18px;
|
|
31265
31229
|
}
|
|
31266
|
-
|
|
31267
|
-
|
|
31230
|
+
|
|
31231
|
+
.hgrg7mn {
|
|
31232
|
+
font-family: Inter;
|
|
31233
|
+
font-style: normal;
|
|
31234
|
+
font-weight: bold;
|
|
31235
|
+
text-transform: uppercase;
|
|
31236
|
+
font-feature-settings: "cpsp" on;
|
|
31237
|
+
font-size: 12px;
|
|
31238
|
+
line-height: 18px;
|
|
31268
31239
|
}
|
|
31269
31240
|
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31241
|
+
.h6zme9x {
|
|
31242
|
+
font-family: Inter;
|
|
31243
|
+
font-style: normal;
|
|
31244
|
+
font-weight: normal;
|
|
31245
|
+
text-transform: uppercase;
|
|
31246
|
+
font-feature-settings: "cpsp" on;
|
|
31247
|
+
font-size: 12px;
|
|
31248
|
+
line-height: 18px;
|
|
31272
31249
|
}
|
|
31273
31250
|
|
|
31274
|
-
.
|
|
31275
|
-
|
|
31251
|
+
.locjvsv {
|
|
31252
|
+
font-family: Inter;
|
|
31253
|
+
font-style: normal;
|
|
31254
|
+
font-weight: normal;
|
|
31255
|
+
font-size: 16px;
|
|
31256
|
+
line-height: 24px;
|
|
31276
31257
|
}
|
|
31277
|
-
|
|
31258
|
+
|
|
31259
|
+
.l13gi131 {
|
|
31260
|
+
font-family: Inter;
|
|
31261
|
+
font-style: normal;
|
|
31262
|
+
font-weight: bold;
|
|
31278
31263
|
font-size: 16px;
|
|
31279
|
-
|
|
31280
|
-
font-weight: 700;
|
|
31281
|
-
line-height: 32px;
|
|
31264
|
+
line-height: 24px;
|
|
31282
31265
|
}
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
|
|
31286
|
-
|
|
31266
|
+
|
|
31267
|
+
.l1ynemsu {
|
|
31268
|
+
font-family: Inter;
|
|
31269
|
+
font-style: normal;
|
|
31270
|
+
font-weight: normal;
|
|
31271
|
+
font-size: 16px;
|
|
31272
|
+
line-height: 24px;
|
|
31287
31273
|
}
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
font-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
|
|
31274
|
+
|
|
31275
|
+
.l1cft1cx {
|
|
31276
|
+
font-family: Inter;
|
|
31277
|
+
font-style: normal;
|
|
31278
|
+
font-weight: bold;
|
|
31279
|
+
font-size: 16px;
|
|
31280
|
+
line-height: 24px;
|
|
31294
31281
|
}
|
|
31295
31282
|
|
|
31296
|
-
.
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
justify-content: center;
|
|
31305
|
-
border: 1px solid var(--color);
|
|
31306
|
-
}
|
|
31307
|
-
.c1bus5hc .circle-inner {
|
|
31308
|
-
position: relative;
|
|
31309
|
-
height: 10px;
|
|
31310
|
-
width: 10px;
|
|
31311
|
-
border-radius: 50%;
|
|
31312
|
-
overflow: hidden;
|
|
31313
|
-
}
|
|
31314
|
-
.c1bus5hc .circle-content {
|
|
31315
|
-
position: absolute;
|
|
31316
|
-
height: 100%;
|
|
31317
|
-
width: 100%;
|
|
31318
|
-
left: 0;
|
|
31319
|
-
top: 0;
|
|
31320
|
-
border-radius: 50%;
|
|
31321
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31322
|
-
transform: rotate(180deg);
|
|
31323
|
-
}
|
|
31324
|
-
.c1bus5hc .circle-child {
|
|
31325
|
-
position: absolute;
|
|
31326
|
-
height: 100%;
|
|
31327
|
-
width: 100%;
|
|
31328
|
-
left: 0;
|
|
31329
|
-
top: 0;
|
|
31330
|
-
margin-left: 50%;
|
|
31331
|
-
transform-origin: left;
|
|
31332
|
-
background: white;
|
|
31333
|
-
transform: rotate(0deg);
|
|
31283
|
+
.l17tqc8p {
|
|
31284
|
+
font-family: Inter;
|
|
31285
|
+
font-style: normal;
|
|
31286
|
+
font-weight: normal;
|
|
31287
|
+
text-transform: uppercase;
|
|
31288
|
+
font-feature-settings: "cpsp" on;
|
|
31289
|
+
font-size: 16px;
|
|
31290
|
+
line-height: 24px;
|
|
31334
31291
|
}
|
|
31335
31292
|
|
|
31336
|
-
.
|
|
31337
|
-
|
|
31293
|
+
.l1j1e5w7 {
|
|
31294
|
+
font-family: Inter;
|
|
31295
|
+
font-style: normal;
|
|
31296
|
+
font-weight: bold;
|
|
31297
|
+
text-transform: uppercase;
|
|
31298
|
+
font-feature-settings: "cpsp" on;
|
|
31299
|
+
font-size: 16px;
|
|
31300
|
+
line-height: 24px;
|
|
31338
31301
|
}
|
|
31339
31302
|
|
|
31340
|
-
.
|
|
31341
|
-
|
|
31342
|
-
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
height:
|
|
31346
|
-
}
|
|
31347
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31348
|
-
height: 100%;
|
|
31349
|
-
}
|
|
31350
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31351
|
-
width: 100% !important;
|
|
31352
|
-
height: 100%;
|
|
31303
|
+
.l1gf91jb {
|
|
31304
|
+
font-family: Inter;
|
|
31305
|
+
font-style: normal;
|
|
31306
|
+
font-weight: normal;
|
|
31307
|
+
font-size: 14px;
|
|
31308
|
+
line-height: 22px;
|
|
31353
31309
|
}
|
|
31354
|
-
|
|
31355
|
-
|
|
31310
|
+
|
|
31311
|
+
.lu7hlr6 {
|
|
31312
|
+
font-family: Inter;
|
|
31313
|
+
font-style: normal;
|
|
31314
|
+
font-weight: 500;
|
|
31315
|
+
font-size: 14px;
|
|
31316
|
+
line-height: 22px;
|
|
31356
31317
|
}
|
|
31357
|
-
|
|
31358
|
-
|
|
31318
|
+
|
|
31319
|
+
.l3l3jf0 {
|
|
31320
|
+
font-family: Inter;
|
|
31321
|
+
font-style: normal;
|
|
31322
|
+
font-weight: bold;
|
|
31323
|
+
font-size: 14px;
|
|
31324
|
+
line-height: 22px;
|
|
31359
31325
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31326
|
+
|
|
31327
|
+
.l12j5nqp {
|
|
31328
|
+
font-family: Inter;
|
|
31329
|
+
font-style: normal;
|
|
31330
|
+
font-weight: normal;
|
|
31331
|
+
font-size: 14px;
|
|
31332
|
+
line-height: 22px;
|
|
31362
31333
|
}
|
|
31363
|
-
|
|
31364
|
-
|
|
31334
|
+
|
|
31335
|
+
.l1tecqht {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: bold;
|
|
31339
|
+
font-size: 14px;
|
|
31340
|
+
line-height: 22px;
|
|
31365
31341
|
}
|
|
31366
|
-
|
|
31367
|
-
|
|
31342
|
+
|
|
31343
|
+
.l6sa990 {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: normal;
|
|
31347
|
+
text-transform: uppercase;
|
|
31348
|
+
font-feature-settings: "cpsp" on;
|
|
31349
|
+
font-size: 14px;
|
|
31350
|
+
line-height: 22px;
|
|
31368
31351
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31352
|
+
|
|
31353
|
+
.lckqe8j {
|
|
31354
|
+
font-family: Inter;
|
|
31355
|
+
font-style: normal;
|
|
31356
|
+
font-weight: bold;
|
|
31357
|
+
text-transform: uppercase;
|
|
31358
|
+
font-feature-settings: "cpsp" on;
|
|
31359
|
+
font-size: 14px;
|
|
31360
|
+
line-height: 22px;
|
|
31372
31361
|
}
|
|
31373
|
-
|
|
31374
|
-
|
|
31362
|
+
|
|
31363
|
+
.l1kuminb {
|
|
31364
|
+
font-family: Inter;
|
|
31365
|
+
font-style: normal;
|
|
31366
|
+
font-weight: normal;
|
|
31367
|
+
font-size: 13px;
|
|
31368
|
+
line-height: 20px;
|
|
31375
31369
|
}
|
|
31376
|
-
|
|
31377
|
-
.
|
|
31378
|
-
|
|
31370
|
+
|
|
31371
|
+
.l1pbuf5j {
|
|
31372
|
+
font-family: Inter;
|
|
31373
|
+
font-style: normal;
|
|
31374
|
+
font-weight: 600;
|
|
31375
|
+
font-size: 13px;
|
|
31376
|
+
line-height: 20px;
|
|
31379
31377
|
}
|
|
31380
|
-
|
|
31381
|
-
|
|
31378
|
+
|
|
31379
|
+
.l1r4ztu {
|
|
31380
|
+
font-family: Inter;
|
|
31381
|
+
font-style: normal;
|
|
31382
|
+
font-weight: bold;
|
|
31383
|
+
font-size: 13px;
|
|
31384
|
+
line-height: 20px;
|
|
31382
31385
|
}
|
|
31383
|
-
|
|
31384
|
-
.
|
|
31385
|
-
|
|
31386
|
-
|
|
31386
|
+
|
|
31387
|
+
.ly8vzok {
|
|
31388
|
+
font-family: Inter;
|
|
31389
|
+
font-style: normal;
|
|
31390
|
+
font-weight: normal;
|
|
31391
|
+
font-size: 13px;
|
|
31392
|
+
line-height: 20px;
|
|
31387
31393
|
}
|
|
31388
|
-
|
|
31389
|
-
.
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
+
|
|
31395
|
+
.lumfmf {
|
|
31396
|
+
font-family: Inter;
|
|
31397
|
+
font-style: normal;
|
|
31398
|
+
font-weight: 600;
|
|
31399
|
+
font-size: 13px;
|
|
31400
|
+
line-height: 20px;
|
|
31394
31401
|
}
|
|
31395
|
-
|
|
31396
|
-
.
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
|
|
31402
|
+
|
|
31403
|
+
.l16ujwmv {
|
|
31404
|
+
font-family: Inter;
|
|
31405
|
+
font-style: normal;
|
|
31406
|
+
font-weight: bold;
|
|
31407
|
+
font-size: 13px;
|
|
31408
|
+
line-height: 20px;
|
|
31400
31409
|
}
|
|
31401
|
-
|
|
31402
|
-
|
|
31410
|
+
|
|
31411
|
+
.l17o1ffr {
|
|
31412
|
+
font-family: Inter;
|
|
31413
|
+
font-style: normal;
|
|
31414
|
+
font-weight: normal;
|
|
31415
|
+
text-transform: uppercase;
|
|
31416
|
+
font-feature-settings: "cpsp" on;
|
|
31417
|
+
font-size: 13px;
|
|
31418
|
+
line-height: 20px;
|
|
31403
31419
|
}
|
|
31404
|
-
|
|
31405
|
-
|
|
31420
|
+
|
|
31421
|
+
.lngllvn {
|
|
31422
|
+
font-family: Inter;
|
|
31423
|
+
font-style: normal;
|
|
31424
|
+
font-weight: bold;
|
|
31425
|
+
text-transform: uppercase;
|
|
31426
|
+
font-feature-settings: "cpsp" on;
|
|
31427
|
+
font-size: 13px;
|
|
31428
|
+
line-height: 20px;
|
|
31406
31429
|
}
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
height: 100%;
|
|
31430
|
+
|
|
31431
|
+
.l2i7fo9 {
|
|
31432
|
+
font-family: Inter;
|
|
31433
|
+
font-style: normal;
|
|
31434
|
+
font-weight: normal;
|
|
31413
31435
|
font-size: 12px;
|
|
31414
|
-
|
|
31415
|
-
}
|
|
31416
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31417
|
-
position: relative;
|
|
31418
|
-
z-index: 3;
|
|
31419
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31420
|
-
margin-bottom: -1px;
|
|
31421
|
-
}
|
|
31422
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31423
|
-
.tta5kd2 .ant-table .value {
|
|
31424
|
-
color: #2d3a56;
|
|
31425
|
-
}
|
|
31426
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31427
|
-
.tta5kd2 .ant-table .unit {
|
|
31428
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31429
|
-
}
|
|
31430
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31431
|
-
position: unset;
|
|
31432
|
-
text-align: center;
|
|
31433
|
-
}
|
|
31434
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31435
|
-
background: #fff;
|
|
31436
|
-
}
|
|
31437
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31438
|
-
cursor: pointer;
|
|
31439
|
-
position: absolute;
|
|
31440
|
-
top: 50%;
|
|
31441
|
-
right: 12px;
|
|
31442
|
-
transform: translateY(-50%);
|
|
31443
|
-
}
|
|
31444
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31445
|
-
box-shadow: none;
|
|
31446
|
-
width: 1px;
|
|
31447
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31448
|
-
}
|
|
31449
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31450
|
-
box-shadow: none;
|
|
31451
|
-
width: 1px;
|
|
31452
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31453
|
-
}
|
|
31454
|
-
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31455
|
-
position: relative;
|
|
31456
|
-
}
|
|
31457
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31458
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31459
|
-
border-bottom: 1px solid white;
|
|
31460
|
-
height: 40px;
|
|
31461
|
-
vertical-align: middle;
|
|
31462
|
-
transition: background 0ms;
|
|
31463
|
-
color: #00122e;
|
|
31464
|
-
}
|
|
31465
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31466
|
-
background: #f2f5fa;
|
|
31467
|
-
border-bottom-color: #f2f5fa;
|
|
31436
|
+
line-height: 18px;
|
|
31468
31437
|
}
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
|
|
31438
|
+
|
|
31439
|
+
.l1x7hscx {
|
|
31440
|
+
font-family: Inter;
|
|
31441
|
+
font-style: normal;
|
|
31442
|
+
font-weight: 500;
|
|
31472
31443
|
font-size: 12px;
|
|
31473
|
-
|
|
31474
|
-
transition: none;
|
|
31475
|
-
overflow: hidden;
|
|
31476
|
-
text-overflow: ellipsis;
|
|
31477
|
-
white-space: nowrap;
|
|
31478
|
-
}
|
|
31479
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31480
|
-
color: #0096ff;
|
|
31481
|
-
}
|
|
31482
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31483
|
-
overflow: hidden;
|
|
31484
|
-
text-overflow: ellipsis;
|
|
31485
|
-
width: 100%;
|
|
31486
|
-
vertical-align: middle;
|
|
31487
|
-
}
|
|
31488
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31489
|
-
line-height: 0px;
|
|
31490
|
-
}
|
|
31491
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31492
|
-
padding-right: 25px;
|
|
31493
|
-
}
|
|
31494
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31495
|
-
border-top-color: transparent;
|
|
31496
|
-
}
|
|
31497
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31498
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31499
|
-
border-color: transparent transparent white;
|
|
31500
|
-
}
|
|
31501
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31502
|
-
border-radius: 8px 0 0 8px;
|
|
31503
|
-
}
|
|
31504
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31505
|
-
border-radius: 8px 0 0 8px;
|
|
31506
|
-
}
|
|
31507
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31508
|
-
content: "";
|
|
31509
|
-
width: 4px;
|
|
31510
|
-
top: -1px;
|
|
31511
|
-
bottom: -1px;
|
|
31512
|
-
background: white;
|
|
31513
|
-
}
|
|
31514
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31515
|
-
border-radius: 0 8px 8px 0;
|
|
31516
|
-
}
|
|
31517
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31518
|
-
border-radius: 0;
|
|
31519
|
-
background: white;
|
|
31520
|
-
border-top: none;
|
|
31521
|
-
}
|
|
31522
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31523
|
-
border-top: 1px solid transparent;
|
|
31524
|
-
border-radius: 0 8px 8px 0;
|
|
31525
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31444
|
+
line-height: 18px;
|
|
31526
31445
|
}
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31446
|
+
|
|
31447
|
+
.le1jwan {
|
|
31448
|
+
font-family: Inter;
|
|
31449
|
+
font-style: normal;
|
|
31450
|
+
font-weight: bold;
|
|
31451
|
+
font-size: 12px;
|
|
31452
|
+
line-height: 18px;
|
|
31530
31453
|
}
|
|
31531
|
-
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31454
|
+
|
|
31455
|
+
.lyxynfj {
|
|
31456
|
+
font-family: Inter;
|
|
31457
|
+
font-style: normal;
|
|
31458
|
+
font-weight: normal;
|
|
31459
|
+
font-size: 12px;
|
|
31460
|
+
line-height: 18px;
|
|
31536
31461
|
}
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31462
|
+
|
|
31463
|
+
.lpb2nxv {
|
|
31464
|
+
font-family: Inter;
|
|
31465
|
+
font-style: normal;
|
|
31466
|
+
font-weight: 500;
|
|
31467
|
+
font-size: 12px;
|
|
31468
|
+
line-height: 18px;
|
|
31540
31469
|
}
|
|
31541
|
-
|
|
31542
|
-
|
|
31543
|
-
|
|
31544
|
-
|
|
31545
|
-
|
|
31470
|
+
|
|
31471
|
+
.l1r8o3vv {
|
|
31472
|
+
font-family: Inter;
|
|
31473
|
+
font-style: normal;
|
|
31474
|
+
font-weight: bold;
|
|
31475
|
+
font-size: 12px;
|
|
31476
|
+
line-height: 18px;
|
|
31546
31477
|
}
|
|
31547
|
-
|
|
31548
|
-
|
|
31478
|
+
|
|
31479
|
+
.lemnjy2 {
|
|
31480
|
+
font-family: Inter;
|
|
31481
|
+
font-style: normal;
|
|
31482
|
+
font-weight: normal;
|
|
31483
|
+
text-transform: uppercase;
|
|
31484
|
+
font-feature-settings: "cpsp" on;
|
|
31485
|
+
font-size: 12px;
|
|
31486
|
+
line-height: 18px;
|
|
31549
31487
|
}
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31488
|
+
|
|
31489
|
+
.lrc42gb {
|
|
31490
|
+
font-family: Inter;
|
|
31491
|
+
font-style: normal;
|
|
31492
|
+
font-weight: bold;
|
|
31493
|
+
text-transform: uppercase;
|
|
31494
|
+
font-feature-settings: "cpsp" on;
|
|
31495
|
+
font-size: 12px;
|
|
31496
|
+
line-height: 18px;
|
|
31553
31497
|
}
|
|
31554
|
-
|
|
31555
|
-
|
|
31498
|
+
|
|
31499
|
+
.fqaz4mb {
|
|
31500
|
+
font-family: Inter;
|
|
31501
|
+
font-style: normal;
|
|
31502
|
+
font-weight: normal;
|
|
31503
|
+
font-size: 13px;
|
|
31504
|
+
line-height: 20px;
|
|
31556
31505
|
}
|
|
31557
|
-
|
|
31558
|
-
|
|
31559
|
-
|
|
31560
|
-
|
|
31506
|
+
|
|
31507
|
+
.f13we5o {
|
|
31508
|
+
font-family: Inter;
|
|
31509
|
+
font-style: normal;
|
|
31510
|
+
font-weight: normal;
|
|
31511
|
+
font-size: 13px;
|
|
31512
|
+
line-height: 20px;
|
|
31561
31513
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31514
|
+
|
|
31515
|
+
.ffmjua2 {
|
|
31516
|
+
font-family: Inter;
|
|
31517
|
+
font-style: normal;
|
|
31518
|
+
font-weight: normal;
|
|
31519
|
+
font-size: 12px;
|
|
31520
|
+
line-height: 18px;
|
|
31564
31521
|
}
|
|
31565
|
-
|
|
31566
|
-
|
|
31522
|
+
|
|
31523
|
+
.fz2mxw0 {
|
|
31524
|
+
font-family: Inter;
|
|
31525
|
+
font-style: normal;
|
|
31526
|
+
font-weight: normal;
|
|
31527
|
+
font-size: 12px;
|
|
31528
|
+
line-height: 18px;
|
|
31567
31529
|
}
|
|
31568
|
-
|
|
31569
|
-
|
|
31530
|
+
|
|
31531
|
+
.t1ertzoh {
|
|
31532
|
+
font-family: Inter;
|
|
31533
|
+
font-style: normal;
|
|
31534
|
+
font-weight: normal;
|
|
31535
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31536
|
+
font-size: 13px;
|
|
31537
|
+
line-height: 20px;
|
|
31570
31538
|
}
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
font-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31539
|
+
|
|
31540
|
+
.t19bge8r {
|
|
31541
|
+
font-family: Inter;
|
|
31542
|
+
font-style: normal;
|
|
31543
|
+
font-weight: normal;
|
|
31544
|
+
font-feature-settings: "zero" on;
|
|
31545
|
+
font-size: 13px;
|
|
31546
|
+
line-height: 20px;
|
|
31579
31547
|
}
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
|
|
31548
|
+
|
|
31549
|
+
.tjrzfyl {
|
|
31550
|
+
font-family: Inter;
|
|
31551
|
+
font-style: normal;
|
|
31552
|
+
font-weight: normal;
|
|
31553
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31554
|
+
font-size: 12px;
|
|
31555
|
+
line-height: 18px;
|
|
31588
31556
|
}
|
|
31589
|
-
|
|
31590
|
-
|
|
31557
|
+
|
|
31558
|
+
.tm6s7bo {
|
|
31559
|
+
font-family: Inter;
|
|
31560
|
+
font-style: normal;
|
|
31561
|
+
font-weight: 500;
|
|
31562
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31563
|
+
font-size: 12px;
|
|
31564
|
+
line-height: 18px;
|
|
31591
31565
|
}
|
|
31592
|
-
|
|
31593
|
-
|
|
31566
|
+
|
|
31567
|
+
.t19zq6ic {
|
|
31568
|
+
font-family: Inter;
|
|
31569
|
+
font-style: normal;
|
|
31570
|
+
font-weight: normal;
|
|
31571
|
+
font-feature-settings: "zero" on;
|
|
31572
|
+
font-size: 12px;
|
|
31573
|
+
line-height: 18px;
|
|
31594
31574
|
}
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31575
|
+
|
|
31576
|
+
.t1gduru8 {
|
|
31577
|
+
font-family: Inter;
|
|
31578
|
+
font-style: normal;
|
|
31579
|
+
font-weight: 500;
|
|
31580
|
+
font-feature-settings: "zero" on;
|
|
31581
|
+
font-size: 12px;
|
|
31582
|
+
line-height: 18px;
|
|
31600
31583
|
}
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31584
|
+
|
|
31585
|
+
.t55raab {
|
|
31586
|
+
font-family: Inter;
|
|
31587
|
+
font-style: normal;
|
|
31588
|
+
font-weight: bold;
|
|
31589
|
+
font-feature-settings: "zero" on;
|
|
31590
|
+
font-size: 16px;
|
|
31591
|
+
line-height: 24px;
|
|
31605
31592
|
}
|
|
31606
|
-
|
|
31607
|
-
|
|
31593
|
+
|
|
31594
|
+
.u1w9abfe {
|
|
31595
|
+
font-family: Inter;
|
|
31596
|
+
font-style: normal;
|
|
31597
|
+
font-weight: normal;
|
|
31598
|
+
font-size: 10px;
|
|
31599
|
+
line-height: 12px;
|
|
31608
31600
|
}
|
|
31609
|
-
|
|
31610
|
-
|
|
31601
|
+
|
|
31602
|
+
.berrcjl {
|
|
31603
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31604
|
+
margin-bottom: 4px;
|
|
31611
31605
|
}
|
|
31612
|
-
.
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
transform: translateY(-50%);
|
|
31617
|
-
height: 16px;
|
|
31618
|
-
display: none;
|
|
31619
|
-
transition: transform 320ms ease;
|
|
31606
|
+
.berrcjl .breadcrumb-link {
|
|
31607
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31608
|
+
cursor: pointer;
|
|
31609
|
+
transition: color 160ms ease;
|
|
31620
31610
|
}
|
|
31621
|
-
.
|
|
31622
|
-
|
|
31623
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31611
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31612
|
+
color: #0080ff;
|
|
31624
31613
|
}
|
|
31625
|
-
.
|
|
31626
|
-
|
|
31614
|
+
.berrcjl .breadcrumb-link:active {
|
|
31615
|
+
color: #005ed1;
|
|
31627
31616
|
}
|
|
31628
|
-
|
|
31629
|
-
|
|
31617
|
+
|
|
31618
|
+
.c1uzzomf {
|
|
31619
|
+
margin-bottom: 16px;
|
|
31630
31620
|
}
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31621
|
+
.c1uzzomf .card-title {
|
|
31622
|
+
font-size: 16px;
|
|
31623
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31624
|
+
font-weight: 700;
|
|
31625
|
+
line-height: 32px;
|
|
31633
31626
|
}
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31627
|
+
.c1uzzomf .card-body {
|
|
31628
|
+
padding: 24px;
|
|
31629
|
+
border-radius: 8px;
|
|
31630
|
+
background: #fff;
|
|
31636
31631
|
}
|
|
31637
|
-
.
|
|
31638
|
-
|
|
31632
|
+
.c1uzzomf .empty {
|
|
31633
|
+
font-weight: 700;
|
|
31634
|
+
font-size: 14px;
|
|
31635
|
+
line-height: 22px;
|
|
31636
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31637
|
+
text-align: center;
|
|
31639
31638
|
}
|
|
31640
|
-
|
|
31641
|
-
|
|
31639
|
+
|
|
31640
|
+
.c1bus5hc {
|
|
31641
|
+
--color: white;
|
|
31642
|
+
height: 14px;
|
|
31643
|
+
width: 14px;
|
|
31644
|
+
border-radius: 50%;
|
|
31645
|
+
flex-shrink: 0;
|
|
31646
|
+
display: flex;
|
|
31647
|
+
align-items: center;
|
|
31648
|
+
justify-content: center;
|
|
31649
|
+
border: 1px solid var(--color);
|
|
31642
31650
|
}
|
|
31643
|
-
.
|
|
31644
|
-
|
|
31651
|
+
.c1bus5hc .circle-inner {
|
|
31652
|
+
position: relative;
|
|
31653
|
+
height: 10px;
|
|
31654
|
+
width: 10px;
|
|
31655
|
+
border-radius: 50%;
|
|
31656
|
+
overflow: hidden;
|
|
31645
31657
|
}
|
|
31646
|
-
.
|
|
31647
|
-
|
|
31658
|
+
.c1bus5hc .circle-content {
|
|
31659
|
+
position: absolute;
|
|
31660
|
+
height: 100%;
|
|
31661
|
+
width: 100%;
|
|
31662
|
+
left: 0;
|
|
31663
|
+
top: 0;
|
|
31664
|
+
border-radius: 50%;
|
|
31665
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31666
|
+
transform: rotate(180deg);
|
|
31648
31667
|
}
|
|
31649
|
-
.
|
|
31668
|
+
.c1bus5hc .circle-child {
|
|
31650
31669
|
position: absolute;
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31670
|
+
height: 100%;
|
|
31671
|
+
width: 100%;
|
|
31672
|
+
left: 0;
|
|
31673
|
+
top: 0;
|
|
31674
|
+
margin-left: 50%;
|
|
31675
|
+
transform-origin: left;
|
|
31676
|
+
background: white;
|
|
31677
|
+
transform: rotate(0deg);
|
|
31654
31678
|
}
|
|
31655
|
-
|
|
31656
|
-
|
|
31679
|
+
|
|
31680
|
+
.c18bcrac {
|
|
31681
|
+
display: inline-block;
|
|
31682
|
+
width: 100%;
|
|
31657
31683
|
}
|
|
31658
|
-
.
|
|
31659
|
-
|
|
31684
|
+
.c18bcrac .recharts-wrapper {
|
|
31685
|
+
margin-left: 4px;
|
|
31660
31686
|
}
|
|
31661
|
-
|
|
31662
|
-
|
|
31687
|
+
|
|
31688
|
+
.cro7kg2 {
|
|
31689
|
+
padding: 4px;
|
|
31663
31690
|
}
|
|
31664
|
-
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31691
|
+
|
|
31692
|
+
.c14wcxf0 {
|
|
31693
|
+
display: flex;
|
|
31694
|
+
justify-content: space-between;
|
|
31695
|
+
align-items: center;
|
|
31696
|
+
font-size: 13px;
|
|
31697
|
+
line-height: 24px;
|
|
31698
|
+
color: #cccccc;
|
|
31699
|
+
white-space: nowrap;
|
|
31670
31700
|
}
|
|
31671
|
-
.
|
|
31672
|
-
|
|
31673
|
-
font-weight: bold;
|
|
31674
|
-
font-size: 20px;
|
|
31675
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31701
|
+
.c14wcxf0 label {
|
|
31702
|
+
margin-right: 32px;
|
|
31676
31703
|
}
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31704
|
+
|
|
31705
|
+
.coy29mj.c14wcxf0 {
|
|
31706
|
+
font-weight: bold;
|
|
31707
|
+
color: white;
|
|
31681
31708
|
}
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31709
|
+
|
|
31710
|
+
.s11212zy {
|
|
31711
|
+
width: 8px;
|
|
31712
|
+
height: 8px;
|
|
31713
|
+
border-radius: 2px;
|
|
31714
|
+
display: inline-block;
|
|
31715
|
+
background: var(--s11212zy-0);
|
|
31716
|
+
border: 1px solid #fff;
|
|
31717
|
+
box-sizing: content-box;
|
|
31718
|
+
margin-right: 6px;
|
|
31688
31719
|
}
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
|
|
31692
|
-
|
|
31693
|
-
|
|
31720
|
+
|
|
31721
|
+
.p1lyky6c > :first-child {
|
|
31722
|
+
font-weight: bold;
|
|
31723
|
+
color: white;
|
|
31724
|
+
margin-right: 4px;
|
|
31725
|
+
}
|
|
31726
|
+
|
|
31727
|
+
.c18gxmrl {
|
|
31728
|
+
border: 1px solid #d8deeb;
|
|
31694
31729
|
border-radius: 4px;
|
|
31695
31730
|
}
|
|
31696
|
-
.
|
|
31697
|
-
|
|
31731
|
+
.c18gxmrl + .c18gxmrl {
|
|
31732
|
+
margin-top: 8px;
|
|
31698
31733
|
}
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
display: flex;
|
|
31702
|
-
justify-content: space-between;
|
|
31703
|
-
width: 100%;
|
|
31734
|
+
.c18gxmrl:hover {
|
|
31735
|
+
border-color: #0080ff;
|
|
31704
31736
|
}
|
|
31705
|
-
.
|
|
31706
|
-
|
|
31737
|
+
.c18gxmrl:hover > header {
|
|
31738
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31739
|
+
}
|
|
31740
|
+
.c18gxmrl.active header {
|
|
31741
|
+
border-bottom: 1px solid #d8deeb;
|
|
31742
|
+
}
|
|
31743
|
+
.c18gxmrl > header {
|
|
31744
|
+
padding: 8px 12px;
|
|
31707
31745
|
}
|
|
31708
31746
|
|
|
31709
|
-
.
|
|
31710
|
-
|
|
31747
|
+
.c10crapj {
|
|
31748
|
+
border-radius: 8px;
|
|
31749
|
+
}
|
|
31750
|
+
.c10crapj .ant-card-body {
|
|
31751
|
+
padding: 20px 24px 24px 24px;
|
|
31711
31752
|
}
|
|
31712
31753
|
|
|
31713
31754
|
.tje3huy {
|
|
@@ -31788,11 +31829,48 @@ input.rrg1fkn.ant-input {
|
|
|
31788
31829
|
margin-left: 24px;
|
|
31789
31830
|
}
|
|
31790
31831
|
|
|
31791
|
-
.
|
|
31792
|
-
|
|
31832
|
+
.m15dvk92 {
|
|
31833
|
+
display: flex;
|
|
31834
|
+
justify-content: space-between;
|
|
31835
|
+
width: 100%;
|
|
31793
31836
|
}
|
|
31794
|
-
.
|
|
31795
|
-
|
|
31837
|
+
.m15dvk92 .action {
|
|
31838
|
+
margin-left: 16px;
|
|
31839
|
+
}
|
|
31840
|
+
|
|
31841
|
+
.aql8iqz .ant-alert-message {
|
|
31842
|
+
width: 100%;
|
|
31843
|
+
}
|
|
31844
|
+
|
|
31845
|
+
.wg1tsps {
|
|
31846
|
+
display: flex;
|
|
31847
|
+
align-items: center;
|
|
31848
|
+
justify-content: flex-end;
|
|
31849
|
+
}
|
|
31850
|
+
|
|
31851
|
+
.b1ctd5xy {
|
|
31852
|
+
display: flex;
|
|
31853
|
+
align-items: center;
|
|
31854
|
+
width: calc(100% - 40px);
|
|
31855
|
+
}
|
|
31856
|
+
.b1ctd5xy .chart {
|
|
31857
|
+
display: inline-block;
|
|
31858
|
+
width: 100%;
|
|
31859
|
+
}
|
|
31860
|
+
|
|
31861
|
+
.u1p8acpn {
|
|
31862
|
+
width: 40px;
|
|
31863
|
+
}
|
|
31864
|
+
.u1p8acpn .unit {
|
|
31865
|
+
color: #00122e !important;
|
|
31866
|
+
}
|
|
31867
|
+
|
|
31868
|
+
.s1iv0tp1 .enabled-switch {
|
|
31869
|
+
display: flex;
|
|
31870
|
+
align-items: center;
|
|
31871
|
+
}
|
|
31872
|
+
.s1iv0tp1 .enabled-text {
|
|
31873
|
+
margin-right: 8px;
|
|
31796
31874
|
}
|
|
31797
31875
|
|
|
31798
31876
|
.cav9p2m .ant-collapse-item {
|
|
@@ -31830,10 +31908,6 @@ input.rrg1fkn.ant-input {
|
|
|
31830
31908
|
white-space: nowrap;
|
|
31831
31909
|
}
|
|
31832
31910
|
|
|
31833
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
31834
|
-
display: flex;
|
|
31835
|
-
}
|
|
31836
|
-
|
|
31837
31911
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
31838
31912
|
border-radius: 6px;
|
|
31839
31913
|
}
|
|
@@ -31901,6 +31975,10 @@ input.rrg1fkn.ant-input {
|
|
|
31901
31975
|
color: rgba(44, 56, 82, 0.6);
|
|
31902
31976
|
}
|
|
31903
31977
|
|
|
31978
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
31979
|
+
display: flex;
|
|
31980
|
+
}
|
|
31981
|
+
|
|
31904
31982
|
.s14dk8r1 {
|
|
31905
31983
|
margin: 0;
|
|
31906
31984
|
border-radius: 20px;
|
|
@@ -32530,6 +32608,19 @@ input.rrg1fkn.ant-input {
|
|
|
32530
32608
|
margin-right: 2px;
|
|
32531
32609
|
}
|
|
32532
32610
|
|
|
32611
|
+
.skwah65 {
|
|
32612
|
+
height: 8px;
|
|
32613
|
+
box-sizing: border-box;
|
|
32614
|
+
border-radius: 2px;
|
|
32615
|
+
background: #f5f7fa;
|
|
32616
|
+
display: flex;
|
|
32617
|
+
width: 100%;
|
|
32618
|
+
overflow: hidden;
|
|
32619
|
+
}
|
|
32620
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32621
|
+
margin-left: 1px;
|
|
32622
|
+
}
|
|
32623
|
+
|
|
32533
32624
|
.rrwcpby {
|
|
32534
32625
|
display: flex;
|
|
32535
32626
|
align-items: center;
|
|
@@ -32594,6 +32685,56 @@ input.rrg1fkn.ant-input {
|
|
|
32594
32685
|
min-height: 0px;
|
|
32595
32686
|
}
|
|
32596
32687
|
|
|
32688
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32689
|
+
display: var(--at4ovwe-0);
|
|
32690
|
+
}
|
|
32691
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32692
|
+
padding: 5px 12px;
|
|
32693
|
+
display: inline-flex;
|
|
32694
|
+
line-height: 1.5715;
|
|
32695
|
+
height: 100%;
|
|
32696
|
+
width: 100%;
|
|
32697
|
+
}
|
|
32698
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32699
|
+
content: var(--at4ovwe-1);
|
|
32700
|
+
display: var(--at4ovwe-2);
|
|
32701
|
+
flex: none;
|
|
32702
|
+
align-items: center;
|
|
32703
|
+
margin-left: 4px;
|
|
32704
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32705
|
+
}
|
|
32706
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32707
|
+
content: var(--at4ovwe-3);
|
|
32708
|
+
display: var(--at4ovwe-4);
|
|
32709
|
+
flex: none;
|
|
32710
|
+
align-items: center;
|
|
32711
|
+
margin-right: 4px;
|
|
32712
|
+
cursor: auto;
|
|
32713
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32714
|
+
}
|
|
32715
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32716
|
+
border-radius: 0;
|
|
32717
|
+
}
|
|
32718
|
+
.at4ovwe.ant-input-number {
|
|
32719
|
+
width: 100%;
|
|
32720
|
+
border-radius: 6px;
|
|
32721
|
+
}
|
|
32722
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32723
|
+
border-color: #0096ff;
|
|
32724
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32725
|
+
z-index: 1;
|
|
32726
|
+
}
|
|
32727
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32728
|
+
border-color: #e75a3a;
|
|
32729
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32730
|
+
}
|
|
32731
|
+
.at4ovwe .ant-input-number-input {
|
|
32732
|
+
padding: 0;
|
|
32733
|
+
margin: 0;
|
|
32734
|
+
height: auto;
|
|
32735
|
+
font-size: inherit;
|
|
32736
|
+
}
|
|
32737
|
+
|
|
32597
32738
|
.tc40oxa {
|
|
32598
32739
|
margin-bottom: 4px;
|
|
32599
32740
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32787,65 +32928,6 @@ input.rrg1fkn.ant-input {
|
|
|
32787
32928
|
margin-right: 8px;
|
|
32788
32929
|
}
|
|
32789
32930
|
|
|
32790
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32791
|
-
display: var(--at4ovwe-0);
|
|
32792
|
-
}
|
|
32793
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32794
|
-
padding: 5px 12px;
|
|
32795
|
-
display: inline-flex;
|
|
32796
|
-
line-height: 1.5715;
|
|
32797
|
-
height: 100%;
|
|
32798
|
-
width: 100%;
|
|
32799
|
-
}
|
|
32800
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32801
|
-
content: var(--at4ovwe-1);
|
|
32802
|
-
display: var(--at4ovwe-2);
|
|
32803
|
-
flex: none;
|
|
32804
|
-
align-items: center;
|
|
32805
|
-
margin-left: 4px;
|
|
32806
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32807
|
-
}
|
|
32808
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32809
|
-
content: var(--at4ovwe-3);
|
|
32810
|
-
display: var(--at4ovwe-4);
|
|
32811
|
-
flex: none;
|
|
32812
|
-
align-items: center;
|
|
32813
|
-
margin-right: 4px;
|
|
32814
|
-
cursor: auto;
|
|
32815
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32816
|
-
}
|
|
32817
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32818
|
-
border-radius: 0;
|
|
32819
|
-
}
|
|
32820
|
-
.at4ovwe.ant-input-number {
|
|
32821
|
-
width: 100%;
|
|
32822
|
-
border-radius: 6px;
|
|
32823
|
-
}
|
|
32824
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32825
|
-
border-color: #0096ff;
|
|
32826
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32827
|
-
z-index: 1;
|
|
32828
|
-
}
|
|
32829
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32830
|
-
border-color: #e75a3a;
|
|
32831
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32832
|
-
}
|
|
32833
|
-
.at4ovwe .ant-input-number-input {
|
|
32834
|
-
padding: 0;
|
|
32835
|
-
margin: 0;
|
|
32836
|
-
height: auto;
|
|
32837
|
-
font-size: inherit;
|
|
32838
|
-
}
|
|
32839
|
-
|
|
32840
|
-
.w1xcixj5.outside-tag {
|
|
32841
|
-
padding-left: 0;
|
|
32842
|
-
}
|
|
32843
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
32844
|
-
border-radius: 4px 0 0 4px;
|
|
32845
|
-
padding-right: 4px;
|
|
32846
|
-
margin-right: 4px;
|
|
32847
|
-
}
|
|
32848
|
-
|
|
32849
32931
|
.sut42l0 {
|
|
32850
32932
|
padding: 0 8px;
|
|
32851
32933
|
height: 18px;
|
|
@@ -32877,6 +32959,34 @@ input.rrg1fkn.ant-input {
|
|
|
32877
32959
|
height: 16px;
|
|
32878
32960
|
}
|
|
32879
32961
|
|
|
32962
|
+
.w1xcixj5.outside-tag {
|
|
32963
|
+
padding-left: 0;
|
|
32964
|
+
}
|
|
32965
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32966
|
+
border-radius: 4px 0 0 4px;
|
|
32967
|
+
padding-right: 4px;
|
|
32968
|
+
margin-right: 4px;
|
|
32969
|
+
}
|
|
32970
|
+
|
|
32971
|
+
.feau332.ant-form-item {
|
|
32972
|
+
margin-bottom: 0;
|
|
32973
|
+
}
|
|
32974
|
+
.feau332 .ant-form-item-explain {
|
|
32975
|
+
display: none;
|
|
32976
|
+
min-height: 18px;
|
|
32977
|
+
margin-top: 5px;
|
|
32978
|
+
font-family: "Inter";
|
|
32979
|
+
font-weight: 400;
|
|
32980
|
+
font-size: 12px;
|
|
32981
|
+
line-height: 18px;
|
|
32982
|
+
}
|
|
32983
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32984
|
+
white-space: pre-wrap;
|
|
32985
|
+
}
|
|
32986
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32987
|
+
display: block;
|
|
32988
|
+
}
|
|
32989
|
+
|
|
32880
32990
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32881
32991
|
display: var(--a6dbbkm-0);
|
|
32882
32992
|
}
|
|
@@ -32906,23 +33016,4 @@ input.rrg1fkn.ant-input {
|
|
|
32906
33016
|
margin: 0;
|
|
32907
33017
|
height: auto;
|
|
32908
33018
|
font-size: inherit;
|
|
32909
|
-
}
|
|
32910
|
-
|
|
32911
|
-
.feau332.ant-form-item {
|
|
32912
|
-
margin-bottom: 0;
|
|
32913
|
-
}
|
|
32914
|
-
.feau332 .ant-form-item-explain {
|
|
32915
|
-
display: none;
|
|
32916
|
-
min-height: 18px;
|
|
32917
|
-
margin-top: 5px;
|
|
32918
|
-
font-family: "Inter";
|
|
32919
|
-
font-weight: 400;
|
|
32920
|
-
font-size: 12px;
|
|
32921
|
-
line-height: 18px;
|
|
32922
|
-
}
|
|
32923
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
32924
|
-
white-space: pre-wrap;
|
|
32925
|
-
}
|
|
32926
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
32927
|
-
display: block;
|
|
32928
33019
|
}
|