@cloudtower/eagle 0.27.52 → 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 +1572 -1572
- 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 +1789 -1789
- 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,21 @@ 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
|
+
|
|
29783
29798
|
.b1nip9bk {
|
|
29784
29799
|
padding: 4px 11px;
|
|
29785
29800
|
}
|
|
@@ -29809,21 +29824,6 @@ html body {
|
|
|
29809
29824
|
border-radius: unset;
|
|
29810
29825
|
}
|
|
29811
29826
|
|
|
29812
|
-
.fzh9mnb {
|
|
29813
|
-
width: 100%;
|
|
29814
|
-
height: 100%;
|
|
29815
|
-
min-height: 124px;
|
|
29816
|
-
display: flex;
|
|
29817
|
-
flex-direction: column;
|
|
29818
|
-
justify-content: center;
|
|
29819
|
-
align-items: center;
|
|
29820
|
-
}
|
|
29821
|
-
.fzh9mnb .error-text {
|
|
29822
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29823
|
-
margin-bottom: 16px;
|
|
29824
|
-
font-size: 18px;
|
|
29825
|
-
}
|
|
29826
|
-
|
|
29827
29827
|
.i1inqkme {
|
|
29828
29828
|
height: 18px;
|
|
29829
29829
|
line-height: 18px;
|
|
@@ -29837,24 +29837,6 @@ html body {
|
|
|
29837
29837
|
margin-right: 4px;
|
|
29838
29838
|
}
|
|
29839
29839
|
|
|
29840
|
-
.iouxfgt {
|
|
29841
|
-
display: inline-flex;
|
|
29842
|
-
align-items: center;
|
|
29843
|
-
}
|
|
29844
|
-
.iouxfgt .icon-inner {
|
|
29845
|
-
display: inline-flex;
|
|
29846
|
-
align-items: center;
|
|
29847
|
-
justify-content: center;
|
|
29848
|
-
}
|
|
29849
|
-
.iouxfgt .icon-inner + span,
|
|
29850
|
-
.iouxfgt span + .icon-inner.suffix {
|
|
29851
|
-
margin-left: 4px;
|
|
29852
|
-
}
|
|
29853
|
-
.iouxfgt.is-rotate img,
|
|
29854
|
-
.iouxfgt.is-rotate svg {
|
|
29855
|
-
animation: rotate 680ms linear infinite;
|
|
29856
|
-
}
|
|
29857
|
-
|
|
29858
29840
|
.b1wx3t3t.ant-btn-icon-only {
|
|
29859
29841
|
justify-content: center;
|
|
29860
29842
|
}
|
|
@@ -30105,6 +30087,24 @@ html body {
|
|
|
30105
30087
|
padding: 0;
|
|
30106
30088
|
}
|
|
30107
30089
|
|
|
30090
|
+
.iouxfgt {
|
|
30091
|
+
display: inline-flex;
|
|
30092
|
+
align-items: center;
|
|
30093
|
+
}
|
|
30094
|
+
.iouxfgt .icon-inner {
|
|
30095
|
+
display: inline-flex;
|
|
30096
|
+
align-items: center;
|
|
30097
|
+
justify-content: center;
|
|
30098
|
+
}
|
|
30099
|
+
.iouxfgt .icon-inner + span,
|
|
30100
|
+
.iouxfgt span + .icon-inner.suffix {
|
|
30101
|
+
margin-left: 4px;
|
|
30102
|
+
}
|
|
30103
|
+
.iouxfgt.is-rotate img,
|
|
30104
|
+
.iouxfgt.is-rotate svg {
|
|
30105
|
+
animation: rotate 680ms linear infinite;
|
|
30106
|
+
}
|
|
30107
|
+
|
|
30108
30108
|
.owd0kml {
|
|
30109
30109
|
display: inline-block;
|
|
30110
30110
|
}
|
|
@@ -30114,8 +30114,61 @@ html body {
|
|
|
30114
30114
|
position: absolute;
|
|
30115
30115
|
}
|
|
30116
30116
|
|
|
30117
|
-
.
|
|
30118
|
-
display:
|
|
30117
|
+
.phljevk {
|
|
30118
|
+
display: flex;
|
|
30119
|
+
justify-content: space-between;
|
|
30120
|
+
align-items: center;
|
|
30121
|
+
padding: 10px 0;
|
|
30122
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30123
|
+
font-size: 12px;
|
|
30124
|
+
line-height: 24px;
|
|
30125
|
+
}
|
|
30126
|
+
.phljevk .pagination-left {
|
|
30127
|
+
padding: 2px 8px;
|
|
30128
|
+
}
|
|
30129
|
+
.phljevk .dropdown-trigger {
|
|
30130
|
+
display: flex;
|
|
30131
|
+
align-items: center;
|
|
30132
|
+
border-radius: 6px;
|
|
30133
|
+
cursor: pointer;
|
|
30134
|
+
transition: all 0.3s ease;
|
|
30135
|
+
}
|
|
30136
|
+
.phljevk .dropdown-trigger:hover {
|
|
30137
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30138
|
+
color: #0080ff;
|
|
30139
|
+
}
|
|
30140
|
+
.phljevk .dropdown-trigger .icon-inner {
|
|
30141
|
+
margin-left: 4px;
|
|
30142
|
+
}
|
|
30143
|
+
.phljevk .pagination-right {
|
|
30144
|
+
display: flex;
|
|
30145
|
+
align-items: center;
|
|
30146
|
+
color: #0080ff;
|
|
30147
|
+
font-weight: bold;
|
|
30148
|
+
}
|
|
30149
|
+
.phljevk .pagination-right .icon-inner {
|
|
30150
|
+
margin-left: 4px;
|
|
30151
|
+
}
|
|
30152
|
+
.phljevk .pagination-right .prev-btn,
|
|
30153
|
+
.phljevk .pagination-right .next-btn {
|
|
30154
|
+
padding: 0 8px;
|
|
30155
|
+
}
|
|
30156
|
+
.phljevk .pagination-right .prev-btn > span,
|
|
30157
|
+
.phljevk .pagination-right .next-btn > span {
|
|
30158
|
+
color: #0080ff;
|
|
30159
|
+
}
|
|
30160
|
+
.phljevk .pagination-right .next-btn .icon-inner {
|
|
30161
|
+
transform: rotate(180deg);
|
|
30162
|
+
}
|
|
30163
|
+
|
|
30164
|
+
.d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30165
|
+
max-height: calc(100vh - 128px);
|
|
30166
|
+
overflow-y: auto;
|
|
30167
|
+
}
|
|
30168
|
+
.d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30169
|
+
padding: 4px 20px;
|
|
30170
|
+
font-size: 12px;
|
|
30171
|
+
line-height: 18px;
|
|
30119
30172
|
}
|
|
30120
30173
|
|
|
30121
30174
|
.s1dizucg.ant-switch {
|
|
@@ -30173,19 +30226,6 @@ html body {
|
|
|
30173
30226
|
margin-left: 5px;
|
|
30174
30227
|
}
|
|
30175
30228
|
|
|
30176
|
-
.skwah65 {
|
|
30177
|
-
height: 8px;
|
|
30178
|
-
box-sizing: border-box;
|
|
30179
|
-
border-radius: 2px;
|
|
30180
|
-
background: #f5f7fa;
|
|
30181
|
-
display: flex;
|
|
30182
|
-
width: 100%;
|
|
30183
|
-
overflow: hidden;
|
|
30184
|
-
}
|
|
30185
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
30186
|
-
margin-left: 1px;
|
|
30187
|
-
}
|
|
30188
|
-
|
|
30189
30229
|
.s1dni7lo {
|
|
30190
30230
|
width: 430px !important;
|
|
30191
30231
|
}
|
|
@@ -30267,61 +30307,12 @@ html body {
|
|
|
30267
30307
|
opacity: 0;
|
|
30268
30308
|
}
|
|
30269
30309
|
|
|
30270
|
-
.
|
|
30271
|
-
display:
|
|
30272
|
-
justify-content: space-between;
|
|
30273
|
-
align-items: center;
|
|
30274
|
-
padding: 10px 0;
|
|
30275
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30276
|
-
font-size: 12px;
|
|
30277
|
-
line-height: 24px;
|
|
30278
|
-
}
|
|
30279
|
-
.phljevk .pagination-left {
|
|
30280
|
-
padding: 2px 8px;
|
|
30281
|
-
}
|
|
30282
|
-
.phljevk .dropdown-trigger {
|
|
30283
|
-
display: flex;
|
|
30284
|
-
align-items: center;
|
|
30285
|
-
border-radius: 6px;
|
|
30286
|
-
cursor: pointer;
|
|
30287
|
-
transition: all 0.3s ease;
|
|
30288
|
-
}
|
|
30289
|
-
.phljevk .dropdown-trigger:hover {
|
|
30290
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30291
|
-
color: #0080ff;
|
|
30292
|
-
}
|
|
30293
|
-
.phljevk .dropdown-trigger .icon-inner {
|
|
30294
|
-
margin-left: 4px;
|
|
30295
|
-
}
|
|
30296
|
-
.phljevk .pagination-right {
|
|
30297
|
-
display: flex;
|
|
30298
|
-
align-items: center;
|
|
30299
|
-
color: #0080ff;
|
|
30300
|
-
font-weight: bold;
|
|
30301
|
-
}
|
|
30302
|
-
.phljevk .pagination-right .icon-inner {
|
|
30303
|
-
margin-left: 4px;
|
|
30304
|
-
}
|
|
30305
|
-
.phljevk .pagination-right .prev-btn,
|
|
30306
|
-
.phljevk .pagination-right .next-btn {
|
|
30307
|
-
padding: 0 8px;
|
|
30308
|
-
}
|
|
30309
|
-
.phljevk .pagination-right .prev-btn > span,
|
|
30310
|
-
.phljevk .pagination-right .next-btn > span {
|
|
30311
|
-
color: #0080ff;
|
|
30312
|
-
}
|
|
30313
|
-
.phljevk .pagination-right .next-btn .icon-inner {
|
|
30314
|
-
transform: rotate(180deg);
|
|
30315
|
-
}
|
|
30316
|
-
|
|
30317
|
-
.d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30318
|
-
max-height: calc(100vh - 128px);
|
|
30319
|
-
overflow-y: auto;
|
|
30310
|
+
.t1m2x205 .ant-tooltip-arrow {
|
|
30311
|
+
display: none;
|
|
30320
30312
|
}
|
|
30321
|
-
.
|
|
30322
|
-
|
|
30323
|
-
|
|
30324
|
-
line-height: 18px;
|
|
30313
|
+
.t1m2x205 .ant-tooltip-inner {
|
|
30314
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30315
|
+
border-radius: 4px;
|
|
30325
30316
|
}
|
|
30326
30317
|
|
|
30327
30318
|
.s1ebs0ra {
|
|
@@ -30385,1318 +30376,1467 @@ html body {
|
|
|
30385
30376
|
background: #fff;
|
|
30386
30377
|
}
|
|
30387
30378
|
|
|
30388
|
-
.
|
|
30389
|
-
display: flex;
|
|
30390
|
-
|
|
30391
|
-
|
|
30392
|
-
|
|
30393
|
-
.m7s48ia {
|
|
30394
|
-
max-width: 1120px;
|
|
30395
|
-
width: 100%;
|
|
30396
|
-
margin: 0 auto;
|
|
30397
|
-
height: 100%;
|
|
30379
|
+
.rapgekc.ant-radio-wrapper {
|
|
30380
|
+
display: inline-flex;
|
|
30381
|
+
align-items: baseline;
|
|
30382
|
+
white-space: pre-wrap;
|
|
30398
30383
|
}
|
|
30399
|
-
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
|
-
width: 100%;
|
|
30403
|
-
margin: 0 auto;
|
|
30404
|
-
display: flex;
|
|
30384
|
+
.rapgekc.ant-radio-wrapper .ant-radio {
|
|
30385
|
+
position: relative;
|
|
30386
|
+
top: 3px;
|
|
30405
30387
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30408
|
-
flex-grow: 0;
|
|
30409
|
-
flex-shrink: 0;
|
|
30410
|
-
flex-basis: 21%;
|
|
30388
|
+
.rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30389
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30411
30390
|
}
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30414
|
-
justify-content: flex-end;
|
|
30415
|
-
padding-right: 44px;
|
|
30391
|
+
.rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30392
|
+
border-color: #0080ff;
|
|
30416
30393
|
}
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30394
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30395
|
+
border-color: #0080ff;
|
|
30396
|
+
background: #0080ff;
|
|
30419
30397
|
}
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
|
|
30423
|
-
|
|
30424
|
-
|
|
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;
|
|
30425
30404
|
}
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30405
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30406
|
+
opacity: 0.5;
|
|
30428
30407
|
}
|
|
30429
|
-
.
|
|
30430
|
-
|
|
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);
|
|
30431
30411
|
}
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
margin: 0 auto;
|
|
30435
|
-
width: 100%;
|
|
30436
|
-
max-width: 648px;
|
|
30412
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30413
|
+
background: #00122e;
|
|
30437
30414
|
}
|
|
30438
|
-
.
|
|
30439
|
-
|
|
30415
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30416
|
+
color: #00122e;
|
|
30417
|
+
opacity: 0.5;
|
|
30440
30418
|
}
|
|
30441
|
-
.
|
|
30442
|
-
|
|
30443
|
-
padding: 0;
|
|
30444
|
-
width: 100%;
|
|
30445
|
-
max-width: 648px;
|
|
30446
|
-
overflow: hidden;
|
|
30419
|
+
.rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30420
|
+
color: #00122e;
|
|
30447
30421
|
}
|
|
30448
|
-
.
|
|
30449
|
-
|
|
30422
|
+
.rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30423
|
+
display: inline-block;
|
|
30424
|
+
padding: 0;
|
|
30425
|
+
padding-left: 12px;
|
|
30450
30426
|
}
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30453
|
-
|
|
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);
|
|
30454
30431
|
}
|
|
30455
|
-
.
|
|
30456
|
-
|
|
30457
|
-
max-width: 648px;
|
|
30432
|
+
.rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30433
|
+
padding-left: 8px;
|
|
30458
30434
|
}
|
|
30459
30435
|
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
width: 100%;
|
|
30463
|
-
max-width: 1024px;
|
|
30464
|
-
}
|
|
30465
|
-
.h16z9xgz .ant-modal-header .ant-modal-title {
|
|
30466
|
-
margin-left: 0;
|
|
30467
|
-
}
|
|
30468
|
-
.h16z9xgz .ant-modal-body {
|
|
30469
|
-
margin: 0 auto;
|
|
30470
|
-
padding: 0;
|
|
30471
|
-
width: 100%;
|
|
30472
|
-
max-width: 1024px;
|
|
30473
|
-
overflow: hidden;
|
|
30436
|
+
.rp906go .ant-radio-button-wrapper:first-child {
|
|
30437
|
+
border-radius: 5px 0 0 5px;
|
|
30474
30438
|
}
|
|
30475
|
-
.
|
|
30476
|
-
|
|
30439
|
+
.rp906go .ant-radio-button-wrapper:last-child {
|
|
30440
|
+
border-radius: 0 5px 5px 0;
|
|
30477
30441
|
}
|
|
30478
|
-
|
|
30479
|
-
|
|
30480
|
-
|
|
30442
|
+
|
|
30443
|
+
.rcc63c8 {
|
|
30444
|
+
color: #00122e;
|
|
30445
|
+
border-color: #ccd4e3;
|
|
30481
30446
|
}
|
|
30482
|
-
.
|
|
30483
|
-
|
|
30484
|
-
max-width: 1024px;
|
|
30447
|
+
.rcc63c8:first-child {
|
|
30448
|
+
border-color: #a3b4cc;
|
|
30485
30449
|
}
|
|
30486
|
-
|
|
30487
|
-
|
|
30488
|
-
|
|
30450
|
+
.rcc63c8.ant-radio-button-wrapper {
|
|
30451
|
+
padding: 0 12px;
|
|
30452
|
+
line-height: 32px;
|
|
30453
|
+
height: 32px;
|
|
30489
30454
|
}
|
|
30490
|
-
.
|
|
30491
|
-
|
|
30492
|
-
line-height: 20px;
|
|
30493
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30455
|
+
.rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30456
|
+
white-space: nowrap;
|
|
30494
30457
|
}
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30458
|
+
.ant-radio-group-small .rcc63c8.ant-radio-button-wrapper {
|
|
30459
|
+
height: 22px;
|
|
30460
|
+
padding: 0 7px;
|
|
30497
30461
|
line-height: 20px;
|
|
30498
|
-
color: #2d3a56;
|
|
30499
|
-
margin-bottom: 12px;
|
|
30500
30462
|
}
|
|
30501
|
-
.
|
|
30502
|
-
|
|
30463
|
+
.rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30464
|
+
background: #ccd4e3;
|
|
30503
30465
|
}
|
|
30504
|
-
|
|
30505
|
-
|
|
30506
|
-
padding: 25px 0 15px 0;
|
|
30507
|
-
border-bottom: 1px solid #e1e5eb;
|
|
30508
|
-
margin-bottom: 16px;
|
|
30466
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30467
|
+
background: #0080ff;
|
|
30509
30468
|
}
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
align-items: center;
|
|
30514
|
-
margin-bottom: 8px;
|
|
30469
|
+
.rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30470
|
+
background: #ccd4e3;
|
|
30471
|
+
opacity: 0.5;
|
|
30515
30472
|
}
|
|
30516
|
-
.
|
|
30517
|
-
|
|
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;
|
|
30518
30475
|
}
|
|
30519
|
-
.
|
|
30520
|
-
|
|
30476
|
+
.rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30477
|
+
border-color: #0080ff;
|
|
30521
30478
|
}
|
|
30522
|
-
.
|
|
30523
|
-
|
|
30479
|
+
.rcc63c8.ant-radio-button-wrapper-checked {
|
|
30480
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30524
30481
|
}
|
|
30525
|
-
|
|
30526
|
-
.
|
|
30527
|
-
color: #
|
|
30528
|
-
|
|
30482
|
+
.rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30483
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30484
|
+
border-color: #ccd4e3;
|
|
30485
|
+
opacity: 0.5;
|
|
30529
30486
|
}
|
|
30530
|
-
|
|
30531
|
-
|
|
30532
|
-
|
|
30533
|
-
height: 1px;
|
|
30534
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30535
|
-
margin: 24px 0;
|
|
30487
|
+
.rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30488
|
+
color: #00122e;
|
|
30489
|
+
border-color: #ccd4e3;
|
|
30536
30490
|
}
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
|
|
30541
|
-
align-items: center;
|
|
30542
|
-
height: 100%;
|
|
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);
|
|
30543
30495
|
}
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
display: inline
|
|
30547
|
-
|
|
30548
|
-
|
|
30549
|
-
|
|
30550
|
-
|
|
30551
|
-
border-radius: 50%;
|
|
30552
|
-
margin: 0 4px;
|
|
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;
|
|
30553
30503
|
}
|
|
30554
|
-
|
|
30555
|
-
|
|
30556
|
-
.m177r7a3 .ant-modal-footer .footer-content {
|
|
30557
|
-
width: 648px;
|
|
30558
|
-
margin: 0 auto;
|
|
30504
|
+
.rcc63c8 .ant-radio-button-input:focus {
|
|
30505
|
+
box-shadow: none;
|
|
30559
30506
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30562
|
-
|
|
30507
|
+
.rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30508
|
+
margin-right: 0;
|
|
30509
|
+
width: initial;
|
|
30510
|
+
box-shadow: none;
|
|
30563
30511
|
}
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30512
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30513
|
+
display: none;
|
|
30566
30514
|
}
|
|
30567
|
-
.
|
|
30568
|
-
|
|
30515
|
+
.rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30516
|
+
display: inline;
|
|
30569
30517
|
}
|
|
30570
|
-
.
|
|
30571
|
-
|
|
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;
|
|
30572
30523
|
}
|
|
30573
30524
|
|
|
30574
|
-
.
|
|
30575
|
-
font-
|
|
30576
|
-
|
|
30525
|
+
.dsnbhzf {
|
|
30526
|
+
font-family: Inter;
|
|
30527
|
+
font-style: normal;
|
|
30577
30528
|
font-weight: bold;
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
border-radius: 4px;
|
|
30581
|
-
display: inline-block;
|
|
30582
|
-
background: var(--t1wwio3v-0);
|
|
30529
|
+
font-size: 32px;
|
|
30530
|
+
line-height: 40px;
|
|
30583
30531
|
}
|
|
30584
|
-
|
|
30585
|
-
|
|
30532
|
+
|
|
30533
|
+
.d1mvo22k {
|
|
30534
|
+
font-family: Inter;
|
|
30535
|
+
font-style: normal;
|
|
30536
|
+
font-weight: bold;
|
|
30537
|
+
font-size: 24px;
|
|
30538
|
+
line-height: 32px;
|
|
30586
30539
|
}
|
|
30587
30540
|
|
|
30588
|
-
.
|
|
30589
|
-
|
|
30590
|
-
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
|
|
30541
|
+
.d1b444tr {
|
|
30542
|
+
font-family: Inter;
|
|
30543
|
+
font-style: normal;
|
|
30544
|
+
font-weight: normal;
|
|
30545
|
+
font-size: 32px;
|
|
30546
|
+
line-height: 40px;
|
|
30594
30547
|
}
|
|
30595
30548
|
|
|
30596
|
-
.
|
|
30597
|
-
font-
|
|
30549
|
+
.dvs0kue {
|
|
30550
|
+
font-family: Inter;
|
|
30551
|
+
font-style: normal;
|
|
30598
30552
|
font-weight: bold;
|
|
30599
|
-
|
|
30600
|
-
|
|
30601
|
-
margin-left: 2px;
|
|
30602
|
-
margin-right: 2px;
|
|
30603
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30604
|
-
border-radius: 4px;
|
|
30553
|
+
font-size: 20px;
|
|
30554
|
+
line-height: 24px;
|
|
30605
30555
|
}
|
|
30606
30556
|
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
|
|
30611
|
-
|
|
30612
|
-
|
|
30613
|
-
.f4mi9eq.form-item-compact {
|
|
30614
|
-
width: 412px;
|
|
30615
|
-
}
|
|
30616
|
-
.f4mi9eq.form-item-compact.form-item + .f4mi9eq.form-item-compact.form-item {
|
|
30617
|
-
margin-top: 8px;
|
|
30618
|
-
}
|
|
30619
|
-
.f4mi9eq .form-item {
|
|
30620
|
-
width: auto;
|
|
30621
|
-
}
|
|
30622
|
-
.f4mi9eq .form-item-main {
|
|
30623
|
-
position: relative;
|
|
30624
|
-
display: flex;
|
|
30625
|
-
}
|
|
30626
|
-
.f4mi9eq .form-item-extra {
|
|
30627
|
-
margin-top: 4px;
|
|
30628
|
-
width: 100%;
|
|
30629
|
-
padding: 14px;
|
|
30630
|
-
background: #f2f4f6;
|
|
30631
|
-
font-size: 13px;
|
|
30632
|
-
line-height: 1.8;
|
|
30633
|
-
color: #8e9aa9;
|
|
30634
|
-
}
|
|
30635
|
-
.f4mi9eq .form-item-label {
|
|
30636
|
-
padding-right: 12px;
|
|
30637
|
-
font-size: 13px;
|
|
30638
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30639
|
-
}
|
|
30640
|
-
.f4mi9eq .form-item-label.label-right {
|
|
30641
|
-
text-align: right;
|
|
30642
|
-
}
|
|
30643
|
-
.f4mi9eq .form-item-label,
|
|
30644
|
-
.f4mi9eq .form-item-control {
|
|
30645
|
-
line-height: 32px;
|
|
30646
|
-
}
|
|
30647
|
-
.f4mi9eq .form-item-control .form-item-error {
|
|
30648
|
-
line-height: 18px;
|
|
30649
|
-
}
|
|
30650
|
-
.f4mi9eq .form-item-children {
|
|
30651
|
-
width: 100%;
|
|
30652
|
-
}
|
|
30653
|
-
.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 {
|
|
30654
|
-
width: 100%;
|
|
30655
|
-
}
|
|
30656
|
-
.f4mi9eq .form-item-error {
|
|
30657
|
-
color: #e75a3a;
|
|
30658
|
-
height: 0;
|
|
30659
|
-
overflow: hidden;
|
|
30660
|
-
}
|
|
30661
|
-
.f4mi9eq .form-item-error-enter-done {
|
|
30662
|
-
margin-top: 4px;
|
|
30663
|
-
height: auto;
|
|
30664
|
-
overflow: auto;
|
|
30665
|
-
}
|
|
30666
|
-
.f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30667
|
-
.f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30668
|
-
border: 1px solid #e75a3a;
|
|
30669
|
-
color: #e75a3a;
|
|
30557
|
+
.d1hcbfcq {
|
|
30558
|
+
font-family: Inter;
|
|
30559
|
+
font-style: normal;
|
|
30560
|
+
font-weight: normal;
|
|
30561
|
+
font-size: 20px;
|
|
30562
|
+
line-height: 24px;
|
|
30670
30563
|
}
|
|
30671
30564
|
|
|
30672
|
-
.
|
|
30673
|
-
|
|
30565
|
+
.d1cz922v {
|
|
30566
|
+
font-family: Inter;
|
|
30567
|
+
font-style: normal;
|
|
30674
30568
|
font-weight: bold;
|
|
30675
|
-
|
|
30676
|
-
|
|
30677
|
-
margin-bottom: 16px;
|
|
30678
|
-
}
|
|
30679
|
-
.fh0ewl8:not(:first-of-type) {
|
|
30680
|
-
margin-top: 16px;
|
|
30569
|
+
font-size: 18px;
|
|
30570
|
+
line-height: 22px;
|
|
30681
30571
|
}
|
|
30682
30572
|
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30685
|
-
|
|
30686
|
-
|
|
30687
|
-
|
|
30688
|
-
|
|
30689
|
-
cursor: pointer;
|
|
30690
|
-
transition: all 200ms ease-out 40ms;
|
|
30691
|
-
}
|
|
30692
|
-
.e1qrlvot:before, .e1qrlvot:after {
|
|
30693
|
-
content: "";
|
|
30694
|
-
width: 1px;
|
|
30695
|
-
height: 6px;
|
|
30696
|
-
border-radius: 1px;
|
|
30697
|
-
background: #ccd4e3;
|
|
30698
|
-
position: relative;
|
|
30699
|
-
right: 2px;
|
|
30700
|
-
transform: rotate(-45deg);
|
|
30573
|
+
.d3nzbrm {
|
|
30574
|
+
font-family: Inter;
|
|
30575
|
+
font-style: normal;
|
|
30576
|
+
font-weight: normal;
|
|
30577
|
+
font-size: 18px;
|
|
30578
|
+
line-height: 22px;
|
|
30701
30579
|
}
|
|
30702
|
-
|
|
30703
|
-
|
|
30704
|
-
|
|
30580
|
+
|
|
30581
|
+
.h1g0p5ob {
|
|
30582
|
+
font-family: Inter;
|
|
30583
|
+
font-style: normal;
|
|
30584
|
+
font-weight: bold;
|
|
30585
|
+
font-size: 16px;
|
|
30586
|
+
line-height: 22px;
|
|
30705
30587
|
}
|
|
30706
30588
|
|
|
30707
|
-
.
|
|
30708
|
-
|
|
30709
|
-
|
|
30710
|
-
|
|
30589
|
+
.hydo2ej {
|
|
30590
|
+
font-family: Inter;
|
|
30591
|
+
font-style: normal;
|
|
30592
|
+
font-weight: normal;
|
|
30593
|
+
font-size: 16px;
|
|
30594
|
+
line-height: 22px;
|
|
30711
30595
|
}
|
|
30712
|
-
|
|
30713
|
-
.
|
|
30714
|
-
|
|
30596
|
+
|
|
30597
|
+
.h1hbuq0r {
|
|
30598
|
+
font-family: Inter;
|
|
30599
|
+
font-style: normal;
|
|
30600
|
+
font-weight: bold;
|
|
30601
|
+
font-size: 14px;
|
|
30602
|
+
line-height: 20px;
|
|
30715
30603
|
}
|
|
30716
|
-
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30604
|
+
|
|
30605
|
+
.h13bondg {
|
|
30606
|
+
font-family: Inter;
|
|
30607
|
+
font-style: normal;
|
|
30608
|
+
font-weight: normal;
|
|
30609
|
+
font-size: 14px;
|
|
30610
|
+
line-height: 20px;
|
|
30719
30611
|
}
|
|
30720
30612
|
|
|
30721
|
-
.
|
|
30722
|
-
|
|
30723
|
-
|
|
30724
|
-
|
|
30725
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30726
|
-
border-radius: 6px;
|
|
30727
|
-
color: #e07f00;
|
|
30613
|
+
.h1mhvdlx {
|
|
30614
|
+
font-family: Inter;
|
|
30615
|
+
font-style: normal;
|
|
30616
|
+
font-weight: bold;
|
|
30728
30617
|
font-size: 12px;
|
|
30729
30618
|
line-height: 18px;
|
|
30730
30619
|
}
|
|
30731
|
-
.n1k9qi4r .icon-wrapper {
|
|
30732
|
-
margin-right: 10px;
|
|
30733
|
-
height: 18px;
|
|
30734
|
-
}
|
|
30735
30620
|
|
|
30736
|
-
.
|
|
30737
|
-
|
|
30738
|
-
|
|
30739
|
-
|
|
30740
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30741
|
-
border-radius: 6px;
|
|
30742
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30621
|
+
.h1inmfq6 {
|
|
30622
|
+
font-family: Inter;
|
|
30623
|
+
font-style: normal;
|
|
30624
|
+
font-weight: normal;
|
|
30743
30625
|
font-size: 12px;
|
|
30744
30626
|
line-height: 18px;
|
|
30745
30627
|
}
|
|
30746
|
-
.n16fsg9x .icon-wrapper {
|
|
30747
|
-
margin-right: 10px;
|
|
30748
|
-
height: 18px;
|
|
30749
|
-
}
|
|
30750
30628
|
|
|
30751
|
-
.
|
|
30752
|
-
|
|
30753
|
-
|
|
30754
|
-
|
|
30755
|
-
|
|
30756
|
-
|
|
30757
|
-
color: #005ed1;
|
|
30629
|
+
.h1kfc0la {
|
|
30630
|
+
font-family: Inter;
|
|
30631
|
+
font-style: normal;
|
|
30632
|
+
font-weight: bold;
|
|
30633
|
+
text-transform: uppercase;
|
|
30634
|
+
font-feature-settings: "cpsp" on;
|
|
30758
30635
|
font-size: 12px;
|
|
30759
30636
|
line-height: 18px;
|
|
30760
30637
|
}
|
|
30761
|
-
.i173wxzw .icon-wrapper {
|
|
30762
|
-
margin-right: 10px;
|
|
30763
|
-
height: 18px;
|
|
30764
|
-
}
|
|
30765
30638
|
|
|
30766
|
-
.
|
|
30767
|
-
|
|
30768
|
-
|
|
30639
|
+
.h10xnyuu {
|
|
30640
|
+
font-family: Inter;
|
|
30641
|
+
font-style: normal;
|
|
30642
|
+
font-weight: normal;
|
|
30643
|
+
text-transform: uppercase;
|
|
30644
|
+
font-feature-settings: "cpsp" on;
|
|
30769
30645
|
font-size: 12px;
|
|
30770
30646
|
line-height: 18px;
|
|
30771
30647
|
}
|
|
30772
30648
|
|
|
30773
|
-
.
|
|
30774
|
-
|
|
30775
|
-
font-
|
|
30776
|
-
|
|
30649
|
+
.lrcmi0v {
|
|
30650
|
+
font-family: Inter;
|
|
30651
|
+
font-style: normal;
|
|
30652
|
+
font-weight: normal;
|
|
30653
|
+
font-size: 16px;
|
|
30654
|
+
line-height: 24px;
|
|
30777
30655
|
}
|
|
30778
30656
|
|
|
30779
|
-
.
|
|
30780
|
-
|
|
30781
|
-
|
|
30782
|
-
|
|
30657
|
+
.lzt43lp {
|
|
30658
|
+
font-family: Inter;
|
|
30659
|
+
font-style: normal;
|
|
30660
|
+
font-weight: bold;
|
|
30661
|
+
font-size: 16px;
|
|
30662
|
+
line-height: 24px;
|
|
30783
30663
|
}
|
|
30784
|
-
|
|
30785
|
-
|
|
30664
|
+
|
|
30665
|
+
.l5yc9nt {
|
|
30666
|
+
font-family: Inter;
|
|
30667
|
+
font-style: normal;
|
|
30668
|
+
font-weight: normal;
|
|
30669
|
+
font-size: 16px;
|
|
30670
|
+
line-height: 24px;
|
|
30786
30671
|
}
|
|
30787
30672
|
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30673
|
+
.l1fbkbzo {
|
|
30674
|
+
font-family: Inter;
|
|
30675
|
+
font-style: normal;
|
|
30676
|
+
font-weight: bold;
|
|
30677
|
+
font-size: 16px;
|
|
30678
|
+
line-height: 24px;
|
|
30790
30679
|
}
|
|
30791
30680
|
|
|
30792
|
-
.
|
|
30793
|
-
|
|
30794
|
-
|
|
30795
|
-
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
|
|
30681
|
+
.lahvcax {
|
|
30682
|
+
font-family: Inter;
|
|
30683
|
+
font-style: normal;
|
|
30684
|
+
font-weight: normal;
|
|
30685
|
+
text-transform: uppercase;
|
|
30686
|
+
font-feature-settings: "cpsp" on;
|
|
30687
|
+
font-size: 16px;
|
|
30688
|
+
line-height: 24px;
|
|
30799
30689
|
}
|
|
30800
|
-
|
|
30801
|
-
|
|
30690
|
+
|
|
30691
|
+
.l11q3pxd {
|
|
30692
|
+
font-family: Inter;
|
|
30693
|
+
font-style: normal;
|
|
30694
|
+
font-weight: bold;
|
|
30695
|
+
text-transform: uppercase;
|
|
30696
|
+
font-feature-settings: "cpsp" on;
|
|
30697
|
+
font-size: 16px;
|
|
30698
|
+
line-height: 24px;
|
|
30699
|
+
}
|
|
30700
|
+
|
|
30701
|
+
.lfuc2qu {
|
|
30702
|
+
font-family: Inter;
|
|
30703
|
+
font-style: normal;
|
|
30704
|
+
font-weight: normal;
|
|
30705
|
+
font-size: 14px;
|
|
30802
30706
|
line-height: 22px;
|
|
30803
30707
|
}
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
|
|
30708
|
+
|
|
30709
|
+
.l1jmp8r0 {
|
|
30710
|
+
font-family: Inter;
|
|
30711
|
+
font-style: normal;
|
|
30712
|
+
font-weight: 500;
|
|
30713
|
+
font-size: 14px;
|
|
30714
|
+
line-height: 22px;
|
|
30807
30715
|
}
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
|
|
30716
|
+
|
|
30717
|
+
.lcnm221 {
|
|
30718
|
+
font-family: Inter;
|
|
30719
|
+
font-style: normal;
|
|
30720
|
+
font-weight: bold;
|
|
30721
|
+
font-size: 14px;
|
|
30722
|
+
line-height: 22px;
|
|
30812
30723
|
}
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
|
|
30816
|
-
|
|
30724
|
+
|
|
30725
|
+
.lu1z2n5 {
|
|
30726
|
+
font-family: Inter;
|
|
30727
|
+
font-style: normal;
|
|
30728
|
+
font-weight: normal;
|
|
30729
|
+
font-size: 14px;
|
|
30730
|
+
line-height: 22px;
|
|
30817
30731
|
}
|
|
30818
|
-
|
|
30819
|
-
|
|
30820
|
-
|
|
30732
|
+
|
|
30733
|
+
.l1r59djn {
|
|
30734
|
+
font-family: Inter;
|
|
30735
|
+
font-style: normal;
|
|
30736
|
+
font-weight: bold;
|
|
30737
|
+
font-size: 14px;
|
|
30738
|
+
line-height: 22px;
|
|
30821
30739
|
}
|
|
30822
|
-
|
|
30823
|
-
|
|
30824
|
-
|
|
30740
|
+
|
|
30741
|
+
.ljm2911 {
|
|
30742
|
+
font-family: Inter;
|
|
30743
|
+
font-style: normal;
|
|
30744
|
+
font-weight: normal;
|
|
30745
|
+
text-transform: uppercase;
|
|
30746
|
+
font-feature-settings: "cpsp" on;
|
|
30747
|
+
font-size: 14px;
|
|
30748
|
+
line-height: 22px;
|
|
30825
30749
|
}
|
|
30826
|
-
|
|
30827
|
-
|
|
30828
|
-
|
|
30750
|
+
|
|
30751
|
+
.l124mzmr {
|
|
30752
|
+
font-family: Inter;
|
|
30753
|
+
font-style: normal;
|
|
30754
|
+
font-weight: bold;
|
|
30755
|
+
text-transform: uppercase;
|
|
30756
|
+
font-feature-settings: "cpsp" on;
|
|
30757
|
+
font-size: 14px;
|
|
30758
|
+
line-height: 22px;
|
|
30829
30759
|
}
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30833
|
-
|
|
30760
|
+
|
|
30761
|
+
.lb3chel {
|
|
30762
|
+
font-family: Inter;
|
|
30763
|
+
font-style: normal;
|
|
30764
|
+
font-weight: normal;
|
|
30765
|
+
font-size: 13px;
|
|
30766
|
+
line-height: 20px;
|
|
30834
30767
|
}
|
|
30835
|
-
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
|
|
30768
|
+
|
|
30769
|
+
.lv9jstu {
|
|
30770
|
+
font-family: Inter;
|
|
30771
|
+
font-style: normal;
|
|
30772
|
+
font-weight: 600;
|
|
30773
|
+
font-size: 13px;
|
|
30839
30774
|
line-height: 20px;
|
|
30840
|
-
color: #2d3a56;
|
|
30841
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30842
30775
|
}
|
|
30843
|
-
|
|
30844
|
-
.
|
|
30845
|
-
|
|
30776
|
+
|
|
30777
|
+
.lwqlh3x {
|
|
30778
|
+
font-family: Inter;
|
|
30779
|
+
font-style: normal;
|
|
30780
|
+
font-weight: bold;
|
|
30781
|
+
font-size: 13px;
|
|
30782
|
+
line-height: 20px;
|
|
30846
30783
|
}
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30784
|
+
|
|
30785
|
+
.lalum9y {
|
|
30786
|
+
font-family: Inter;
|
|
30787
|
+
font-style: normal;
|
|
30788
|
+
font-weight: normal;
|
|
30789
|
+
font-size: 13px;
|
|
30790
|
+
line-height: 20px;
|
|
30850
30791
|
}
|
|
30851
|
-
|
|
30852
|
-
|
|
30792
|
+
|
|
30793
|
+
.l1t6dj5o {
|
|
30794
|
+
font-family: Inter;
|
|
30795
|
+
font-style: normal;
|
|
30796
|
+
font-weight: 600;
|
|
30797
|
+
font-size: 13px;
|
|
30798
|
+
line-height: 20px;
|
|
30799
|
+
}
|
|
30800
|
+
|
|
30801
|
+
.l12f6ic {
|
|
30802
|
+
font-family: Inter;
|
|
30803
|
+
font-style: normal;
|
|
30804
|
+
font-weight: bold;
|
|
30805
|
+
font-size: 13px;
|
|
30806
|
+
line-height: 20px;
|
|
30807
|
+
}
|
|
30808
|
+
|
|
30809
|
+
.l7gmukq {
|
|
30810
|
+
font-family: Inter;
|
|
30811
|
+
font-style: normal;
|
|
30812
|
+
font-weight: normal;
|
|
30813
|
+
text-transform: uppercase;
|
|
30814
|
+
font-feature-settings: "cpsp" on;
|
|
30815
|
+
font-size: 13px;
|
|
30816
|
+
line-height: 20px;
|
|
30817
|
+
}
|
|
30818
|
+
|
|
30819
|
+
.lkwl0yp {
|
|
30820
|
+
font-family: Inter;
|
|
30821
|
+
font-style: normal;
|
|
30822
|
+
font-weight: bold;
|
|
30823
|
+
text-transform: uppercase;
|
|
30824
|
+
font-feature-settings: "cpsp" on;
|
|
30825
|
+
font-size: 13px;
|
|
30826
|
+
line-height: 20px;
|
|
30827
|
+
}
|
|
30828
|
+
|
|
30829
|
+
.l10knv48 {
|
|
30830
|
+
font-family: Inter;
|
|
30831
|
+
font-style: normal;
|
|
30832
|
+
font-weight: normal;
|
|
30833
|
+
font-size: 12px;
|
|
30853
30834
|
line-height: 18px;
|
|
30854
30835
|
}
|
|
30855
|
-
|
|
30856
|
-
|
|
30857
|
-
|
|
30836
|
+
|
|
30837
|
+
.l6526ld {
|
|
30838
|
+
font-family: Inter;
|
|
30839
|
+
font-style: normal;
|
|
30840
|
+
font-weight: 500;
|
|
30841
|
+
font-size: 12px;
|
|
30842
|
+
line-height: 18px;
|
|
30858
30843
|
}
|
|
30859
|
-
|
|
30860
|
-
|
|
30861
|
-
|
|
30844
|
+
|
|
30845
|
+
.l1j81vli {
|
|
30846
|
+
font-family: Inter;
|
|
30847
|
+
font-style: normal;
|
|
30848
|
+
font-weight: bold;
|
|
30849
|
+
font-size: 12px;
|
|
30850
|
+
line-height: 18px;
|
|
30862
30851
|
}
|
|
30863
|
-
|
|
30864
|
-
|
|
30852
|
+
|
|
30853
|
+
.l1x7n1mk {
|
|
30854
|
+
font-family: Inter;
|
|
30855
|
+
font-style: normal;
|
|
30856
|
+
font-weight: normal;
|
|
30857
|
+
font-size: 12px;
|
|
30858
|
+
line-height: 18px;
|
|
30865
30859
|
}
|
|
30866
|
-
|
|
30867
|
-
|
|
30860
|
+
|
|
30861
|
+
.l9fqufz {
|
|
30862
|
+
font-family: Inter;
|
|
30863
|
+
font-style: normal;
|
|
30864
|
+
font-weight: 500;
|
|
30865
|
+
font-size: 12px;
|
|
30866
|
+
line-height: 18px;
|
|
30868
30867
|
}
|
|
30869
|
-
|
|
30870
|
-
|
|
30871
|
-
|
|
30868
|
+
|
|
30869
|
+
.l1iwnybd {
|
|
30870
|
+
font-family: Inter;
|
|
30871
|
+
font-style: normal;
|
|
30872
|
+
font-weight: bold;
|
|
30873
|
+
font-size: 12px;
|
|
30874
|
+
line-height: 18px;
|
|
30872
30875
|
}
|
|
30873
|
-
|
|
30874
|
-
|
|
30875
|
-
|
|
30876
|
+
|
|
30877
|
+
.lprtm1e {
|
|
30878
|
+
font-family: Inter;
|
|
30879
|
+
font-style: normal;
|
|
30880
|
+
font-weight: normal;
|
|
30881
|
+
text-transform: uppercase;
|
|
30882
|
+
font-feature-settings: "cpsp" on;
|
|
30883
|
+
font-size: 12px;
|
|
30884
|
+
line-height: 18px;
|
|
30876
30885
|
}
|
|
30877
|
-
|
|
30878
|
-
|
|
30879
|
-
|
|
30880
|
-
|
|
30886
|
+
|
|
30887
|
+
.l1lln87h {
|
|
30888
|
+
font-family: Inter;
|
|
30889
|
+
font-style: normal;
|
|
30890
|
+
font-weight: bold;
|
|
30891
|
+
text-transform: uppercase;
|
|
30892
|
+
font-feature-settings: "cpsp" on;
|
|
30893
|
+
font-size: 12px;
|
|
30894
|
+
line-height: 18px;
|
|
30881
30895
|
}
|
|
30882
|
-
|
|
30883
|
-
|
|
30884
|
-
|
|
30896
|
+
|
|
30897
|
+
.f2pb48l {
|
|
30898
|
+
font-family: Inter;
|
|
30899
|
+
font-style: normal;
|
|
30900
|
+
font-weight: normal;
|
|
30901
|
+
font-size: 13px;
|
|
30902
|
+
line-height: 20px;
|
|
30885
30903
|
}
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
30904
|
+
|
|
30905
|
+
.fi9emkw {
|
|
30906
|
+
font-family: Inter;
|
|
30907
|
+
font-style: normal;
|
|
30908
|
+
font-weight: normal;
|
|
30909
|
+
font-size: 13px;
|
|
30910
|
+
line-height: 20px;
|
|
30889
30911
|
}
|
|
30890
|
-
|
|
30891
|
-
|
|
30912
|
+
|
|
30913
|
+
.f1nrg7da {
|
|
30914
|
+
font-family: Inter;
|
|
30915
|
+
font-style: normal;
|
|
30916
|
+
font-weight: normal;
|
|
30917
|
+
font-size: 12px;
|
|
30918
|
+
line-height: 18px;
|
|
30892
30919
|
}
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
|
|
30920
|
+
|
|
30921
|
+
.f17k1i3n {
|
|
30922
|
+
font-family: Inter;
|
|
30923
|
+
font-style: normal;
|
|
30924
|
+
font-weight: normal;
|
|
30925
|
+
font-size: 12px;
|
|
30926
|
+
line-height: 18px;
|
|
30896
30927
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30928
|
+
|
|
30929
|
+
.t1tvuj2e {
|
|
30930
|
+
font-family: Inter;
|
|
30931
|
+
font-style: normal;
|
|
30932
|
+
font-weight: normal;
|
|
30933
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30934
|
+
font-size: 13px;
|
|
30935
|
+
line-height: 20px;
|
|
30899
30936
|
}
|
|
30900
|
-
|
|
30901
|
-
|
|
30902
|
-
|
|
30937
|
+
|
|
30938
|
+
.t17uajlu {
|
|
30939
|
+
font-family: Inter;
|
|
30940
|
+
font-style: normal;
|
|
30941
|
+
font-weight: normal;
|
|
30942
|
+
font-feature-settings: "zero" on;
|
|
30943
|
+
font-size: 13px;
|
|
30944
|
+
line-height: 20px;
|
|
30903
30945
|
}
|
|
30904
|
-
|
|
30905
|
-
|
|
30946
|
+
|
|
30947
|
+
.t114zbyz {
|
|
30948
|
+
font-family: Inter;
|
|
30949
|
+
font-style: normal;
|
|
30950
|
+
font-weight: normal;
|
|
30951
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30952
|
+
font-size: 12px;
|
|
30953
|
+
line-height: 18px;
|
|
30906
30954
|
}
|
|
30907
30955
|
|
|
30908
|
-
.
|
|
30909
|
-
|
|
30910
|
-
|
|
30956
|
+
.t1il0kvi {
|
|
30957
|
+
font-family: Inter;
|
|
30958
|
+
font-style: normal;
|
|
30959
|
+
font-weight: 500;
|
|
30960
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30961
|
+
font-size: 12px;
|
|
30962
|
+
line-height: 18px;
|
|
30911
30963
|
}
|
|
30912
|
-
|
|
30913
|
-
|
|
30914
|
-
|
|
30915
|
-
|
|
30916
|
-
|
|
30917
|
-
|
|
30964
|
+
|
|
30965
|
+
.t10dv8p1 {
|
|
30966
|
+
font-family: Inter;
|
|
30967
|
+
font-style: normal;
|
|
30968
|
+
font-weight: normal;
|
|
30969
|
+
font-feature-settings: "zero" on;
|
|
30970
|
+
font-size: 12px;
|
|
30971
|
+
line-height: 18px;
|
|
30918
30972
|
}
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30973
|
+
|
|
30974
|
+
.tc2oqpq {
|
|
30975
|
+
font-family: Inter;
|
|
30976
|
+
font-style: normal;
|
|
30977
|
+
font-weight: 500;
|
|
30978
|
+
font-feature-settings: "zero" on;
|
|
30979
|
+
font-size: 12px;
|
|
30980
|
+
line-height: 18px;
|
|
30922
30981
|
}
|
|
30923
|
-
|
|
30924
|
-
|
|
30982
|
+
|
|
30983
|
+
.tzvddmc {
|
|
30984
|
+
font-family: Inter;
|
|
30985
|
+
font-style: normal;
|
|
30986
|
+
font-weight: bold;
|
|
30987
|
+
font-feature-settings: "zero" on;
|
|
30988
|
+
font-size: 16px;
|
|
30989
|
+
line-height: 24px;
|
|
30925
30990
|
}
|
|
30926
|
-
|
|
30991
|
+
|
|
30992
|
+
.u18llj45 {
|
|
30993
|
+
font-family: Inter;
|
|
30994
|
+
font-style: normal;
|
|
30995
|
+
font-weight: normal;
|
|
30996
|
+
font-size: 10px;
|
|
30997
|
+
line-height: 12px;
|
|
30998
|
+
}
|
|
30999
|
+
|
|
31000
|
+
.skwah65 {
|
|
31001
|
+
height: 8px;
|
|
31002
|
+
box-sizing: border-box;
|
|
31003
|
+
border-radius: 2px;
|
|
31004
|
+
background: #f5f7fa;
|
|
30927
31005
|
display: flex;
|
|
31006
|
+
width: 100%;
|
|
31007
|
+
overflow: hidden;
|
|
30928
31008
|
}
|
|
30929
|
-
.
|
|
31009
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
31010
|
+
margin-left: 1px;
|
|
31011
|
+
}
|
|
31012
|
+
|
|
31013
|
+
.cnujxq2 {
|
|
30930
31014
|
display: flex;
|
|
31015
|
+
flex-direction: column;
|
|
30931
31016
|
}
|
|
30932
|
-
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
31017
|
+
|
|
31018
|
+
.m7s48ia {
|
|
31019
|
+
max-width: 1120px;
|
|
31020
|
+
width: 100%;
|
|
31021
|
+
margin: 0 auto;
|
|
31022
|
+
height: 100%;
|
|
30937
31023
|
}
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
|
|
31024
|
+
|
|
31025
|
+
.wt5zbg6 {
|
|
31026
|
+
max-width: 1120px;
|
|
31027
|
+
width: 100%;
|
|
31028
|
+
margin: 0 auto;
|
|
31029
|
+
display: flex;
|
|
30942
31030
|
}
|
|
30943
|
-
.
|
|
30944
|
-
|
|
31031
|
+
.wt5zbg6 .left,
|
|
31032
|
+
.wt5zbg6 .right {
|
|
31033
|
+
flex-grow: 0;
|
|
31034
|
+
flex-shrink: 0;
|
|
31035
|
+
flex-basis: 21%;
|
|
30945
31036
|
}
|
|
30946
|
-
.
|
|
30947
|
-
|
|
31037
|
+
.wt5zbg6 .left {
|
|
31038
|
+
display: flex;
|
|
31039
|
+
justify-content: flex-end;
|
|
31040
|
+
padding-right: 44px;
|
|
31041
|
+
}
|
|
31042
|
+
.wt5zbg6 .right {
|
|
31043
|
+
padding-left: 44px;
|
|
31044
|
+
}
|
|
31045
|
+
.wt5zbg6 .middle {
|
|
31046
|
+
margin-bottom: 40px;
|
|
31047
|
+
flex-grow: 0;
|
|
31048
|
+
flex-shrink: 0;
|
|
31049
|
+
flex-basis: 58%;
|
|
31050
|
+
}
|
|
31051
|
+
.wt5zbg6 .middle .form-base-field {
|
|
31052
|
+
width: 100%;
|
|
31053
|
+
}
|
|
31054
|
+
.wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31055
|
+
width: auto;
|
|
31056
|
+
}
|
|
31057
|
+
|
|
31058
|
+
.h18jprzg .ant-modal-header {
|
|
31059
|
+
margin: 0 auto;
|
|
31060
|
+
width: 100%;
|
|
31061
|
+
max-width: 648px;
|
|
31062
|
+
}
|
|
31063
|
+
.h18jprzg .ant-modal-header .ant-modal-title {
|
|
31064
|
+
margin-left: 0;
|
|
31065
|
+
}
|
|
31066
|
+
.h18jprzg .ant-modal-body {
|
|
31067
|
+
margin: 0 auto;
|
|
31068
|
+
padding: 0;
|
|
31069
|
+
width: 100%;
|
|
31070
|
+
max-width: 648px;
|
|
30948
31071
|
overflow: hidden;
|
|
30949
31072
|
}
|
|
30950
|
-
.
|
|
30951
|
-
|
|
30952
|
-
top: 50%;
|
|
30953
|
-
transform: translateY(-50%);
|
|
30954
|
-
left: -16px;
|
|
30955
|
-
transition: left 150ms ease;
|
|
30956
|
-
opacity: 0;
|
|
31073
|
+
.h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31074
|
+
margin-bottom: 40px;
|
|
30957
31075
|
}
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30960
|
-
|
|
31076
|
+
.h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31077
|
+
height: calc(100vh - 225px);
|
|
31078
|
+
overflow-y: auto;
|
|
30961
31079
|
}
|
|
30962
|
-
.
|
|
30963
|
-
|
|
30964
|
-
|
|
31080
|
+
.h18jprzg .ant-modal-footer .footer-content {
|
|
31081
|
+
margin: 0 auto;
|
|
31082
|
+
max-width: 648px;
|
|
31083
|
+
}
|
|
31084
|
+
|
|
31085
|
+
.h16z9xgz .ant-modal-header {
|
|
31086
|
+
margin: 0 auto;
|
|
31087
|
+
width: 100%;
|
|
31088
|
+
max-width: 1024px;
|
|
31089
|
+
}
|
|
31090
|
+
.h16z9xgz .ant-modal-header .ant-modal-title {
|
|
31091
|
+
margin-left: 0;
|
|
31092
|
+
}
|
|
31093
|
+
.h16z9xgz .ant-modal-body {
|
|
31094
|
+
margin: 0 auto;
|
|
31095
|
+
padding: 0;
|
|
31096
|
+
width: 100%;
|
|
31097
|
+
max-width: 1024px;
|
|
31098
|
+
overflow: hidden;
|
|
31099
|
+
}
|
|
31100
|
+
.h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31101
|
+
margin-bottom: 40px;
|
|
31102
|
+
}
|
|
31103
|
+
.h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31104
|
+
height: calc(100vh - 225px);
|
|
31105
|
+
overflow-y: auto;
|
|
31106
|
+
}
|
|
31107
|
+
.h16z9xgz .ant-modal-footer .footer-content {
|
|
31108
|
+
margin: 0 auto;
|
|
31109
|
+
max-width: 1024px;
|
|
31110
|
+
}
|
|
31111
|
+
|
|
31112
|
+
.f1lrhghm {
|
|
31113
|
+
flex: 1;
|
|
31114
|
+
}
|
|
31115
|
+
.f1lrhghm label {
|
|
31116
|
+
font-size: 13px;
|
|
31117
|
+
line-height: 20px;
|
|
31118
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31119
|
+
}
|
|
31120
|
+
.f1lrhghm .title {
|
|
31121
|
+
font-size: 14px;
|
|
31122
|
+
line-height: 20px;
|
|
31123
|
+
color: #2d3a56;
|
|
31124
|
+
margin-bottom: 12px;
|
|
31125
|
+
}
|
|
31126
|
+
.f1lrhghm.connect-cluster .title {
|
|
31127
|
+
padding-bottom: 26px;
|
|
31128
|
+
}
|
|
31129
|
+
|
|
31130
|
+
.f18ot8em {
|
|
31131
|
+
padding: 25px 0 15px 0;
|
|
31132
|
+
border-bottom: 1px solid #e1e5eb;
|
|
31133
|
+
margin-bottom: 16px;
|
|
31134
|
+
}
|
|
31135
|
+
|
|
31136
|
+
.f1l1g2k0 {
|
|
31137
|
+
display: flex;
|
|
31138
|
+
align-items: center;
|
|
31139
|
+
margin-bottom: 8px;
|
|
30965
31140
|
}
|
|
30966
|
-
.
|
|
30967
|
-
|
|
31141
|
+
.f1l1g2k0 > label {
|
|
31142
|
+
width: 216px;
|
|
30968
31143
|
}
|
|
30969
|
-
|
|
30970
|
-
|
|
30971
|
-
border-top-right-radius: 0;
|
|
30972
|
-
border-bottom-right-radius: 0;
|
|
31144
|
+
.f1l1g2k0 > label + * {
|
|
31145
|
+
width: 100%;
|
|
30973
31146
|
}
|
|
30974
|
-
|
|
30975
|
-
|
|
30976
|
-
border-top-right-radius: 0;
|
|
30977
|
-
border-bottom-right-radius: 0;
|
|
31147
|
+
.f1l1g2k0 .ant-select {
|
|
31148
|
+
width: 100%;
|
|
30978
31149
|
}
|
|
30979
31150
|
|
|
30980
|
-
|
|
30981
|
-
|
|
30982
|
-
|
|
31151
|
+
.e1k89cwg {
|
|
31152
|
+
color: #e75a3a;
|
|
31153
|
+
margin-right: 10px;
|
|
30983
31154
|
}
|
|
30984
31155
|
|
|
30985
|
-
.
|
|
30986
|
-
|
|
30987
|
-
|
|
31156
|
+
.d1oui1gf {
|
|
31157
|
+
width: 100%;
|
|
31158
|
+
height: 1px;
|
|
31159
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31160
|
+
margin: 24px 0;
|
|
30988
31161
|
}
|
|
30989
31162
|
|
|
30990
|
-
.
|
|
30991
|
-
|
|
30992
|
-
|
|
31163
|
+
.l15itdbb {
|
|
31164
|
+
display: flex;
|
|
31165
|
+
justify-content: center;
|
|
31166
|
+
align-items: center;
|
|
31167
|
+
height: 100%;
|
|
30993
31168
|
}
|
|
30994
31169
|
|
|
30995
|
-
.
|
|
30996
|
-
|
|
30997
|
-
|
|
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;
|
|
30998
31178
|
}
|
|
30999
31179
|
|
|
31000
|
-
.
|
|
31001
|
-
|
|
31002
|
-
|
|
31180
|
+
.m177r7a3 .ant-modal-header,
|
|
31181
|
+
.m177r7a3 .ant-modal-footer .footer-content {
|
|
31182
|
+
width: 648px;
|
|
31183
|
+
margin: 0 auto;
|
|
31003
31184
|
}
|
|
31004
|
-
.
|
|
31005
|
-
|
|
31185
|
+
.m177r7a3 .ant-modal-header {
|
|
31186
|
+
padding: 35px 0 24px;
|
|
31187
|
+
border: none;
|
|
31006
31188
|
}
|
|
31007
|
-
.
|
|
31008
|
-
|
|
31189
|
+
.m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31190
|
+
font-size: 30px;
|
|
31009
31191
|
}
|
|
31010
|
-
.
|
|
31011
|
-
|
|
31192
|
+
.m177r7a3 .ant-modal-body {
|
|
31193
|
+
padding: 4px 0 2px;
|
|
31012
31194
|
}
|
|
31013
|
-
.
|
|
31014
|
-
|
|
31195
|
+
.m177r7a3 .ant-modal-footer {
|
|
31196
|
+
border: none;
|
|
31015
31197
|
}
|
|
31016
31198
|
|
|
31017
|
-
.
|
|
31018
|
-
font-size:
|
|
31019
|
-
font-weight: 500;
|
|
31020
|
-
color: #3e4652;
|
|
31199
|
+
.t1wwio3v {
|
|
31200
|
+
font-size: 12px;
|
|
31021
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);
|
|
31022
31208
|
}
|
|
31023
|
-
.
|
|
31024
|
-
margin-
|
|
31025
|
-
}
|
|
31026
|
-
.d105ju2d + * {
|
|
31027
|
-
margin-top: 16px;
|
|
31209
|
+
.t1wwio3v:not(:first-child) {
|
|
31210
|
+
margin-left: 4px;
|
|
31028
31211
|
}
|
|
31029
31212
|
|
|
31030
|
-
.
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31213
|
+
.f17jvtfk {
|
|
31214
|
+
width: 100%;
|
|
31215
|
+
height: 100%;
|
|
31216
|
+
display: flex;
|
|
31217
|
+
align-items: center;
|
|
31218
|
+
justify-content: center;
|
|
31034
31219
|
}
|
|
31035
31220
|
|
|
31036
|
-
.
|
|
31037
|
-
|
|
31038
|
-
font-weight:
|
|
31039
|
-
|
|
31040
|
-
|
|
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;
|
|
31041
31230
|
}
|
|
31042
31231
|
|
|
31043
|
-
.
|
|
31044
|
-
|
|
31045
|
-
}
|
|
31046
|
-
.r1skkc3l span {
|
|
31047
|
-
font-size: 14px;
|
|
31048
|
-
font-weight: 500;
|
|
31049
|
-
line-height: 32px;
|
|
31050
|
-
color: #3e4652;
|
|
31232
|
+
.f4mi9eq.form-item-general {
|
|
31233
|
+
width: 640px;
|
|
31051
31234
|
}
|
|
31052
|
-
|
|
31053
|
-
.c3cobmo {
|
|
31235
|
+
.f4mi9eq.form-item-general.form-item + .f4mi9eq.form-item-general.form-item {
|
|
31054
31236
|
margin-top: 16px;
|
|
31055
|
-
padding: 8px;
|
|
31056
|
-
border-radius: 6px;
|
|
31057
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31058
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31059
|
-
font-size: 12px;
|
|
31060
31237
|
}
|
|
31061
|
-
.
|
|
31062
|
-
|
|
31063
|
-
display: flex;
|
|
31064
|
-
align-items: center;
|
|
31065
|
-
word-break: break-all;
|
|
31238
|
+
.f4mi9eq.form-item-compact {
|
|
31239
|
+
width: 412px;
|
|
31066
31240
|
}
|
|
31067
|
-
.
|
|
31068
|
-
|
|
31069
|
-
line-height: 18px;
|
|
31070
|
-
margin: 4px 0;
|
|
31241
|
+
.f4mi9eq.form-item-compact.form-item + .f4mi9eq.form-item-compact.form-item {
|
|
31242
|
+
margin-top: 8px;
|
|
31071
31243
|
}
|
|
31072
|
-
|
|
31073
|
-
|
|
31074
|
-
display: inline-flex;
|
|
31075
|
-
align-items: baseline;
|
|
31076
|
-
white-space: pre-wrap;
|
|
31244
|
+
.f4mi9eq .form-item {
|
|
31245
|
+
width: auto;
|
|
31077
31246
|
}
|
|
31078
|
-
.
|
|
31247
|
+
.f4mi9eq .form-item-main {
|
|
31079
31248
|
position: relative;
|
|
31080
|
-
|
|
31249
|
+
display: flex;
|
|
31081
31250
|
}
|
|
31082
|
-
.
|
|
31083
|
-
|
|
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;
|
|
31084
31259
|
}
|
|
31085
|
-
.
|
|
31086
|
-
|
|
31260
|
+
.f4mi9eq .form-item-label {
|
|
31261
|
+
padding-right: 12px;
|
|
31262
|
+
font-size: 13px;
|
|
31263
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31087
31264
|
}
|
|
31088
|
-
.
|
|
31089
|
-
|
|
31090
|
-
background: #0080ff;
|
|
31265
|
+
.f4mi9eq .form-item-label.label-right {
|
|
31266
|
+
text-align: right;
|
|
31091
31267
|
}
|
|
31092
|
-
.
|
|
31093
|
-
|
|
31094
|
-
|
|
31095
|
-
width: 6px;
|
|
31096
|
-
height: 6px;
|
|
31097
|
-
background: #fff;
|
|
31268
|
+
.f4mi9eq .form-item-label,
|
|
31269
|
+
.f4mi9eq .form-item-control {
|
|
31270
|
+
line-height: 32px;
|
|
31098
31271
|
}
|
|
31099
|
-
.
|
|
31100
|
-
|
|
31272
|
+
.f4mi9eq .form-item-control .form-item-error {
|
|
31273
|
+
line-height: 18px;
|
|
31101
31274
|
}
|
|
31102
|
-
.
|
|
31103
|
-
|
|
31104
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31275
|
+
.f4mi9eq .form-item-children {
|
|
31276
|
+
width: 100%;
|
|
31105
31277
|
}
|
|
31106
|
-
.
|
|
31107
|
-
|
|
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%;
|
|
31108
31280
|
}
|
|
31109
|
-
.
|
|
31110
|
-
color: #
|
|
31111
|
-
|
|
31281
|
+
.f4mi9eq .form-item-error {
|
|
31282
|
+
color: #e75a3a;
|
|
31283
|
+
height: 0;
|
|
31284
|
+
overflow: hidden;
|
|
31112
31285
|
}
|
|
31113
|
-
.
|
|
31114
|
-
|
|
31286
|
+
.f4mi9eq .form-item-error-enter-done {
|
|
31287
|
+
margin-top: 4px;
|
|
31288
|
+
height: auto;
|
|
31289
|
+
overflow: auto;
|
|
31115
31290
|
}
|
|
31116
|
-
.
|
|
31117
|
-
|
|
31118
|
-
|
|
31119
|
-
|
|
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;
|
|
31120
31295
|
}
|
|
31121
|
-
|
|
31122
|
-
|
|
31123
|
-
|
|
31124
|
-
|
|
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;
|
|
31303
|
+
}
|
|
31304
|
+
.fh0ewl8:not(:first-of-type) {
|
|
31305
|
+
margin-top: 16px;
|
|
31306
|
+
}
|
|
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 {
|
|
31318
|
+
content: "";
|
|
31319
|
+
width: 1px;
|
|
31320
|
+
height: 6px;
|
|
31321
|
+
border-radius: 1px;
|
|
31322
|
+
background: #ccd4e3;
|
|
31323
|
+
position: relative;
|
|
31324
|
+
right: 2px;
|
|
31325
|
+
transform: rotate(-45deg);
|
|
31125
31326
|
}
|
|
31126
|
-
.
|
|
31127
|
-
|
|
31327
|
+
.e1qrlvot:after {
|
|
31328
|
+
transform: rotate(45deg);
|
|
31329
|
+
left: 1px;
|
|
31128
31330
|
}
|
|
31129
31331
|
|
|
31130
|
-
.
|
|
31131
|
-
border
|
|
31332
|
+
.w9ic984.ant-alert-warning {
|
|
31333
|
+
border: 0;
|
|
31334
|
+
background: rgba(255, 187, 0, 0.1);
|
|
31335
|
+
border-radius: 6px;
|
|
31132
31336
|
}
|
|
31133
|
-
.
|
|
31134
|
-
|
|
31337
|
+
.w9ic984.ant-alert,
|
|
31338
|
+
.w9ic984 .ant-alert-message {
|
|
31339
|
+
color: #e07f00;
|
|
31135
31340
|
}
|
|
31136
|
-
|
|
31137
|
-
.
|
|
31138
|
-
color: #
|
|
31139
|
-
border-color: #ccd4e3;
|
|
31341
|
+
.w9ic984.ant-alert .dashed-border-bottom,
|
|
31342
|
+
.w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
31343
|
+
border-bottom-color: #e07f00;
|
|
31140
31344
|
}
|
|
31141
|
-
|
|
31142
|
-
|
|
31345
|
+
|
|
31346
|
+
.n1k9qi4r {
|
|
31347
|
+
display: flex;
|
|
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;
|
|
31143
31355
|
}
|
|
31144
|
-
.
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
height: 32px;
|
|
31356
|
+
.n1k9qi4r .icon-wrapper {
|
|
31357
|
+
margin-right: 10px;
|
|
31358
|
+
height: 18px;
|
|
31148
31359
|
}
|
|
31149
|
-
|
|
31150
|
-
|
|
31360
|
+
|
|
31361
|
+
.n16fsg9x {
|
|
31362
|
+
display: flex;
|
|
31363
|
+
flex-direction: row;
|
|
31364
|
+
padding: 7px 12px;
|
|
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;
|
|
31151
31370
|
}
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31154
|
-
|
|
31155
|
-
line-height: 20px;
|
|
31371
|
+
.n16fsg9x .icon-wrapper {
|
|
31372
|
+
margin-right: 10px;
|
|
31373
|
+
height: 18px;
|
|
31156
31374
|
}
|
|
31157
|
-
|
|
31158
|
-
|
|
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;
|
|
31159
31385
|
}
|
|
31160
|
-
.
|
|
31161
|
-
|
|
31386
|
+
.i173wxzw .icon-wrapper {
|
|
31387
|
+
margin-right: 10px;
|
|
31388
|
+
height: 18px;
|
|
31162
31389
|
}
|
|
31163
|
-
|
|
31164
|
-
|
|
31165
|
-
|
|
31390
|
+
|
|
31391
|
+
.dld369h {
|
|
31392
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31393
|
+
margin-top: 5px;
|
|
31394
|
+
font-size: 12px;
|
|
31395
|
+
line-height: 18px;
|
|
31166
31396
|
}
|
|
31167
|
-
|
|
31168
|
-
|
|
31397
|
+
|
|
31398
|
+
.s1epv22q {
|
|
31399
|
+
color: #f0483e;
|
|
31400
|
+
font-size: 12px;
|
|
31401
|
+
white-space: pre-wrap;
|
|
31169
31402
|
}
|
|
31170
|
-
|
|
31171
|
-
|
|
31403
|
+
|
|
31404
|
+
.okus5hk {
|
|
31405
|
+
display: flex;
|
|
31406
|
+
align-items: center;
|
|
31407
|
+
justify-content: flex-end;
|
|
31172
31408
|
}
|
|
31173
|
-
.
|
|
31174
|
-
|
|
31409
|
+
.okus5hk .icon-wrapper {
|
|
31410
|
+
margin-right: 16px;
|
|
31175
31411
|
}
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
opacity: 0.5;
|
|
31412
|
+
|
|
31413
|
+
.t1auuzri {
|
|
31414
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31180
31415
|
}
|
|
31181
|
-
|
|
31182
|
-
|
|
31183
|
-
|
|
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;
|
|
31184
31424
|
}
|
|
31185
|
-
.
|
|
31186
|
-
|
|
31187
|
-
|
|
31188
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31425
|
+
.i74cfyt.ant-input.ant-input-lg {
|
|
31426
|
+
padding: 8px 16px;
|
|
31427
|
+
line-height: 22px;
|
|
31189
31428
|
}
|
|
31190
|
-
.
|
|
31191
|
-
|
|
31192
|
-
|
|
31193
|
-
border: none;
|
|
31194
|
-
padding: 0;
|
|
31195
|
-
width: 36px;
|
|
31196
|
-
background: transparent;
|
|
31429
|
+
.i74cfyt.ant-input.ant-input-sm {
|
|
31430
|
+
padding: 2px 8px;
|
|
31431
|
+
line-height: 18px;
|
|
31197
31432
|
}
|
|
31198
|
-
.
|
|
31199
|
-
|
|
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;
|
|
31200
31437
|
}
|
|
31201
|
-
.
|
|
31202
|
-
|
|
31203
|
-
|
|
31204
|
-
|
|
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;
|
|
31205
31442
|
}
|
|
31206
|
-
.
|
|
31207
|
-
|
|
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;
|
|
31208
31446
|
}
|
|
31209
|
-
.
|
|
31210
|
-
|
|
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);
|
|
31211
31450
|
}
|
|
31212
|
-
.
|
|
31213
|
-
|
|
31214
|
-
|
|
31215
|
-
padding: 0;
|
|
31216
|
-
width: 36px;
|
|
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);
|
|
31217
31454
|
}
|
|
31218
|
-
|
|
31219
|
-
|
|
31220
|
-
|
|
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);
|
|
31221
31459
|
}
|
|
31222
|
-
.
|
|
31223
|
-
|
|
31224
|
-
border-radius:
|
|
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;
|
|
31225
31467
|
}
|
|
31226
|
-
|
|
31227
|
-
.
|
|
31228
|
-
|
|
31229
|
-
font-style: normal;
|
|
31230
|
-
font-weight: bold;
|
|
31231
|
-
font-size: 32px;
|
|
31232
|
-
line-height: 40px;
|
|
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);
|
|
31233
31471
|
}
|
|
31234
|
-
|
|
31235
|
-
|
|
31236
|
-
|
|
31237
|
-
font-style: normal;
|
|
31238
|
-
font-weight: bold;
|
|
31239
|
-
font-size: 24px;
|
|
31240
|
-
line-height: 32px;
|
|
31472
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
31473
|
+
padding: 8px 16px;
|
|
31474
|
+
line-height: 22px;
|
|
31241
31475
|
}
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
|
|
31245
|
-
font-style: normal;
|
|
31246
|
-
font-weight: normal;
|
|
31247
|
-
font-size: 32px;
|
|
31248
|
-
line-height: 40px;
|
|
31476
|
+
.i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31477
|
+
padding: 2px 8px;
|
|
31478
|
+
line-height: 18px;
|
|
31249
31479
|
}
|
|
31250
|
-
|
|
31251
|
-
.
|
|
31252
|
-
|
|
31253
|
-
font-style: normal;
|
|
31254
|
-
font-weight: bold;
|
|
31255
|
-
font-size: 20px;
|
|
31256
|
-
line-height: 24px;
|
|
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);
|
|
31257
31483
|
}
|
|
31258
|
-
|
|
31259
|
-
|
|
31260
|
-
|
|
31261
|
-
font-style: normal;
|
|
31262
|
-
font-weight: normal;
|
|
31263
|
-
font-size: 20px;
|
|
31264
|
-
line-height: 24px;
|
|
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);
|
|
31265
31487
|
}
|
|
31266
|
-
|
|
31267
|
-
|
|
31268
|
-
font-family: Inter;
|
|
31269
|
-
font-style: normal;
|
|
31270
|
-
font-weight: bold;
|
|
31271
|
-
font-size: 18px;
|
|
31272
|
-
line-height: 22px;
|
|
31488
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
31489
|
+
border-color: #e75a3a;
|
|
31273
31490
|
}
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
font-family: Inter;
|
|
31277
|
-
font-style: normal;
|
|
31278
|
-
font-weight: normal;
|
|
31279
|
-
font-size: 18px;
|
|
31280
|
-
line-height: 22px;
|
|
31491
|
+
.i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
31492
|
+
color: #e75a3a;
|
|
31281
31493
|
}
|
|
31282
|
-
|
|
31283
|
-
|
|
31284
|
-
|
|
31285
|
-
font-style: normal;
|
|
31286
|
-
font-weight: bold;
|
|
31287
|
-
font-size: 16px;
|
|
31288
|
-
line-height: 22px;
|
|
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);
|
|
31289
31497
|
}
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
|
|
31293
|
-
font-style: normal;
|
|
31294
|
-
font-weight: normal;
|
|
31295
|
-
font-size: 16px;
|
|
31296
|
-
line-height: 22px;
|
|
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);
|
|
31297
31501
|
}
|
|
31298
|
-
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
font-weight: bold;
|
|
31303
|
-
font-size: 14px;
|
|
31304
|
-
line-height: 20px;
|
|
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);
|
|
31305
31506
|
}
|
|
31306
|
-
|
|
31307
|
-
|
|
31308
|
-
|
|
31309
|
-
font-style: normal;
|
|
31310
|
-
font-weight: normal;
|
|
31311
|
-
font-size: 14px;
|
|
31312
|
-
line-height: 20px;
|
|
31507
|
+
textarea.i74cfyt.ant-input {
|
|
31508
|
+
transition-property: height;
|
|
31509
|
+
transition-delay: 50ms;
|
|
31313
31510
|
}
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31317
|
-
font-style: normal;
|
|
31318
|
-
font-weight: bold;
|
|
31319
|
-
font-size: 12px;
|
|
31320
|
-
line-height: 18px;
|
|
31511
|
+
textarea.i74cfyt.ant-input.textarea-large {
|
|
31512
|
+
min-height: 40px;
|
|
31513
|
+
height: 40px;
|
|
31321
31514
|
}
|
|
31322
|
-
|
|
31323
|
-
|
|
31324
|
-
font-family: Inter;
|
|
31325
|
-
font-style: normal;
|
|
31326
|
-
font-weight: normal;
|
|
31327
|
-
font-size: 12px;
|
|
31328
|
-
line-height: 18px;
|
|
31515
|
+
textarea.i74cfyt.ant-input.textarea-large:focus {
|
|
31516
|
+
height: 80px;
|
|
31329
31517
|
}
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
font-style: normal;
|
|
31334
|
-
font-weight: bold;
|
|
31335
|
-
text-transform: uppercase;
|
|
31336
|
-
font-feature-settings: "cpsp" on;
|
|
31337
|
-
font-size: 12px;
|
|
31338
|
-
line-height: 18px;
|
|
31518
|
+
textarea.i74cfyt.ant-input.textarea-middle {
|
|
31519
|
+
min-height: 32px;
|
|
31520
|
+
height: 32px;
|
|
31339
31521
|
}
|
|
31340
|
-
|
|
31341
|
-
|
|
31342
|
-
font-family: Inter;
|
|
31343
|
-
font-style: normal;
|
|
31344
|
-
font-weight: normal;
|
|
31345
|
-
text-transform: uppercase;
|
|
31346
|
-
font-feature-settings: "cpsp" on;
|
|
31347
|
-
font-size: 12px;
|
|
31348
|
-
line-height: 18px;
|
|
31522
|
+
textarea.i74cfyt.ant-input.textarea-middle:focus {
|
|
31523
|
+
height: 64px;
|
|
31349
31524
|
}
|
|
31350
|
-
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
font-style: normal;
|
|
31354
|
-
font-weight: normal;
|
|
31355
|
-
font-size: 16px;
|
|
31356
|
-
line-height: 24px;
|
|
31525
|
+
textarea.i74cfyt.ant-input.textarea-small {
|
|
31526
|
+
min-height: 24px;
|
|
31527
|
+
height: 24px;
|
|
31357
31528
|
}
|
|
31358
|
-
|
|
31359
|
-
|
|
31360
|
-
font-family: Inter;
|
|
31361
|
-
font-style: normal;
|
|
31362
|
-
font-weight: bold;
|
|
31363
|
-
font-size: 16px;
|
|
31364
|
-
line-height: 24px;
|
|
31529
|
+
textarea.i74cfyt.ant-input.textarea-small:focus {
|
|
31530
|
+
height: 40px;
|
|
31365
31531
|
}
|
|
31366
31532
|
|
|
31367
|
-
.
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
font-weight: normal;
|
|
31371
|
-
font-size: 16px;
|
|
31372
|
-
line-height: 24px;
|
|
31533
|
+
.k1ci6977 input, .k1ci6977.input-tags {
|
|
31534
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31535
|
+
border-radius: 4px;
|
|
31373
31536
|
}
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31377
|
-
|
|
31378
|
-
|
|
31379
|
-
|
|
31380
|
-
line-height: 24px;
|
|
31537
|
+
.k1ci6977.input-tags {
|
|
31538
|
+
position: relative;
|
|
31539
|
+
padding: 6px;
|
|
31540
|
+
height: 32px;
|
|
31541
|
+
cursor: pointer;
|
|
31542
|
+
transition: border 150ms;
|
|
31381
31543
|
}
|
|
31382
|
-
|
|
31383
|
-
|
|
31384
|
-
|
|
31385
|
-
font-style: normal;
|
|
31386
|
-
font-weight: normal;
|
|
31387
|
-
text-transform: uppercase;
|
|
31388
|
-
font-feature-settings: "cpsp" on;
|
|
31389
|
-
font-size: 16px;
|
|
31390
|
-
line-height: 24px;
|
|
31544
|
+
.k1ci6977.input-tags:hover {
|
|
31545
|
+
border-color: #0080ff;
|
|
31546
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31391
31547
|
}
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
font-family: Inter;
|
|
31395
|
-
font-style: normal;
|
|
31396
|
-
font-weight: bold;
|
|
31397
|
-
text-transform: uppercase;
|
|
31398
|
-
font-feature-settings: "cpsp" on;
|
|
31399
|
-
font-size: 16px;
|
|
31400
|
-
line-height: 24px;
|
|
31548
|
+
.k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
31549
|
+
padding-right: 30px;
|
|
31401
31550
|
}
|
|
31402
|
-
|
|
31403
|
-
|
|
31404
|
-
font-family: Inter;
|
|
31405
|
-
font-style: normal;
|
|
31406
|
-
font-weight: normal;
|
|
31407
|
-
font-size: 14px;
|
|
31408
|
-
line-height: 22px;
|
|
31551
|
+
.k1ci6977.input-tags .input-tags-inner {
|
|
31552
|
+
display: flex;
|
|
31409
31553
|
}
|
|
31410
|
-
|
|
31411
|
-
|
|
31412
|
-
font-family: Inter;
|
|
31413
|
-
font-style: normal;
|
|
31414
|
-
font-weight: 500;
|
|
31415
|
-
font-size: 14px;
|
|
31416
|
-
line-height: 22px;
|
|
31554
|
+
.k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31555
|
+
display: flex;
|
|
31417
31556
|
}
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
font-size: 14px;
|
|
31424
|
-
line-height: 22px;
|
|
31557
|
+
.k1ci6977.input-tags .input-tag-suffix {
|
|
31558
|
+
position: absolute;
|
|
31559
|
+
right: 12px;
|
|
31560
|
+
top: 50%;
|
|
31561
|
+
transform: translateY(-50%);
|
|
31425
31562
|
}
|
|
31426
|
-
|
|
31427
|
-
.
|
|
31428
|
-
font-
|
|
31429
|
-
|
|
31430
|
-
font-weight: normal;
|
|
31431
|
-
font-size: 14px;
|
|
31432
|
-
line-height: 22px;
|
|
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;
|
|
31433
31567
|
}
|
|
31434
|
-
|
|
31435
|
-
.
|
|
31436
|
-
font-family: Inter;
|
|
31437
|
-
font-style: normal;
|
|
31438
|
-
font-weight: bold;
|
|
31439
|
-
font-size: 14px;
|
|
31440
|
-
line-height: 22px;
|
|
31568
|
+
.k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31569
|
+
color: rgba(0, 0, 0, 0.45);
|
|
31441
31570
|
}
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
|
|
31445
|
-
font-style: normal;
|
|
31446
|
-
font-weight: normal;
|
|
31447
|
-
text-transform: uppercase;
|
|
31448
|
-
font-feature-settings: "cpsp" on;
|
|
31449
|
-
font-size: 14px;
|
|
31450
|
-
line-height: 22px;
|
|
31571
|
+
.k1ci6977.has-focus-indicator {
|
|
31572
|
+
position: relative;
|
|
31573
|
+
overflow: hidden;
|
|
31451
31574
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
font-size: 14px;
|
|
31460
|
-
line-height: 22px;
|
|
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;
|
|
31461
31582
|
}
|
|
31462
|
-
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
font-style: normal;
|
|
31466
|
-
font-weight: normal;
|
|
31467
|
-
font-size: 13px;
|
|
31468
|
-
line-height: 20px;
|
|
31583
|
+
.k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31584
|
+
left: 8px;
|
|
31585
|
+
opacity: 1;
|
|
31469
31586
|
}
|
|
31470
|
-
|
|
31471
|
-
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
|
|
31475
|
-
|
|
31476
|
-
line-height: 20px;
|
|
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;
|
|
31477
31593
|
}
|
|
31478
31594
|
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31481
|
-
|
|
31482
|
-
font-weight: bold;
|
|
31483
|
-
font-size: 13px;
|
|
31484
|
-
line-height: 20px;
|
|
31595
|
+
input.l1f7td1d.ant-input {
|
|
31596
|
+
border-top-right-radius: 0;
|
|
31597
|
+
border-bottom-right-radius: 0;
|
|
31485
31598
|
}
|
|
31486
31599
|
|
|
31487
|
-
.
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
font-weight: normal;
|
|
31491
|
-
font-size: 13px;
|
|
31492
|
-
line-height: 20px;
|
|
31600
|
+
.l1f7td1d.ant-input-affix-wrapper {
|
|
31601
|
+
border-top-right-radius: 0;
|
|
31602
|
+
border-bottom-right-radius: 0;
|
|
31493
31603
|
}
|
|
31494
31604
|
|
|
31495
|
-
.
|
|
31496
|
-
|
|
31497
|
-
|
|
31498
|
-
font-weight: 600;
|
|
31499
|
-
font-size: 13px;
|
|
31500
|
-
line-height: 20px;
|
|
31605
|
+
input.rf8rlle.ant-input {
|
|
31606
|
+
border-top-left-radius: 0;
|
|
31607
|
+
border-bottom-left-radius: 0;
|
|
31501
31608
|
}
|
|
31502
31609
|
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
font-weight: bold;
|
|
31507
|
-
font-size: 13px;
|
|
31508
|
-
line-height: 20px;
|
|
31610
|
+
.rf8rlle.ant-input-affix-wrapper {
|
|
31611
|
+
border-top-left-radius: 0;
|
|
31612
|
+
border-bottom-left-radius: 0;
|
|
31509
31613
|
}
|
|
31510
31614
|
|
|
31511
|
-
.
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
font-weight: normal;
|
|
31515
|
-
text-transform: uppercase;
|
|
31516
|
-
font-feature-settings: "cpsp" on;
|
|
31517
|
-
font-size: 13px;
|
|
31518
|
-
line-height: 20px;
|
|
31615
|
+
.llt2k48.ant-select, .llt2k48.ant-select .ant-select-selector {
|
|
31616
|
+
border-top-right-radius: 0;
|
|
31617
|
+
border-bottom-right-radius: 0;
|
|
31519
31618
|
}
|
|
31520
31619
|
|
|
31521
|
-
.
|
|
31522
|
-
|
|
31523
|
-
|
|
31524
|
-
font-weight: bold;
|
|
31525
|
-
text-transform: uppercase;
|
|
31526
|
-
font-feature-settings: "cpsp" on;
|
|
31527
|
-
font-size: 13px;
|
|
31528
|
-
line-height: 20px;
|
|
31620
|
+
.rdwz7eh.ant-select, .rdwz7eh.ant-select .ant-select-selector {
|
|
31621
|
+
border-top-left-radius: 0;
|
|
31622
|
+
border-bottom-left-radius: 0;
|
|
31529
31623
|
}
|
|
31530
31624
|
|
|
31531
|
-
.
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
|
|
31536
|
-
|
|
31625
|
+
.c3ni091 {
|
|
31626
|
+
display: flex;
|
|
31627
|
+
flex-direction: column;
|
|
31628
|
+
}
|
|
31629
|
+
.c3ni091 .select-wrapper {
|
|
31630
|
+
margin-top: 12px;
|
|
31631
|
+
}
|
|
31632
|
+
.c3ni091 .select-wrapper .select {
|
|
31633
|
+
width: 100%;
|
|
31634
|
+
}
|
|
31635
|
+
.c3ni091 .radio-wrapper {
|
|
31636
|
+
margin-top: 24px;
|
|
31637
|
+
}
|
|
31638
|
+
.c3ni091 div.form-item {
|
|
31639
|
+
width: 100%;
|
|
31537
31640
|
}
|
|
31538
31641
|
|
|
31539
|
-
.
|
|
31540
|
-
font-
|
|
31541
|
-
font-style: normal;
|
|
31642
|
+
.d105ju2d {
|
|
31643
|
+
font-size: 14px;
|
|
31542
31644
|
font-weight: 500;
|
|
31543
|
-
|
|
31645
|
+
color: #3e4652;
|
|
31544
31646
|
line-height: 18px;
|
|
31545
31647
|
}
|
|
31648
|
+
.d105ju2d + .d105ju2d {
|
|
31649
|
+
margin-top: 16px;
|
|
31650
|
+
}
|
|
31651
|
+
.d105ju2d + * {
|
|
31652
|
+
margin-top: 16px;
|
|
31653
|
+
}
|
|
31546
31654
|
|
|
31547
|
-
.
|
|
31548
|
-
font-family: Inter;
|
|
31549
|
-
font-style: normal;
|
|
31550
|
-
font-weight: bold;
|
|
31655
|
+
.lh0l62z.d105ju2d {
|
|
31551
31656
|
font-size: 12px;
|
|
31552
|
-
|
|
31657
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31658
|
+
margin-top: 12px;
|
|
31553
31659
|
}
|
|
31554
31660
|
|
|
31555
|
-
.
|
|
31556
|
-
font-family: Inter;
|
|
31557
|
-
font-style: normal;
|
|
31558
|
-
font-weight: normal;
|
|
31559
|
-
font-size: 12px;
|
|
31661
|
+
.r1o4v2oc.lh0l62z.d105ju2d {
|
|
31560
31662
|
line-height: 18px;
|
|
31663
|
+
font-weight: 500;
|
|
31664
|
+
margin-top: 0;
|
|
31665
|
+
white-space: initial;
|
|
31561
31666
|
}
|
|
31562
31667
|
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31565
|
-
|
|
31668
|
+
.r1skkc3l {
|
|
31669
|
+
display: block;
|
|
31670
|
+
}
|
|
31671
|
+
.r1skkc3l span {
|
|
31672
|
+
font-size: 14px;
|
|
31566
31673
|
font-weight: 500;
|
|
31567
|
-
|
|
31568
|
-
|
|
31674
|
+
line-height: 32px;
|
|
31675
|
+
color: #3e4652;
|
|
31569
31676
|
}
|
|
31570
31677
|
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
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);
|
|
31575
31684
|
font-size: 12px;
|
|
31576
|
-
line-height: 18px;
|
|
31577
31685
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31585
|
-
font-
|
|
31686
|
+
.c3cobmo div {
|
|
31687
|
+
line-height: 20px;
|
|
31688
|
+
display: flex;
|
|
31689
|
+
align-items: center;
|
|
31690
|
+
word-break: break-all;
|
|
31691
|
+
}
|
|
31692
|
+
.c3cobmo .title {
|
|
31693
|
+
font-weight: 700;
|
|
31586
31694
|
line-height: 18px;
|
|
31695
|
+
margin: 4px 0;
|
|
31587
31696
|
}
|
|
31588
31697
|
|
|
31589
|
-
.
|
|
31590
|
-
|
|
31591
|
-
font-style: normal;
|
|
31592
|
-
font-weight: bold;
|
|
31593
|
-
text-transform: uppercase;
|
|
31594
|
-
font-feature-settings: "cpsp" on;
|
|
31595
|
-
font-size: 12px;
|
|
31596
|
-
line-height: 18px;
|
|
31698
|
+
.iq1gosr {
|
|
31699
|
+
display: inline-block;
|
|
31597
31700
|
}
|
|
31598
31701
|
|
|
31599
|
-
.
|
|
31600
|
-
|
|
31601
|
-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31702
|
+
.c1up1pdz {
|
|
31703
|
+
width: 648px;
|
|
31704
|
+
}
|
|
31705
|
+
.c1up1pdz.active {
|
|
31706
|
+
border-color: #0080ff;
|
|
31707
|
+
}
|
|
31708
|
+
.c1up1pdz.active > header {
|
|
31709
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31710
|
+
}
|
|
31711
|
+
.c1up1pdz .expand {
|
|
31712
|
+
padding: 12px;
|
|
31713
|
+
}
|
|
31714
|
+
.c1up1pdz .field-item {
|
|
31715
|
+
display: flex;
|
|
31716
|
+
padding: 10px 0;
|
|
31717
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31718
|
+
}
|
|
31719
|
+
.c1up1pdz .field-item:last-child {
|
|
31720
|
+
border-bottom: none;
|
|
31721
|
+
padding-bottom: 0;
|
|
31722
|
+
}
|
|
31723
|
+
.c1up1pdz .field-item label {
|
|
31724
|
+
line-height: 32px;
|
|
31725
|
+
width: 100px;
|
|
31726
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31727
|
+
}
|
|
31728
|
+
.c1up1pdz .help {
|
|
31729
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31730
|
+
margin-top: 5px;
|
|
31731
|
+
}
|
|
31732
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31733
|
+
.c1up1pdz .ant-picker {
|
|
31734
|
+
width: 128px;
|
|
31605
31735
|
}
|
|
31606
31736
|
|
|
31607
|
-
.
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
|
|
31737
|
+
.c156wh19 {
|
|
31738
|
+
display: flex;
|
|
31739
|
+
align-items: center;
|
|
31740
|
+
justify-content: space-between;
|
|
31741
|
+
word-break: keep-all;
|
|
31742
|
+
}
|
|
31743
|
+
.c156wh19 .title {
|
|
31744
|
+
margin: 0 16px 0 8px;
|
|
31745
|
+
}
|
|
31746
|
+
.c156wh19 .retain {
|
|
31747
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31748
|
+
}
|
|
31749
|
+
.c156wh19 div.left {
|
|
31750
|
+
flex: 1;
|
|
31751
|
+
display: flex;
|
|
31752
|
+
overflow: hidden;
|
|
31753
|
+
align-items: center;
|
|
31754
|
+
justify-content: flex-start;
|
|
31755
|
+
white-space: nowrap;
|
|
31756
|
+
}
|
|
31757
|
+
.c156wh19 div.left .title {
|
|
31758
|
+
max-width: 100%;
|
|
31759
|
+
overflow: hidden;
|
|
31760
|
+
text-overflow: ellipsis;
|
|
31761
|
+
}
|
|
31762
|
+
.c156wh19 div.right {
|
|
31763
|
+
display: flex;
|
|
31764
|
+
align-items: center;
|
|
31765
|
+
}
|
|
31766
|
+
.c156wh19 .reverse {
|
|
31767
|
+
display: flex;
|
|
31768
|
+
flex-direction: row-reverse;
|
|
31769
|
+
align-items: center;
|
|
31770
|
+
}
|
|
31771
|
+
.c156wh19 .reverse .ant-switch {
|
|
31772
|
+
margin-left: 8px;
|
|
31773
|
+
}
|
|
31774
|
+
.c156wh19 .close {
|
|
31775
|
+
padding-left: 14px;
|
|
31776
|
+
margin-left: 14px;
|
|
31777
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31778
|
+
cursor: pointer;
|
|
31613
31779
|
}
|
|
31614
31780
|
|
|
31615
|
-
.
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
|
|
31619
|
-
|
|
31620
|
-
|
|
31781
|
+
.m126spxy {
|
|
31782
|
+
padding-bottom: 4px;
|
|
31783
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31784
|
+
}
|
|
31785
|
+
.m126spxy .ant-btn-link {
|
|
31786
|
+
padding: 1px 10px;
|
|
31787
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31788
|
+
border-radius: 4px;
|
|
31789
|
+
}
|
|
31790
|
+
.m126spxy .ant-btn-link.active {
|
|
31791
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31792
|
+
color: #0096ff;
|
|
31621
31793
|
}
|
|
31622
31794
|
|
|
31623
|
-
.
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
font-weight: normal;
|
|
31627
|
-
font-size: 12px;
|
|
31628
|
-
line-height: 18px;
|
|
31795
|
+
.wpbf4pq {
|
|
31796
|
+
padding: 10px 0;
|
|
31797
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31629
31798
|
}
|
|
31630
|
-
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31636
|
-
font-size: 13px;
|
|
31637
|
-
line-height: 20px;
|
|
31799
|
+
.wpbf4pq .ant-input,
|
|
31800
|
+
.wpbf4pq .ant-picker {
|
|
31801
|
+
width: 80px;
|
|
31802
|
+
margin: 0 9px;
|
|
31803
|
+
text-align: center;
|
|
31638
31804
|
}
|
|
31639
|
-
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
font-weight: normal;
|
|
31644
|
-
font-feature-settings: "zero" on;
|
|
31645
|
-
font-size: 13px;
|
|
31646
|
-
line-height: 20px;
|
|
31805
|
+
.wpbf4pq .options {
|
|
31806
|
+
padding: 12px 0 12px 16px;
|
|
31807
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31808
|
+
margin: 5px 0 5px 8px;
|
|
31647
31809
|
}
|
|
31648
|
-
|
|
31649
|
-
.
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
|
|
31653
|
-
|
|
31654
|
-
font-size: 12px;
|
|
31655
|
-
line-height: 18px;
|
|
31810
|
+
.wpbf4pq .week-day-option,
|
|
31811
|
+
.wpbf4pq .month-day-option {
|
|
31812
|
+
background: #f5f7fa;
|
|
31813
|
+
box-sizing: border-box;
|
|
31814
|
+
border-radius: 16px;
|
|
31815
|
+
margin-right: 8px;
|
|
31656
31816
|
}
|
|
31657
|
-
|
|
31658
|
-
.
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
font-weight: 500;
|
|
31662
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31663
|
-
font-size: 12px;
|
|
31664
|
-
line-height: 18px;
|
|
31817
|
+
.wpbf4pq .week-day-option:focus,
|
|
31818
|
+
.wpbf4pq .month-day-option:focus {
|
|
31819
|
+
color: inherit;
|
|
31820
|
+
border-color: #d9d9d9;
|
|
31665
31821
|
}
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
font-weight: normal;
|
|
31671
|
-
font-feature-settings: "zero" on;
|
|
31672
|
-
font-size: 12px;
|
|
31673
|
-
line-height: 18px;
|
|
31822
|
+
.wpbf4pq .week-day-option.active {
|
|
31823
|
+
background-color: #0096ff;
|
|
31824
|
+
border-color: #0096ff;
|
|
31825
|
+
color: #fff;
|
|
31674
31826
|
}
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
font-style: normal;
|
|
31679
|
-
font-weight: 500;
|
|
31680
|
-
font-feature-settings: "zero" on;
|
|
31681
|
-
font-size: 12px;
|
|
31682
|
-
line-height: 18px;
|
|
31827
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31828
|
+
width: 110px;
|
|
31829
|
+
margin-top: 4px;
|
|
31683
31830
|
}
|
|
31684
|
-
|
|
31685
|
-
|
|
31686
|
-
|
|
31687
|
-
|
|
31688
|
-
font-weight: bold;
|
|
31689
|
-
font-feature-settings: "zero" on;
|
|
31690
|
-
font-size: 16px;
|
|
31691
|
-
line-height: 24px;
|
|
31831
|
+
.wpbf4pq .month-day-option {
|
|
31832
|
+
width: 32px;
|
|
31833
|
+
padding: 0;
|
|
31834
|
+
margin-bottom: 8px;
|
|
31692
31835
|
}
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
font-weight: normal;
|
|
31698
|
-
font-size: 10px;
|
|
31699
|
-
line-height: 12px;
|
|
31836
|
+
.wpbf4pq .month-day-option.active {
|
|
31837
|
+
background-color: #0096ff;
|
|
31838
|
+
border-color: #0096ff;
|
|
31839
|
+
color: #fff;
|
|
31700
31840
|
}
|
|
31701
31841
|
|
|
31702
31842
|
.tc97u5y {
|
|
@@ -32040,167 +32180,27 @@ input.rf8rlle.ant-input {
|
|
|
32040
32180
|
font-size: 20px;
|
|
32041
32181
|
color: rgba(10, 37, 85, 0.6);
|
|
32042
32182
|
}
|
|
32043
|
-
.tfzf37v .ant-table td.cell__action_ {
|
|
32044
|
-
padding: 0 !important;
|
|
32045
|
-
position: relative;
|
|
32046
|
-
background: #fff;
|
|
32047
|
-
}
|
|
32048
|
-
.tfzf37v .ant-table td.cell__action_ > * {
|
|
32049
|
-
height: 100%;
|
|
32050
|
-
display: flex;
|
|
32051
|
-
align-items: center;
|
|
32052
|
-
justify-content: flex-end;
|
|
32053
|
-
padding-right: 8px;
|
|
32054
|
-
}
|
|
32055
|
-
.tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
32056
|
-
width: 24px;
|
|
32057
|
-
height: 24px;
|
|
32058
|
-
cursor: pointer;
|
|
32059
|
-
justify-content: center;
|
|
32060
|
-
border-radius: 4px;
|
|
32061
|
-
}
|
|
32062
|
-
.tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
32063
|
-
background: #fff;
|
|
32064
|
-
}
|
|
32065
|
-
|
|
32066
|
-
.c1up1pdz {
|
|
32067
|
-
width: 648px;
|
|
32068
|
-
}
|
|
32069
|
-
.c1up1pdz.active {
|
|
32070
|
-
border-color: #0080ff;
|
|
32071
|
-
}
|
|
32072
|
-
.c1up1pdz.active > header {
|
|
32073
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32074
|
-
}
|
|
32075
|
-
.c1up1pdz .expand {
|
|
32076
|
-
padding: 12px;
|
|
32077
|
-
}
|
|
32078
|
-
.c1up1pdz .field-item {
|
|
32079
|
-
display: flex;
|
|
32080
|
-
padding: 10px 0;
|
|
32081
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32082
|
-
}
|
|
32083
|
-
.c1up1pdz .field-item:last-child {
|
|
32084
|
-
border-bottom: none;
|
|
32085
|
-
padding-bottom: 0;
|
|
32086
|
-
}
|
|
32087
|
-
.c1up1pdz .field-item label {
|
|
32088
|
-
line-height: 32px;
|
|
32089
|
-
width: 100px;
|
|
32090
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32091
|
-
}
|
|
32092
|
-
.c1up1pdz .help {
|
|
32093
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32094
|
-
margin-top: 5px;
|
|
32095
|
-
}
|
|
32096
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
32097
|
-
.c1up1pdz .ant-picker {
|
|
32098
|
-
width: 128px;
|
|
32099
|
-
}
|
|
32100
|
-
|
|
32101
|
-
.c156wh19 {
|
|
32102
|
-
display: flex;
|
|
32103
|
-
align-items: center;
|
|
32104
|
-
justify-content: space-between;
|
|
32105
|
-
word-break: keep-all;
|
|
32106
|
-
}
|
|
32107
|
-
.c156wh19 .title {
|
|
32108
|
-
margin: 0 16px 0 8px;
|
|
32109
|
-
}
|
|
32110
|
-
.c156wh19 .retain {
|
|
32111
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32112
|
-
}
|
|
32113
|
-
.c156wh19 div.left {
|
|
32114
|
-
flex: 1;
|
|
32115
|
-
display: flex;
|
|
32116
|
-
overflow: hidden;
|
|
32117
|
-
align-items: center;
|
|
32118
|
-
justify-content: flex-start;
|
|
32119
|
-
white-space: nowrap;
|
|
32120
|
-
}
|
|
32121
|
-
.c156wh19 div.left .title {
|
|
32122
|
-
max-width: 100%;
|
|
32123
|
-
overflow: hidden;
|
|
32124
|
-
text-overflow: ellipsis;
|
|
32125
|
-
}
|
|
32126
|
-
.c156wh19 div.right {
|
|
32127
|
-
display: flex;
|
|
32128
|
-
align-items: center;
|
|
32129
|
-
}
|
|
32130
|
-
.c156wh19 .reverse {
|
|
32131
|
-
display: flex;
|
|
32132
|
-
flex-direction: row-reverse;
|
|
32133
|
-
align-items: center;
|
|
32134
|
-
}
|
|
32135
|
-
.c156wh19 .reverse .ant-switch {
|
|
32136
|
-
margin-left: 8px;
|
|
32137
|
-
}
|
|
32138
|
-
.c156wh19 .close {
|
|
32139
|
-
padding-left: 14px;
|
|
32140
|
-
margin-left: 14px;
|
|
32141
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
32142
|
-
cursor: pointer;
|
|
32143
|
-
}
|
|
32144
|
-
|
|
32145
|
-
.m126spxy {
|
|
32146
|
-
padding-bottom: 4px;
|
|
32147
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32148
|
-
}
|
|
32149
|
-
.m126spxy .ant-btn-link {
|
|
32150
|
-
padding: 1px 10px;
|
|
32151
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32152
|
-
border-radius: 4px;
|
|
32153
|
-
}
|
|
32154
|
-
.m126spxy .ant-btn-link.active {
|
|
32155
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32156
|
-
color: #0096ff;
|
|
32157
|
-
}
|
|
32158
|
-
|
|
32159
|
-
.wpbf4pq {
|
|
32160
|
-
padding: 10px 0;
|
|
32161
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32162
|
-
}
|
|
32163
|
-
.wpbf4pq .ant-input,
|
|
32164
|
-
.wpbf4pq .ant-picker {
|
|
32165
|
-
width: 80px;
|
|
32166
|
-
margin: 0 9px;
|
|
32167
|
-
text-align: center;
|
|
32168
|
-
}
|
|
32169
|
-
.wpbf4pq .options {
|
|
32170
|
-
padding: 12px 0 12px 16px;
|
|
32171
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
32172
|
-
margin: 5px 0 5px 8px;
|
|
32173
|
-
}
|
|
32174
|
-
.wpbf4pq .week-day-option,
|
|
32175
|
-
.wpbf4pq .month-day-option {
|
|
32176
|
-
background: #f5f7fa;
|
|
32177
|
-
box-sizing: border-box;
|
|
32178
|
-
border-radius: 16px;
|
|
32179
|
-
margin-right: 8px;
|
|
32180
|
-
}
|
|
32181
|
-
.wpbf4pq .week-day-option:focus,
|
|
32182
|
-
.wpbf4pq .month-day-option:focus {
|
|
32183
|
-
color: inherit;
|
|
32184
|
-
border-color: #d9d9d9;
|
|
32185
|
-
}
|
|
32186
|
-
.wpbf4pq .week-day-option.active {
|
|
32187
|
-
background-color: #0096ff;
|
|
32188
|
-
border-color: #0096ff;
|
|
32189
|
-
color: #fff;
|
|
32190
|
-
}
|
|
32191
|
-
.wpbf4pq .week-day-option.en-text {
|
|
32192
|
-
width: 110px;
|
|
32193
|
-
margin-top: 4px;
|
|
32183
|
+
.tfzf37v .ant-table td.cell__action_ {
|
|
32184
|
+
padding: 0 !important;
|
|
32185
|
+
position: relative;
|
|
32186
|
+
background: #fff;
|
|
32194
32187
|
}
|
|
32195
|
-
.
|
|
32196
|
-
|
|
32197
|
-
|
|
32198
|
-
|
|
32188
|
+
.tfzf37v .ant-table td.cell__action_ > * {
|
|
32189
|
+
height: 100%;
|
|
32190
|
+
display: flex;
|
|
32191
|
+
align-items: center;
|
|
32192
|
+
justify-content: flex-end;
|
|
32193
|
+
padding-right: 8px;
|
|
32199
32194
|
}
|
|
32200
|
-
.
|
|
32201
|
-
|
|
32202
|
-
|
|
32203
|
-
|
|
32195
|
+
.tfzf37v .ant-table td.cell__action_ .menu-button {
|
|
32196
|
+
width: 24px;
|
|
32197
|
+
height: 24px;
|
|
32198
|
+
cursor: pointer;
|
|
32199
|
+
justify-content: center;
|
|
32200
|
+
border-radius: 4px;
|
|
32201
|
+
}
|
|
32202
|
+
.tfzf37v .ant-table td.cell__action_ .menu-button:hover {
|
|
32203
|
+
background: #fff;
|
|
32204
32204
|
}
|
|
32205
32205
|
|
|
32206
32206
|
.berrcjl {
|
|
@@ -32219,24 +32219,26 @@ input.rf8rlle.ant-input {
|
|
|
32219
32219
|
color: #005ed1;
|
|
32220
32220
|
}
|
|
32221
32221
|
|
|
32222
|
-
.
|
|
32223
|
-
|
|
32224
|
-
border-radius: 4px;
|
|
32225
|
-
}
|
|
32226
|
-
.c18gxmrl + .c18gxmrl {
|
|
32227
|
-
margin-top: 8px;
|
|
32228
|
-
}
|
|
32229
|
-
.c18gxmrl:hover {
|
|
32230
|
-
border-color: #0080ff;
|
|
32222
|
+
.c1uzzomf {
|
|
32223
|
+
margin-bottom: 16px;
|
|
32231
32224
|
}
|
|
32232
|
-
.
|
|
32233
|
-
|
|
32225
|
+
.c1uzzomf .card-title {
|
|
32226
|
+
font-size: 16px;
|
|
32227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32228
|
+
font-weight: 700;
|
|
32229
|
+
line-height: 32px;
|
|
32234
32230
|
}
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32231
|
+
.c1uzzomf .card-body {
|
|
32232
|
+
padding: 24px;
|
|
32233
|
+
border-radius: 8px;
|
|
32234
|
+
background: #fff;
|
|
32237
32235
|
}
|
|
32238
|
-
.
|
|
32239
|
-
|
|
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;
|
|
32240
32242
|
}
|
|
32241
32243
|
|
|
32242
32244
|
.n12mqh7z {
|
|
@@ -32258,28 +32260,6 @@ input.rf8rlle.ant-input {
|
|
|
32258
32260
|
overflow: "auto";
|
|
32259
32261
|
}
|
|
32260
32262
|
|
|
32261
|
-
.c1uzzomf {
|
|
32262
|
-
margin-bottom: 16px;
|
|
32263
|
-
}
|
|
32264
|
-
.c1uzzomf .card-title {
|
|
32265
|
-
font-size: 16px;
|
|
32266
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32267
|
-
font-weight: 700;
|
|
32268
|
-
line-height: 32px;
|
|
32269
|
-
}
|
|
32270
|
-
.c1uzzomf .card-body {
|
|
32271
|
-
padding: 24px;
|
|
32272
|
-
border-radius: 8px;
|
|
32273
|
-
background: #fff;
|
|
32274
|
-
}
|
|
32275
|
-
.c1uzzomf .empty {
|
|
32276
|
-
font-weight: 700;
|
|
32277
|
-
font-size: 14px;
|
|
32278
|
-
line-height: 22px;
|
|
32279
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32280
|
-
text-align: center;
|
|
32281
|
-
}
|
|
32282
|
-
|
|
32283
32263
|
.gmyahx3 {
|
|
32284
32264
|
cursor: pointer;
|
|
32285
32265
|
}
|
|
@@ -32290,6 +32270,60 @@ input.rf8rlle.ant-input {
|
|
|
32290
32270
|
color: #0080ff;
|
|
32291
32271
|
}
|
|
32292
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
|
+
|
|
32293
32327
|
.d1bw7c5z {
|
|
32294
32328
|
position: relative;
|
|
32295
32329
|
max-width: 388px;
|
|
@@ -32371,42 +32405,55 @@ input.rf8rlle.ant-input {
|
|
|
32371
32405
|
width: 102px;
|
|
32372
32406
|
}
|
|
32373
32407
|
|
|
32374
|
-
.
|
|
32375
|
-
margin
|
|
32408
|
+
.tqjc4ui {
|
|
32409
|
+
margin: 0 2px;
|
|
32376
32410
|
}
|
|
32377
32411
|
|
|
32378
|
-
.
|
|
32379
|
-
|
|
32380
|
-
|
|
32381
|
-
}
|
|
32382
|
-
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32383
|
-
border-radius: 4px;
|
|
32412
|
+
.c18bcrac {
|
|
32413
|
+
display: inline-block;
|
|
32414
|
+
width: 100%;
|
|
32384
32415
|
}
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32416
|
+
.c18bcrac .recharts-wrapper {
|
|
32417
|
+
margin-left: 4px;
|
|
32387
32418
|
}
|
|
32388
32419
|
|
|
32389
|
-
.
|
|
32390
|
-
padding
|
|
32391
|
-
padding-right: 12px;
|
|
32420
|
+
.cro7kg2 {
|
|
32421
|
+
padding: 4px;
|
|
32392
32422
|
}
|
|
32393
32423
|
|
|
32394
|
-
.
|
|
32395
|
-
|
|
32424
|
+
.c14wcxf0 {
|
|
32425
|
+
display: flex;
|
|
32426
|
+
justify-content: space-between;
|
|
32427
|
+
align-items: center;
|
|
32428
|
+
font-size: 13px;
|
|
32429
|
+
line-height: 24px;
|
|
32430
|
+
color: #cccccc;
|
|
32431
|
+
white-space: nowrap;
|
|
32396
32432
|
}
|
|
32397
|
-
.
|
|
32398
|
-
|
|
32399
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32433
|
+
.c14wcxf0 label {
|
|
32434
|
+
margin-right: 32px;
|
|
32400
32435
|
}
|
|
32401
|
-
|
|
32402
|
-
|
|
32436
|
+
|
|
32437
|
+
.coy29mj.c14wcxf0 {
|
|
32438
|
+
font-weight: bold;
|
|
32439
|
+
color: white;
|
|
32403
32440
|
}
|
|
32404
|
-
|
|
32405
|
-
|
|
32441
|
+
|
|
32442
|
+
.s11212zy {
|
|
32443
|
+
width: 8px;
|
|
32444
|
+
height: 8px;
|
|
32445
|
+
border-radius: 2px;
|
|
32446
|
+
display: inline-block;
|
|
32447
|
+
background: var(--s11212zy-0);
|
|
32448
|
+
border: 1px solid #fff;
|
|
32449
|
+
box-sizing: content-box;
|
|
32450
|
+
margin-right: 6px;
|
|
32406
32451
|
}
|
|
32407
32452
|
|
|
32408
|
-
.
|
|
32409
|
-
|
|
32453
|
+
.p1lyky6c > :first-child {
|
|
32454
|
+
font-weight: bold;
|
|
32455
|
+
color: white;
|
|
32456
|
+
margin-right: 4px;
|
|
32410
32457
|
}
|
|
32411
32458
|
|
|
32412
32459
|
.c1bus5hc {
|
|
@@ -32428,88 +32475,41 @@ input.rf8rlle.ant-input {
|
|
|
32428
32475
|
overflow: hidden;
|
|
32429
32476
|
}
|
|
32430
32477
|
.c1bus5hc .circle-content {
|
|
32431
|
-
position: absolute;
|
|
32432
|
-
height: 100%;
|
|
32433
|
-
width: 100%;
|
|
32434
|
-
left: 0;
|
|
32435
|
-
top: 0;
|
|
32436
|
-
border-radius: 50%;
|
|
32437
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32438
|
-
transform: rotate(180deg);
|
|
32439
|
-
}
|
|
32440
|
-
.c1bus5hc .circle-child {
|
|
32441
|
-
position: absolute;
|
|
32442
|
-
height: 100%;
|
|
32443
|
-
width: 100%;
|
|
32444
|
-
left: 0;
|
|
32445
|
-
top: 0;
|
|
32446
|
-
margin-left: 50%;
|
|
32447
|
-
transform-origin: left;
|
|
32448
|
-
background: white;
|
|
32449
|
-
transform: rotate(0deg);
|
|
32450
|
-
}
|
|
32451
|
-
|
|
32452
|
-
.ou7iq30 {
|
|
32453
|
-
overflow: hidden;
|
|
32454
|
-
text-overflow: ellipsis;
|
|
32455
|
-
}
|
|
32456
|
-
|
|
32457
|
-
.s1tui002 {
|
|
32458
|
-
white-space: nowrap;
|
|
32459
|
-
}
|
|
32460
|
-
|
|
32461
|
-
.mxrc2zg {
|
|
32462
|
-
display: -webkit-box;
|
|
32463
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32464
|
-
-webkit-box-orient: vertical;
|
|
32465
|
-
word-break: break-all;
|
|
32466
|
-
}
|
|
32467
|
-
|
|
32468
|
-
.c18bcrac {
|
|
32469
|
-
display: inline-block;
|
|
32470
|
-
width: 100%;
|
|
32471
|
-
}
|
|
32472
|
-
.c18bcrac .recharts-wrapper {
|
|
32473
|
-
margin-left: 4px;
|
|
32474
|
-
}
|
|
32475
|
-
|
|
32476
|
-
.cro7kg2 {
|
|
32477
|
-
padding: 4px;
|
|
32478
|
-
}
|
|
32479
|
-
|
|
32480
|
-
.c14wcxf0 {
|
|
32481
|
-
display: flex;
|
|
32482
|
-
justify-content: space-between;
|
|
32483
|
-
align-items: center;
|
|
32484
|
-
font-size: 13px;
|
|
32485
|
-
line-height: 24px;
|
|
32486
|
-
color: #cccccc;
|
|
32487
|
-
white-space: nowrap;
|
|
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);
|
|
32488
32486
|
}
|
|
32489
|
-
.
|
|
32490
|
-
|
|
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);
|
|
32491
32497
|
}
|
|
32492
32498
|
|
|
32493
|
-
.
|
|
32494
|
-
|
|
32495
|
-
|
|
32499
|
+
.ou7iq30 {
|
|
32500
|
+
overflow: hidden;
|
|
32501
|
+
text-overflow: ellipsis;
|
|
32496
32502
|
}
|
|
32497
32503
|
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32500
|
-
height: 8px;
|
|
32501
|
-
border-radius: 2px;
|
|
32502
|
-
display: inline-block;
|
|
32503
|
-
background: var(--s11212zy-0);
|
|
32504
|
-
border: 1px solid #fff;
|
|
32505
|
-
box-sizing: content-box;
|
|
32506
|
-
margin-right: 6px;
|
|
32504
|
+
.s1tui002 {
|
|
32505
|
+
white-space: nowrap;
|
|
32507
32506
|
}
|
|
32508
32507
|
|
|
32509
|
-
.
|
|
32510
|
-
|
|
32511
|
-
|
|
32512
|
-
|
|
32508
|
+
.mxrc2zg {
|
|
32509
|
+
display: -webkit-box;
|
|
32510
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32511
|
+
-webkit-box-orient: vertical;
|
|
32512
|
+
word-break: break-all;
|
|
32513
32513
|
}
|
|
32514
32514
|
|
|
32515
32515
|
.clm1wy1 {
|
|
@@ -32605,6 +32605,28 @@ input.rf8rlle.ant-input {
|
|
|
32605
32605
|
border-radius: 2px;
|
|
32606
32606
|
}
|
|
32607
32607
|
|
|
32608
|
+
.ccrbeuz .ant-collapse-item {
|
|
32609
|
+
border: 0px;
|
|
32610
|
+
background-color: #fff;
|
|
32611
|
+
}
|
|
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;
|
|
32617
|
+
}
|
|
32618
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32619
|
+
right: 0px;
|
|
32620
|
+
}
|
|
32621
|
+
.ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32622
|
+
padding: 0px;
|
|
32623
|
+
}
|
|
32624
|
+
|
|
32625
|
+
.c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32626
|
+
padding-right: 0px;
|
|
32627
|
+
cursor: default;
|
|
32628
|
+
}
|
|
32629
|
+
|
|
32608
32630
|
.t1sqg15u {
|
|
32609
32631
|
background: white;
|
|
32610
32632
|
}
|
|
@@ -32695,47 +32717,11 @@ input.rf8rlle.ant-input {
|
|
|
32695
32717
|
padding-right: 12px;
|
|
32696
32718
|
}
|
|
32697
32719
|
|
|
32698
|
-
.
|
|
32699
|
-
display: flex;
|
|
32700
|
-
align-items: center;
|
|
32701
|
-
justify-content: flex-end;
|
|
32702
|
-
}
|
|
32703
|
-
|
|
32704
|
-
.b1ctd5xy {
|
|
32705
|
-
display: flex;
|
|
32706
|
-
align-items: center;
|
|
32707
|
-
width: calc(100% - 40px);
|
|
32708
|
-
}
|
|
32709
|
-
.b1ctd5xy .chart {
|
|
32710
|
-
display: inline-block;
|
|
32711
|
-
width: 100%;
|
|
32712
|
-
}
|
|
32713
|
-
|
|
32714
|
-
.u1p8acpn {
|
|
32715
|
-
min-width: 40px;
|
|
32716
|
-
}
|
|
32717
|
-
.u1p8acpn .unit {
|
|
32718
|
-
color: #00122e !important;
|
|
32719
|
-
}
|
|
32720
|
-
|
|
32721
|
-
.m74vjol {
|
|
32722
|
-
display: flex;
|
|
32723
|
-
justify-content: space-between;
|
|
32724
|
-
width: 100%;
|
|
32725
|
-
}
|
|
32726
|
-
.m74vjol .action {
|
|
32727
|
-
margin-left: 16px;
|
|
32728
|
-
}
|
|
32729
|
-
|
|
32730
|
-
.a1o35uvh .ant-alert-message {
|
|
32720
|
+
.tje3huy {
|
|
32731
32721
|
width: 100%;
|
|
32732
|
-
|
|
32733
|
-
|
|
32734
|
-
|
|
32735
|
-
border-radius: 8px;
|
|
32736
|
-
}
|
|
32737
|
-
.c1yyuluq .ant-card-body {
|
|
32738
|
-
padding: 20px 24px 24px 24px;
|
|
32722
|
+
overflow: inherit;
|
|
32723
|
+
white-space: inherit;
|
|
32724
|
+
text-overflow: ellipsis;
|
|
32739
32725
|
}
|
|
32740
32726
|
|
|
32741
32727
|
button.l48ei06 {
|
|
@@ -32770,85 +32756,59 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32770
32756
|
color: #00122e;
|
|
32771
32757
|
}
|
|
32772
32758
|
|
|
32773
|
-
.
|
|
32759
|
+
.m74vjol {
|
|
32760
|
+
display: flex;
|
|
32761
|
+
justify-content: space-between;
|
|
32774
32762
|
width: 100%;
|
|
32775
|
-
|
|
32776
|
-
|
|
32777
|
-
|
|
32763
|
+
}
|
|
32764
|
+
.m74vjol .action {
|
|
32765
|
+
margin-left: 16px;
|
|
32778
32766
|
}
|
|
32779
32767
|
|
|
32780
|
-
.
|
|
32768
|
+
.a1o35uvh .ant-alert-message {
|
|
32769
|
+
width: 100%;
|
|
32770
|
+
}
|
|
32771
|
+
|
|
32772
|
+
.wg1tsps {
|
|
32781
32773
|
display: flex;
|
|
32782
32774
|
align-items: center;
|
|
32783
|
-
|
|
32784
|
-
.s1iv0tp1 .enabled-text {
|
|
32785
|
-
margin-right: 8px;
|
|
32775
|
+
justify-content: flex-end;
|
|
32786
32776
|
}
|
|
32787
32777
|
|
|
32788
|
-
.
|
|
32789
|
-
|
|
32790
|
-
|
|
32791
|
-
|
|
32792
|
-
.ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32793
|
-
padding-top: 0px;
|
|
32794
|
-
padding-bottom: 0px;
|
|
32795
|
-
padding-left: 0px !important;
|
|
32796
|
-
padding-right: 24px;
|
|
32797
|
-
}
|
|
32798
|
-
.ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32799
|
-
right: 0px;
|
|
32778
|
+
.b1ctd5xy {
|
|
32779
|
+
display: flex;
|
|
32780
|
+
align-items: center;
|
|
32781
|
+
width: calc(100% - 40px);
|
|
32800
32782
|
}
|
|
32801
|
-
.
|
|
32802
|
-
|
|
32783
|
+
.b1ctd5xy .chart {
|
|
32784
|
+
display: inline-block;
|
|
32785
|
+
width: 100%;
|
|
32803
32786
|
}
|
|
32804
32787
|
|
|
32805
|
-
.
|
|
32806
|
-
|
|
32807
|
-
|
|
32788
|
+
.u1p8acpn {
|
|
32789
|
+
min-width: 40px;
|
|
32790
|
+
}
|
|
32791
|
+
.u1p8acpn .unit {
|
|
32792
|
+
color: #00122e !important;
|
|
32808
32793
|
}
|
|
32809
32794
|
|
|
32810
32795
|
.itxley7.ant-input-group.ant-input-group-compact {
|
|
32811
32796
|
display: flex;
|
|
32812
32797
|
}
|
|
32813
32798
|
|
|
32814
|
-
.
|
|
32815
|
-
|
|
32816
|
-
}
|
|
32817
|
-
.t13ef470 .table-loading-item {
|
|
32818
|
-
padding: 12px 4px;
|
|
32819
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32820
|
-
display: flex;
|
|
32821
|
-
}
|
|
32822
|
-
.t13ef470 .table-loading-item > * {
|
|
32823
|
-
height: 16px;
|
|
32824
|
-
margin: 4px;
|
|
32825
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32826
|
-
border-radius: 2px;
|
|
32827
|
-
}
|
|
32828
|
-
.t13ef470 .table-loading-item .checkbox-loading {
|
|
32829
|
-
width: 16px;
|
|
32830
|
-
}
|
|
32831
|
-
.t13ef470 .table-loading-item .td-loading {
|
|
32832
|
-
flex: 1;
|
|
32833
|
-
}
|
|
32834
|
-
.t13ef470 :nth-child(1) {
|
|
32835
|
-
padding: 8px 4px;
|
|
32836
|
-
}
|
|
32837
|
-
.t13ef470 :nth-child(1) > * {
|
|
32838
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32799
|
+
.c1yyuluq {
|
|
32800
|
+
border-radius: 8px;
|
|
32839
32801
|
}
|
|
32840
|
-
.
|
|
32841
|
-
|
|
32802
|
+
.c1yyuluq .ant-card-body {
|
|
32803
|
+
padding: 20px 24px 24px 24px;
|
|
32842
32804
|
}
|
|
32843
32805
|
|
|
32844
|
-
.
|
|
32845
|
-
|
|
32846
|
-
|
|
32847
|
-
margin-right: 4px;
|
|
32806
|
+
.s1iv0tp1 .enabled-switch {
|
|
32807
|
+
display: flex;
|
|
32808
|
+
align-items: center;
|
|
32848
32809
|
}
|
|
32849
|
-
|
|
32850
|
-
|
|
32851
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32810
|
+
.s1iv0tp1 .enabled-text {
|
|
32811
|
+
margin-right: 8px;
|
|
32852
32812
|
}
|
|
32853
32813
|
|
|
32854
32814
|
.tju3gfj .date {
|
|
@@ -32929,6 +32889,16 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32929
32889
|
display: inline-block;
|
|
32930
32890
|
}
|
|
32931
32891
|
|
|
32892
|
+
.ivqqkzv {
|
|
32893
|
+
height: 24px;
|
|
32894
|
+
width: 56px !important;
|
|
32895
|
+
margin-right: 4px;
|
|
32896
|
+
}
|
|
32897
|
+
|
|
32898
|
+
.c1wk4q29 {
|
|
32899
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32900
|
+
}
|
|
32901
|
+
|
|
32932
32902
|
.s177mls5.ant-select, .s177mls5.ant-select .ant-select-selector {
|
|
32933
32903
|
border-radius: 6px;
|
|
32934
32904
|
}
|
|
@@ -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;
|
|
@@ -33952,8 +33952,21 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33952
33952
|
.rzaik16 .ant-popover-arrow {
|
|
33953
33953
|
display: none;
|
|
33954
33954
|
}
|
|
33955
|
-
.rzaik16 .ant-popover-inner-content {
|
|
33956
|
-
padding: 0;
|
|
33955
|
+
.rzaik16 .ant-popover-inner-content {
|
|
33956
|
+
padding: 0;
|
|
33957
|
+
}
|
|
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;
|
|
33957
33970
|
}
|
|
33958
33971
|
|
|
33959
33972
|
.ryby9ds {
|
|
@@ -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,74 +34110,216 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34049
34110
|
margin-left: 24px;
|
|
34050
34111
|
}
|
|
34051
34112
|
|
|
34052
|
-
.
|
|
34053
|
-
padding: 0
|
|
34113
|
+
.w7ob4th.outside-tag {
|
|
34114
|
+
padding-left: 0;
|
|
34115
|
+
}
|
|
34116
|
+
.w7ob4th.outside-tag .inside-tag {
|
|
34117
|
+
border-radius: 4px 0 0 4px;
|
|
34118
|
+
padding-right: 4px;
|
|
34119
|
+
margin-right: 4px;
|
|
34054
34120
|
}
|
|
34055
34121
|
|
|
34056
|
-
.
|
|
34057
|
-
color: #2d3a56;
|
|
34058
|
-
padding: 7px 12px;
|
|
34122
|
+
.t160l1cm {
|
|
34059
34123
|
display: flex;
|
|
34060
|
-
|
|
34061
|
-
|
|
34124
|
+
flex-direction: column;
|
|
34125
|
+
flex: 1;
|
|
34126
|
+
/* FIXME:(yanzhen) do this better */
|
|
34062
34127
|
}
|
|
34063
|
-
.
|
|
34064
|
-
|
|
34128
|
+
.t160l1cm .tab-bar {
|
|
34129
|
+
flex-shrink: 0;
|
|
34130
|
+
display: flex;
|
|
34131
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
34065
34132
|
}
|
|
34066
|
-
.
|
|
34133
|
+
.t160l1cm .tab-content {
|
|
34134
|
+
height: 100%;
|
|
34135
|
+
}
|
|
34136
|
+
.t160l1cm .tab-menu-item {
|
|
34137
|
+
margin-right: 2px;
|
|
34138
|
+
padding: 1px 12px;
|
|
34139
|
+
line-height: 24px;
|
|
34140
|
+
height: 24px;
|
|
34141
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34142
|
+
border-radius: 4px 4px 0 0;
|
|
34067
34143
|
cursor: pointer;
|
|
34068
|
-
|
|
34144
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34069
34145
|
}
|
|
34070
|
-
.
|
|
34071
|
-
|
|
34072
|
-
font-weight: 600;
|
|
34146
|
+
.t160l1cm .tab-menu-item:first-child {
|
|
34147
|
+
padding-left: 0;
|
|
34073
34148
|
}
|
|
34074
|
-
.
|
|
34075
|
-
|
|
34149
|
+
.t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
34150
|
+
padding-left: 12px;
|
|
34076
34151
|
}
|
|
34077
|
-
.
|
|
34078
|
-
|
|
34079
|
-
|
|
34152
|
+
.t160l1cm .tab-menu-item:hover {
|
|
34153
|
+
color: #0080ff;
|
|
34154
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34080
34155
|
}
|
|
34081
|
-
.
|
|
34156
|
+
.t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
34157
|
+
fill: #0080ff;
|
|
34158
|
+
}
|
|
34159
|
+
.t160l1cm .tab-menu-item:active {
|
|
34160
|
+
background: rgba(192, 203, 224, 0.6);
|
|
34161
|
+
}
|
|
34162
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
34163
|
+
color: #0080ff;
|
|
34164
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34165
|
+
}
|
|
34166
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
34167
|
+
background: rgba(192, 203, 224, 0.6);
|
|
34168
|
+
}
|
|
34169
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
34170
|
+
background: rgba(0, 128, 255, 0.16);
|
|
34171
|
+
}
|
|
34172
|
+
.t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
34173
|
+
fill: #0080ff;
|
|
34174
|
+
}
|
|
34175
|
+
.t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
34176
|
+
color: #0080ff;
|
|
34177
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34178
|
+
}
|
|
34179
|
+
.t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
34180
|
+
background: rgba(0, 128, 255, 0.16);
|
|
34181
|
+
}
|
|
34182
|
+
.t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
34183
|
+
fill: #1d326c;
|
|
34184
|
+
}
|
|
34185
|
+
.t160l1cm .tab-menu-item .expand-arrow {
|
|
34186
|
+
margin-left: 8px;
|
|
34187
|
+
height: 22px;
|
|
34188
|
+
}
|
|
34189
|
+
.t160l1cm .tab-menu-item .expand-arrow path {
|
|
34190
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
34191
|
+
}
|
|
34192
|
+
.t160l1cm .tab-menu-item-group {
|
|
34193
|
+
padding: 0;
|
|
34082
34194
|
display: flex;
|
|
34083
34195
|
align-items: center;
|
|
34084
|
-
|
|
34085
|
-
|
|
34086
|
-
|
|
34087
|
-
|
|
34088
|
-
|
|
34089
|
-
|
|
34196
|
+
overflow: hidden;
|
|
34197
|
+
}
|
|
34198
|
+
.t160l1cm .tab-menu-item-group .main-title {
|
|
34199
|
+
opacity: 0;
|
|
34200
|
+
max-width: 0;
|
|
34201
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
34202
|
+
}
|
|
34203
|
+
.t160l1cm .tab-menu-item-group .sub-title {
|
|
34204
|
+
padding: 1px 12px;
|
|
34205
|
+
position: relative;
|
|
34206
|
+
display: flex;
|
|
34207
|
+
}
|
|
34208
|
+
.t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
34209
|
+
opacity: 0;
|
|
34210
|
+
position: absolute;
|
|
34211
|
+
top: 50%;
|
|
34212
|
+
left: 0;
|
|
34213
|
+
transform: translate(-50%, -50%);
|
|
34214
|
+
transition: opacity 100ms linear;
|
|
34215
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
34216
|
+
}
|
|
34217
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
34218
|
+
color: #0080ff;
|
|
34219
|
+
}
|
|
34220
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34221
|
+
padding: 1px 12px;
|
|
34222
|
+
display: inline-block;
|
|
34223
|
+
opacity: 1;
|
|
34224
|
+
max-width: 160px;
|
|
34225
|
+
}
|
|
34226
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
34227
|
+
padding: 1px 12px;
|
|
34228
|
+
color: #005ed1;
|
|
34229
|
+
}
|
|
34230
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
34231
|
+
opacity: 1;
|
|
34232
|
+
}
|
|
34233
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
34234
|
+
background: rgba(0, 128, 255, 0.16);
|
|
34235
|
+
}
|
|
34236
|
+
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
34237
|
+
opacity: 0;
|
|
34238
|
+
}
|
|
34239
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
34240
|
+
padding: 4px 16px;
|
|
34241
|
+
height: 32px;
|
|
34242
|
+
border-radius: 6px 6px 0 0;
|
|
34243
|
+
}
|
|
34244
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34245
|
+
padding-left: 0;
|
|
34246
|
+
}
|
|
34247
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
34248
|
+
padding-left: 16px;
|
|
34249
|
+
}
|
|
34250
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
34251
|
+
margin-left: 11px;
|
|
34252
|
+
height: 24px;
|
|
34253
|
+
}
|
|
34254
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
34255
|
+
padding: 0;
|
|
34256
|
+
}
|
|
34257
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
34258
|
+
padding: 4px 16px;
|
|
34259
|
+
}
|
|
34260
|
+
.t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34261
|
+
padding: 4px 16px;
|
|
34262
|
+
}
|
|
34263
|
+
.t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
|
|
34264
|
+
background: #fff;
|
|
34265
|
+
}
|
|
34266
|
+
.t160l1cm .tab-menu-item-light:active {
|
|
34267
|
+
color: #005ed1;
|
|
34268
|
+
}
|
|
34269
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
34270
|
+
background: #fff;
|
|
34271
|
+
color: #1d326c;
|
|
34272
|
+
}
|
|
34273
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34274
|
+
color: rgba(45, 58, 86, 0.6);
|
|
34275
|
+
}
|
|
34276
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
34277
|
+
color: #1d326c;
|
|
34278
|
+
}
|
|
34279
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
34280
|
+
fill: #d8deeb;
|
|
34281
|
+
}
|
|
34282
|
+
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
34283
|
+
fill: #1d326c;
|
|
34090
34284
|
}
|
|
34091
|
-
.
|
|
34092
|
-
|
|
34093
|
-
|
|
34285
|
+
.t160l1cm .tab-content {
|
|
34286
|
+
flex: 1;
|
|
34287
|
+
display: flex;
|
|
34288
|
+
flex-direction: column;
|
|
34094
34289
|
}
|
|
34095
|
-
|
|
34096
|
-
|
|
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);
|
|
34290
|
+
.t160l1cm.is-overview .tab-content {
|
|
34291
|
+
overflow: visible;
|
|
34098
34292
|
}
|
|
34099
34293
|
|
|
34100
|
-
.
|
|
34101
|
-
|
|
34102
|
-
|
|
34294
|
+
.t14npdqr {
|
|
34295
|
+
max-width: 240px;
|
|
34296
|
+
animation: none;
|
|
34103
34297
|
}
|
|
34104
|
-
.
|
|
34105
|
-
|
|
34298
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
34299
|
+
border: 1px solid #0080ff;
|
|
34300
|
+
padding: 0;
|
|
34106
34301
|
}
|
|
34107
|
-
.
|
|
34108
|
-
|
|
34109
|
-
|
|
34110
|
-
|
|
34302
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
34303
|
+
margin: 0;
|
|
34304
|
+
height: 32px;
|
|
34305
|
+
line-height: 32px;
|
|
34306
|
+
font-size: 13px;
|
|
34307
|
+
padding: 0 10px;
|
|
34308
|
+
display: block;
|
|
34309
|
+
overflow: hidden;
|
|
34310
|
+
text-overflow: ellipsis;
|
|
34311
|
+
white-space: nowrap;
|
|
34111
34312
|
}
|
|
34112
|
-
|
|
34113
|
-
|
|
34114
|
-
|
|
34313
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
34314
|
+
content: " ";
|
|
34315
|
+
height: 1px;
|
|
34316
|
+
width: calc(100% + 10px);
|
|
34317
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34318
|
+
display: block;
|
|
34115
34319
|
}
|
|
34116
|
-
.
|
|
34117
|
-
|
|
34118
|
-
|
|
34119
|
-
margin-right: 4px;
|
|
34320
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
34321
|
+
color: #0080ff;
|
|
34322
|
+
background: transparent;
|
|
34120
34323
|
}
|
|
34121
34324
|
|
|
34122
34325
|
.slr2ynn {
|
|
@@ -34346,209 +34549,6 @@ button.l48ei06.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34346
34549
|
margin-right: 8px;
|
|
34347
34550
|
}
|
|
34348
34551
|
|
|
34349
|
-
.t160l1cm {
|
|
34350
|
-
display: flex;
|
|
34351
|
-
flex-direction: column;
|
|
34352
|
-
flex: 1;
|
|
34353
|
-
/* FIXME:(yanzhen) do this better */
|
|
34354
|
-
}
|
|
34355
|
-
.t160l1cm .tab-bar {
|
|
34356
|
-
flex-shrink: 0;
|
|
34357
|
-
display: flex;
|
|
34358
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
34359
|
-
}
|
|
34360
|
-
.t160l1cm .tab-content {
|
|
34361
|
-
height: 100%;
|
|
34362
|
-
}
|
|
34363
|
-
.t160l1cm .tab-menu-item {
|
|
34364
|
-
margin-right: 2px;
|
|
34365
|
-
padding: 1px 12px;
|
|
34366
|
-
line-height: 24px;
|
|
34367
|
-
height: 24px;
|
|
34368
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34369
|
-
border-radius: 4px 4px 0 0;
|
|
34370
|
-
cursor: pointer;
|
|
34371
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
34372
|
-
}
|
|
34373
|
-
.t160l1cm .tab-menu-item:first-child {
|
|
34374
|
-
padding-left: 0;
|
|
34375
|
-
}
|
|
34376
|
-
.t160l1cm .tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
34377
|
-
padding-left: 12px;
|
|
34378
|
-
}
|
|
34379
|
-
.t160l1cm .tab-menu-item:hover {
|
|
34380
|
-
color: #0080ff;
|
|
34381
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34382
|
-
}
|
|
34383
|
-
.t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
34384
|
-
fill: #0080ff;
|
|
34385
|
-
}
|
|
34386
|
-
.t160l1cm .tab-menu-item:active {
|
|
34387
|
-
background: rgba(192, 203, 224, 0.6);
|
|
34388
|
-
}
|
|
34389
|
-
.t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
34390
|
-
color: #0080ff;
|
|
34391
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34392
|
-
}
|
|
34393
|
-
.t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
34394
|
-
background: rgba(192, 203, 224, 0.6);
|
|
34395
|
-
}
|
|
34396
|
-
.t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
34397
|
-
background: rgba(0, 128, 255, 0.16);
|
|
34398
|
-
}
|
|
34399
|
-
.t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
34400
|
-
fill: #0080ff;
|
|
34401
|
-
}
|
|
34402
|
-
.t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
34403
|
-
color: #0080ff;
|
|
34404
|
-
background: rgba(0, 128, 255, 0.1);
|
|
34405
|
-
}
|
|
34406
|
-
.t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
34407
|
-
background: rgba(0, 128, 255, 0.16);
|
|
34408
|
-
}
|
|
34409
|
-
.t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
34410
|
-
fill: #1d326c;
|
|
34411
|
-
}
|
|
34412
|
-
.t160l1cm .tab-menu-item .expand-arrow {
|
|
34413
|
-
margin-left: 8px;
|
|
34414
|
-
height: 22px;
|
|
34415
|
-
}
|
|
34416
|
-
.t160l1cm .tab-menu-item .expand-arrow path {
|
|
34417
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
34418
|
-
}
|
|
34419
|
-
.t160l1cm .tab-menu-item-group {
|
|
34420
|
-
padding: 0;
|
|
34421
|
-
display: flex;
|
|
34422
|
-
align-items: center;
|
|
34423
|
-
overflow: hidden;
|
|
34424
|
-
}
|
|
34425
|
-
.t160l1cm .tab-menu-item-group .main-title {
|
|
34426
|
-
opacity: 0;
|
|
34427
|
-
max-width: 0;
|
|
34428
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
34429
|
-
}
|
|
34430
|
-
.t160l1cm .tab-menu-item-group .sub-title {
|
|
34431
|
-
padding: 1px 12px;
|
|
34432
|
-
position: relative;
|
|
34433
|
-
display: flex;
|
|
34434
|
-
}
|
|
34435
|
-
.t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
34436
|
-
opacity: 0;
|
|
34437
|
-
position: absolute;
|
|
34438
|
-
top: 50%;
|
|
34439
|
-
left: 0;
|
|
34440
|
-
transform: translate(-50%, -50%);
|
|
34441
|
-
transition: opacity 100ms linear;
|
|
34442
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
34443
|
-
}
|
|
34444
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
34445
|
-
color: #0080ff;
|
|
34446
|
-
}
|
|
34447
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34448
|
-
padding: 1px 12px;
|
|
34449
|
-
display: inline-block;
|
|
34450
|
-
opacity: 1;
|
|
34451
|
-
max-width: 160px;
|
|
34452
|
-
}
|
|
34453
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
34454
|
-
padding: 1px 12px;
|
|
34455
|
-
color: #005ed1;
|
|
34456
|
-
}
|
|
34457
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
34458
|
-
opacity: 1;
|
|
34459
|
-
}
|
|
34460
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
34461
|
-
background: rgba(0, 128, 255, 0.16);
|
|
34462
|
-
}
|
|
34463
|
-
.t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
34464
|
-
opacity: 0;
|
|
34465
|
-
}
|
|
34466
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
34467
|
-
padding: 4px 16px;
|
|
34468
|
-
height: 32px;
|
|
34469
|
-
border-radius: 6px 6px 0 0;
|
|
34470
|
-
}
|
|
34471
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
34472
|
-
padding-left: 0;
|
|
34473
|
-
}
|
|
34474
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
34475
|
-
padding-left: 16px;
|
|
34476
|
-
}
|
|
34477
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
34478
|
-
margin-left: 11px;
|
|
34479
|
-
height: 24px;
|
|
34480
|
-
}
|
|
34481
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
34482
|
-
padding: 0;
|
|
34483
|
-
}
|
|
34484
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
34485
|
-
padding: 4px 16px;
|
|
34486
|
-
}
|
|
34487
|
-
.t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34488
|
-
padding: 4px 16px;
|
|
34489
|
-
}
|
|
34490
|
-
.t160l1cm .tab-menu-item-light:hover, .t160l1cm .tab-menu-item-light:active {
|
|
34491
|
-
background: #fff;
|
|
34492
|
-
}
|
|
34493
|
-
.t160l1cm .tab-menu-item-light:active {
|
|
34494
|
-
color: #005ed1;
|
|
34495
|
-
}
|
|
34496
|
-
.t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
34497
|
-
background: #fff;
|
|
34498
|
-
color: #1d326c;
|
|
34499
|
-
}
|
|
34500
|
-
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
34501
|
-
color: rgba(45, 58, 86, 0.6);
|
|
34502
|
-
}
|
|
34503
|
-
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
34504
|
-
color: #1d326c;
|
|
34505
|
-
}
|
|
34506
|
-
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
34507
|
-
fill: #d8deeb;
|
|
34508
|
-
}
|
|
34509
|
-
.t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
34510
|
-
fill: #1d326c;
|
|
34511
|
-
}
|
|
34512
|
-
.t160l1cm .tab-content {
|
|
34513
|
-
flex: 1;
|
|
34514
|
-
display: flex;
|
|
34515
|
-
flex-direction: column;
|
|
34516
|
-
}
|
|
34517
|
-
.t160l1cm.is-overview .tab-content {
|
|
34518
|
-
overflow: visible;
|
|
34519
|
-
}
|
|
34520
|
-
|
|
34521
|
-
.t14npdqr {
|
|
34522
|
-
max-width: 240px;
|
|
34523
|
-
animation: none;
|
|
34524
|
-
}
|
|
34525
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
34526
|
-
border: 1px solid #0080ff;
|
|
34527
|
-
padding: 0;
|
|
34528
|
-
}
|
|
34529
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
34530
|
-
margin: 0;
|
|
34531
|
-
height: 32px;
|
|
34532
|
-
line-height: 32px;
|
|
34533
|
-
font-size: 13px;
|
|
34534
|
-
padding: 0 10px;
|
|
34535
|
-
display: block;
|
|
34536
|
-
overflow: hidden;
|
|
34537
|
-
text-overflow: ellipsis;
|
|
34538
|
-
white-space: nowrap;
|
|
34539
|
-
}
|
|
34540
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
34541
|
-
content: " ";
|
|
34542
|
-
height: 1px;
|
|
34543
|
-
width: calc(100% + 10px);
|
|
34544
|
-
background: rgba(172, 186, 211, 0.6);
|
|
34545
|
-
display: block;
|
|
34546
|
-
}
|
|
34547
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
34548
|
-
color: #0080ff;
|
|
34549
|
-
background: transparent;
|
|
34550
|
-
}
|
|
34551
|
-
|
|
34552
34552
|
.f7pxqmh {
|
|
34553
34553
|
width: 100%;
|
|
34554
34554
|
margin-bottom: 0 !important;
|