@cloudtower/eagle 0.26.14 → 0.26.15
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 +541 -496
- package/dist/esm/index.js +268 -196
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +11 -1
- package/dist/style.css +228 -183
- package/dist/umd/index.js +266 -194
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29918,6 +29918,35 @@ html body {
|
|
|
29918
29918
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29919
29919
|
}
|
|
29920
29920
|
}
|
|
29921
|
+
.bpq0js6 {
|
|
29922
|
+
padding: 4px 11px;
|
|
29923
|
+
}
|
|
29924
|
+
|
|
29925
|
+
.b15sn34c {
|
|
29926
|
+
white-space: nowrap;
|
|
29927
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29928
|
+
}
|
|
29929
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29930
|
+
--color: #0080ff;
|
|
29931
|
+
}
|
|
29932
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29933
|
+
--color: #0080ff;
|
|
29934
|
+
}
|
|
29935
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29936
|
+
margin-left: 1px;
|
|
29937
|
+
}
|
|
29938
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29939
|
+
border-top-right-radius: 0;
|
|
29940
|
+
border-bottom-right-radius: 0;
|
|
29941
|
+
}
|
|
29942
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29943
|
+
border-top-left-radius: 0;
|
|
29944
|
+
border-bottom-left-radius: 0;
|
|
29945
|
+
}
|
|
29946
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29947
|
+
border-radius: unset;
|
|
29948
|
+
}
|
|
29949
|
+
|
|
29921
29950
|
.buj61ew.ant-btn-icon-only {
|
|
29922
29951
|
justify-content: center;
|
|
29923
29952
|
}
|
|
@@ -30176,35 +30205,6 @@ html body {
|
|
|
30176
30205
|
padding: 0;
|
|
30177
30206
|
}
|
|
30178
30207
|
|
|
30179
|
-
.bpq0js6 {
|
|
30180
|
-
padding: 4px 11px;
|
|
30181
|
-
}
|
|
30182
|
-
|
|
30183
|
-
.b15sn34c {
|
|
30184
|
-
white-space: nowrap;
|
|
30185
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30186
|
-
}
|
|
30187
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30188
|
-
--color: #0080ff;
|
|
30189
|
-
}
|
|
30190
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30191
|
-
--color: #0080ff;
|
|
30192
|
-
}
|
|
30193
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30194
|
-
margin-left: 1px;
|
|
30195
|
-
}
|
|
30196
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30197
|
-
border-top-right-radius: 0;
|
|
30198
|
-
border-bottom-right-radius: 0;
|
|
30199
|
-
}
|
|
30200
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30201
|
-
border-top-left-radius: 0;
|
|
30202
|
-
border-bottom-left-radius: 0;
|
|
30203
|
-
}
|
|
30204
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30205
|
-
border-radius: unset;
|
|
30206
|
-
}
|
|
30207
|
-
|
|
30208
30208
|
.fde5mpd {
|
|
30209
30209
|
width: 100%;
|
|
30210
30210
|
height: 100%;
|
|
@@ -30251,6 +30251,98 @@ html body {
|
|
|
30251
30251
|
animation: rotate 680ms linear infinite;
|
|
30252
30252
|
}
|
|
30253
30253
|
|
|
30254
|
+
.obf05yr {
|
|
30255
|
+
display: inline-block;
|
|
30256
|
+
}
|
|
30257
|
+
|
|
30258
|
+
.hsms1n6 {
|
|
30259
|
+
visibility: hidden;
|
|
30260
|
+
position: absolute;
|
|
30261
|
+
}
|
|
30262
|
+
|
|
30263
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30264
|
+
flex-direction: row;
|
|
30265
|
+
justify-content: stretch;
|
|
30266
|
+
}
|
|
30267
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30268
|
+
padding: 0;
|
|
30269
|
+
margin-right: 4px;
|
|
30270
|
+
flex: 1;
|
|
30271
|
+
overflow: visible;
|
|
30272
|
+
}
|
|
30273
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30274
|
+
display: none;
|
|
30275
|
+
}
|
|
30276
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30277
|
+
width: 100%;
|
|
30278
|
+
min-height: unset;
|
|
30279
|
+
}
|
|
30280
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30281
|
+
height: 26px;
|
|
30282
|
+
line-height: 26px;
|
|
30283
|
+
width: 100%;
|
|
30284
|
+
text-align: center;
|
|
30285
|
+
padding: 0;
|
|
30286
|
+
font-size: 12px;
|
|
30287
|
+
font-weight: normal;
|
|
30288
|
+
}
|
|
30289
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30290
|
+
margin-right: 10px;
|
|
30291
|
+
}
|
|
30292
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30293
|
+
display: none;
|
|
30294
|
+
}
|
|
30295
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30296
|
+
border-radius: 4px 0 0 4px;
|
|
30297
|
+
}
|
|
30298
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30299
|
+
margin-right: 0;
|
|
30300
|
+
}
|
|
30301
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30302
|
+
border-radius: 0 4px 4px 0;
|
|
30303
|
+
}
|
|
30304
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30305
|
+
content: "";
|
|
30306
|
+
width: 0;
|
|
30307
|
+
height: 0;
|
|
30308
|
+
border: 13px solid transparent;
|
|
30309
|
+
position: absolute;
|
|
30310
|
+
top: 0;
|
|
30311
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30312
|
+
right: -21px;
|
|
30313
|
+
z-index: 2;
|
|
30314
|
+
}
|
|
30315
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30316
|
+
content: "";
|
|
30317
|
+
width: 0;
|
|
30318
|
+
height: 0;
|
|
30319
|
+
border: 13px solid transparent;
|
|
30320
|
+
position: absolute;
|
|
30321
|
+
top: 0;
|
|
30322
|
+
border-left: 8px solid #fff;
|
|
30323
|
+
left: 0;
|
|
30324
|
+
}
|
|
30325
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30326
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30327
|
+
}
|
|
30328
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30329
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30330
|
+
}
|
|
30331
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30332
|
+
color: #005ed1;
|
|
30333
|
+
}
|
|
30334
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30335
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30336
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
30337
|
+
}
|
|
30338
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30339
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30340
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30341
|
+
}
|
|
30342
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30343
|
+
padding: 0;
|
|
30344
|
+
}
|
|
30345
|
+
|
|
30254
30346
|
.rxbeqvl.ant-radio-wrapper {
|
|
30255
30347
|
display: inline-flex;
|
|
30256
30348
|
align-items: baseline;
|
|
@@ -30397,155 +30489,6 @@ html body {
|
|
|
30397
30489
|
width: 36px;
|
|
30398
30490
|
}
|
|
30399
30491
|
|
|
30400
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
30401
|
-
flex-direction: row;
|
|
30402
|
-
justify-content: stretch;
|
|
30403
|
-
}
|
|
30404
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
30405
|
-
padding: 0;
|
|
30406
|
-
margin-right: 4px;
|
|
30407
|
-
flex: 1;
|
|
30408
|
-
overflow: visible;
|
|
30409
|
-
}
|
|
30410
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
30411
|
-
display: none;
|
|
30412
|
-
}
|
|
30413
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
30414
|
-
width: 100%;
|
|
30415
|
-
min-height: unset;
|
|
30416
|
-
}
|
|
30417
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
30418
|
-
height: 26px;
|
|
30419
|
-
line-height: 26px;
|
|
30420
|
-
width: 100%;
|
|
30421
|
-
text-align: center;
|
|
30422
|
-
padding: 0;
|
|
30423
|
-
font-size: 12px;
|
|
30424
|
-
font-weight: normal;
|
|
30425
|
-
}
|
|
30426
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
30427
|
-
margin-right: 10px;
|
|
30428
|
-
}
|
|
30429
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
30430
|
-
display: none;
|
|
30431
|
-
}
|
|
30432
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
30433
|
-
border-radius: 4px 0 0 4px;
|
|
30434
|
-
}
|
|
30435
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
30436
|
-
margin-right: 0;
|
|
30437
|
-
}
|
|
30438
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
30439
|
-
border-radius: 0 4px 4px 0;
|
|
30440
|
-
}
|
|
30441
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
30442
|
-
content: "";
|
|
30443
|
-
width: 0;
|
|
30444
|
-
height: 0;
|
|
30445
|
-
border: 13px solid transparent;
|
|
30446
|
-
position: absolute;
|
|
30447
|
-
top: 0;
|
|
30448
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
30449
|
-
right: -21px;
|
|
30450
|
-
z-index: 2;
|
|
30451
|
-
}
|
|
30452
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
30453
|
-
content: "";
|
|
30454
|
-
width: 0;
|
|
30455
|
-
height: 0;
|
|
30456
|
-
border: 13px solid transparent;
|
|
30457
|
-
position: absolute;
|
|
30458
|
-
top: 0;
|
|
30459
|
-
border-left: 8px solid #fff;
|
|
30460
|
-
left: 0;
|
|
30461
|
-
}
|
|
30462
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
30463
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30464
|
-
}
|
|
30465
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
30466
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
30467
|
-
}
|
|
30468
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
30469
|
-
color: #005ed1;
|
|
30470
|
-
}
|
|
30471
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
30472
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
30473
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
30474
|
-
}
|
|
30475
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
30476
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
30477
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30478
|
-
}
|
|
30479
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
30480
|
-
padding: 0;
|
|
30481
|
-
}
|
|
30482
|
-
|
|
30483
|
-
.obf05yr {
|
|
30484
|
-
display: inline-block;
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.hsms1n6 {
|
|
30488
|
-
visibility: hidden;
|
|
30489
|
-
position: absolute;
|
|
30490
|
-
}
|
|
30491
|
-
|
|
30492
|
-
.p12gwtiw {
|
|
30493
|
-
display: flex;
|
|
30494
|
-
justify-content: space-between;
|
|
30495
|
-
align-items: center;
|
|
30496
|
-
padding: 10px 0;
|
|
30497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30498
|
-
font-size: 12px;
|
|
30499
|
-
line-height: 24px;
|
|
30500
|
-
}
|
|
30501
|
-
.p12gwtiw .pagination-left {
|
|
30502
|
-
padding: 2px 8px;
|
|
30503
|
-
}
|
|
30504
|
-
.p12gwtiw .dropdown-trigger {
|
|
30505
|
-
display: flex;
|
|
30506
|
-
align-items: center;
|
|
30507
|
-
border-radius: 6px;
|
|
30508
|
-
cursor: pointer;
|
|
30509
|
-
transition: all 0.3s ease;
|
|
30510
|
-
}
|
|
30511
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30512
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30513
|
-
color: #0080ff;
|
|
30514
|
-
}
|
|
30515
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30516
|
-
margin-left: 4px;
|
|
30517
|
-
}
|
|
30518
|
-
.p12gwtiw .pagination-right {
|
|
30519
|
-
display: flex;
|
|
30520
|
-
align-items: center;
|
|
30521
|
-
color: #0080ff;
|
|
30522
|
-
font-weight: bold;
|
|
30523
|
-
}
|
|
30524
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30525
|
-
margin-left: 4px;
|
|
30526
|
-
}
|
|
30527
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30528
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30529
|
-
padding: 0 8px;
|
|
30530
|
-
}
|
|
30531
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30532
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30533
|
-
color: #0080ff;
|
|
30534
|
-
}
|
|
30535
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30536
|
-
transform: rotate(180deg);
|
|
30537
|
-
}
|
|
30538
|
-
|
|
30539
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30540
|
-
max-height: calc(100vh - 128px);
|
|
30541
|
-
overflow-y: auto;
|
|
30542
|
-
}
|
|
30543
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30544
|
-
padding: 4px 20px;
|
|
30545
|
-
font-size: 12px;
|
|
30546
|
-
line-height: 18px;
|
|
30547
|
-
}
|
|
30548
|
-
|
|
30549
30492
|
.cz04yix {
|
|
30550
30493
|
display: flex;
|
|
30551
30494
|
flex-direction: column;
|
|
@@ -31211,6 +31154,63 @@ input.rrg1fkn.ant-input {
|
|
|
31211
31154
|
border-bottom-left-radius: 0;
|
|
31212
31155
|
}
|
|
31213
31156
|
|
|
31157
|
+
.p12gwtiw {
|
|
31158
|
+
display: flex;
|
|
31159
|
+
justify-content: space-between;
|
|
31160
|
+
align-items: center;
|
|
31161
|
+
padding: 10px 0;
|
|
31162
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31163
|
+
font-size: 12px;
|
|
31164
|
+
line-height: 24px;
|
|
31165
|
+
}
|
|
31166
|
+
.p12gwtiw .pagination-left {
|
|
31167
|
+
padding: 2px 8px;
|
|
31168
|
+
}
|
|
31169
|
+
.p12gwtiw .dropdown-trigger {
|
|
31170
|
+
display: flex;
|
|
31171
|
+
align-items: center;
|
|
31172
|
+
border-radius: 6px;
|
|
31173
|
+
cursor: pointer;
|
|
31174
|
+
transition: all 0.3s ease;
|
|
31175
|
+
}
|
|
31176
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31177
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31178
|
+
color: #0080ff;
|
|
31179
|
+
}
|
|
31180
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31181
|
+
margin-left: 4px;
|
|
31182
|
+
}
|
|
31183
|
+
.p12gwtiw .pagination-right {
|
|
31184
|
+
display: flex;
|
|
31185
|
+
align-items: center;
|
|
31186
|
+
color: #0080ff;
|
|
31187
|
+
font-weight: bold;
|
|
31188
|
+
}
|
|
31189
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31190
|
+
margin-left: 4px;
|
|
31191
|
+
}
|
|
31192
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31193
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31194
|
+
padding: 0 8px;
|
|
31195
|
+
}
|
|
31196
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31197
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31198
|
+
color: #0080ff;
|
|
31199
|
+
}
|
|
31200
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31201
|
+
transform: rotate(180deg);
|
|
31202
|
+
}
|
|
31203
|
+
|
|
31204
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31205
|
+
max-height: calc(100vh - 128px);
|
|
31206
|
+
overflow-y: auto;
|
|
31207
|
+
}
|
|
31208
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31209
|
+
padding: 4px 20px;
|
|
31210
|
+
font-size: 12px;
|
|
31211
|
+
line-height: 18px;
|
|
31212
|
+
}
|
|
31213
|
+
|
|
31214
31214
|
.s34f1qb.ant-switch {
|
|
31215
31215
|
min-width: 40px;
|
|
31216
31216
|
height: 24px;
|
|
@@ -32274,6 +32274,35 @@ input.rrg1fkn.ant-input {
|
|
|
32274
32274
|
margin-left: 24px;
|
|
32275
32275
|
}
|
|
32276
32276
|
|
|
32277
|
+
.c10crapj {
|
|
32278
|
+
border-radius: 8px;
|
|
32279
|
+
}
|
|
32280
|
+
.c10crapj .ant-card-body {
|
|
32281
|
+
padding: 20px 24px 24px 24px;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32284
|
+
.cav9p2m .ant-collapse-item {
|
|
32285
|
+
border: 0px;
|
|
32286
|
+
background-color: #fff;
|
|
32287
|
+
}
|
|
32288
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32289
|
+
padding-top: 0px;
|
|
32290
|
+
padding-bottom: 0px;
|
|
32291
|
+
padding-left: 0px !important;
|
|
32292
|
+
padding-right: 24px;
|
|
32293
|
+
}
|
|
32294
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32295
|
+
right: 0px;
|
|
32296
|
+
}
|
|
32297
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32298
|
+
padding: 0px;
|
|
32299
|
+
}
|
|
32300
|
+
|
|
32301
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32302
|
+
padding-right: 0px;
|
|
32303
|
+
cursor: default;
|
|
32304
|
+
}
|
|
32305
|
+
|
|
32277
32306
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32278
32307
|
border-radius: 6px;
|
|
32279
32308
|
}
|
|
@@ -32664,6 +32693,22 @@ input.rrg1fkn.ant-input {
|
|
|
32664
32693
|
background-color: white;
|
|
32665
32694
|
}
|
|
32666
32695
|
|
|
32696
|
+
.rrwcpby {
|
|
32697
|
+
display: flex;
|
|
32698
|
+
align-items: center;
|
|
32699
|
+
}
|
|
32700
|
+
.rrwcpby .order {
|
|
32701
|
+
height: 24px;
|
|
32702
|
+
width: 24px;
|
|
32703
|
+
border-radius: 20px;
|
|
32704
|
+
color: #0080ff;
|
|
32705
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32706
|
+
display: flex;
|
|
32707
|
+
align-items: center;
|
|
32708
|
+
justify-content: center;
|
|
32709
|
+
margin-right: 6px;
|
|
32710
|
+
}
|
|
32711
|
+
|
|
32667
32712
|
.tc40oxa {
|
|
32668
32713
|
margin-bottom: 4px;
|
|
32669
32714
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32888,11 +32933,6 @@ input.rrg1fkn.ant-input {
|
|
|
32888
32933
|
min-height: 0px;
|
|
32889
32934
|
}
|
|
32890
32935
|
|
|
32891
|
-
.iwsze0q {
|
|
32892
|
-
margin-right: 4px;
|
|
32893
|
-
height: 16px;
|
|
32894
|
-
}
|
|
32895
|
-
|
|
32896
32936
|
.w1xcixj5.outside-tag {
|
|
32897
32937
|
padding-left: 0;
|
|
32898
32938
|
}
|
|
@@ -32967,6 +33007,11 @@ input.rrg1fkn.ant-input {
|
|
|
32967
33007
|
font-size: inherit;
|
|
32968
33008
|
}
|
|
32969
33009
|
|
|
33010
|
+
.iwsze0q {
|
|
33011
|
+
margin-right: 4px;
|
|
33012
|
+
height: 16px;
|
|
33013
|
+
}
|
|
33014
|
+
|
|
32970
33015
|
.feau332.ant-form-item {
|
|
32971
33016
|
margin-bottom: 0;
|
|
32972
33017
|
}
|