@cloudtower/eagle 0.27.51 → 0.27.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1189 -1189
- package/dist/esm/index.js +634 -635
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/Cascader/index.d.ts +1 -2
- package/dist/src/index.d.ts +1 -0
- package/dist/src/spec/base.d.ts +0 -2
- package/dist/stories/docs/cascader/cascader.stories.d.ts +1 -1
- package/dist/style.css +1616 -1616
- package/dist/umd/index.js +633 -633
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29780,6 +29780,50 @@ html body {
|
|
|
29780
29780
|
font-size: 14px;
|
|
29781
29781
|
}
|
|
29782
29782
|
|
|
29783
|
+
.fzh9mnb {
|
|
29784
|
+
width: 100%;
|
|
29785
|
+
height: 100%;
|
|
29786
|
+
min-height: 124px;
|
|
29787
|
+
display: flex;
|
|
29788
|
+
flex-direction: column;
|
|
29789
|
+
justify-content: center;
|
|
29790
|
+
align-items: center;
|
|
29791
|
+
}
|
|
29792
|
+
.fzh9mnb .error-text {
|
|
29793
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29794
|
+
margin-bottom: 16px;
|
|
29795
|
+
font-size: 18px;
|
|
29796
|
+
}
|
|
29797
|
+
|
|
29798
|
+
.b1nip9bk {
|
|
29799
|
+
padding: 4px 11px;
|
|
29800
|
+
}
|
|
29801
|
+
|
|
29802
|
+
.bqamoqe {
|
|
29803
|
+
white-space: nowrap;
|
|
29804
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29805
|
+
}
|
|
29806
|
+
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29807
|
+
--color: #0080ff;
|
|
29808
|
+
}
|
|
29809
|
+
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29810
|
+
--color: #0080ff;
|
|
29811
|
+
}
|
|
29812
|
+
.bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29813
|
+
margin-left: 1px;
|
|
29814
|
+
}
|
|
29815
|
+
.bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29816
|
+
border-top-right-radius: 0;
|
|
29817
|
+
border-bottom-right-radius: 0;
|
|
29818
|
+
}
|
|
29819
|
+
.bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29820
|
+
border-top-left-radius: 0;
|
|
29821
|
+
border-bottom-left-radius: 0;
|
|
29822
|
+
}
|
|
29823
|
+
.bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29824
|
+
border-radius: unset;
|
|
29825
|
+
}
|
|
29826
|
+
|
|
29783
29827
|
.i1inqkme {
|
|
29784
29828
|
height: 18px;
|
|
29785
29829
|
line-height: 18px;
|
|
@@ -30043,50 +30087,6 @@ html body {
|
|
|
30043
30087
|
padding: 0;
|
|
30044
30088
|
}
|
|
30045
30089
|
|
|
30046
|
-
.fzh9mnb {
|
|
30047
|
-
width: 100%;
|
|
30048
|
-
height: 100%;
|
|
30049
|
-
min-height: 124px;
|
|
30050
|
-
display: flex;
|
|
30051
|
-
flex-direction: column;
|
|
30052
|
-
justify-content: center;
|
|
30053
|
-
align-items: center;
|
|
30054
|
-
}
|
|
30055
|
-
.fzh9mnb .error-text {
|
|
30056
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30057
|
-
margin-bottom: 16px;
|
|
30058
|
-
font-size: 18px;
|
|
30059
|
-
}
|
|
30060
|
-
|
|
30061
|
-
.b1nip9bk {
|
|
30062
|
-
padding: 4px 11px;
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.bqamoqe {
|
|
30066
|
-
white-space: nowrap;
|
|
30067
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30068
|
-
}
|
|
30069
|
-
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30070
|
-
--color: #0080ff;
|
|
30071
|
-
}
|
|
30072
|
-
.bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30073
|
-
--color: #0080ff;
|
|
30074
|
-
}
|
|
30075
|
-
.bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30076
|
-
margin-left: 1px;
|
|
30077
|
-
}
|
|
30078
|
-
.bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30079
|
-
border-top-right-radius: 0;
|
|
30080
|
-
border-bottom-right-radius: 0;
|
|
30081
|
-
}
|
|
30082
|
-
.bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30083
|
-
border-top-left-radius: 0;
|
|
30084
|
-
border-bottom-left-radius: 0;
|
|
30085
|
-
}
|
|
30086
|
-
.bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30087
|
-
border-radius: unset;
|
|
30088
|
-
}
|
|
30089
|
-
|
|
30090
30090
|
.iouxfgt {
|
|
30091
30091
|
display: inline-flex;
|
|
30092
30092
|
align-items: center;
|
|
@@ -30105,6 +30105,15 @@ html body {
|
|
|
30105
30105
|
animation: rotate 680ms linear infinite;
|
|
30106
30106
|
}
|
|
30107
30107
|
|
|
30108
|
+
.owd0kml {
|
|
30109
|
+
display: inline-block;
|
|
30110
|
+
}
|
|
30111
|
+
|
|
30112
|
+
.h1jsgezc {
|
|
30113
|
+
visibility: hidden;
|
|
30114
|
+
position: absolute;
|
|
30115
|
+
}
|
|
30116
|
+
|
|
30108
30117
|
.phljevk {
|
|
30109
30118
|
display: flex;
|
|
30110
30119
|
justify-content: space-between;
|
|
@@ -30162,31 +30171,6 @@ html body {
|
|
|
30162
30171
|
line-height: 18px;
|
|
30163
30172
|
}
|
|
30164
30173
|
|
|
30165
|
-
.t1m2x205 .ant-tooltip-arrow {
|
|
30166
|
-
display: none;
|
|
30167
|
-
}
|
|
30168
|
-
.t1m2x205 .ant-tooltip-inner {
|
|
30169
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30170
|
-
border-radius: 4px;
|
|
30171
|
-
}
|
|
30172
|
-
|
|
30173
|
-
.iq1gosr {
|
|
30174
|
-
display: inline-block;
|
|
30175
|
-
}
|
|
30176
|
-
|
|
30177
|
-
.skwah65 {
|
|
30178
|
-
height: 8px;
|
|
30179
|
-
box-sizing: border-box;
|
|
30180
|
-
border-radius: 2px;
|
|
30181
|
-
background: #f5f7fa;
|
|
30182
|
-
display: flex;
|
|
30183
|
-
width: 100%;
|
|
30184
|
-
overflow: hidden;
|
|
30185
|
-
}
|
|
30186
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
30187
|
-
margin-left: 1px;
|
|
30188
|
-
}
|
|
30189
|
-
|
|
30190
30174
|
.s1dizucg.ant-switch {
|
|
30191
30175
|
min-width: 40px;
|
|
30192
30176
|
height: 24px;
|
|
@@ -30242,698 +30226,300 @@ html body {
|
|
|
30242
30226
|
margin-left: 5px;
|
|
30243
30227
|
}
|
|
30244
30228
|
|
|
30245
|
-
.
|
|
30246
|
-
|
|
30247
|
-
flex-direction: column;
|
|
30229
|
+
.s1dni7lo {
|
|
30230
|
+
width: 430px !important;
|
|
30248
30231
|
}
|
|
30249
30232
|
|
|
30250
|
-
.
|
|
30251
|
-
|
|
30252
|
-
|
|
30253
|
-
|
|
30254
|
-
height:
|
|
30233
|
+
.d1wwmmm5 .ant-select-item-group {
|
|
30234
|
+
padding: 8px 16px;
|
|
30235
|
+
line-height: 18px;
|
|
30236
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30237
|
+
height: 34px;
|
|
30238
|
+
min-height: 34px;
|
|
30239
|
+
box-sizing: border-box;
|
|
30240
|
+
margin-top: 8px;
|
|
30255
30241
|
}
|
|
30256
30242
|
|
|
30257
|
-
.
|
|
30258
|
-
max-width: 1120px;
|
|
30259
|
-
width: 100%;
|
|
30260
|
-
margin: 0 auto;
|
|
30243
|
+
.o1ugr09p {
|
|
30261
30244
|
display: flex;
|
|
30245
|
+
flex-direction: column;
|
|
30246
|
+
margin: 1px 8px;
|
|
30247
|
+
padding: 8px;
|
|
30248
|
+
border-radius: 4px;
|
|
30262
30249
|
}
|
|
30263
|
-
.
|
|
30264
|
-
|
|
30265
|
-
flex-grow: 0;
|
|
30266
|
-
flex-shrink: 0;
|
|
30267
|
-
flex-basis: 21%;
|
|
30250
|
+
.o1ugr09p .selected-icon {
|
|
30251
|
+
display: none;
|
|
30268
30252
|
}
|
|
30269
|
-
.
|
|
30270
|
-
|
|
30271
|
-
justify-content: flex-end;
|
|
30272
|
-
padding-right: 44px;
|
|
30253
|
+
.o1ugr09p.ant-select-item-option-grouped {
|
|
30254
|
+
padding-left: 8px;
|
|
30273
30255
|
}
|
|
30274
|
-
.
|
|
30275
|
-
|
|
30256
|
+
.o1ugr09p.ant-select-item-option-selected {
|
|
30257
|
+
background-color: white;
|
|
30276
30258
|
}
|
|
30277
|
-
.
|
|
30278
|
-
|
|
30279
|
-
flex-grow: 0;
|
|
30280
|
-
flex-shrink: 0;
|
|
30281
|
-
flex-basis: 58%;
|
|
30259
|
+
.o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30260
|
+
color: #0080ff;
|
|
30282
30261
|
}
|
|
30283
|
-
.
|
|
30284
|
-
|
|
30262
|
+
.o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30263
|
+
display: block;
|
|
30285
30264
|
}
|
|
30286
|
-
.
|
|
30287
|
-
|
|
30265
|
+
.o1ugr09p.ant-select-item-option-active {
|
|
30266
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30288
30267
|
}
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
margin: 0 auto;
|
|
30292
|
-
width: 100%;
|
|
30293
|
-
max-width: 648px;
|
|
30268
|
+
.o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30269
|
+
color: #0080ff;
|
|
30294
30270
|
}
|
|
30295
|
-
.
|
|
30296
|
-
|
|
30271
|
+
.o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30272
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30273
|
+
color: #0080ff;
|
|
30297
30274
|
}
|
|
30298
|
-
|
|
30299
|
-
|
|
30300
|
-
|
|
30301
|
-
|
|
30302
|
-
|
|
30303
|
-
|
|
30275
|
+
|
|
30276
|
+
.o1ifxsq4 {
|
|
30277
|
+
display: flex;
|
|
30278
|
+
justify-content: space-between;
|
|
30279
|
+
height: 20px;
|
|
30280
|
+
line-height: 20px;
|
|
30304
30281
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30282
|
+
.o1ifxsq4 .timezone-title {
|
|
30283
|
+
color: #2d3a56;
|
|
30284
|
+
overflow: hidden;
|
|
30285
|
+
text-overflow: ellipsis;
|
|
30307
30286
|
}
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
|
|
30287
|
+
|
|
30288
|
+
.o1zue7 {
|
|
30289
|
+
display: flex;
|
|
30290
|
+
justify-content: space-between;
|
|
30291
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30292
|
+
height: 18px;
|
|
30293
|
+
line-height: 18px;
|
|
30294
|
+
margin-top: 2px;
|
|
30311
30295
|
}
|
|
30312
|
-
|
|
30313
|
-
|
|
30314
|
-
|
|
30296
|
+
|
|
30297
|
+
.tyfmlxg {
|
|
30298
|
+
border: none;
|
|
30299
|
+
margin-right: 0;
|
|
30300
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30315
30301
|
}
|
|
30316
30302
|
|
|
30317
|
-
.
|
|
30318
|
-
|
|
30303
|
+
.o18uybox {
|
|
30304
|
+
pointer-events: none;
|
|
30305
|
+
height: 32px;
|
|
30319
30306
|
width: 100%;
|
|
30320
|
-
|
|
30321
|
-
}
|
|
30322
|
-
.h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30323
|
-
margin-left: 0;
|
|
30307
|
+
opacity: 0;
|
|
30324
30308
|
}
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
width: 100%;
|
|
30329
|
-
max-width: 1024px;
|
|
30330
|
-
overflow: hidden;
|
|
30309
|
+
|
|
30310
|
+
.t1m2x205 .ant-tooltip-arrow {
|
|
30311
|
+
display: none;
|
|
30331
30312
|
}
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30334
|
-
|
|
30335
|
-
.h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
30336
|
-
height: calc(100vh - 225px);
|
|
30337
|
-
overflow-y: auto;
|
|
30338
|
-
}
|
|
30339
|
-
.h16z9xgz .ant-modal-footer .footer-content {
|
|
30340
|
-
margin: 0 auto;
|
|
30341
|
-
max-width: 1024px;
|
|
30342
|
-
}
|
|
30343
|
-
|
|
30344
|
-
.f1lrhghm {
|
|
30345
|
-
flex: 1;
|
|
30346
|
-
}
|
|
30347
|
-
.f1lrhghm label {
|
|
30348
|
-
font-size: 13px;
|
|
30349
|
-
line-height: 20px;
|
|
30350
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30351
|
-
}
|
|
30352
|
-
.f1lrhghm .title {
|
|
30353
|
-
font-size: 14px;
|
|
30354
|
-
line-height: 20px;
|
|
30355
|
-
color: #2d3a56;
|
|
30356
|
-
margin-bottom: 12px;
|
|
30357
|
-
}
|
|
30358
|
-
.f1lrhghm.connect-cluster .title {
|
|
30359
|
-
padding-bottom: 26px;
|
|
30313
|
+
.t1m2x205 .ant-tooltip-inner {
|
|
30314
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30315
|
+
border-radius: 4px;
|
|
30360
30316
|
}
|
|
30361
30317
|
|
|
30362
|
-
.
|
|
30363
|
-
padding: 25px 0 15px 0;
|
|
30364
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30365
|
-
margin-bottom: 16px;
|
|
30366
|
-
}
|
|
30367
|
-
|
|
30368
|
-
.f1l1g2k0 {
|
|
30318
|
+
.s1ebs0ra {
|
|
30369
30319
|
display: flex;
|
|
30370
30320
|
align-items: center;
|
|
30371
|
-
|
|
30372
|
-
|
|
30373
|
-
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
}
|
|
30379
|
-
.f1l1g2k0 .ant-select {
|
|
30380
|
-
width: 100%;
|
|
30381
|
-
}
|
|
30382
|
-
|
|
30383
|
-
.e1k89cwg {
|
|
30384
|
-
color: #e75a3a;
|
|
30385
|
-
margin-right: 10px;
|
|
30386
|
-
}
|
|
30387
|
-
|
|
30388
|
-
.d1oui1gf {
|
|
30389
|
-
width: 100%;
|
|
30390
|
-
height: 1px;
|
|
30391
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30392
|
-
margin: 24px 0;
|
|
30321
|
+
justify-content: space-between;
|
|
30322
|
+
background: #edf0f7;
|
|
30323
|
+
padding: 8px 12px;
|
|
30324
|
+
position: sticky;
|
|
30325
|
+
top: 0;
|
|
30326
|
+
z-index: 1;
|
|
30327
|
+
margin-bottom: -52px;
|
|
30393
30328
|
}
|
|
30394
|
-
|
|
30395
|
-
.l15itdbb {
|
|
30329
|
+
.s1ebs0ra .select-total {
|
|
30396
30330
|
display: flex;
|
|
30397
|
-
justify-content: center;
|
|
30398
30331
|
align-items: center;
|
|
30399
|
-
|
|
30332
|
+
font-weight: 700;
|
|
30333
|
+
flex-shrink: 0;
|
|
30400
30334
|
}
|
|
30401
|
-
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
width:
|
|
30405
|
-
height:
|
|
30406
|
-
background: #8e9aa9;
|
|
30407
|
-
opacity: 0.4;
|
|
30335
|
+
.s1ebs0ra .select-total .icon-wrapper {
|
|
30336
|
+
cursor: pointer;
|
|
30337
|
+
margin-left: 8px;
|
|
30338
|
+
width: 32px;
|
|
30339
|
+
height: 32px;
|
|
30408
30340
|
border-radius: 50%;
|
|
30409
|
-
|
|
30410
|
-
}
|
|
30411
|
-
|
|
30412
|
-
.m177r7a3 .ant-modal-header,
|
|
30413
|
-
.m177r7a3 .ant-modal-footer .footer-content {
|
|
30414
|
-
width: 648px;
|
|
30415
|
-
margin: 0 auto;
|
|
30341
|
+
justify-content: center;
|
|
30416
30342
|
}
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30419
|
-
border: none;
|
|
30343
|
+
.s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30344
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30420
30345
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30346
|
+
.s1ebs0ra .action-group {
|
|
30347
|
+
flex: 1;
|
|
30348
|
+
margin-left: 88px;
|
|
30349
|
+
white-space: nowrap;
|
|
30350
|
+
text-align: right;
|
|
30351
|
+
position: relative;
|
|
30352
|
+
padding: 4px 0;
|
|
30353
|
+
margin-top: -4px;
|
|
30354
|
+
overflow: hidden;
|
|
30423
30355
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30356
|
+
.s1ebs0ra .action-group .sub-menu-delete {
|
|
30357
|
+
transform: translateY(-4px);
|
|
30426
30358
|
}
|
|
30427
|
-
.
|
|
30359
|
+
.s1ebs0ra .action-group button {
|
|
30428
30360
|
border: none;
|
|
30429
30361
|
}
|
|
30430
|
-
|
|
30431
|
-
|
|
30432
|
-
font-size: 12px;
|
|
30433
|
-
line-height: 18px;
|
|
30434
|
-
font-weight: bold;
|
|
30435
|
-
color: #fff;
|
|
30436
|
-
padding: 0 4px;
|
|
30437
|
-
border-radius: 4px;
|
|
30438
|
-
display: inline-block;
|
|
30439
|
-
background: var(--t1wwio3v-0);
|
|
30362
|
+
.s1ebs0ra .action-group > *:not(:last-child) {
|
|
30363
|
+
margin-right: 8px;
|
|
30440
30364
|
}
|
|
30441
|
-
.
|
|
30442
|
-
margin-
|
|
30365
|
+
.s1ebs0ra .action-group > button:last-child {
|
|
30366
|
+
margin-right: 4px;
|
|
30443
30367
|
}
|
|
30444
|
-
|
|
30445
|
-
|
|
30446
|
-
width:
|
|
30447
|
-
height:
|
|
30448
|
-
display: flex;
|
|
30449
|
-
align-items: center;
|
|
30368
|
+
.s1ebs0ra .action-group .more-btn {
|
|
30369
|
+
cursor: pointer;
|
|
30370
|
+
width: 32px;
|
|
30371
|
+
height: 32px;
|
|
30450
30372
|
justify-content: center;
|
|
30373
|
+
border-radius: 50%;
|
|
30451
30374
|
}
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
font-size: 90%;
|
|
30455
|
-
font-weight: bold;
|
|
30456
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
30457
|
-
padding: 1px 4px 1px;
|
|
30458
|
-
margin-left: 2px;
|
|
30459
|
-
margin-right: 2px;
|
|
30460
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30461
|
-
border-radius: 4px;
|
|
30375
|
+
.s1ebs0ra .action-group .more-btn:hover {
|
|
30376
|
+
background: #fff;
|
|
30462
30377
|
}
|
|
30463
30378
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
margin-top: 16px;
|
|
30469
|
-
}
|
|
30470
|
-
.f4mi9eq.form-item-compact {
|
|
30471
|
-
width: 412px;
|
|
30379
|
+
.rapgekc.ant-radio-wrapper {
|
|
30380
|
+
display: inline-flex;
|
|
30381
|
+
align-items: baseline;
|
|
30382
|
+
white-space: pre-wrap;
|
|
30472
30383
|
}
|
|
30473
|
-
.
|
|
30474
|
-
|
|
30384
|
+
.rapgekc.ant-radio-wrapper .ant-radio {
|
|
30385
|
+
position: relative;
|
|
30386
|
+
top: 3px;
|
|
30475
30387
|
}
|
|
30476
|
-
.
|
|
30477
|
-
|
|
30388
|
+
.rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30389
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30478
30390
|
}
|
|
30479
|
-
.
|
|
30480
|
-
|
|
30481
|
-
display: flex;
|
|
30391
|
+
.rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30392
|
+
border-color: #0080ff;
|
|
30482
30393
|
}
|
|
30483
|
-
.
|
|
30484
|
-
|
|
30485
|
-
|
|
30486
|
-
padding: 14px;
|
|
30487
|
-
background: #f2f4f6;
|
|
30488
|
-
font-size: 13px;
|
|
30489
|
-
line-height: 1.8;
|
|
30490
|
-
color: #8e9aa9;
|
|
30394
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30395
|
+
border-color: #0080ff;
|
|
30396
|
+
background: #0080ff;
|
|
30491
30397
|
}
|
|
30492
|
-
.
|
|
30493
|
-
|
|
30494
|
-
|
|
30495
|
-
|
|
30398
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30399
|
+
top: 4px;
|
|
30400
|
+
left: 4px;
|
|
30401
|
+
width: 6px;
|
|
30402
|
+
height: 6px;
|
|
30403
|
+
background: #fff;
|
|
30496
30404
|
}
|
|
30497
|
-
.
|
|
30498
|
-
|
|
30405
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30406
|
+
opacity: 0.5;
|
|
30499
30407
|
}
|
|
30500
|
-
.
|
|
30501
|
-
|
|
30502
|
-
|
|
30408
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30409
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30410
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30503
30411
|
}
|
|
30504
|
-
.
|
|
30505
|
-
|
|
30412
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30413
|
+
background: #00122e;
|
|
30506
30414
|
}
|
|
30507
|
-
.
|
|
30508
|
-
|
|
30415
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30416
|
+
color: #00122e;
|
|
30417
|
+
opacity: 0.5;
|
|
30509
30418
|
}
|
|
30510
|
-
.
|
|
30511
|
-
|
|
30419
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30420
|
+
color: #00122e;
|
|
30512
30421
|
}
|
|
30513
|
-
.
|
|
30514
|
-
|
|
30515
|
-
|
|
30516
|
-
|
|
30422
|
+
.rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30423
|
+
display: inline-block;
|
|
30424
|
+
padding: 0;
|
|
30425
|
+
padding-left: 12px;
|
|
30517
30426
|
}
|
|
30518
|
-
.
|
|
30519
|
-
margin-
|
|
30520
|
-
|
|
30521
|
-
|
|
30427
|
+
.rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30428
|
+
margin-bottom: 0;
|
|
30429
|
+
white-space: pre-wrap;
|
|
30430
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30522
30431
|
}
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30525
|
-
border: 1px solid #e75a3a;
|
|
30526
|
-
color: #e75a3a;
|
|
30432
|
+
.rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30433
|
+
padding-left: 8px;
|
|
30527
30434
|
}
|
|
30528
30435
|
|
|
30529
|
-
.
|
|
30530
|
-
|
|
30531
|
-
font-weight: bold;
|
|
30532
|
-
padding-bottom: 6px;
|
|
30533
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30534
|
-
margin-bottom: 16px;
|
|
30436
|
+
.rp906go .ant-radio-button-wrapper:first-child {
|
|
30437
|
+
border-radius: 5px 0 0 5px;
|
|
30535
30438
|
}
|
|
30536
|
-
.
|
|
30537
|
-
|
|
30439
|
+
.rp906go .ant-radio-button-wrapper:last-child {
|
|
30440
|
+
border-radius: 0 5px 5px 0;
|
|
30538
30441
|
}
|
|
30539
30442
|
|
|
30540
|
-
.
|
|
30541
|
-
|
|
30542
|
-
|
|
30543
|
-
display: flex;
|
|
30544
|
-
justify-content: center;
|
|
30545
|
-
align-items: center;
|
|
30546
|
-
cursor: pointer;
|
|
30547
|
-
transition: all 200ms ease-out 40ms;
|
|
30548
|
-
}
|
|
30549
|
-
.e1qrlvot:before, .e1qrlvot:after {
|
|
30550
|
-
content: "";
|
|
30551
|
-
width: 1px;
|
|
30552
|
-
height: 6px;
|
|
30553
|
-
border-radius: 1px;
|
|
30554
|
-
background: #ccd4e3;
|
|
30555
|
-
position: relative;
|
|
30556
|
-
right: 2px;
|
|
30557
|
-
transform: rotate(-45deg);
|
|
30558
|
-
}
|
|
30559
|
-
.e1qrlvot:after {
|
|
30560
|
-
transform: rotate(45deg);
|
|
30561
|
-
left: 1px;
|
|
30562
|
-
}
|
|
30563
|
-
|
|
30564
|
-
.w9ic984.ant-alert-warning {
|
|
30565
|
-
border: 0;
|
|
30566
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30567
|
-
border-radius: 6px;
|
|
30568
|
-
}
|
|
30569
|
-
.w9ic984.ant-alert,
|
|
30570
|
-
.w9ic984 .ant-alert-message {
|
|
30571
|
-
color: #e07f00;
|
|
30572
|
-
}
|
|
30573
|
-
.w9ic984.ant-alert .dashed-border-bottom,
|
|
30574
|
-
.w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
30575
|
-
border-bottom-color: #e07f00;
|
|
30576
|
-
}
|
|
30577
|
-
|
|
30578
|
-
.n1k9qi4r {
|
|
30579
|
-
display: flex;
|
|
30580
|
-
flex-direction: row;
|
|
30581
|
-
padding: 7px 12px;
|
|
30582
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30583
|
-
border-radius: 6px;
|
|
30584
|
-
color: #e07f00;
|
|
30585
|
-
font-size: 12px;
|
|
30586
|
-
line-height: 18px;
|
|
30587
|
-
}
|
|
30588
|
-
.n1k9qi4r .icon-wrapper {
|
|
30589
|
-
margin-right: 10px;
|
|
30590
|
-
height: 18px;
|
|
30591
|
-
}
|
|
30592
|
-
|
|
30593
|
-
.n16fsg9x {
|
|
30594
|
-
display: flex;
|
|
30595
|
-
flex-direction: row;
|
|
30596
|
-
padding: 7px 12px;
|
|
30597
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30598
|
-
border-radius: 6px;
|
|
30599
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30600
|
-
font-size: 12px;
|
|
30601
|
-
line-height: 18px;
|
|
30602
|
-
}
|
|
30603
|
-
.n16fsg9x .icon-wrapper {
|
|
30604
|
-
margin-right: 10px;
|
|
30605
|
-
height: 18px;
|
|
30606
|
-
}
|
|
30607
|
-
|
|
30608
|
-
.i173wxzw {
|
|
30609
|
-
display: flex;
|
|
30610
|
-
flex-direction: row;
|
|
30611
|
-
padding: 7px 12px;
|
|
30612
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30613
|
-
border-radius: 6px;
|
|
30614
|
-
color: #005ed1;
|
|
30615
|
-
font-size: 12px;
|
|
30616
|
-
line-height: 18px;
|
|
30617
|
-
}
|
|
30618
|
-
.i173wxzw .icon-wrapper {
|
|
30619
|
-
margin-right: 10px;
|
|
30620
|
-
height: 18px;
|
|
30621
|
-
}
|
|
30622
|
-
|
|
30623
|
-
.dld369h {
|
|
30624
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30625
|
-
margin-top: 5px;
|
|
30626
|
-
font-size: 12px;
|
|
30627
|
-
line-height: 18px;
|
|
30628
|
-
}
|
|
30629
|
-
|
|
30630
|
-
.s1epv22q {
|
|
30631
|
-
color: #f0483e;
|
|
30632
|
-
font-size: 12px;
|
|
30633
|
-
white-space: pre-wrap;
|
|
30634
|
-
}
|
|
30635
|
-
|
|
30636
|
-
.okus5hk {
|
|
30637
|
-
display: flex;
|
|
30638
|
-
align-items: center;
|
|
30639
|
-
justify-content: flex-end;
|
|
30640
|
-
}
|
|
30641
|
-
.okus5hk .icon-wrapper {
|
|
30642
|
-
margin-right: 16px;
|
|
30643
|
-
}
|
|
30644
|
-
|
|
30645
|
-
.t1auuzri {
|
|
30646
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30647
|
-
}
|
|
30648
|
-
|
|
30649
|
-
.i74cfyt.ant-input {
|
|
30650
|
-
padding: 5px 12px;
|
|
30651
|
-
line-height: 20px;
|
|
30652
|
-
color: #2d3a56;
|
|
30653
|
-
border-radius: 6px;
|
|
30654
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30655
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30656
|
-
}
|
|
30657
|
-
.i74cfyt.ant-input.ant-input-lg {
|
|
30658
|
-
padding: 8px 16px;
|
|
30659
|
-
line-height: 22px;
|
|
30660
|
-
}
|
|
30661
|
-
.i74cfyt.ant-input.ant-input-sm {
|
|
30662
|
-
padding: 2px 8px;
|
|
30663
|
-
line-height: 18px;
|
|
30664
|
-
}
|
|
30665
|
-
.i74cfyt.ant-input:not([disabled]):hover, .i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number:not([disabled]):hover, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30666
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30667
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30668
|
-
z-index: 1;
|
|
30669
|
-
}
|
|
30670
|
-
.i74cfyt.ant-input:not([disabled]):active, .i74cfyt.ant-input:not([disabled]):focus, .i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number:not([disabled]):active, .i74cfyt.ant-input-number:not([disabled]):focus, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30671
|
-
border-color: #0096ff;
|
|
30672
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30673
|
-
z-index: 1;
|
|
30674
|
-
}
|
|
30675
|
-
.i74cfyt.ant-input.error:not([disabled]), .i74cfyt.ant-picker.error:not([disabled]), .i74cfyt.ant-input-number.error:not([disabled]) {
|
|
30676
|
-
border-color: #e75a3a;
|
|
30677
|
-
color: #e75a3a;
|
|
30443
|
+
.rcc63c8 {
|
|
30444
|
+
color: #00122e;
|
|
30445
|
+
border-color: #ccd4e3;
|
|
30678
30446
|
}
|
|
30679
|
-
.
|
|
30680
|
-
border-color: #
|
|
30681
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30447
|
+
.rcc63c8:first-child {
|
|
30448
|
+
border-color: #a3b4cc;
|
|
30682
30449
|
}
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30685
|
-
|
|
30450
|
+
.rcc63c8.ant-radio-button-wrapper {
|
|
30451
|
+
padding: 0 12px;
|
|
30452
|
+
line-height: 32px;
|
|
30453
|
+
height: 32px;
|
|
30686
30454
|
}
|
|
30687
|
-
.
|
|
30688
|
-
|
|
30689
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30690
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30455
|
+
.rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30456
|
+
white-space: nowrap;
|
|
30691
30457
|
}
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30458
|
+
.ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
|
|
30459
|
+
height: 22px;
|
|
30460
|
+
padding: 0 7px;
|
|
30696
30461
|
line-height: 20px;
|
|
30697
|
-
color: #2d3a56;
|
|
30698
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30699
|
-
}
|
|
30700
|
-
.i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
30701
|
-
.i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
30702
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30703
|
-
}
|
|
30704
|
-
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30705
|
-
padding: 8px 16px;
|
|
30706
|
-
line-height: 22px;
|
|
30707
|
-
}
|
|
30708
|
-
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30709
|
-
padding: 2px 8px;
|
|
30710
|
-
line-height: 18px;
|
|
30711
|
-
}
|
|
30712
|
-
.i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30713
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30714
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30715
|
-
}
|
|
30716
|
-
.i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30717
|
-
border-color: #0096ff;
|
|
30718
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30719
|
-
}
|
|
30720
|
-
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30721
|
-
border-color: #e75a3a;
|
|
30722
|
-
}
|
|
30723
|
-
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30724
|
-
color: #e75a3a;
|
|
30725
|
-
}
|
|
30726
|
-
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30727
|
-
border-color: #e75a3a;
|
|
30728
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30729
|
-
}
|
|
30730
|
-
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30731
|
-
border-color: #e75a3a;
|
|
30732
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30733
|
-
}
|
|
30734
|
-
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30735
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30736
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30737
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
30738
|
-
}
|
|
30739
|
-
textarea.i74cfyt.ant-input {
|
|
30740
|
-
transition-property: height;
|
|
30741
|
-
transition-delay: 50ms;
|
|
30742
30462
|
}
|
|
30743
|
-
|
|
30744
|
-
|
|
30745
|
-
height: 40px;
|
|
30746
|
-
}
|
|
30747
|
-
textarea.i74cfyt.ant-input.textarea-large:focus {
|
|
30748
|
-
height: 80px;
|
|
30749
|
-
}
|
|
30750
|
-
textarea.i74cfyt.ant-input.textarea-middle {
|
|
30751
|
-
min-height: 32px;
|
|
30752
|
-
height: 32px;
|
|
30753
|
-
}
|
|
30754
|
-
textarea.i74cfyt.ant-input.textarea-middle:focus {
|
|
30755
|
-
height: 64px;
|
|
30756
|
-
}
|
|
30757
|
-
textarea.i74cfyt.ant-input.textarea-small {
|
|
30758
|
-
min-height: 24px;
|
|
30759
|
-
height: 24px;
|
|
30463
|
+
.rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30464
|
+
background: #ccd4e3;
|
|
30760
30465
|
}
|
|
30761
|
-
|
|
30762
|
-
|
|
30466
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30467
|
+
background: #0080ff;
|
|
30763
30468
|
}
|
|
30764
|
-
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
border-radius: 4px;
|
|
30469
|
+
.rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30470
|
+
background: #ccd4e3;
|
|
30471
|
+
opacity: 0.5;
|
|
30768
30472
|
}
|
|
30769
|
-
.
|
|
30770
|
-
|
|
30771
|
-
padding: 6px;
|
|
30772
|
-
height: 32px;
|
|
30773
|
-
cursor: pointer;
|
|
30774
|
-
transition: border 150ms;
|
|
30473
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30474
|
+
border-right-color: #0080ff;
|
|
30775
30475
|
}
|
|
30776
|
-
.
|
|
30476
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30777
30477
|
border-color: #0080ff;
|
|
30778
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30779
|
-
}
|
|
30780
|
-
.k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
30781
|
-
padding-right: 30px;
|
|
30782
|
-
}
|
|
30783
|
-
.k1ci6977.input-tags .input-tags-inner {
|
|
30784
|
-
display: flex;
|
|
30785
|
-
}
|
|
30786
|
-
.k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30787
|
-
display: flex;
|
|
30788
|
-
}
|
|
30789
|
-
.k1ci6977.input-tags .input-tag-suffix {
|
|
30790
|
-
position: absolute;
|
|
30791
|
-
right: 12px;
|
|
30792
|
-
top: 50%;
|
|
30793
|
-
transform: translateY(-50%);
|
|
30794
|
-
}
|
|
30795
|
-
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30796
|
-
color: rgba(0, 0, 0, 0.25);
|
|
30797
|
-
font-size: 12px;
|
|
30798
|
-
cursor: pointer;
|
|
30799
|
-
}
|
|
30800
|
-
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30801
|
-
color: rgba(0, 0, 0, 0.45);
|
|
30802
|
-
}
|
|
30803
|
-
.k1ci6977.has-focus-indicator {
|
|
30804
|
-
position: relative;
|
|
30805
|
-
overflow: hidden;
|
|
30806
|
-
}
|
|
30807
|
-
.k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
30808
|
-
position: absolute;
|
|
30809
|
-
top: 50%;
|
|
30810
|
-
transform: translateY(-50%);
|
|
30811
|
-
left: -16px;
|
|
30812
|
-
transition: left 150ms ease;
|
|
30813
|
-
opacity: 0;
|
|
30814
|
-
}
|
|
30815
|
-
.k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30816
|
-
left: 8px;
|
|
30817
|
-
opacity: 1;
|
|
30818
|
-
}
|
|
30819
|
-
.k1ci6977.has-focus-indicator input {
|
|
30820
|
-
transition: margin-left 150ms ease;
|
|
30821
|
-
margin-left: 0px;
|
|
30822
|
-
}
|
|
30823
|
-
.k1ci6977.has-focus-indicator input:focus {
|
|
30824
|
-
margin-left: 16px;
|
|
30825
|
-
}
|
|
30826
|
-
|
|
30827
|
-
input.l1f7td1d.ant-input {
|
|
30828
|
-
border-top-right-radius: 0;
|
|
30829
|
-
border-bottom-right-radius: 0;
|
|
30830
|
-
}
|
|
30831
|
-
|
|
30832
|
-
.l1f7td1d.ant-input-affix-wrapper {
|
|
30833
|
-
border-top-right-radius: 0;
|
|
30834
|
-
border-bottom-right-radius: 0;
|
|
30835
|
-
}
|
|
30836
|
-
|
|
30837
|
-
input.rf8rlle.ant-input {
|
|
30838
|
-
border-top-left-radius: 0;
|
|
30839
|
-
border-bottom-left-radius: 0;
|
|
30840
|
-
}
|
|
30841
|
-
|
|
30842
|
-
.rf8rlle.ant-input-affix-wrapper {
|
|
30843
|
-
border-top-left-radius: 0;
|
|
30844
|
-
border-bottom-left-radius: 0;
|
|
30845
|
-
}
|
|
30846
|
-
|
|
30847
|
-
.llt2k48.ant-select, .llt2k48.ant-select .ant-select-selector {
|
|
30848
|
-
border-top-right-radius: 0;
|
|
30849
|
-
border-bottom-right-radius: 0;
|
|
30850
|
-
}
|
|
30851
|
-
|
|
30852
|
-
.rdwz7eh.ant-select, .rdwz7eh.ant-select .ant-select-selector {
|
|
30853
|
-
border-top-left-radius: 0;
|
|
30854
|
-
border-bottom-left-radius: 0;
|
|
30855
|
-
}
|
|
30856
|
-
|
|
30857
|
-
.c3ni091 {
|
|
30858
|
-
display: flex;
|
|
30859
|
-
flex-direction: column;
|
|
30860
|
-
}
|
|
30861
|
-
.c3ni091 .select-wrapper {
|
|
30862
|
-
margin-top: 12px;
|
|
30863
|
-
}
|
|
30864
|
-
.c3ni091 .select-wrapper .select {
|
|
30865
|
-
width: 100%;
|
|
30866
|
-
}
|
|
30867
|
-
.c3ni091 .radio-wrapper {
|
|
30868
|
-
margin-top: 24px;
|
|
30869
|
-
}
|
|
30870
|
-
.c3ni091 div.form-item {
|
|
30871
|
-
width: 100%;
|
|
30872
|
-
}
|
|
30873
|
-
|
|
30874
|
-
.d105ju2d {
|
|
30875
|
-
font-size: 14px;
|
|
30876
|
-
font-weight: 500;
|
|
30877
|
-
color: #3e4652;
|
|
30878
|
-
line-height: 18px;
|
|
30879
|
-
}
|
|
30880
|
-
.d105ju2d + .d105ju2d {
|
|
30881
|
-
margin-top: 16px;
|
|
30882
30478
|
}
|
|
30883
|
-
.
|
|
30884
|
-
|
|
30479
|
+
.rcc63c8.ant-radio-button-wrapper-checked {
|
|
30480
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30885
30481
|
}
|
|
30886
|
-
|
|
30887
|
-
.
|
|
30888
|
-
|
|
30889
|
-
|
|
30890
|
-
margin-top: 12px;
|
|
30482
|
+
.rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30483
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30484
|
+
border-color: #ccd4e3;
|
|
30485
|
+
opacity: 0.5;
|
|
30891
30486
|
}
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
font-weight: 500;
|
|
30896
|
-
margin-top: 0;
|
|
30897
|
-
white-space: initial;
|
|
30487
|
+
.rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30488
|
+
color: #00122e;
|
|
30489
|
+
border-color: #ccd4e3;
|
|
30898
30490
|
}
|
|
30899
|
-
|
|
30900
|
-
|
|
30901
|
-
|
|
30491
|
+
.rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30492
|
+
color: #00122e;
|
|
30493
|
+
border-color: #ccd4e3;
|
|
30494
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30902
30495
|
}
|
|
30903
|
-
.
|
|
30904
|
-
|
|
30905
|
-
|
|
30906
|
-
|
|
30907
|
-
|
|
30496
|
+
.rcc63c8 .ant-radio-button-input {
|
|
30497
|
+
margin-right: 8px;
|
|
30498
|
+
display: inline;
|
|
30499
|
+
border: none;
|
|
30500
|
+
padding: 0;
|
|
30501
|
+
width: 36px;
|
|
30502
|
+
background: transparent;
|
|
30908
30503
|
}
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
margin-top: 16px;
|
|
30912
|
-
padding: 8px;
|
|
30913
|
-
border-radius: 6px;
|
|
30914
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30915
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30916
|
-
font-size: 12px;
|
|
30504
|
+
.rcc63c8 .ant-radio-button-input:focus {
|
|
30505
|
+
box-shadow: none;
|
|
30917
30506
|
}
|
|
30918
|
-
.
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
word-break: break-all;
|
|
30507
|
+
.rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30508
|
+
margin-right: 0;
|
|
30509
|
+
width: initial;
|
|
30510
|
+
box-shadow: none;
|
|
30923
30511
|
}
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
line-height: 18px;
|
|
30927
|
-
margin: 4px 0;
|
|
30512
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30513
|
+
display: none;
|
|
30928
30514
|
}
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
display: inline-block;
|
|
30515
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30516
|
+
display: inline;
|
|
30932
30517
|
}
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30518
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30519
|
+
display: inline;
|
|
30520
|
+
margin-right: 8px;
|
|
30521
|
+
padding: 0;
|
|
30522
|
+
width: 36px;
|
|
30937
30523
|
}
|
|
30938
30524
|
|
|
30939
30525
|
.dsnbhzf {
|
|
@@ -31411,656 +30997,706 @@ input.rf8rlle.ant-input {
|
|
|
31411
30997
|
line-height: 12px;
|
|
31412
30998
|
}
|
|
31413
30999
|
|
|
31414
|
-
.
|
|
31415
|
-
|
|
31416
|
-
}
|
|
31417
|
-
|
|
31418
|
-
.d1wwmmm5 .ant-select-item-group {
|
|
31419
|
-
padding: 8px 16px;
|
|
31420
|
-
line-height: 18px;
|
|
31421
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31422
|
-
height: 34px;
|
|
31423
|
-
min-height: 34px;
|
|
31000
|
+
.skwah65 {
|
|
31001
|
+
height: 8px;
|
|
31424
31002
|
box-sizing: border-box;
|
|
31425
|
-
|
|
31003
|
+
border-radius: 2px;
|
|
31004
|
+
background: #f5f7fa;
|
|
31005
|
+
display: flex;
|
|
31006
|
+
width: 100%;
|
|
31007
|
+
overflow: hidden;
|
|
31008
|
+
}
|
|
31009
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
31010
|
+
margin-left: 1px;
|
|
31426
31011
|
}
|
|
31427
31012
|
|
|
31428
|
-
.
|
|
31013
|
+
.cnujxq2 {
|
|
31429
31014
|
display: flex;
|
|
31430
31015
|
flex-direction: column;
|
|
31431
|
-
margin: 1px 8px;
|
|
31432
|
-
padding: 8px;
|
|
31433
|
-
border-radius: 4px;
|
|
31434
|
-
}
|
|
31435
|
-
.o1ugr09p .selected-icon {
|
|
31436
|
-
display: none;
|
|
31437
|
-
}
|
|
31438
|
-
.o1ugr09p.ant-select-item-option-grouped {
|
|
31439
|
-
padding-left: 8px;
|
|
31440
31016
|
}
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
|
|
31446
|
-
|
|
31447
|
-
.o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
31448
|
-
display: block;
|
|
31449
|
-
}
|
|
31450
|
-
.o1ugr09p.ant-select-item-option-active {
|
|
31451
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31452
|
-
}
|
|
31453
|
-
.o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
31454
|
-
color: #0080ff;
|
|
31455
|
-
}
|
|
31456
|
-
.o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
31457
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31458
|
-
color: #0080ff;
|
|
31017
|
+
|
|
31018
|
+
.m7s48ia {
|
|
31019
|
+
max-width: 1120px;
|
|
31020
|
+
width: 100%;
|
|
31021
|
+
margin: 0 auto;
|
|
31022
|
+
height: 100%;
|
|
31459
31023
|
}
|
|
31460
31024
|
|
|
31461
|
-
.
|
|
31025
|
+
.wt5zbg6 {
|
|
31026
|
+
max-width: 1120px;
|
|
31027
|
+
width: 100%;
|
|
31028
|
+
margin: 0 auto;
|
|
31462
31029
|
display: flex;
|
|
31463
|
-
justify-content: space-between;
|
|
31464
|
-
height: 20px;
|
|
31465
|
-
line-height: 20px;
|
|
31466
31030
|
}
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
|
|
31031
|
+
.wt5zbg6 .left,
|
|
31032
|
+
.wt5zbg6 .right {
|
|
31033
|
+
flex-grow: 0;
|
|
31034
|
+
flex-shrink: 0;
|
|
31035
|
+
flex-basis: 21%;
|
|
31471
31036
|
}
|
|
31472
|
-
|
|
31473
|
-
.o1zue7 {
|
|
31037
|
+
.wt5zbg6 .left {
|
|
31474
31038
|
display: flex;
|
|
31475
|
-
justify-content:
|
|
31476
|
-
|
|
31477
|
-
height: 18px;
|
|
31478
|
-
line-height: 18px;
|
|
31479
|
-
margin-top: 2px;
|
|
31039
|
+
justify-content: flex-end;
|
|
31040
|
+
padding-right: 44px;
|
|
31480
31041
|
}
|
|
31481
|
-
|
|
31482
|
-
|
|
31483
|
-
border: none;
|
|
31484
|
-
margin-right: 0;
|
|
31485
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31042
|
+
.wt5zbg6 .right {
|
|
31043
|
+
padding-left: 44px;
|
|
31486
31044
|
}
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
|
|
31492
|
-
opacity: 0;
|
|
31045
|
+
.wt5zbg6 .middle {
|
|
31046
|
+
margin-bottom: 40px;
|
|
31047
|
+
flex-grow: 0;
|
|
31048
|
+
flex-shrink: 0;
|
|
31049
|
+
flex-basis: 58%;
|
|
31493
31050
|
}
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
display: flex;
|
|
31497
|
-
align-items: center;
|
|
31498
|
-
justify-content: space-between;
|
|
31499
|
-
background: #edf0f7;
|
|
31500
|
-
padding: 8px 12px;
|
|
31501
|
-
position: sticky;
|
|
31502
|
-
top: 0;
|
|
31503
|
-
z-index: 1;
|
|
31504
|
-
margin-bottom: -52px;
|
|
31051
|
+
.wt5zbg6 .middle .form-base-field {
|
|
31052
|
+
width: 100%;
|
|
31505
31053
|
}
|
|
31506
|
-
.
|
|
31507
|
-
|
|
31508
|
-
align-items: center;
|
|
31509
|
-
font-weight: 700;
|
|
31510
|
-
flex-shrink: 0;
|
|
31054
|
+
.wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31055
|
+
width: auto;
|
|
31511
31056
|
}
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
margin
|
|
31515
|
-
width:
|
|
31516
|
-
|
|
31517
|
-
border-radius: 50%;
|
|
31518
|
-
justify-content: center;
|
|
31057
|
+
|
|
31058
|
+
.h18jprzg .ant-modal-header {
|
|
31059
|
+
margin: 0 auto;
|
|
31060
|
+
width: 100%;
|
|
31061
|
+
max-width: 648px;
|
|
31519
31062
|
}
|
|
31520
|
-
.
|
|
31521
|
-
|
|
31063
|
+
.h18jprzg .ant-modal-header .ant-modal-title {
|
|
31064
|
+
margin-left: 0;
|
|
31522
31065
|
}
|
|
31523
|
-
.
|
|
31524
|
-
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
position: relative;
|
|
31529
|
-
padding: 4px 0;
|
|
31530
|
-
margin-top: -4px;
|
|
31066
|
+
.h18jprzg .ant-modal-body {
|
|
31067
|
+
margin: 0 auto;
|
|
31068
|
+
padding: 0;
|
|
31069
|
+
width: 100%;
|
|
31070
|
+
max-width: 648px;
|
|
31531
31071
|
overflow: hidden;
|
|
31532
31072
|
}
|
|
31533
|
-
.
|
|
31534
|
-
|
|
31535
|
-
}
|
|
31536
|
-
.s1ebs0ra .action-group button {
|
|
31537
|
-
border: none;
|
|
31073
|
+
.h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31074
|
+
margin-bottom: 40px;
|
|
31538
31075
|
}
|
|
31539
|
-
.
|
|
31540
|
-
|
|
31076
|
+
.h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31077
|
+
height: calc(100vh - 225px);
|
|
31078
|
+
overflow-y: auto;
|
|
31541
31079
|
}
|
|
31542
|
-
.
|
|
31543
|
-
margin
|
|
31080
|
+
.h18jprzg .ant-modal-footer .footer-content {
|
|
31081
|
+
margin: 0 auto;
|
|
31082
|
+
max-width: 648px;
|
|
31544
31083
|
}
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31549
|
-
|
|
31550
|
-
border-radius: 50%;
|
|
31084
|
+
|
|
31085
|
+
.h16z9xgz .ant-modal-header {
|
|
31086
|
+
margin: 0 auto;
|
|
31087
|
+
width: 100%;
|
|
31088
|
+
max-width: 1024px;
|
|
31551
31089
|
}
|
|
31552
|
-
.
|
|
31553
|
-
|
|
31090
|
+
.h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31091
|
+
margin-left: 0;
|
|
31554
31092
|
}
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
|
|
31093
|
+
.h16z9xgz .ant-modal-body {
|
|
31094
|
+
margin: 0 auto;
|
|
31095
|
+
padding: 0;
|
|
31096
|
+
width: 100%;
|
|
31097
|
+
max-width: 1024px;
|
|
31098
|
+
overflow: hidden;
|
|
31558
31099
|
}
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
height: 100%;
|
|
31100
|
+
.h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31101
|
+
margin-bottom: 40px;
|
|
31562
31102
|
}
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31565
|
-
|
|
31103
|
+
.h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31104
|
+
height: calc(100vh - 225px);
|
|
31105
|
+
overflow-y: auto;
|
|
31566
31106
|
}
|
|
31567
|
-
.
|
|
31568
|
-
|
|
31107
|
+
.h16z9xgz .ant-modal-footer .footer-content {
|
|
31108
|
+
margin: 0 auto;
|
|
31109
|
+
max-width: 1024px;
|
|
31569
31110
|
}
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31111
|
+
|
|
31112
|
+
.f1lrhghm {
|
|
31113
|
+
flex: 1;
|
|
31573
31114
|
}
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31115
|
+
.f1lrhghm label {
|
|
31116
|
+
font-size: 13px;
|
|
31117
|
+
line-height: 20px;
|
|
31118
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31576
31119
|
}
|
|
31577
|
-
.
|
|
31578
|
-
|
|
31120
|
+
.f1lrhghm .title {
|
|
31121
|
+
font-size: 14px;
|
|
31122
|
+
line-height: 20px;
|
|
31123
|
+
color: #2d3a56;
|
|
31124
|
+
margin-bottom: 12px;
|
|
31579
31125
|
}
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31126
|
+
.f1lrhghm.connect-cluster .title {
|
|
31127
|
+
padding-bottom: 26px;
|
|
31582
31128
|
}
|
|
31583
|
-
|
|
31584
|
-
|
|
31129
|
+
|
|
31130
|
+
.f18ot8em {
|
|
31131
|
+
padding: 25px 0 15px 0;
|
|
31132
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31133
|
+
margin-bottom: 16px;
|
|
31585
31134
|
}
|
|
31586
|
-
|
|
31587
|
-
|
|
31135
|
+
|
|
31136
|
+
.f1l1g2k0 {
|
|
31137
|
+
display: flex;
|
|
31138
|
+
align-items: center;
|
|
31139
|
+
margin-bottom: 8px;
|
|
31588
31140
|
}
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31591
|
-
overflow: visible;
|
|
31141
|
+
.f1l1g2k0 > label {
|
|
31142
|
+
width: 216px;
|
|
31592
31143
|
}
|
|
31593
|
-
.
|
|
31594
|
-
|
|
31144
|
+
.f1l1g2k0 > label + * {
|
|
31145
|
+
width: 100%;
|
|
31595
31146
|
}
|
|
31596
|
-
.
|
|
31597
|
-
|
|
31598
|
-
display: none;
|
|
31147
|
+
.f1l1g2k0 .ant-select {
|
|
31148
|
+
width: 100%;
|
|
31599
31149
|
}
|
|
31600
|
-
|
|
31601
|
-
|
|
31150
|
+
|
|
31151
|
+
.e1k89cwg {
|
|
31152
|
+
color: #e75a3a;
|
|
31153
|
+
margin-right: 10px;
|
|
31602
31154
|
}
|
|
31603
|
-
|
|
31604
|
-
.
|
|
31605
|
-
|
|
31606
|
-
|
|
31155
|
+
|
|
31156
|
+
.d1oui1gf {
|
|
31157
|
+
width: 100%;
|
|
31158
|
+
height: 1px;
|
|
31159
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31160
|
+
margin: 24px 0;
|
|
31607
31161
|
}
|
|
31608
|
-
|
|
31609
|
-
.
|
|
31162
|
+
|
|
31163
|
+
.l15itdbb {
|
|
31610
31164
|
display: flex;
|
|
31165
|
+
justify-content: center;
|
|
31611
31166
|
align-items: center;
|
|
31612
31167
|
height: 100%;
|
|
31613
|
-
padding: 8px;
|
|
31614
31168
|
}
|
|
31615
|
-
|
|
31616
|
-
.
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
|
|
31169
|
+
|
|
31170
|
+
.d1y3z4w {
|
|
31171
|
+
display: inline-block;
|
|
31172
|
+
width: 4px;
|
|
31173
|
+
height: 4px;
|
|
31174
|
+
background: #8e9aa9;
|
|
31175
|
+
opacity: 0.4;
|
|
31176
|
+
border-radius: 50%;
|
|
31177
|
+
margin: 0 4px;
|
|
31620
31178
|
}
|
|
31621
|
-
|
|
31622
|
-
|
|
31179
|
+
|
|
31180
|
+
.m177r7a3 .ant-modal-header,
|
|
31181
|
+
.m177r7a3 .ant-modal-footer .footer-content {
|
|
31182
|
+
width: 648px;
|
|
31183
|
+
margin: 0 auto;
|
|
31623
31184
|
}
|
|
31624
|
-
.
|
|
31625
|
-
|
|
31185
|
+
.m177r7a3 .ant-modal-header {
|
|
31186
|
+
padding: 35px 0 24px;
|
|
31187
|
+
border: none;
|
|
31626
31188
|
}
|
|
31627
|
-
.
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31189
|
+
.m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31190
|
+
font-size: 30px;
|
|
31191
|
+
}
|
|
31192
|
+
.m177r7a3 .ant-modal-body {
|
|
31193
|
+
padding: 4px 0 2px;
|
|
31194
|
+
}
|
|
31195
|
+
.m177r7a3 .ant-modal-footer {
|
|
31196
|
+
border: none;
|
|
31197
|
+
}
|
|
31198
|
+
|
|
31199
|
+
.t1wwio3v {
|
|
31633
31200
|
font-size: 12px;
|
|
31634
|
-
|
|
31201
|
+
line-height: 18px;
|
|
31202
|
+
font-weight: bold;
|
|
31203
|
+
color: #fff;
|
|
31204
|
+
padding: 0 4px;
|
|
31205
|
+
border-radius: 4px;
|
|
31206
|
+
display: inline-block;
|
|
31207
|
+
background: var(--t1wwio3v-0);
|
|
31635
31208
|
}
|
|
31636
|
-
.
|
|
31637
|
-
|
|
31638
|
-
z-index: 3;
|
|
31639
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31640
|
-
margin-bottom: -1px;
|
|
31209
|
+
.t1wwio3v:not(:first-child) {
|
|
31210
|
+
margin-left: 4px;
|
|
31641
31211
|
}
|
|
31642
|
-
|
|
31643
|
-
.
|
|
31644
|
-
|
|
31212
|
+
|
|
31213
|
+
.f17jvtfk {
|
|
31214
|
+
width: 100%;
|
|
31215
|
+
height: 100%;
|
|
31216
|
+
display: flex;
|
|
31217
|
+
align-items: center;
|
|
31218
|
+
justify-content: center;
|
|
31645
31219
|
}
|
|
31646
|
-
|
|
31647
|
-
.
|
|
31648
|
-
|
|
31220
|
+
|
|
31221
|
+
.nzppkea {
|
|
31222
|
+
font-size: 90%;
|
|
31223
|
+
font-weight: bold;
|
|
31224
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
31225
|
+
padding: 1px 4px 1px;
|
|
31226
|
+
margin-left: 2px;
|
|
31227
|
+
margin-right: 2px;
|
|
31228
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31229
|
+
border-radius: 4px;
|
|
31649
31230
|
}
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31231
|
+
|
|
31232
|
+
.f4mi9eq.form-item-general {
|
|
31233
|
+
width: 640px;
|
|
31653
31234
|
}
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31235
|
+
.f4mi9eq.form-item-general.form-item + .f4mi9eq.form-item-general.form-item {
|
|
31236
|
+
margin-top: 16px;
|
|
31656
31237
|
}
|
|
31657
|
-
.
|
|
31658
|
-
|
|
31659
|
-
position: absolute;
|
|
31660
|
-
top: 50%;
|
|
31661
|
-
right: 12px;
|
|
31662
|
-
transform: translateY(-50%);
|
|
31238
|
+
.f4mi9eq.form-item-compact {
|
|
31239
|
+
width: 412px;
|
|
31663
31240
|
}
|
|
31664
|
-
.
|
|
31665
|
-
|
|
31666
|
-
width: 1px;
|
|
31667
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31241
|
+
.f4mi9eq.form-item-compact.form-item + .f4mi9eq.form-item-compact.form-item {
|
|
31242
|
+
margin-top: 8px;
|
|
31668
31243
|
}
|
|
31669
|
-
.
|
|
31670
|
-
|
|
31671
|
-
width: 1px;
|
|
31672
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31244
|
+
.f4mi9eq .form-item {
|
|
31245
|
+
width: auto;
|
|
31673
31246
|
}
|
|
31674
|
-
.
|
|
31247
|
+
.f4mi9eq .form-item-main {
|
|
31675
31248
|
position: relative;
|
|
31249
|
+
display: flex;
|
|
31676
31250
|
}
|
|
31677
|
-
.
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31251
|
+
.f4mi9eq .form-item-extra {
|
|
31252
|
+
margin-top: 4px;
|
|
31253
|
+
width: 100%;
|
|
31254
|
+
padding: 14px;
|
|
31255
|
+
background: #f2f4f6;
|
|
31256
|
+
font-size: 13px;
|
|
31257
|
+
line-height: 1.8;
|
|
31258
|
+
color: #8e9aa9;
|
|
31684
31259
|
}
|
|
31685
|
-
.
|
|
31686
|
-
|
|
31687
|
-
|
|
31260
|
+
.f4mi9eq .form-item-label {
|
|
31261
|
+
padding-right: 12px;
|
|
31262
|
+
font-size: 13px;
|
|
31263
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31688
31264
|
}
|
|
31689
|
-
.
|
|
31690
|
-
|
|
31691
|
-
color: #00122e;
|
|
31692
|
-
font-size: 12px;
|
|
31693
|
-
text-align: left;
|
|
31694
|
-
transition: none;
|
|
31695
|
-
overflow: hidden;
|
|
31696
|
-
text-overflow: ellipsis;
|
|
31697
|
-
white-space: nowrap;
|
|
31265
|
+
.f4mi9eq .form-item-label.label-right {
|
|
31266
|
+
text-align: right;
|
|
31698
31267
|
}
|
|
31699
|
-
.
|
|
31700
|
-
|
|
31268
|
+
.f4mi9eq .form-item-label,
|
|
31269
|
+
.f4mi9eq .form-item-control {
|
|
31270
|
+
line-height: 32px;
|
|
31701
31271
|
}
|
|
31702
|
-
.
|
|
31703
|
-
|
|
31704
|
-
|
|
31272
|
+
.f4mi9eq .form-item-control .form-item-error {
|
|
31273
|
+
line-height: 18px;
|
|
31274
|
+
}
|
|
31275
|
+
.f4mi9eq .form-item-children {
|
|
31705
31276
|
width: 100%;
|
|
31706
|
-
vertical-align: middle;
|
|
31707
31277
|
}
|
|
31708
|
-
.
|
|
31709
|
-
|
|
31278
|
+
.f4mi9eq .form-item-children > *:only-child.ant-select, .f4mi9eq .form-item-children > *:only-child.ant-radio-group, .f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
31279
|
+
width: 100%;
|
|
31710
31280
|
}
|
|
31711
|
-
.
|
|
31712
|
-
|
|
31281
|
+
.f4mi9eq .form-item-error {
|
|
31282
|
+
color: #e75a3a;
|
|
31283
|
+
height: 0;
|
|
31284
|
+
overflow: hidden;
|
|
31713
31285
|
}
|
|
31714
|
-
.
|
|
31715
|
-
|
|
31286
|
+
.f4mi9eq .form-item-error-enter-done {
|
|
31287
|
+
margin-top: 4px;
|
|
31288
|
+
height: auto;
|
|
31289
|
+
overflow: auto;
|
|
31716
31290
|
}
|
|
31717
|
-
.
|
|
31718
|
-
|
|
31719
|
-
border
|
|
31291
|
+
.f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
31292
|
+
.f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
31293
|
+
border: 1px solid #e75a3a;
|
|
31294
|
+
color: #e75a3a;
|
|
31720
31295
|
}
|
|
31721
|
-
|
|
31722
|
-
|
|
31296
|
+
|
|
31297
|
+
.fh0ewl8 {
|
|
31298
|
+
color: #2d3a56;
|
|
31299
|
+
font-weight: bold;
|
|
31300
|
+
padding-bottom: 6px;
|
|
31301
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31302
|
+
margin-bottom: 16px;
|
|
31723
31303
|
}
|
|
31724
|
-
.
|
|
31725
|
-
|
|
31304
|
+
.fh0ewl8:not(:first-of-type) {
|
|
31305
|
+
margin-top: 16px;
|
|
31726
31306
|
}
|
|
31727
|
-
|
|
31307
|
+
|
|
31308
|
+
.e1qrlvot {
|
|
31309
|
+
width: 8px;
|
|
31310
|
+
height: 24px;
|
|
31311
|
+
display: flex;
|
|
31312
|
+
justify-content: center;
|
|
31313
|
+
align-items: center;
|
|
31314
|
+
cursor: pointer;
|
|
31315
|
+
transition: all 200ms ease-out 40ms;
|
|
31316
|
+
}
|
|
31317
|
+
.e1qrlvot:before, .e1qrlvot:after {
|
|
31728
31318
|
content: "";
|
|
31729
|
-
width:
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
background:
|
|
31319
|
+
width: 1px;
|
|
31320
|
+
height: 6px;
|
|
31321
|
+
border-radius: 1px;
|
|
31322
|
+
background: #ccd4e3;
|
|
31323
|
+
position: relative;
|
|
31324
|
+
right: 2px;
|
|
31325
|
+
transform: rotate(-45deg);
|
|
31733
31326
|
}
|
|
31734
|
-
.
|
|
31735
|
-
|
|
31327
|
+
.e1qrlvot:after {
|
|
31328
|
+
transform: rotate(45deg);
|
|
31329
|
+
left: 1px;
|
|
31736
31330
|
}
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31331
|
+
|
|
31332
|
+
.w9ic984.ant-alert-warning {
|
|
31333
|
+
border: 0;
|
|
31334
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31335
|
+
border-radius: 6px;
|
|
31741
31336
|
}
|
|
31742
|
-
.
|
|
31743
|
-
|
|
31744
|
-
|
|
31745
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31337
|
+
.w9ic984.ant-alert,
|
|
31338
|
+
.w9ic984 .ant-alert-message {
|
|
31339
|
+
color: #e07f00;
|
|
31746
31340
|
}
|
|
31747
|
-
.
|
|
31748
|
-
|
|
31749
|
-
border-
|
|
31341
|
+
.w9ic984.ant-alert .dashed-border-bottom,
|
|
31342
|
+
.w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31343
|
+
border-bottom-color: #e07f00;
|
|
31750
31344
|
}
|
|
31751
|
-
|
|
31345
|
+
|
|
31346
|
+
.n1k9qi4r {
|
|
31752
31347
|
display: flex;
|
|
31753
|
-
|
|
31754
|
-
|
|
31755
|
-
background: rgba(
|
|
31348
|
+
flex-direction: row;
|
|
31349
|
+
padding: 7px 12px;
|
|
31350
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31351
|
+
border-radius: 6px;
|
|
31352
|
+
color: #e07f00;
|
|
31353
|
+
font-size: 12px;
|
|
31354
|
+
line-height: 18px;
|
|
31756
31355
|
}
|
|
31757
|
-
.
|
|
31758
|
-
|
|
31759
|
-
|
|
31356
|
+
.n1k9qi4r .icon-wrapper {
|
|
31357
|
+
margin-right: 10px;
|
|
31358
|
+
height: 18px;
|
|
31760
31359
|
}
|
|
31761
|
-
|
|
31360
|
+
|
|
31361
|
+
.n16fsg9x {
|
|
31762
31362
|
display: flex;
|
|
31763
|
-
|
|
31764
|
-
|
|
31363
|
+
flex-direction: row;
|
|
31364
|
+
padding: 7px 12px;
|
|
31765
31365
|
background: rgba(225, 230, 241, 0.6);
|
|
31366
|
+
border-radius: 6px;
|
|
31367
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31368
|
+
font-size: 12px;
|
|
31369
|
+
line-height: 18px;
|
|
31766
31370
|
}
|
|
31767
|
-
.
|
|
31768
|
-
|
|
31371
|
+
.n16fsg9x .icon-wrapper {
|
|
31372
|
+
margin-right: 10px;
|
|
31373
|
+
height: 18px;
|
|
31769
31374
|
}
|
|
31770
|
-
|
|
31771
|
-
|
|
31772
|
-
|
|
31375
|
+
|
|
31376
|
+
.i173wxzw {
|
|
31377
|
+
display: flex;
|
|
31378
|
+
flex-direction: row;
|
|
31379
|
+
padding: 7px 12px;
|
|
31380
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31381
|
+
border-radius: 6px;
|
|
31382
|
+
color: #005ed1;
|
|
31383
|
+
font-size: 12px;
|
|
31384
|
+
line-height: 18px;
|
|
31773
31385
|
}
|
|
31774
|
-
.
|
|
31775
|
-
|
|
31386
|
+
.i173wxzw .icon-wrapper {
|
|
31387
|
+
margin-right: 10px;
|
|
31388
|
+
height: 18px;
|
|
31776
31389
|
}
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31390
|
+
|
|
31391
|
+
.dld369h {
|
|
31392
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31393
|
+
margin-top: 5px;
|
|
31394
|
+
font-size: 12px;
|
|
31395
|
+
line-height: 18px;
|
|
31781
31396
|
}
|
|
31782
|
-
|
|
31783
|
-
|
|
31397
|
+
|
|
31398
|
+
.s1epv22q {
|
|
31399
|
+
color: #f0483e;
|
|
31400
|
+
font-size: 12px;
|
|
31401
|
+
white-space: pre-wrap;
|
|
31784
31402
|
}
|
|
31785
|
-
|
|
31786
|
-
|
|
31403
|
+
|
|
31404
|
+
.okus5hk {
|
|
31405
|
+
display: flex;
|
|
31406
|
+
align-items: center;
|
|
31407
|
+
justify-content: flex-end;
|
|
31787
31408
|
}
|
|
31788
|
-
.
|
|
31789
|
-
|
|
31409
|
+
.okus5hk .icon-wrapper {
|
|
31410
|
+
margin-right: 16px;
|
|
31790
31411
|
}
|
|
31791
|
-
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
position: relative;
|
|
31795
|
-
border-bottom: none;
|
|
31796
|
-
color: #00122e;
|
|
31797
|
-
transition: none;
|
|
31798
|
-
padding: 15px 8px 15px 8px;
|
|
31412
|
+
|
|
31413
|
+
.t1auuzri {
|
|
31414
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31799
31415
|
}
|
|
31800
|
-
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31416
|
+
|
|
31417
|
+
.i74cfyt.ant-input {
|
|
31418
|
+
padding: 5px 12px;
|
|
31419
|
+
line-height: 20px;
|
|
31420
|
+
color: #2d3a56;
|
|
31421
|
+
border-radius: 6px;
|
|
31422
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31423
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31808
31424
|
}
|
|
31809
|
-
.
|
|
31810
|
-
padding:
|
|
31425
|
+
.i74cfyt.ant-input.ant-input-lg {
|
|
31426
|
+
padding: 8px 16px;
|
|
31427
|
+
line-height: 22px;
|
|
31811
31428
|
}
|
|
31812
|
-
.
|
|
31813
|
-
|
|
31429
|
+
.i74cfyt.ant-input.ant-input-sm {
|
|
31430
|
+
padding: 2px 8px;
|
|
31431
|
+
line-height: 18px;
|
|
31814
31432
|
}
|
|
31815
|
-
.
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
text-overflow: ellipsis;
|
|
31433
|
+
.i74cfyt.ant-input:not([disabled]):hover, .i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number:not([disabled]):hover, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
31434
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31435
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31436
|
+
z-index: 1;
|
|
31820
31437
|
}
|
|
31821
|
-
.
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31438
|
+
.i74cfyt.ant-input:not([disabled]):active, .i74cfyt.ant-input:not([disabled]):focus, .i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number:not([disabled]):active, .i74cfyt.ant-input-number:not([disabled]):focus, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
31439
|
+
border-color: #0096ff;
|
|
31440
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31441
|
+
z-index: 1;
|
|
31825
31442
|
}
|
|
31826
|
-
.
|
|
31827
|
-
|
|
31443
|
+
.i74cfyt.ant-input.error:not([disabled]), .i74cfyt.ant-picker.error:not([disabled]), .i74cfyt.ant-input-number.error:not([disabled]) {
|
|
31444
|
+
border-color: #e75a3a;
|
|
31445
|
+
color: #e75a3a;
|
|
31828
31446
|
}
|
|
31829
|
-
.
|
|
31830
|
-
|
|
31447
|
+
.i74cfyt.ant-input.error:not([disabled]):hover, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-picker.error:not([disabled]):hover, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .i74cfyt.ant-input-number.error:not([disabled]):hover, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
31448
|
+
border-color: #e75a3a;
|
|
31449
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31831
31450
|
}
|
|
31832
|
-
.
|
|
31833
|
-
|
|
31834
|
-
|
|
31835
|
-
top: 50%;
|
|
31836
|
-
transform: translateY(-50%);
|
|
31837
|
-
height: 16px;
|
|
31838
|
-
display: none;
|
|
31839
|
-
transition: transform 320ms ease;
|
|
31451
|
+
.i74cfyt.ant-input.error:not([disabled]):active, .i74cfyt.ant-input.error:not([disabled]):focus, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-picker.error:not([disabled]):active, .i74cfyt.ant-picker.error:not([disabled]):focus, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .i74cfyt.ant-input-number.error:not([disabled]):active, .i74cfyt.ant-input-number.error:not([disabled]):focus, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
31452
|
+
border-color: #e75a3a;
|
|
31453
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31840
31454
|
}
|
|
31841
|
-
.
|
|
31842
|
-
|
|
31843
|
-
|
|
31455
|
+
.i74cfyt.ant-input[disabled], .i74cfyt.ant-input.ant-input-disabled, .i74cfyt.ant-input-number[disabled], .i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
31456
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31457
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31458
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31844
31459
|
}
|
|
31845
|
-
.
|
|
31846
|
-
|
|
31460
|
+
.i74cfyt.ant-input-affix-wrapper {
|
|
31461
|
+
padding: 5px 12px;
|
|
31462
|
+
border-radius: 6px;
|
|
31463
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31464
|
+
line-height: 20px;
|
|
31465
|
+
color: #2d3a56;
|
|
31466
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31847
31467
|
}
|
|
31848
|
-
.
|
|
31849
|
-
|
|
31468
|
+
.i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
31469
|
+
.i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
31470
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31850
31471
|
}
|
|
31851
|
-
.
|
|
31852
|
-
|
|
31472
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31473
|
+
padding: 8px 16px;
|
|
31474
|
+
line-height: 22px;
|
|
31853
31475
|
}
|
|
31854
|
-
.
|
|
31855
|
-
|
|
31476
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31477
|
+
padding: 2px 8px;
|
|
31478
|
+
line-height: 18px;
|
|
31856
31479
|
}
|
|
31857
|
-
.
|
|
31858
|
-
|
|
31480
|
+
.i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31481
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31482
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31859
31483
|
}
|
|
31860
|
-
.
|
|
31861
|
-
|
|
31484
|
+
.i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31485
|
+
border-color: #0096ff;
|
|
31486
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31862
31487
|
}
|
|
31863
|
-
.
|
|
31864
|
-
|
|
31488
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31489
|
+
border-color: #e75a3a;
|
|
31865
31490
|
}
|
|
31866
|
-
.
|
|
31867
|
-
|
|
31491
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31492
|
+
color: #e75a3a;
|
|
31868
31493
|
}
|
|
31869
|
-
.
|
|
31870
|
-
|
|
31871
|
-
|
|
31872
|
-
top: 50%;
|
|
31873
|
-
transform: translate(-50%, -50%);
|
|
31494
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
31495
|
+
border-color: #e75a3a;
|
|
31496
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31874
31497
|
}
|
|
31875
|
-
.
|
|
31876
|
-
|
|
31498
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
31499
|
+
border-color: #e75a3a;
|
|
31500
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31877
31501
|
}
|
|
31878
|
-
.
|
|
31879
|
-
background:
|
|
31502
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
31503
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31504
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31505
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
31880
31506
|
}
|
|
31881
|
-
.
|
|
31882
|
-
|
|
31507
|
+
textarea.i74cfyt.ant-input {
|
|
31508
|
+
transition-property: height;
|
|
31509
|
+
transition-delay: 50ms;
|
|
31883
31510
|
}
|
|
31884
|
-
.
|
|
31885
|
-
|
|
31886
|
-
|
|
31887
|
-
background: inherit !important;
|
|
31888
|
-
height: 100px;
|
|
31889
|
-
vertical-align: middle;
|
|
31511
|
+
textarea.i74cfyt.ant-input.textarea-large {
|
|
31512
|
+
min-height: 40px;
|
|
31513
|
+
height: 40px;
|
|
31890
31514
|
}
|
|
31891
|
-
.
|
|
31892
|
-
|
|
31893
|
-
font-weight: bold;
|
|
31894
|
-
font-size: 20px;
|
|
31895
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31515
|
+
textarea.i74cfyt.ant-input.textarea-large:focus {
|
|
31516
|
+
height: 80px;
|
|
31896
31517
|
}
|
|
31897
|
-
.
|
|
31898
|
-
|
|
31899
|
-
|
|
31900
|
-
background: #fff;
|
|
31518
|
+
textarea.i74cfyt.ant-input.textarea-middle {
|
|
31519
|
+
min-height: 32px;
|
|
31520
|
+
height: 32px;
|
|
31901
31521
|
}
|
|
31902
|
-
.
|
|
31903
|
-
height:
|
|
31904
|
-
display: flex;
|
|
31905
|
-
align-items: center;
|
|
31906
|
-
justify-content: flex-end;
|
|
31907
|
-
padding-right: 8px;
|
|
31522
|
+
textarea.i74cfyt.ant-input.textarea-middle:focus {
|
|
31523
|
+
height: 64px;
|
|
31908
31524
|
}
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31525
|
+
textarea.i74cfyt.ant-input.textarea-small {
|
|
31526
|
+
min-height: 24px;
|
|
31911
31527
|
height: 24px;
|
|
31912
|
-
cursor: pointer;
|
|
31913
|
-
justify-content: center;
|
|
31914
|
-
border-radius: 4px;
|
|
31915
31528
|
}
|
|
31916
|
-
.
|
|
31917
|
-
|
|
31529
|
+
textarea.i74cfyt.ant-input.textarea-small:focus {
|
|
31530
|
+
height: 40px;
|
|
31918
31531
|
}
|
|
31919
31532
|
|
|
31920
|
-
.
|
|
31921
|
-
|
|
31922
|
-
|
|
31923
|
-
white-space: pre-wrap;
|
|
31533
|
+
.k1ci6977 input, .k1ci6977.input-tags {
|
|
31534
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31535
|
+
border-radius: 4px;
|
|
31924
31536
|
}
|
|
31925
|
-
.
|
|
31537
|
+
.k1ci6977.input-tags {
|
|
31926
31538
|
position: relative;
|
|
31927
|
-
|
|
31928
|
-
|
|
31929
|
-
|
|
31930
|
-
|
|
31539
|
+
padding: 6px;
|
|
31540
|
+
height: 32px;
|
|
31541
|
+
cursor: pointer;
|
|
31542
|
+
transition: border 150ms;
|
|
31931
31543
|
}
|
|
31932
|
-
.
|
|
31544
|
+
.k1ci6977.input-tags:hover {
|
|
31933
31545
|
border-color: #0080ff;
|
|
31546
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31934
31547
|
}
|
|
31935
|
-
.
|
|
31936
|
-
|
|
31937
|
-
background: #0080ff;
|
|
31548
|
+
.k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31549
|
+
padding-right: 30px;
|
|
31938
31550
|
}
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31941
|
-
left: 4px;
|
|
31942
|
-
width: 6px;
|
|
31943
|
-
height: 6px;
|
|
31944
|
-
background: #fff;
|
|
31551
|
+
.k1ci6977.input-tags .input-tags-inner {
|
|
31552
|
+
display: flex;
|
|
31945
31553
|
}
|
|
31946
|
-
.
|
|
31947
|
-
|
|
31554
|
+
.k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31555
|
+
display: flex;
|
|
31948
31556
|
}
|
|
31949
|
-
.
|
|
31950
|
-
|
|
31951
|
-
|
|
31557
|
+
.k1ci6977.input-tags .input-tag-suffix {
|
|
31558
|
+
position: absolute;
|
|
31559
|
+
right: 12px;
|
|
31560
|
+
top: 50%;
|
|
31561
|
+
transform: translateY(-50%);
|
|
31952
31562
|
}
|
|
31953
|
-
.
|
|
31954
|
-
|
|
31563
|
+
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31564
|
+
color: rgba(0, 0, 0, 0.25);
|
|
31565
|
+
font-size: 12px;
|
|
31566
|
+
cursor: pointer;
|
|
31955
31567
|
}
|
|
31956
|
-
.
|
|
31957
|
-
color:
|
|
31958
|
-
opacity: 0.5;
|
|
31568
|
+
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31569
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31959
31570
|
}
|
|
31960
|
-
.
|
|
31961
|
-
|
|
31571
|
+
.k1ci6977.has-focus-indicator {
|
|
31572
|
+
position: relative;
|
|
31573
|
+
overflow: hidden;
|
|
31962
31574
|
}
|
|
31963
|
-
.
|
|
31964
|
-
|
|
31965
|
-
|
|
31966
|
-
|
|
31575
|
+
.k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
31576
|
+
position: absolute;
|
|
31577
|
+
top: 50%;
|
|
31578
|
+
transform: translateY(-50%);
|
|
31579
|
+
left: -16px;
|
|
31580
|
+
transition: left 150ms ease;
|
|
31581
|
+
opacity: 0;
|
|
31967
31582
|
}
|
|
31968
|
-
.
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31583
|
+
.k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31584
|
+
left: 8px;
|
|
31585
|
+
opacity: 1;
|
|
31972
31586
|
}
|
|
31973
|
-
.
|
|
31974
|
-
|
|
31587
|
+
.k1ci6977.has-focus-indicator input {
|
|
31588
|
+
transition: margin-left 150ms ease;
|
|
31589
|
+
margin-left: 0px;
|
|
31590
|
+
}
|
|
31591
|
+
.k1ci6977.has-focus-indicator input:focus {
|
|
31592
|
+
margin-left: 16px;
|
|
31975
31593
|
}
|
|
31976
31594
|
|
|
31977
|
-
.
|
|
31978
|
-
border-radius:
|
|
31595
|
+
input.l1f7td1d.ant-input {
|
|
31596
|
+
border-top-right-radius: 0;
|
|
31597
|
+
border-bottom-right-radius: 0;
|
|
31979
31598
|
}
|
|
31980
|
-
|
|
31981
|
-
|
|
31599
|
+
|
|
31600
|
+
.l1f7td1d.ant-input-affix-wrapper {
|
|
31601
|
+
border-top-right-radius: 0;
|
|
31602
|
+
border-bottom-right-radius: 0;
|
|
31982
31603
|
}
|
|
31983
31604
|
|
|
31984
|
-
.
|
|
31985
|
-
|
|
31986
|
-
border-
|
|
31605
|
+
input.rf8rlle.ant-input {
|
|
31606
|
+
border-top-left-radius: 0;
|
|
31607
|
+
border-bottom-left-radius: 0;
|
|
31987
31608
|
}
|
|
31988
|
-
|
|
31989
|
-
|
|
31609
|
+
|
|
31610
|
+
.rf8rlle.ant-input-affix-wrapper {
|
|
31611
|
+
border-top-left-radius: 0;
|
|
31612
|
+
border-bottom-left-radius: 0;
|
|
31990
31613
|
}
|
|
31991
|
-
|
|
31992
|
-
|
|
31993
|
-
|
|
31994
|
-
|
|
31614
|
+
|
|
31615
|
+
.llt2k48.ant-select, .llt2k48.ant-select .ant-select-selector {
|
|
31616
|
+
border-top-right-radius: 0;
|
|
31617
|
+
border-bottom-right-radius: 0;
|
|
31995
31618
|
}
|
|
31996
|
-
|
|
31997
|
-
|
|
31619
|
+
|
|
31620
|
+
.rdwz7eh.ant-select, .rdwz7eh.ant-select .ant-select-selector {
|
|
31621
|
+
border-top-left-radius: 0;
|
|
31622
|
+
border-bottom-left-radius: 0;
|
|
31998
31623
|
}
|
|
31999
|
-
|
|
32000
|
-
|
|
32001
|
-
|
|
32002
|
-
|
|
31624
|
+
|
|
31625
|
+
.c3ni091 {
|
|
31626
|
+
display: flex;
|
|
31627
|
+
flex-direction: column;
|
|
32003
31628
|
}
|
|
32004
|
-
.
|
|
32005
|
-
|
|
31629
|
+
.c3ni091 .select-wrapper {
|
|
31630
|
+
margin-top: 12px;
|
|
32006
31631
|
}
|
|
32007
|
-
.
|
|
32008
|
-
|
|
31632
|
+
.c3ni091 .select-wrapper .select {
|
|
31633
|
+
width: 100%;
|
|
32009
31634
|
}
|
|
32010
|
-
.
|
|
32011
|
-
|
|
32012
|
-
opacity: 0.5;
|
|
31635
|
+
.c3ni091 .radio-wrapper {
|
|
31636
|
+
margin-top: 24px;
|
|
32013
31637
|
}
|
|
32014
|
-
.
|
|
32015
|
-
|
|
31638
|
+
.c3ni091 div.form-item {
|
|
31639
|
+
width: 100%;
|
|
32016
31640
|
}
|
|
32017
|
-
|
|
32018
|
-
|
|
31641
|
+
|
|
31642
|
+
.d105ju2d {
|
|
31643
|
+
font-size: 14px;
|
|
31644
|
+
font-weight: 500;
|
|
31645
|
+
color: #3e4652;
|
|
31646
|
+
line-height: 18px;
|
|
32019
31647
|
}
|
|
32020
|
-
.
|
|
32021
|
-
|
|
31648
|
+
.d105ju2d + .d105ju2d {
|
|
31649
|
+
margin-top: 16px;
|
|
32022
31650
|
}
|
|
32023
|
-
.
|
|
32024
|
-
|
|
32025
|
-
border-color: #ccd4e3;
|
|
32026
|
-
opacity: 0.5;
|
|
31651
|
+
.d105ju2d + * {
|
|
31652
|
+
margin-top: 16px;
|
|
32027
31653
|
}
|
|
32028
|
-
|
|
32029
|
-
|
|
32030
|
-
|
|
31654
|
+
|
|
31655
|
+
.lh0l62z.d105ju2d {
|
|
31656
|
+
font-size: 12px;
|
|
31657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31658
|
+
margin-top: 12px;
|
|
32031
31659
|
}
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
|
|
31660
|
+
|
|
31661
|
+
.r1o4v2oc.lh0l62z.d105ju2d {
|
|
31662
|
+
line-height: 18px;
|
|
31663
|
+
font-weight: 500;
|
|
31664
|
+
margin-top: 0;
|
|
31665
|
+
white-space: initial;
|
|
32036
31666
|
}
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
display:
|
|
32040
|
-
border: none;
|
|
32041
|
-
padding: 0;
|
|
32042
|
-
width: 36px;
|
|
32043
|
-
background: transparent;
|
|
31667
|
+
|
|
31668
|
+
.r1skkc3l {
|
|
31669
|
+
display: block;
|
|
32044
31670
|
}
|
|
32045
|
-
.
|
|
32046
|
-
|
|
31671
|
+
.r1skkc3l span {
|
|
31672
|
+
font-size: 14px;
|
|
31673
|
+
font-weight: 500;
|
|
31674
|
+
line-height: 32px;
|
|
31675
|
+
color: #3e4652;
|
|
32047
31676
|
}
|
|
32048
|
-
|
|
32049
|
-
|
|
32050
|
-
|
|
32051
|
-
|
|
31677
|
+
|
|
31678
|
+
.c3cobmo {
|
|
31679
|
+
margin-top: 16px;
|
|
31680
|
+
padding: 8px;
|
|
31681
|
+
border-radius: 6px;
|
|
31682
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31683
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31684
|
+
font-size: 12px;
|
|
32052
31685
|
}
|
|
32053
|
-
.
|
|
32054
|
-
|
|
31686
|
+
.c3cobmo div {
|
|
31687
|
+
line-height: 20px;
|
|
31688
|
+
display: flex;
|
|
31689
|
+
align-items: center;
|
|
31690
|
+
word-break: break-all;
|
|
32055
31691
|
}
|
|
32056
|
-
.
|
|
32057
|
-
|
|
31692
|
+
.c3cobmo .title {
|
|
31693
|
+
font-weight: 700;
|
|
31694
|
+
line-height: 18px;
|
|
31695
|
+
margin: 4px 0;
|
|
32058
31696
|
}
|
|
32059
|
-
|
|
32060
|
-
|
|
32061
|
-
|
|
32062
|
-
padding: 0;
|
|
32063
|
-
width: 36px;
|
|
31697
|
+
|
|
31698
|
+
.iq1gosr {
|
|
31699
|
+
display: inline-block;
|
|
32064
31700
|
}
|
|
32065
31701
|
|
|
32066
31702
|
.c1up1pdz {
|
|
@@ -32203,213 +31839,406 @@ input.rf8rlle.ant-input {
|
|
|
32203
31839
|
color: #fff;
|
|
32204
31840
|
}
|
|
32205
31841
|
|
|
32206
|
-
.
|
|
32207
|
-
|
|
32208
|
-
border-radius: 4px;
|
|
31842
|
+
.tc97u5y {
|
|
31843
|
+
height: 100%;
|
|
32209
31844
|
}
|
|
32210
|
-
|
|
32211
|
-
|
|
31845
|
+
|
|
31846
|
+
.tfzf37v {
|
|
31847
|
+
height: 100%;
|
|
32212
31848
|
}
|
|
32213
|
-
.
|
|
32214
|
-
|
|
31849
|
+
.tfzf37v.empty-table .ant-table-content {
|
|
31850
|
+
overflow: visible !important;
|
|
31851
|
+
height: 100%;
|
|
32215
31852
|
}
|
|
32216
|
-
.
|
|
32217
|
-
|
|
31853
|
+
.tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31854
|
+
height: 100%;
|
|
32218
31855
|
}
|
|
32219
|
-
.
|
|
32220
|
-
|
|
31856
|
+
.tfzf37v.empty-table .ant-table-content table {
|
|
31857
|
+
width: 100% !important;
|
|
31858
|
+
height: 100%;
|
|
32221
31859
|
}
|
|
32222
|
-
.
|
|
32223
|
-
padding:
|
|
31860
|
+
.tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31861
|
+
padding: 15px 0;
|
|
32224
31862
|
}
|
|
32225
|
-
|
|
32226
|
-
|
|
32227
|
-
margin-bottom: 16px;
|
|
31863
|
+
.tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31864
|
+
display: none;
|
|
32228
31865
|
}
|
|
32229
|
-
.
|
|
32230
|
-
font-size: 16px;
|
|
32231
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31866
|
+
.tfzf37v .active-row td:nth-child(1) {
|
|
32232
31867
|
font-weight: 700;
|
|
32233
|
-
line-height: 32px;
|
|
32234
31868
|
}
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
|
|
31869
|
+
.tfzf37v.has-selection .active-row td:nth-child(2) {
|
|
31870
|
+
font-weight: 700;
|
|
31871
|
+
}
|
|
31872
|
+
.tfzf37v .ant-spin-nested-loading {
|
|
31873
|
+
height: 100%;
|
|
31874
|
+
}
|
|
31875
|
+
.tfzf37v .ant-spin-nested-loading .ant-spin-container {
|
|
31876
|
+
height: 100%;
|
|
31877
|
+
overflow: visible;
|
|
31878
|
+
}
|
|
31879
|
+
.tfzf37v .ant-spin-nested-loading .ant-spin {
|
|
31880
|
+
max-height: none;
|
|
31881
|
+
}
|
|
31882
|
+
.tfzf37v.table-init-loading .ant-spin-blur thead,
|
|
31883
|
+
.tfzf37v.table-init-loading .ant-spin-blur tbody {
|
|
31884
|
+
display: none;
|
|
31885
|
+
}
|
|
31886
|
+
.tfzf37v td.ant-table-column-sort {
|
|
31887
|
+
background: transparent;
|
|
31888
|
+
}
|
|
31889
|
+
.tfzf37v td.ant-table-cell-fix-left,
|
|
31890
|
+
.tfzf37v td.ant-table-cell-fix-right {
|
|
32238
31891
|
background: #fff;
|
|
31892
|
+
padding: 0 !important;
|
|
32239
31893
|
}
|
|
32240
|
-
.
|
|
32241
|
-
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
|
|
31894
|
+
.tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31895
|
+
.tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31896
|
+
display: flex;
|
|
31897
|
+
align-items: center;
|
|
31898
|
+
height: 100%;
|
|
31899
|
+
padding: 8px;
|
|
31900
|
+
}
|
|
31901
|
+
.tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31902
|
+
.tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31903
|
+
overflow: hidden;
|
|
31904
|
+
text-overflow: ellipsis;
|
|
31905
|
+
width: 100%;
|
|
31906
|
+
}
|
|
31907
|
+
.tfzf37v .ant-table-container {
|
|
31908
|
+
height: 100%;
|
|
31909
|
+
}
|
|
31910
|
+
.tfzf37v .ant-table-container::before, .tfzf37v .ant-table-container::after {
|
|
31911
|
+
box-shadow: none !important;
|
|
31912
|
+
}
|
|
31913
|
+
.tfzf37v .ant-table {
|
|
31914
|
+
border-radius: 0px;
|
|
31915
|
+
border-left: none;
|
|
31916
|
+
border-right: none;
|
|
31917
|
+
border-bottom: none;
|
|
31918
|
+
height: 100%;
|
|
31919
|
+
font-size: 12px;
|
|
31920
|
+
background: transparent;
|
|
31921
|
+
}
|
|
31922
|
+
.tfzf37v .ant-table .ant-table-header {
|
|
31923
|
+
position: relative;
|
|
31924
|
+
z-index: 3;
|
|
31925
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31926
|
+
margin-bottom: -1px;
|
|
31927
|
+
}
|
|
31928
|
+
.tfzf37v .ant-table .time-wrapper .date,
|
|
31929
|
+
.tfzf37v .ant-table .value {
|
|
31930
|
+
color: #2d3a56;
|
|
31931
|
+
}
|
|
31932
|
+
.tfzf37v .ant-table .time-wrapper .time,
|
|
31933
|
+
.tfzf37v .ant-table .unit {
|
|
31934
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31935
|
+
}
|
|
31936
|
+
.tfzf37v .ant-table .ant-table-selection {
|
|
31937
|
+
position: unset;
|
|
32245
31938
|
text-align: center;
|
|
32246
31939
|
}
|
|
32247
|
-
|
|
32248
|
-
|
|
32249
|
-
margin-right: 2px;
|
|
31940
|
+
.tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31941
|
+
background: #fff;
|
|
32250
31942
|
}
|
|
32251
|
-
|
|
32252
|
-
|
|
32253
|
-
|
|
32254
|
-
|
|
31943
|
+
.tfzf37v .ant-table .anticon-setting {
|
|
31944
|
+
cursor: pointer;
|
|
31945
|
+
position: absolute;
|
|
31946
|
+
top: 50%;
|
|
31947
|
+
right: 12px;
|
|
31948
|
+
transform: translateY(-50%);
|
|
32255
31949
|
}
|
|
32256
|
-
.
|
|
32257
|
-
|
|
31950
|
+
.tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31951
|
+
box-shadow: none;
|
|
31952
|
+
width: 1px;
|
|
31953
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31954
|
+
}
|
|
31955
|
+
.tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31956
|
+
box-shadow: none;
|
|
31957
|
+
width: 1px;
|
|
31958
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31959
|
+
}
|
|
31960
|
+
.tfzf37v .ant-table .ant-table-tbody {
|
|
31961
|
+
position: relative;
|
|
31962
|
+
}
|
|
31963
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
|
|
31964
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31965
|
+
border-bottom: 1px solid white;
|
|
31966
|
+
height: 40px;
|
|
31967
|
+
vertical-align: middle;
|
|
31968
|
+
transition: background 0ms;
|
|
31969
|
+
color: #00122e;
|
|
31970
|
+
}
|
|
31971
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31972
|
+
background: #f2f5fa;
|
|
31973
|
+
border-bottom-color: #f2f5fa;
|
|
31974
|
+
}
|
|
31975
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31976
|
+
height: auto;
|
|
31977
|
+
color: #00122e;
|
|
31978
|
+
font-size: 12px;
|
|
31979
|
+
text-align: left;
|
|
31980
|
+
transition: none;
|
|
31981
|
+
overflow: hidden;
|
|
31982
|
+
text-overflow: ellipsis;
|
|
31983
|
+
white-space: nowrap;
|
|
31984
|
+
}
|
|
31985
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31986
|
+
color: #0096ff;
|
|
31987
|
+
}
|
|
31988
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31989
|
+
overflow: hidden;
|
|
31990
|
+
text-overflow: ellipsis;
|
|
31991
|
+
width: 100%;
|
|
31992
|
+
vertical-align: middle;
|
|
31993
|
+
}
|
|
31994
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31995
|
+
line-height: 0px;
|
|
31996
|
+
}
|
|
31997
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31998
|
+
padding-right: 25px;
|
|
31999
|
+
}
|
|
32000
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
32001
|
+
border-top-color: transparent;
|
|
32002
|
+
}
|
|
32003
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
32004
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32005
|
+
border-color: transparent transparent white;
|
|
32006
|
+
}
|
|
32007
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
32008
|
+
border-radius: 8px 0 0 8px;
|
|
32009
|
+
}
|
|
32010
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
32011
|
+
border-radius: 8px 0 0 8px;
|
|
32012
|
+
}
|
|
32013
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
32014
|
+
content: "";
|
|
32015
|
+
width: 4px;
|
|
32016
|
+
top: -1px;
|
|
32017
|
+
bottom: -1px;
|
|
32018
|
+
background: white;
|
|
32019
|
+
}
|
|
32020
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
32021
|
+
border-radius: 0 8px 8px 0;
|
|
32022
|
+
}
|
|
32023
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
32024
|
+
border-radius: 0;
|
|
32025
|
+
background: white;
|
|
32026
|
+
border-top: none;
|
|
32027
|
+
}
|
|
32028
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
32029
|
+
border-top: 1px solid transparent;
|
|
32030
|
+
border-radius: 0 8px 8px 0;
|
|
32031
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32032
|
+
}
|
|
32033
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
32034
|
+
background: white;
|
|
32035
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32036
|
+
}
|
|
32037
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
32038
|
+
display: flex;
|
|
32039
|
+
align-items: center;
|
|
32040
|
+
height: 100%;
|
|
32041
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32042
|
+
}
|
|
32043
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
32044
|
+
background: white;
|
|
32045
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
32046
|
+
}
|
|
32047
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
32048
|
+
display: flex;
|
|
32049
|
+
align-items: center;
|
|
32050
|
+
height: 100%;
|
|
32051
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32258
32052
|
}
|
|
32259
|
-
.
|
|
32260
|
-
border-
|
|
32053
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
32054
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
32261
32055
|
}
|
|
32262
|
-
|
|
32263
|
-
|
|
32264
|
-
|
|
32265
|
-
padding-right: 12px;
|
|
32056
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
32057
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
32058
|
+
border-radius: 8px;
|
|
32266
32059
|
}
|
|
32267
|
-
|
|
32268
|
-
|
|
32269
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32060
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
32061
|
+
border-top-color: white;
|
|
32270
32062
|
}
|
|
32271
|
-
.
|
|
32272
|
-
background
|
|
32273
|
-
color:
|
|
32063
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
32064
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32065
|
+
border-bottom-color: transparent;
|
|
32066
|
+
border-top-color: transparent;
|
|
32274
32067
|
}
|
|
32275
|
-
.
|
|
32276
|
-
|
|
32068
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
32069
|
+
border-radius: 8px 0 0 8px;
|
|
32277
32070
|
}
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32071
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
32072
|
+
border-radius: 0 8px 8px 0;
|
|
32280
32073
|
}
|
|
32281
|
-
|
|
32282
|
-
.
|
|
32283
|
-
--color: white;
|
|
32284
|
-
height: 14px;
|
|
32285
|
-
width: 14px;
|
|
32286
|
-
border-radius: 50%;
|
|
32287
|
-
flex-shrink: 0;
|
|
32288
|
-
display: flex;
|
|
32289
|
-
align-items: center;
|
|
32290
|
-
justify-content: center;
|
|
32291
|
-
border: 1px solid var(--color);
|
|
32074
|
+
.tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
32075
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32292
32076
|
}
|
|
32293
|
-
.
|
|
32077
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th {
|
|
32078
|
+
background: #fff;
|
|
32079
|
+
font-weight: 400;
|
|
32294
32080
|
position: relative;
|
|
32295
|
-
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
|
|
32081
|
+
border-bottom: none;
|
|
32082
|
+
color: #00122e;
|
|
32083
|
+
transition: none;
|
|
32084
|
+
padding: 15px 8px 15px 8px;
|
|
32299
32085
|
}
|
|
32300
|
-
.
|
|
32086
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
32087
|
+
content: "";
|
|
32088
|
+
width: 1px;
|
|
32089
|
+
top: 0;
|
|
32090
|
+
bottom: 0;
|
|
32091
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32301
32092
|
position: absolute;
|
|
32302
|
-
|
|
32093
|
+
right: 0;
|
|
32094
|
+
}
|
|
32095
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
|
|
32096
|
+
padding: unset;
|
|
32097
|
+
}
|
|
32098
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
32099
|
+
display: none;
|
|
32100
|
+
}
|
|
32101
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
32303
32102
|
width: 100%;
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32308
|
-
transform: rotate(180deg);
|
|
32103
|
+
overflow: hidden;
|
|
32104
|
+
white-space: nowrap;
|
|
32105
|
+
text-overflow: ellipsis;
|
|
32309
32106
|
}
|
|
32310
|
-
.
|
|
32107
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
32108
|
+
overflow: hidden;
|
|
32109
|
+
text-overflow: ellipsis;
|
|
32110
|
+
flex: 1;
|
|
32111
|
+
}
|
|
32112
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
32113
|
+
padding: 15px 25px 15px 8px;
|
|
32114
|
+
}
|
|
32115
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
32116
|
+
padding: 0;
|
|
32117
|
+
}
|
|
32118
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
32311
32119
|
position: absolute;
|
|
32312
|
-
|
|
32313
|
-
|
|
32314
|
-
|
|
32315
|
-
|
|
32316
|
-
|
|
32317
|
-
|
|
32318
|
-
background: white;
|
|
32319
|
-
transform: rotate(0deg);
|
|
32120
|
+
right: 6px;
|
|
32121
|
+
top: 50%;
|
|
32122
|
+
transform: translateY(-50%);
|
|
32123
|
+
height: 16px;
|
|
32124
|
+
display: none;
|
|
32125
|
+
transition: transform 320ms ease;
|
|
32320
32126
|
}
|
|
32321
|
-
|
|
32322
|
-
|
|
32323
|
-
|
|
32324
|
-
height: 246px;
|
|
32325
|
-
border-radius: 4px;
|
|
32127
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
32128
|
+
display: block;
|
|
32129
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
32326
32130
|
}
|
|
32327
|
-
.
|
|
32328
|
-
|
|
32329
|
-
width: 100%;
|
|
32330
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32331
|
-
border-top: none;
|
|
32131
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
32132
|
+
display: block;
|
|
32332
32133
|
}
|
|
32333
|
-
.
|
|
32334
|
-
|
|
32335
|
-
padding: 0 16px;
|
|
32134
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
32135
|
+
display: none;
|
|
32336
32136
|
}
|
|
32337
|
-
.
|
|
32338
|
-
|
|
32339
|
-
width: 100%;
|
|
32340
|
-
height: 180px;
|
|
32341
|
-
border-spacing: 0;
|
|
32137
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
32138
|
+
transform: translateY(-50%);
|
|
32342
32139
|
}
|
|
32343
|
-
.
|
|
32344
|
-
|
|
32345
|
-
margin-bottom: 8px;
|
|
32140
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
32141
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
32346
32142
|
}
|
|
32347
|
-
.
|
|
32348
|
-
|
|
32349
|
-
width: 22px;
|
|
32143
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
32144
|
+
background: #f2f5fa;
|
|
32350
32145
|
}
|
|
32351
|
-
.
|
|
32352
|
-
|
|
32353
|
-
padding: 0;
|
|
32146
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
32147
|
+
display: block;
|
|
32354
32148
|
}
|
|
32355
|
-
.
|
|
32356
|
-
|
|
32357
|
-
opacity: 0.4;
|
|
32149
|
+
.tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
|
|
32150
|
+
padding-right: 25px;
|
|
32358
32151
|
}
|
|
32359
|
-
.
|
|
32360
|
-
|
|
32361
|
-
opacity: 1;
|
|
32152
|
+
.tfzf37v .ant-table .ant-table-selection-column {
|
|
32153
|
+
padding: 0 !important;
|
|
32362
32154
|
}
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32155
|
+
.tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
32156
|
+
position: absolute;
|
|
32157
|
+
left: 50%;
|
|
32158
|
+
top: 50%;
|
|
32159
|
+
transform: translate(-50%, -50%);
|
|
32365
32160
|
}
|
|
32366
|
-
.
|
|
32367
|
-
|
|
32161
|
+
.tfzf37v .ant-table .ant-table-selection-column:after {
|
|
32162
|
+
display: none;
|
|
32368
32163
|
}
|
|
32369
|
-
|
|
32370
|
-
|
|
32371
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32372
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32373
|
-
backdrop-filter: blur(10px);
|
|
32374
|
-
padding: 7px 10px;
|
|
32164
|
+
.tfzf37v .ant-table .ant-table-hide-scrollbar {
|
|
32165
|
+
background: #fff;
|
|
32375
32166
|
}
|
|
32376
|
-
|
|
32377
|
-
|
|
32378
|
-
|
|
32167
|
+
.tfzf37v .ant-table .ant-table-placeholder {
|
|
32168
|
+
background: inherit;
|
|
32169
|
+
}
|
|
32170
|
+
.tfzf37v .ant-table .ant-table-placeholder td {
|
|
32171
|
+
position: static;
|
|
32172
|
+
border: none;
|
|
32173
|
+
background: inherit !important;
|
|
32174
|
+
height: 100px;
|
|
32175
|
+
vertical-align: middle;
|
|
32176
|
+
}
|
|
32177
|
+
.tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
|
|
32178
|
+
.tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
32179
|
+
font-weight: bold;
|
|
32180
|
+
font-size: 20px;
|
|
32181
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32182
|
+
}
|
|
32183
|
+
.tfzf37v .ant-table td.cell__action_ {
|
|
32184
|
+
padding: 0 !important;
|
|
32185
|
+
position: relative;
|
|
32186
|
+
background: #fff;
|
|
32187
|
+
}
|
|
32188
|
+
.tfzf37v .ant-table td.cell__action_ > * {
|
|
32189
|
+
height: 100%;
|
|
32379
32190
|
display: flex;
|
|
32380
|
-
justify-content: space-between;
|
|
32381
32191
|
align-items: center;
|
|
32382
|
-
|
|
32192
|
+
justify-content: flex-end;
|
|
32193
|
+
padding-right: 8px;
|
|
32383
32194
|
}
|
|
32384
|
-
.
|
|
32195
|
+
.tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
32196
|
+
width: 24px;
|
|
32197
|
+
height: 24px;
|
|
32385
32198
|
cursor: pointer;
|
|
32199
|
+
justify-content: center;
|
|
32200
|
+
border-radius: 4px;
|
|
32386
32201
|
}
|
|
32387
|
-
.
|
|
32388
|
-
|
|
32202
|
+
.tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
32203
|
+
background: #fff;
|
|
32389
32204
|
}
|
|
32390
32205
|
|
|
32391
|
-
.
|
|
32392
|
-
|
|
32206
|
+
.berrcjl {
|
|
32207
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32208
|
+
margin-bottom: 4px;
|
|
32393
32209
|
}
|
|
32394
|
-
.
|
|
32395
|
-
|
|
32396
|
-
|
|
32210
|
+
.berrcjl .breadcrumb-link {
|
|
32211
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32212
|
+
cursor: pointer;
|
|
32213
|
+
transition: color 160ms ease;
|
|
32397
32214
|
}
|
|
32398
|
-
.
|
|
32399
|
-
|
|
32400
|
-
width: 2px;
|
|
32401
|
-
height: 2px;
|
|
32402
|
-
border-radius: 1px;
|
|
32403
|
-
background: #0096ff;
|
|
32215
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32216
|
+
color: #0080ff;
|
|
32404
32217
|
}
|
|
32405
|
-
.
|
|
32406
|
-
|
|
32218
|
+
.berrcjl .breadcrumb-link:active {
|
|
32219
|
+
color: #005ed1;
|
|
32220
|
+
}
|
|
32221
|
+
|
|
32222
|
+
.c1uzzomf {
|
|
32223
|
+
margin-bottom: 16px;
|
|
32224
|
+
}
|
|
32225
|
+
.c1uzzomf .card-title {
|
|
32226
|
+
font-size: 16px;
|
|
32227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32228
|
+
font-weight: 700;
|
|
32229
|
+
line-height: 32px;
|
|
32230
|
+
}
|
|
32231
|
+
.c1uzzomf .card-body {
|
|
32232
|
+
padding: 24px;
|
|
32233
|
+
border-radius: 8px;
|
|
32234
|
+
background: #fff;
|
|
32407
32235
|
}
|
|
32408
|
-
.
|
|
32409
|
-
|
|
32410
|
-
|
|
32411
|
-
|
|
32412
|
-
|
|
32236
|
+
.c1uzzomf .empty {
|
|
32237
|
+
font-weight: 700;
|
|
32238
|
+
font-size: 14px;
|
|
32239
|
+
line-height: 22px;
|
|
32240
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32241
|
+
text-align: center;
|
|
32413
32242
|
}
|
|
32414
32243
|
|
|
32415
32244
|
.n12mqh7z {
|
|
@@ -32441,6 +32270,60 @@ input.rf8rlle.ant-input {
|
|
|
32441
32270
|
color: #0080ff;
|
|
32442
32271
|
}
|
|
32443
32272
|
|
|
32273
|
+
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32274
|
+
margin-right: 2px;
|
|
32275
|
+
}
|
|
32276
|
+
|
|
32277
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32278
|
+
padding-left: 8px;
|
|
32279
|
+
padding-right: 8px;
|
|
32280
|
+
}
|
|
32281
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32282
|
+
border-radius: 4px;
|
|
32283
|
+
}
|
|
32284
|
+
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32285
|
+
border-radius: 4px;
|
|
32286
|
+
}
|
|
32287
|
+
|
|
32288
|
+
.ma64lna .ant-segmented-item-label {
|
|
32289
|
+
padding-left: 12px;
|
|
32290
|
+
padding-right: 12px;
|
|
32291
|
+
}
|
|
32292
|
+
|
|
32293
|
+
.ckld275 {
|
|
32294
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32295
|
+
}
|
|
32296
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32297
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32298
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32299
|
+
}
|
|
32300
|
+
.ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32301
|
+
background-color: transparent;
|
|
32302
|
+
}
|
|
32303
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32304
|
+
background-color: transparent;
|
|
32305
|
+
}
|
|
32306
|
+
|
|
32307
|
+
.c18gxmrl {
|
|
32308
|
+
border: 1px solid #d8deeb;
|
|
32309
|
+
border-radius: 4px;
|
|
32310
|
+
}
|
|
32311
|
+
.c18gxmrl + .c18gxmrl {
|
|
32312
|
+
margin-top: 8px;
|
|
32313
|
+
}
|
|
32314
|
+
.c18gxmrl:hover {
|
|
32315
|
+
border-color: #0080ff;
|
|
32316
|
+
}
|
|
32317
|
+
.c18gxmrl:hover > header {
|
|
32318
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32319
|
+
}
|
|
32320
|
+
.c18gxmrl.active header {
|
|
32321
|
+
border-bottom: 1px solid #d8deeb;
|
|
32322
|
+
}
|
|
32323
|
+
.c18gxmrl > header {
|
|
32324
|
+
padding: 8px 12px;
|
|
32325
|
+
}
|
|
32326
|
+
|
|
32444
32327
|
.d1bw7c5z {
|
|
32445
32328
|
position: relative;
|
|
32446
32329
|
max-width: 388px;
|
|
@@ -32522,42 +32405,10 @@ input.rf8rlle.ant-input {
|
|
|
32522
32405
|
width: 102px;
|
|
32523
32406
|
}
|
|
32524
32407
|
|
|
32525
|
-
.berrcjl {
|
|
32526
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32527
|
-
margin-bottom: 4px;
|
|
32528
|
-
}
|
|
32529
|
-
.berrcjl .breadcrumb-link {
|
|
32530
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32531
|
-
cursor: pointer;
|
|
32532
|
-
transition: color 160ms ease;
|
|
32533
|
-
}
|
|
32534
|
-
.berrcjl .breadcrumb-link:hover {
|
|
32535
|
-
color: #0080ff;
|
|
32536
|
-
}
|
|
32537
|
-
.berrcjl .breadcrumb-link:active {
|
|
32538
|
-
color: #005ed1;
|
|
32539
|
-
}
|
|
32540
|
-
|
|
32541
32408
|
.tqjc4ui {
|
|
32542
32409
|
margin: 0 2px;
|
|
32543
32410
|
}
|
|
32544
32411
|
|
|
32545
|
-
.ou7iq30 {
|
|
32546
|
-
overflow: hidden;
|
|
32547
|
-
text-overflow: ellipsis;
|
|
32548
|
-
}
|
|
32549
|
-
|
|
32550
|
-
.s1tui002 {
|
|
32551
|
-
white-space: nowrap;
|
|
32552
|
-
}
|
|
32553
|
-
|
|
32554
|
-
.mxrc2zg {
|
|
32555
|
-
display: -webkit-box;
|
|
32556
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32557
|
-
-webkit-box-orient: vertical;
|
|
32558
|
-
word-break: break-all;
|
|
32559
|
-
}
|
|
32560
|
-
|
|
32561
32412
|
.c18bcrac {
|
|
32562
32413
|
display: inline-block;
|
|
32563
32414
|
width: 100%;
|
|
@@ -32605,55 +32456,175 @@ input.rf8rlle.ant-input {
|
|
|
32605
32456
|
margin-right: 4px;
|
|
32606
32457
|
}
|
|
32607
32458
|
|
|
32608
|
-
.
|
|
32459
|
+
.c1bus5hc {
|
|
32460
|
+
--color: white;
|
|
32461
|
+
height: 14px;
|
|
32462
|
+
width: 14px;
|
|
32463
|
+
border-radius: 50%;
|
|
32464
|
+
flex-shrink: 0;
|
|
32609
32465
|
display: flex;
|
|
32466
|
+
align-items: center;
|
|
32467
|
+
justify-content: center;
|
|
32468
|
+
border: 1px solid var(--color);
|
|
32469
|
+
}
|
|
32470
|
+
.c1bus5hc .circle-inner {
|
|
32471
|
+
position: relative;
|
|
32472
|
+
height: 10px;
|
|
32473
|
+
width: 10px;
|
|
32474
|
+
border-radius: 50%;
|
|
32475
|
+
overflow: hidden;
|
|
32476
|
+
}
|
|
32477
|
+
.c1bus5hc .circle-content {
|
|
32478
|
+
position: absolute;
|
|
32479
|
+
height: 100%;
|
|
32480
|
+
width: 100%;
|
|
32481
|
+
left: 0;
|
|
32482
|
+
top: 0;
|
|
32483
|
+
border-radius: 50%;
|
|
32484
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32485
|
+
transform: rotate(180deg);
|
|
32486
|
+
}
|
|
32487
|
+
.c1bus5hc .circle-child {
|
|
32488
|
+
position: absolute;
|
|
32489
|
+
height: 100%;
|
|
32490
|
+
width: 100%;
|
|
32491
|
+
left: 0;
|
|
32492
|
+
top: 0;
|
|
32493
|
+
margin-left: 50%;
|
|
32494
|
+
transform-origin: left;
|
|
32495
|
+
background: white;
|
|
32496
|
+
transform: rotate(0deg);
|
|
32610
32497
|
}
|
|
32611
32498
|
|
|
32612
|
-
.
|
|
32499
|
+
.ou7iq30 {
|
|
32500
|
+
overflow: hidden;
|
|
32501
|
+
text-overflow: ellipsis;
|
|
32502
|
+
}
|
|
32503
|
+
|
|
32504
|
+
.s1tui002 {
|
|
32505
|
+
white-space: nowrap;
|
|
32506
|
+
}
|
|
32507
|
+
|
|
32508
|
+
.mxrc2zg {
|
|
32509
|
+
display: -webkit-box;
|
|
32510
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32511
|
+
-webkit-box-orient: vertical;
|
|
32512
|
+
word-break: break-all;
|
|
32513
|
+
}
|
|
32514
|
+
|
|
32515
|
+
.clm1wy1 {
|
|
32516
|
+
width: 192px;
|
|
32517
|
+
height: 246px;
|
|
32518
|
+
border-radius: 4px;
|
|
32519
|
+
}
|
|
32520
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32521
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32522
|
+
width: 100%;
|
|
32523
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32524
|
+
border-top: none;
|
|
32525
|
+
}
|
|
32526
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32527
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32528
|
+
padding: 0 16px;
|
|
32529
|
+
}
|
|
32530
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32531
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32532
|
+
width: 100%;
|
|
32533
|
+
height: 180px;
|
|
32534
|
+
border-spacing: 0;
|
|
32535
|
+
}
|
|
32536
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32537
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32538
|
+
margin-bottom: 8px;
|
|
32539
|
+
}
|
|
32540
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32541
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32542
|
+
width: 22px;
|
|
32543
|
+
}
|
|
32544
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32545
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32546
|
+
padding: 0;
|
|
32547
|
+
}
|
|
32548
|
+
.clm1wy1 .ant-picker-cell {
|
|
32549
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32550
|
+
opacity: 0.4;
|
|
32551
|
+
}
|
|
32552
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32553
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32554
|
+
opacity: 1;
|
|
32555
|
+
}
|
|
32556
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32557
|
+
color: #3e4652;
|
|
32558
|
+
}
|
|
32559
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32560
|
+
pointer-events: none;
|
|
32561
|
+
}
|
|
32562
|
+
|
|
32563
|
+
.t1tsm00v {
|
|
32564
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32565
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32566
|
+
backdrop-filter: blur(10px);
|
|
32567
|
+
padding: 7px 10px;
|
|
32568
|
+
}
|
|
32569
|
+
|
|
32570
|
+
.c167wnad {
|
|
32571
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32613
32572
|
display: flex;
|
|
32573
|
+
justify-content: space-between;
|
|
32614
32574
|
align-items: center;
|
|
32575
|
+
padding: 8px 16px;
|
|
32615
32576
|
}
|
|
32616
|
-
.
|
|
32617
|
-
|
|
32577
|
+
.c167wnad .anticon {
|
|
32578
|
+
cursor: pointer;
|
|
32618
32579
|
}
|
|
32619
|
-
|
|
32620
|
-
|
|
32621
|
-
color: #0080FF;
|
|
32622
|
-
height: unset;
|
|
32580
|
+
.c167wnad .anticon:hover {
|
|
32581
|
+
color: #0096ff;
|
|
32623
32582
|
}
|
|
32624
|
-
|
|
32625
|
-
|
|
32583
|
+
|
|
32584
|
+
.cxhf7dh {
|
|
32585
|
+
text-align: center;
|
|
32626
32586
|
}
|
|
32627
|
-
|
|
32628
|
-
|
|
32587
|
+
.cxhf7dh .dots {
|
|
32588
|
+
display: flex;
|
|
32589
|
+
justify-content: center;
|
|
32629
32590
|
}
|
|
32630
|
-
|
|
32631
|
-
|
|
32591
|
+
.cxhf7dh .dot {
|
|
32592
|
+
display: inline-block;
|
|
32593
|
+
width: 2px;
|
|
32594
|
+
height: 2px;
|
|
32595
|
+
border-radius: 1px;
|
|
32596
|
+
background: #0096ff;
|
|
32632
32597
|
}
|
|
32633
|
-
|
|
32634
|
-
|
|
32598
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32599
|
+
margin-right: 2px;
|
|
32635
32600
|
}
|
|
32636
|
-
|
|
32637
|
-
|
|
32601
|
+
.cxhf7dh .bar {
|
|
32602
|
+
width: 9px;
|
|
32603
|
+
height: 2px;
|
|
32604
|
+
background: #0096ff;
|
|
32605
|
+
border-radius: 2px;
|
|
32638
32606
|
}
|
|
32639
|
-
|
|
32640
|
-
|
|
32607
|
+
|
|
32608
|
+
.ccrbeuz .ant-collapse-item {
|
|
32609
|
+
border: 0px;
|
|
32610
|
+
background-color: #fff;
|
|
32641
32611
|
}
|
|
32642
|
-
|
|
32643
|
-
|
|
32612
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32613
|
+
padding-top: 0px;
|
|
32614
|
+
padding-bottom: 0px;
|
|
32615
|
+
padding-left: 0px !important;
|
|
32616
|
+
padding-right: 24px;
|
|
32644
32617
|
}
|
|
32645
|
-
|
|
32646
|
-
|
|
32618
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32619
|
+
right: 0px;
|
|
32647
32620
|
}
|
|
32648
|
-
|
|
32649
|
-
|
|
32621
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32622
|
+
padding: 0px;
|
|
32650
32623
|
}
|
|
32651
32624
|
|
|
32652
|
-
.
|
|
32653
|
-
|
|
32654
|
-
|
|
32655
|
-
white-space: inherit;
|
|
32656
|
-
text-overflow: ellipsis;
|
|
32625
|
+
.c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32626
|
+
padding-right: 0px;
|
|
32627
|
+
cursor: default;
|
|
32657
32628
|
}
|
|
32658
32629
|
|
|
32659
32630
|
.t1sqg15u {
|
|
@@ -32746,56 +32717,43 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32746
32717
|
padding-right: 12px;
|
|
32747
32718
|
}
|
|
32748
32719
|
|
|
32749
|
-
.
|
|
32750
|
-
display: flex;
|
|
32751
|
-
align-items: center;
|
|
32752
|
-
justify-content: flex-end;
|
|
32753
|
-
}
|
|
32754
|
-
|
|
32755
|
-
.b1ctd5xy {
|
|
32756
|
-
display: flex;
|
|
32757
|
-
align-items: center;
|
|
32758
|
-
width: calc(100% - 40px);
|
|
32759
|
-
}
|
|
32760
|
-
.b1ctd5xy .chart {
|
|
32761
|
-
display: inline-block;
|
|
32720
|
+
.tje3huy {
|
|
32762
32721
|
width: 100%;
|
|
32722
|
+
overflow: inherit;
|
|
32723
|
+
white-space: inherit;
|
|
32724
|
+
text-overflow: ellipsis;
|
|
32763
32725
|
}
|
|
32764
32726
|
|
|
32765
|
-
.
|
|
32766
|
-
|
|
32727
|
+
button.l48ei06 {
|
|
32728
|
+
color: #0080FF;
|
|
32729
|
+
height: unset;
|
|
32767
32730
|
}
|
|
32768
|
-
.
|
|
32769
|
-
|
|
32731
|
+
button.l48ei06 .button-prefix-icon {
|
|
32732
|
+
margin-right: 4px;
|
|
32770
32733
|
}
|
|
32771
|
-
|
|
32772
|
-
|
|
32773
|
-
border-radius: 8px;
|
|
32734
|
+
button.l48ei06 .button-suffix-icon {
|
|
32735
|
+
margin-left: 4px;
|
|
32774
32736
|
}
|
|
32775
|
-
.
|
|
32776
|
-
|
|
32737
|
+
button.l48ei06:hover, button.l48ei06.__pseudo-states-hover {
|
|
32738
|
+
color: #009dff;
|
|
32777
32739
|
}
|
|
32778
|
-
|
|
32779
|
-
|
|
32780
|
-
border: 0px;
|
|
32781
|
-
background-color: #fff;
|
|
32740
|
+
button.l48ei06:active, button.l48ei06.__pseudo-states-active {
|
|
32741
|
+
color: #005ed1;
|
|
32782
32742
|
}
|
|
32783
|
-
.
|
|
32784
|
-
|
|
32785
|
-
padding-bottom: 0px;
|
|
32786
|
-
padding-left: 0px !important;
|
|
32787
|
-
padding-right: 24px;
|
|
32743
|
+
button.l48ei06.ui-kit-link-disabled {
|
|
32744
|
+
color: #0080FF;
|
|
32788
32745
|
}
|
|
32789
|
-
.
|
|
32790
|
-
|
|
32746
|
+
button.l48ei06.ui-kit-link-subtle {
|
|
32747
|
+
color: #00122e;
|
|
32791
32748
|
}
|
|
32792
|
-
.
|
|
32793
|
-
|
|
32749
|
+
button.l48ei06.ui-kit-link-subtle:hover, button.l48ei06.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32750
|
+
color: #0080FF;
|
|
32794
32751
|
}
|
|
32795
|
-
|
|
32796
|
-
|
|
32797
|
-
|
|
32798
|
-
|
|
32752
|
+
button.l48ei06.ui-kit-link-subtle:active, button.l48ei06.ui-kit-link-subtle.__pseudo-states-active {
|
|
32753
|
+
color: #005ed1;
|
|
32754
|
+
}
|
|
32755
|
+
button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32756
|
+
color: #00122e;
|
|
32799
32757
|
}
|
|
32800
32758
|
|
|
32801
32759
|
.m74vjol {
|
|
@@ -32811,34 +32769,46 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32811
32769
|
width: 100%;
|
|
32812
32770
|
}
|
|
32813
32771
|
|
|
32814
|
-
.
|
|
32815
|
-
|
|
32772
|
+
.wg1tsps {
|
|
32773
|
+
display: flex;
|
|
32774
|
+
align-items: center;
|
|
32775
|
+
justify-content: flex-end;
|
|
32816
32776
|
}
|
|
32817
|
-
|
|
32818
|
-
|
|
32819
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32777
|
+
|
|
32778
|
+
.b1ctd5xy {
|
|
32820
32779
|
display: flex;
|
|
32780
|
+
align-items: center;
|
|
32781
|
+
width: calc(100% - 40px);
|
|
32821
32782
|
}
|
|
32822
|
-
.
|
|
32823
|
-
|
|
32824
|
-
|
|
32825
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32826
|
-
border-radius: 2px;
|
|
32783
|
+
.b1ctd5xy .chart {
|
|
32784
|
+
display: inline-block;
|
|
32785
|
+
width: 100%;
|
|
32827
32786
|
}
|
|
32828
|
-
|
|
32829
|
-
|
|
32787
|
+
|
|
32788
|
+
.u1p8acpn {
|
|
32789
|
+
min-width: 40px;
|
|
32830
32790
|
}
|
|
32831
|
-
.
|
|
32832
|
-
|
|
32791
|
+
.u1p8acpn .unit {
|
|
32792
|
+
color: #00122e !important;
|
|
32833
32793
|
}
|
|
32834
|
-
|
|
32835
|
-
|
|
32794
|
+
|
|
32795
|
+
.itxley7.ant-input-group.ant-input-group-compact {
|
|
32796
|
+
display: flex;
|
|
32836
32797
|
}
|
|
32837
|
-
|
|
32838
|
-
|
|
32798
|
+
|
|
32799
|
+
.c1yyuluq {
|
|
32800
|
+
border-radius: 8px;
|
|
32839
32801
|
}
|
|
32840
|
-
.
|
|
32841
|
-
|
|
32802
|
+
.c1yyuluq .ant-card-body {
|
|
32803
|
+
padding: 20px 24px 24px 24px;
|
|
32804
|
+
}
|
|
32805
|
+
|
|
32806
|
+
.s1iv0tp1 .enabled-switch {
|
|
32807
|
+
display: flex;
|
|
32808
|
+
align-items: center;
|
|
32809
|
+
}
|
|
32810
|
+
.s1iv0tp1 .enabled-text {
|
|
32811
|
+
margin-right: 8px;
|
|
32842
32812
|
}
|
|
32843
32813
|
|
|
32844
32814
|
.tju3gfj .date {
|
|
@@ -32929,6 +32899,63 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32929
32899
|
color: rgba(44, 56, 82, 0.6);
|
|
32930
32900
|
}
|
|
32931
32901
|
|
|
32902
|
+
.s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
|
|
32903
|
+
border-radius: 6px;
|
|
32904
|
+
}
|
|
32905
|
+
.s177mls5.ant-select.ant-select-single {
|
|
32906
|
+
width: 100%;
|
|
32907
|
+
color: #2d3a56;
|
|
32908
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32909
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32910
|
+
font-size: 13px;
|
|
32911
|
+
}
|
|
32912
|
+
.s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
32913
|
+
height: 30px;
|
|
32914
|
+
}
|
|
32915
|
+
.s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
32916
|
+
height: 38px;
|
|
32917
|
+
font-size: 13px;
|
|
32918
|
+
}
|
|
32919
|
+
.s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
32920
|
+
.s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32921
|
+
transition: 160ms ease;
|
|
32922
|
+
}
|
|
32923
|
+
.s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32924
|
+
color: #0080ff;
|
|
32925
|
+
}
|
|
32926
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32927
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32928
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32929
|
+
}
|
|
32930
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32931
|
+
color: #0080ff;
|
|
32932
|
+
}
|
|
32933
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32934
|
+
border-color: #0080ff;
|
|
32935
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32936
|
+
}
|
|
32937
|
+
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32938
|
+
transform: rotate(180deg);
|
|
32939
|
+
}
|
|
32940
|
+
.s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32941
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32942
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32943
|
+
cursor: "not-allowed";
|
|
32944
|
+
}
|
|
32945
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32946
|
+
border-color: #f0483e !important;
|
|
32947
|
+
}
|
|
32948
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32949
|
+
color: #1d326c;
|
|
32950
|
+
}
|
|
32951
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32952
|
+
border-color: #0080ff;
|
|
32953
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32954
|
+
}
|
|
32955
|
+
.s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32956
|
+
transform: rotate(180deg);
|
|
32957
|
+
}
|
|
32958
|
+
|
|
32932
32959
|
.s1sck0th {
|
|
32933
32960
|
padding: 0 8px;
|
|
32934
32961
|
border-radius: 4px;
|
|
@@ -32996,76 +33023,19 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32996
33023
|
background-color: #f0483e;
|
|
32997
33024
|
}
|
|
32998
33025
|
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32999
|
-
background-color: #fea008;
|
|
33000
|
-
}
|
|
33001
|
-
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
33002
|
-
background-color: #00ba5d;
|
|
33003
|
-
}
|
|
33004
|
-
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
33005
|
-
background-color: #0080ff;
|
|
33006
|
-
}
|
|
33007
|
-
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33008
|
-
background-color: #6b7d99;
|
|
33009
|
-
}
|
|
33010
|
-
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33011
|
-
background-color: #7E41FF;
|
|
33012
|
-
}
|
|
33013
|
-
|
|
33014
|
-
.s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
|
|
33015
|
-
border-radius: 6px;
|
|
33016
|
-
}
|
|
33017
|
-
.s177mls5.ant-select.ant-select-single {
|
|
33018
|
-
width: 100%;
|
|
33019
|
-
color: #2d3a56;
|
|
33020
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
33021
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
33022
|
-
font-size: 13px;
|
|
33023
|
-
}
|
|
33024
|
-
.s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
33025
|
-
height: 30px;
|
|
33026
|
-
}
|
|
33027
|
-
.s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
33028
|
-
height: 38px;
|
|
33029
|
-
font-size: 13px;
|
|
33030
|
-
}
|
|
33031
|
-
.s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
33032
|
-
.s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
33033
|
-
transition: 160ms ease;
|
|
33034
|
-
}
|
|
33035
|
-
.s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
33036
|
-
color: #0080ff;
|
|
33037
|
-
}
|
|
33038
|
-
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
33039
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
33040
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
33041
|
-
}
|
|
33042
|
-
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
33043
|
-
color: #0080ff;
|
|
33044
|
-
}
|
|
33045
|
-
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
33046
|
-
border-color: #0080ff;
|
|
33047
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33048
|
-
}
|
|
33049
|
-
.s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
33050
|
-
transform: rotate(180deg);
|
|
33051
|
-
}
|
|
33052
|
-
.s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
33053
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33054
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
33055
|
-
cursor: "not-allowed";
|
|
33026
|
+
background-color: #fea008;
|
|
33056
33027
|
}
|
|
33057
|
-
.
|
|
33058
|
-
|
|
33028
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
33029
|
+
background-color: #00ba5d;
|
|
33059
33030
|
}
|
|
33060
|
-
.
|
|
33061
|
-
color: #
|
|
33031
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
33032
|
+
background-color: #0080ff;
|
|
33062
33033
|
}
|
|
33063
|
-
.
|
|
33064
|
-
|
|
33065
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33034
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33035
|
+
background-color: #6b7d99;
|
|
33066
33036
|
}
|
|
33067
|
-
.
|
|
33068
|
-
|
|
33037
|
+
.t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33038
|
+
background-color: #7E41FF;
|
|
33069
33039
|
}
|
|
33070
33040
|
|
|
33071
33041
|
.h1ol2wl7 {
|
|
@@ -33074,6 +33044,36 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33074
33044
|
padding: unset;
|
|
33075
33045
|
}
|
|
33076
33046
|
|
|
33047
|
+
.t13ef470 {
|
|
33048
|
+
height: 100%;
|
|
33049
|
+
}
|
|
33050
|
+
.t13ef470 .table-loading-item {
|
|
33051
|
+
padding: 12px 4px;
|
|
33052
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33053
|
+
display: flex;
|
|
33054
|
+
}
|
|
33055
|
+
.t13ef470 .table-loading-item > * {
|
|
33056
|
+
height: 16px;
|
|
33057
|
+
margin: 4px;
|
|
33058
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33059
|
+
border-radius: 2px;
|
|
33060
|
+
}
|
|
33061
|
+
.t13ef470 .table-loading-item .checkbox-loading {
|
|
33062
|
+
width: 16px;
|
|
33063
|
+
}
|
|
33064
|
+
.t13ef470 .table-loading-item .td-loading {
|
|
33065
|
+
flex: 1;
|
|
33066
|
+
}
|
|
33067
|
+
.t13ef470 :nth-child(1) {
|
|
33068
|
+
padding: 8px 4px;
|
|
33069
|
+
}
|
|
33070
|
+
.t13ef470 :nth-child(1) > * {
|
|
33071
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33072
|
+
}
|
|
33073
|
+
.t13ef470 :nth-child(1) > * {
|
|
33074
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33075
|
+
}
|
|
33076
|
+
|
|
33077
33077
|
.lht19u8 {
|
|
33078
33078
|
width: 64px;
|
|
33079
33079
|
height: 64px;
|
|
@@ -33956,6 +33956,19 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33956
33956
|
padding: 0;
|
|
33957
33957
|
}
|
|
33958
33958
|
|
|
33959
|
+
.suhck3k {
|
|
33960
|
+
height: 24px;
|
|
33961
|
+
width: 24px;
|
|
33962
|
+
border-radius: 6px;
|
|
33963
|
+
padding: 4px;
|
|
33964
|
+
}
|
|
33965
|
+
.suhck3k:hover {
|
|
33966
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33967
|
+
}
|
|
33968
|
+
.suhck3k:hover svg path {
|
|
33969
|
+
fill: blue;
|
|
33970
|
+
}
|
|
33971
|
+
|
|
33959
33972
|
.ryby9ds {
|
|
33960
33973
|
display: flex;
|
|
33961
33974
|
align-items: center;
|
|
@@ -33972,17 +33985,65 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33972
33985
|
margin-right: 6px;
|
|
33973
33986
|
}
|
|
33974
33987
|
|
|
33975
|
-
.
|
|
33976
|
-
|
|
33977
|
-
width: 24px;
|
|
33978
|
-
border-radius: 6px;
|
|
33979
|
-
padding: 4px;
|
|
33988
|
+
.b14q2gmw {
|
|
33989
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33980
33990
|
}
|
|
33981
|
-
|
|
33982
|
-
|
|
33991
|
+
|
|
33992
|
+
.c1eym6el {
|
|
33993
|
+
border-radius: 8px;
|
|
33994
|
+
background-color: white;
|
|
33983
33995
|
}
|
|
33984
|
-
.
|
|
33985
|
-
|
|
33996
|
+
.c1eym6el.hoverable {
|
|
33997
|
+
cursor: pointer;
|
|
33998
|
+
}
|
|
33999
|
+
.c1eym6el.hoverable:hover {
|
|
34000
|
+
transition: all 200ms ease;
|
|
34001
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34002
|
+
transform: translateY(-4px);
|
|
34003
|
+
}
|
|
34004
|
+
|
|
34005
|
+
.c1kghdax {
|
|
34006
|
+
color: #2d3a56;
|
|
34007
|
+
padding: 7px 12px;
|
|
34008
|
+
display: flex;
|
|
34009
|
+
justify-content: space-between;
|
|
34010
|
+
align-items: center;
|
|
34011
|
+
}
|
|
34012
|
+
.c1kghdax.has-arrow {
|
|
34013
|
+
padding-left: 10px;
|
|
34014
|
+
}
|
|
34015
|
+
.c1kghdax.has-arrow .title-wrapper {
|
|
34016
|
+
cursor: pointer;
|
|
34017
|
+
color: #00122e;
|
|
34018
|
+
}
|
|
34019
|
+
.c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34020
|
+
color: #2d3a56;
|
|
34021
|
+
font-weight: 600;
|
|
34022
|
+
}
|
|
34023
|
+
.c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34024
|
+
transform: rotate(90deg);
|
|
34025
|
+
}
|
|
34026
|
+
.c1kghdax .sub-info {
|
|
34027
|
+
font-size: 12px;
|
|
34028
|
+
line-height: 18px;
|
|
34029
|
+
}
|
|
34030
|
+
.c1kghdax .title-wrapper {
|
|
34031
|
+
display: flex;
|
|
34032
|
+
align-items: center;
|
|
34033
|
+
user-select: none;
|
|
34034
|
+
flex-grow: 1;
|
|
34035
|
+
font-size: 12px;
|
|
34036
|
+
line-height: 18px;
|
|
34037
|
+
color: #2d3a56;
|
|
34038
|
+
font-weight: 700;
|
|
34039
|
+
}
|
|
34040
|
+
.c1kghdax .collapse-arrow {
|
|
34041
|
+
transition: all 50ms ease-out 0ms;
|
|
34042
|
+
margin-right: 2px;
|
|
34043
|
+
}
|
|
34044
|
+
|
|
34045
|
+
.c1yd35n {
|
|
34046
|
+
padding: 0 12px 14px 12px;
|
|
33986
34047
|
}
|
|
33987
34048
|
|
|
33988
34049
|
.ckui4s7 {
|
|
@@ -34049,67 +34110,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34049
34110
|
margin-left: 24px;
|
|
34050
34111
|
}
|
|
34051
34112
|
|
|
34052
|
-
.c1kghdax {
|
|
34053
|
-
color: #2d3a56;
|
|
34054
|
-
padding: 7px 12px;
|
|
34055
|
-
display: flex;
|
|
34056
|
-
justify-content: space-between;
|
|
34057
|
-
align-items: center;
|
|
34058
|
-
}
|
|
34059
|
-
.c1kghdax.has-arrow {
|
|
34060
|
-
padding-left: 10px;
|
|
34061
|
-
}
|
|
34062
|
-
.c1kghdax.has-arrow .title-wrapper {
|
|
34063
|
-
cursor: pointer;
|
|
34064
|
-
color: #00122e;
|
|
34065
|
-
}
|
|
34066
|
-
.c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34067
|
-
color: #2d3a56;
|
|
34068
|
-
font-weight: 600;
|
|
34069
|
-
}
|
|
34070
|
-
.c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34071
|
-
transform: rotate(90deg);
|
|
34072
|
-
}
|
|
34073
|
-
.c1kghdax .sub-info {
|
|
34074
|
-
font-size: 12px;
|
|
34075
|
-
line-height: 18px;
|
|
34076
|
-
}
|
|
34077
|
-
.c1kghdax .title-wrapper {
|
|
34078
|
-
display: flex;
|
|
34079
|
-
align-items: center;
|
|
34080
|
-
user-select: none;
|
|
34081
|
-
flex-grow: 1;
|
|
34082
|
-
font-size: 12px;
|
|
34083
|
-
line-height: 18px;
|
|
34084
|
-
color: #2d3a56;
|
|
34085
|
-
font-weight: 700;
|
|
34086
|
-
}
|
|
34087
|
-
.c1kghdax .collapse-arrow {
|
|
34088
|
-
transition: all 50ms ease-out 0ms;
|
|
34089
|
-
margin-right: 2px;
|
|
34090
|
-
}
|
|
34091
|
-
|
|
34092
|
-
.c1yd35n {
|
|
34093
|
-
padding: 0 12px 14px 12px;
|
|
34094
|
-
}
|
|
34095
|
-
|
|
34096
|
-
.b14q2gmw {
|
|
34097
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34098
|
-
}
|
|
34099
|
-
|
|
34100
|
-
.c1eym6el {
|
|
34101
|
-
border-radius: 8px;
|
|
34102
|
-
background-color: white;
|
|
34103
|
-
}
|
|
34104
|
-
.c1eym6el.hoverable {
|
|
34105
|
-
cursor: pointer;
|
|
34106
|
-
}
|
|
34107
|
-
.c1eym6el.hoverable:hover {
|
|
34108
|
-
transition: all 200ms ease;
|
|
34109
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34110
|
-
transform: translateY(-4px);
|
|
34111
|
-
}
|
|
34112
|
-
|
|
34113
34113
|
.w7ob4th.outside-tag {
|
|
34114
34114
|
padding-left: 0;
|
|
34115
34115
|
}
|
|
@@ -34119,40 +34119,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34119
34119
|
margin-right: 4px;
|
|
34120
34120
|
}
|
|
34121
34121
|
|
|
34122
|
-
.i1g85yz3 {
|
|
34123
|
-
margin-right: 4px;
|
|
34124
|
-
height: 16px;
|
|
34125
|
-
}
|
|
34126
|
-
|
|
34127
|
-
.slr2ynn {
|
|
34128
|
-
padding: 0 8px;
|
|
34129
|
-
height: 18px;
|
|
34130
|
-
}
|
|
34131
|
-
|
|
34132
|
-
.m140wbb6 {
|
|
34133
|
-
padding: 2px 8px;
|
|
34134
|
-
height: 24px;
|
|
34135
|
-
}
|
|
34136
|
-
|
|
34137
|
-
.t1fozc1i {
|
|
34138
|
-
margin: 0;
|
|
34139
|
-
}
|
|
34140
|
-
|
|
34141
|
-
.i1vxv4ln {
|
|
34142
|
-
margin-right: 4px;
|
|
34143
|
-
height: 16px;
|
|
34144
|
-
}
|
|
34145
|
-
|
|
34146
|
-
.n1afl31m.ant-tag.ant-tag-gray {
|
|
34147
|
-
font-weight: 700;
|
|
34148
|
-
color: #00122e;
|
|
34149
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34150
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34151
|
-
word-break: break-all;
|
|
34152
|
-
display: inline;
|
|
34153
|
-
white-space: normal;
|
|
34154
|
-
}
|
|
34155
|
-
|
|
34156
34122
|
.t160l1cm {
|
|
34157
34123
|
display: flex;
|
|
34158
34124
|
flex-direction: column;
|
|
@@ -34356,6 +34322,40 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34356
34322
|
background: transparent;
|
|
34357
34323
|
}
|
|
34358
34324
|
|
|
34325
|
+
.slr2ynn {
|
|
34326
|
+
padding: 0 8px;
|
|
34327
|
+
height: 18px;
|
|
34328
|
+
}
|
|
34329
|
+
|
|
34330
|
+
.m140wbb6 {
|
|
34331
|
+
padding: 2px 8px;
|
|
34332
|
+
height: 24px;
|
|
34333
|
+
}
|
|
34334
|
+
|
|
34335
|
+
.t1fozc1i {
|
|
34336
|
+
margin: 0;
|
|
34337
|
+
}
|
|
34338
|
+
|
|
34339
|
+
.i1vxv4ln {
|
|
34340
|
+
margin-right: 4px;
|
|
34341
|
+
height: 16px;
|
|
34342
|
+
}
|
|
34343
|
+
|
|
34344
|
+
.n1afl31m.ant-tag.ant-tag-gray {
|
|
34345
|
+
font-weight: 700;
|
|
34346
|
+
color: #00122e;
|
|
34347
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34348
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34349
|
+
word-break: break-all;
|
|
34350
|
+
display: inline;
|
|
34351
|
+
white-space: normal;
|
|
34352
|
+
}
|
|
34353
|
+
|
|
34354
|
+
.i1g85yz3 {
|
|
34355
|
+
margin-right: 4px;
|
|
34356
|
+
height: 16px;
|
|
34357
|
+
}
|
|
34358
|
+
|
|
34359
34359
|
.t1dtlqs1 {
|
|
34360
34360
|
margin-bottom: 4px;
|
|
34361
34361
|
color: rgba(44, 56, 82, 0.6);
|