@cloudtower/eagle 0.26.19 → 0.26.20
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 +275 -331
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +208 -264
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -30261,63 +30261,6 @@ html body {
|
|
|
30261
30261
|
position: absolute;
|
|
30262
30262
|
}
|
|
30263
30263
|
|
|
30264
|
-
.p12gwtiw {
|
|
30265
|
-
display: flex;
|
|
30266
|
-
justify-content: space-between;
|
|
30267
|
-
align-items: center;
|
|
30268
|
-
padding: 10px 0;
|
|
30269
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30270
|
-
font-size: 12px;
|
|
30271
|
-
line-height: 24px;
|
|
30272
|
-
}
|
|
30273
|
-
.p12gwtiw .pagination-left {
|
|
30274
|
-
padding: 2px 8px;
|
|
30275
|
-
}
|
|
30276
|
-
.p12gwtiw .dropdown-trigger {
|
|
30277
|
-
display: flex;
|
|
30278
|
-
align-items: center;
|
|
30279
|
-
border-radius: 6px;
|
|
30280
|
-
cursor: pointer;
|
|
30281
|
-
transition: all 0.3s ease;
|
|
30282
|
-
}
|
|
30283
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30284
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30285
|
-
color: #0080ff;
|
|
30286
|
-
}
|
|
30287
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30288
|
-
margin-left: 4px;
|
|
30289
|
-
}
|
|
30290
|
-
.p12gwtiw .pagination-right {
|
|
30291
|
-
display: flex;
|
|
30292
|
-
align-items: center;
|
|
30293
|
-
color: #0080ff;
|
|
30294
|
-
font-weight: bold;
|
|
30295
|
-
}
|
|
30296
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30297
|
-
margin-left: 4px;
|
|
30298
|
-
}
|
|
30299
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30300
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30301
|
-
padding: 0 8px;
|
|
30302
|
-
}
|
|
30303
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30304
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30305
|
-
color: #0080ff;
|
|
30306
|
-
}
|
|
30307
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30308
|
-
transform: rotate(180deg);
|
|
30309
|
-
}
|
|
30310
|
-
|
|
30311
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30312
|
-
max-height: calc(100vh - 128px);
|
|
30313
|
-
overflow-y: auto;
|
|
30314
|
-
}
|
|
30315
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30316
|
-
padding: 4px 20px;
|
|
30317
|
-
font-size: 12px;
|
|
30318
|
-
line-height: 18px;
|
|
30319
|
-
}
|
|
30320
|
-
|
|
30321
30264
|
.rxbeqvl.ant-radio-wrapper {
|
|
30322
30265
|
display: inline-flex;
|
|
30323
30266
|
align-items: baseline;
|
|
@@ -30464,6 +30407,63 @@ html body {
|
|
|
30464
30407
|
width: 36px;
|
|
30465
30408
|
}
|
|
30466
30409
|
|
|
30410
|
+
.p12gwtiw {
|
|
30411
|
+
display: flex;
|
|
30412
|
+
justify-content: space-between;
|
|
30413
|
+
align-items: center;
|
|
30414
|
+
padding: 10px 0;
|
|
30415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30416
|
+
font-size: 12px;
|
|
30417
|
+
line-height: 24px;
|
|
30418
|
+
}
|
|
30419
|
+
.p12gwtiw .pagination-left {
|
|
30420
|
+
padding: 2px 8px;
|
|
30421
|
+
}
|
|
30422
|
+
.p12gwtiw .dropdown-trigger {
|
|
30423
|
+
display: flex;
|
|
30424
|
+
align-items: center;
|
|
30425
|
+
border-radius: 6px;
|
|
30426
|
+
cursor: pointer;
|
|
30427
|
+
transition: all 0.3s ease;
|
|
30428
|
+
}
|
|
30429
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30430
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30431
|
+
color: #0080ff;
|
|
30432
|
+
}
|
|
30433
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30434
|
+
margin-left: 4px;
|
|
30435
|
+
}
|
|
30436
|
+
.p12gwtiw .pagination-right {
|
|
30437
|
+
display: flex;
|
|
30438
|
+
align-items: center;
|
|
30439
|
+
color: #0080ff;
|
|
30440
|
+
font-weight: bold;
|
|
30441
|
+
}
|
|
30442
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30443
|
+
margin-left: 4px;
|
|
30444
|
+
}
|
|
30445
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30446
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30447
|
+
padding: 0 8px;
|
|
30448
|
+
}
|
|
30449
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30450
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30451
|
+
color: #0080ff;
|
|
30452
|
+
}
|
|
30453
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30454
|
+
transform: rotate(180deg);
|
|
30455
|
+
}
|
|
30456
|
+
|
|
30457
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30458
|
+
max-height: calc(100vh - 128px);
|
|
30459
|
+
overflow-y: auto;
|
|
30460
|
+
}
|
|
30461
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30462
|
+
padding: 4px 20px;
|
|
30463
|
+
font-size: 12px;
|
|
30464
|
+
line-height: 18px;
|
|
30465
|
+
}
|
|
30466
|
+
|
|
30467
30467
|
.cz04yix {
|
|
30468
30468
|
display: flex;
|
|
30469
30469
|
flex-direction: column;
|
|
@@ -30508,61 +30508,6 @@ html body {
|
|
|
30508
30508
|
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30509
30509
|
width: auto;
|
|
30510
30510
|
}
|
|
30511
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30512
|
-
flex: initial;
|
|
30513
|
-
}
|
|
30514
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
30515
|
-
margin-top: 4px;
|
|
30516
|
-
}
|
|
30517
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
30518
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
30519
|
-
display: none !important;
|
|
30520
|
-
}
|
|
30521
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
30522
|
-
padding: 0 15px;
|
|
30523
|
-
border-radius: 4px;
|
|
30524
|
-
height: 32px;
|
|
30525
|
-
display: flex;
|
|
30526
|
-
align-items: center;
|
|
30527
|
-
}
|
|
30528
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
30529
|
-
min-height: auto;
|
|
30530
|
-
white-space: nowrap;
|
|
30531
|
-
}
|
|
30532
|
-
.w1vvwdlp .ant-steps-item-description {
|
|
30533
|
-
padding-bottom: 0px;
|
|
30534
|
-
}
|
|
30535
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
30536
|
-
font-size: 13px !important;
|
|
30537
|
-
line-height: 20px !important;
|
|
30538
|
-
}
|
|
30539
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
30540
|
-
display: inline-block;
|
|
30541
|
-
text-align: center;
|
|
30542
|
-
width: 13px;
|
|
30543
|
-
margin-right: 12px;
|
|
30544
|
-
}
|
|
30545
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
30546
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30547
|
-
}
|
|
30548
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30549
|
-
color: #005ed1;
|
|
30550
|
-
}
|
|
30551
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
30552
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30553
|
-
}
|
|
30554
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30555
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
30556
|
-
}
|
|
30557
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
30558
|
-
cursor: not-allowed;
|
|
30559
|
-
}
|
|
30560
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
30561
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30562
|
-
}
|
|
30563
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30564
|
-
color: #2d3a56;
|
|
30565
|
-
}
|
|
30566
30511
|
|
|
30567
30512
|
.h1cuopx7 .ant-modal-header {
|
|
30568
30513
|
margin: 0 auto;
|
|
@@ -31184,87 +31129,6 @@ input.rrg1fkn.ant-input {
|
|
|
31184
31129
|
margin-left: 5px;
|
|
31185
31130
|
}
|
|
31186
31131
|
|
|
31187
|
-
.s1fc623g {
|
|
31188
|
-
width: 430px !important;
|
|
31189
|
-
}
|
|
31190
|
-
|
|
31191
|
-
.da3mx0o .ant-select-item-group {
|
|
31192
|
-
padding: 8px 16px;
|
|
31193
|
-
line-height: 18px;
|
|
31194
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31195
|
-
height: 34px;
|
|
31196
|
-
min-height: 34px;
|
|
31197
|
-
box-sizing: border-box;
|
|
31198
|
-
margin-top: 8px;
|
|
31199
|
-
}
|
|
31200
|
-
|
|
31201
|
-
.onr9gzt {
|
|
31202
|
-
display: flex;
|
|
31203
|
-
flex-direction: column;
|
|
31204
|
-
margin: 1px 8px;
|
|
31205
|
-
padding: 8px;
|
|
31206
|
-
border-radius: 4px;
|
|
31207
|
-
}
|
|
31208
|
-
.onr9gzt .selected-icon {
|
|
31209
|
-
display: none;
|
|
31210
|
-
}
|
|
31211
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31212
|
-
padding-left: 8px;
|
|
31213
|
-
}
|
|
31214
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31215
|
-
background-color: white;
|
|
31216
|
-
}
|
|
31217
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31218
|
-
color: #0080ff;
|
|
31219
|
-
}
|
|
31220
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31221
|
-
display: block;
|
|
31222
|
-
}
|
|
31223
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31224
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31225
|
-
}
|
|
31226
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31227
|
-
color: #0080ff;
|
|
31228
|
-
}
|
|
31229
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31230
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31231
|
-
color: #0080ff;
|
|
31232
|
-
}
|
|
31233
|
-
|
|
31234
|
-
.oiy0apc {
|
|
31235
|
-
display: flex;
|
|
31236
|
-
justify-content: space-between;
|
|
31237
|
-
height: 20px;
|
|
31238
|
-
line-height: 20px;
|
|
31239
|
-
}
|
|
31240
|
-
.oiy0apc .timezone-title {
|
|
31241
|
-
color: #2d3a56;
|
|
31242
|
-
overflow: hidden;
|
|
31243
|
-
text-overflow: ellipsis;
|
|
31244
|
-
}
|
|
31245
|
-
|
|
31246
|
-
.of4y382 {
|
|
31247
|
-
display: flex;
|
|
31248
|
-
justify-content: space-between;
|
|
31249
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31250
|
-
height: 18px;
|
|
31251
|
-
line-height: 18px;
|
|
31252
|
-
margin-top: 2px;
|
|
31253
|
-
}
|
|
31254
|
-
|
|
31255
|
-
.t19903l9 {
|
|
31256
|
-
border: none;
|
|
31257
|
-
margin-right: 0;
|
|
31258
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31259
|
-
}
|
|
31260
|
-
|
|
31261
|
-
.ohwbvxu {
|
|
31262
|
-
pointer-events: none;
|
|
31263
|
-
height: 32px;
|
|
31264
|
-
width: 100%;
|
|
31265
|
-
opacity: 0;
|
|
31266
|
-
}
|
|
31267
|
-
|
|
31268
31132
|
.t1upn1sz {
|
|
31269
31133
|
height: 100%;
|
|
31270
31134
|
}
|
|
@@ -31629,6 +31493,91 @@ input.rrg1fkn.ant-input {
|
|
|
31629
31493
|
background: #fff;
|
|
31630
31494
|
}
|
|
31631
31495
|
|
|
31496
|
+
.s1fc623g {
|
|
31497
|
+
width: 430px !important;
|
|
31498
|
+
}
|
|
31499
|
+
|
|
31500
|
+
.da3mx0o .ant-select-item-group {
|
|
31501
|
+
padding: 8px 16px;
|
|
31502
|
+
line-height: 18px;
|
|
31503
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31504
|
+
height: 34px;
|
|
31505
|
+
min-height: 34px;
|
|
31506
|
+
box-sizing: border-box;
|
|
31507
|
+
margin-top: 8px;
|
|
31508
|
+
}
|
|
31509
|
+
|
|
31510
|
+
.onr9gzt {
|
|
31511
|
+
display: flex;
|
|
31512
|
+
flex-direction: column;
|
|
31513
|
+
margin: 1px 8px;
|
|
31514
|
+
padding: 8px;
|
|
31515
|
+
border-radius: 4px;
|
|
31516
|
+
}
|
|
31517
|
+
.onr9gzt .selected-icon {
|
|
31518
|
+
display: none;
|
|
31519
|
+
}
|
|
31520
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31521
|
+
padding-left: 8px;
|
|
31522
|
+
}
|
|
31523
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31524
|
+
background-color: white;
|
|
31525
|
+
}
|
|
31526
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31527
|
+
color: #0080ff;
|
|
31528
|
+
}
|
|
31529
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31530
|
+
display: block;
|
|
31531
|
+
}
|
|
31532
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31533
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31534
|
+
}
|
|
31535
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31536
|
+
color: #0080ff;
|
|
31537
|
+
}
|
|
31538
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31539
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31540
|
+
color: #0080ff;
|
|
31541
|
+
}
|
|
31542
|
+
|
|
31543
|
+
.oiy0apc {
|
|
31544
|
+
display: flex;
|
|
31545
|
+
justify-content: space-between;
|
|
31546
|
+
height: 20px;
|
|
31547
|
+
line-height: 20px;
|
|
31548
|
+
}
|
|
31549
|
+
.oiy0apc .timezone-title {
|
|
31550
|
+
color: #2d3a56;
|
|
31551
|
+
overflow: hidden;
|
|
31552
|
+
text-overflow: ellipsis;
|
|
31553
|
+
}
|
|
31554
|
+
|
|
31555
|
+
.of4y382 {
|
|
31556
|
+
display: flex;
|
|
31557
|
+
justify-content: space-between;
|
|
31558
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31559
|
+
height: 18px;
|
|
31560
|
+
line-height: 18px;
|
|
31561
|
+
margin-top: 2px;
|
|
31562
|
+
}
|
|
31563
|
+
|
|
31564
|
+
.t19903l9 {
|
|
31565
|
+
border: none;
|
|
31566
|
+
margin-right: 0;
|
|
31567
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31568
|
+
}
|
|
31569
|
+
|
|
31570
|
+
.ohwbvxu {
|
|
31571
|
+
pointer-events: none;
|
|
31572
|
+
height: 32px;
|
|
31573
|
+
width: 100%;
|
|
31574
|
+
opacity: 0;
|
|
31575
|
+
}
|
|
31576
|
+
|
|
31577
|
+
.i1e4sgug {
|
|
31578
|
+
display: inline-block;
|
|
31579
|
+
}
|
|
31580
|
+
|
|
31632
31581
|
.d6j0lbj {
|
|
31633
31582
|
font-family: Inter;
|
|
31634
31583
|
font-style: normal;
|
|
@@ -32104,10 +32053,6 @@ input.rrg1fkn.ant-input {
|
|
|
32104
32053
|
line-height: 12px;
|
|
32105
32054
|
}
|
|
32106
32055
|
|
|
32107
|
-
.i1e4sgug {
|
|
32108
|
-
display: inline-block;
|
|
32109
|
-
}
|
|
32110
|
-
|
|
32111
32056
|
.m15dvk92 {
|
|
32112
32057
|
display: flex;
|
|
32113
32058
|
justify-content: space-between;
|
|
@@ -32235,63 +32180,6 @@ input.rrg1fkn.ant-input {
|
|
|
32235
32180
|
color: rgba(44, 56, 82, 0.6);
|
|
32236
32181
|
}
|
|
32237
32182
|
|
|
32238
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32239
|
-
border-radius: 6px;
|
|
32240
|
-
}
|
|
32241
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32242
|
-
width: 100%;
|
|
32243
|
-
color: #2d3a56;
|
|
32244
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32245
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32246
|
-
font-size: 13px;
|
|
32247
|
-
}
|
|
32248
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32249
|
-
height: 30px;
|
|
32250
|
-
}
|
|
32251
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32252
|
-
height: 38px;
|
|
32253
|
-
font-size: 13px;
|
|
32254
|
-
}
|
|
32255
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32256
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32257
|
-
transition: 160ms ease;
|
|
32258
|
-
}
|
|
32259
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32260
|
-
color: #0080ff;
|
|
32261
|
-
}
|
|
32262
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32263
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32264
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32265
|
-
}
|
|
32266
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32267
|
-
color: #0080ff;
|
|
32268
|
-
}
|
|
32269
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32270
|
-
border-color: #0080ff;
|
|
32271
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32272
|
-
}
|
|
32273
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32274
|
-
transform: rotate(180deg);
|
|
32275
|
-
}
|
|
32276
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32277
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32278
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32279
|
-
cursor: "not-allowed";
|
|
32280
|
-
}
|
|
32281
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32282
|
-
border-color: #f0483e !important;
|
|
32283
|
-
}
|
|
32284
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32285
|
-
color: #1d326c;
|
|
32286
|
-
}
|
|
32287
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32288
|
-
border-color: #0080ff;
|
|
32289
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32290
|
-
}
|
|
32291
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32292
|
-
transform: rotate(180deg);
|
|
32293
|
-
}
|
|
32294
|
-
|
|
32295
32183
|
.s1uupxds {
|
|
32296
32184
|
padding: 0 8px;
|
|
32297
32185
|
border-radius: 4px;
|
|
@@ -32367,6 +32255,63 @@ input.rrg1fkn.ant-input {
|
|
|
32367
32255
|
background-color: #6b7d99;
|
|
32368
32256
|
}
|
|
32369
32257
|
|
|
32258
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32259
|
+
border-radius: 6px;
|
|
32260
|
+
}
|
|
32261
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32262
|
+
width: 100%;
|
|
32263
|
+
color: #2d3a56;
|
|
32264
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32265
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32266
|
+
font-size: 13px;
|
|
32267
|
+
}
|
|
32268
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32269
|
+
height: 30px;
|
|
32270
|
+
}
|
|
32271
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32272
|
+
height: 38px;
|
|
32273
|
+
font-size: 13px;
|
|
32274
|
+
}
|
|
32275
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32276
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32277
|
+
transition: 160ms ease;
|
|
32278
|
+
}
|
|
32279
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32280
|
+
color: #0080ff;
|
|
32281
|
+
}
|
|
32282
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32283
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32284
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32285
|
+
}
|
|
32286
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32287
|
+
color: #0080ff;
|
|
32288
|
+
}
|
|
32289
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32290
|
+
border-color: #0080ff;
|
|
32291
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32292
|
+
}
|
|
32293
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32294
|
+
transform: rotate(180deg);
|
|
32295
|
+
}
|
|
32296
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32297
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32298
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32299
|
+
cursor: "not-allowed";
|
|
32300
|
+
}
|
|
32301
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32302
|
+
border-color: #f0483e !important;
|
|
32303
|
+
}
|
|
32304
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32305
|
+
color: #1d326c;
|
|
32306
|
+
}
|
|
32307
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32308
|
+
border-color: #0080ff;
|
|
32309
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32310
|
+
}
|
|
32311
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32312
|
+
transform: rotate(180deg);
|
|
32313
|
+
}
|
|
32314
|
+
|
|
32370
32315
|
.m1thnes4 {
|
|
32371
32316
|
color: rgba(44, 56, 82, 0.6);
|
|
32372
32317
|
text-align: center;
|
|
@@ -32617,7 +32562,6 @@ input.rrg1fkn.ant-input {
|
|
|
32617
32562
|
position: relative;
|
|
32618
32563
|
top: -50%;
|
|
32619
32564
|
right: -100%;
|
|
32620
|
-
display: inline-block;
|
|
32621
32565
|
}
|
|
32622
32566
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32623
32567
|
padding: 0 4px 0 12px;
|
|
@@ -33014,6 +32958,15 @@ input.rrg1fkn.ant-input {
|
|
|
33014
32958
|
margin-right: 8px;
|
|
33015
32959
|
}
|
|
33016
32960
|
|
|
32961
|
+
.w1xcixj5.outside-tag {
|
|
32962
|
+
padding-left: 0;
|
|
32963
|
+
}
|
|
32964
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
32965
|
+
border-radius: 4px 0 0 4px;
|
|
32966
|
+
padding-right: 4px;
|
|
32967
|
+
margin-right: 4px;
|
|
32968
|
+
}
|
|
32969
|
+
|
|
33017
32970
|
.f1p9ti6d {
|
|
33018
32971
|
width: 100%;
|
|
33019
32972
|
margin-bottom: 0 !important;
|
|
@@ -33045,15 +32998,6 @@ input.rrg1fkn.ant-input {
|
|
|
33045
32998
|
min-height: 0px;
|
|
33046
32999
|
}
|
|
33047
33000
|
|
|
33048
|
-
.w1xcixj5.outside-tag {
|
|
33049
|
-
padding-left: 0;
|
|
33050
|
-
}
|
|
33051
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33052
|
-
border-radius: 4px 0 0 4px;
|
|
33053
|
-
padding-right: 4px;
|
|
33054
|
-
margin-right: 4px;
|
|
33055
|
-
}
|
|
33056
|
-
|
|
33057
33001
|
.sut42l0 {
|
|
33058
33002
|
padding: 0 8px;
|
|
33059
33003
|
height: 18px;
|