@cloudtower/eagle 0.26.26 → 0.26.27

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/style.css CHANGED
@@ -29927,35 +29927,6 @@ html body {
29927
29927
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29928
29928
  }
29929
29929
  }
29930
- .bpq0js6 {
29931
- padding: 4px 11px;
29932
- }
29933
-
29934
- .b15sn34c {
29935
- white-space: nowrap;
29936
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29937
- }
29938
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29939
- --color: #0080ff;
29940
- }
29941
- .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] {
29942
- --color: #0080ff;
29943
- }
29944
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29945
- margin-left: 1px;
29946
- }
29947
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29948
- border-top-right-radius: 0;
29949
- border-bottom-right-radius: 0;
29950
- }
29951
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29952
- border-top-left-radius: 0;
29953
- border-bottom-left-radius: 0;
29954
- }
29955
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29956
- border-radius: unset;
29957
- }
29958
-
29959
29930
  .buj61ew.ant-btn-icon-only {
29960
29931
  justify-content: center;
29961
29932
  }
@@ -30212,6 +30183,35 @@ html body {
30212
30183
  padding: 0;
30213
30184
  }
30214
30185
 
30186
+ .bpq0js6 {
30187
+ padding: 4px 11px;
30188
+ }
30189
+
30190
+ .b15sn34c {
30191
+ white-space: nowrap;
30192
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
30193
+ }
30194
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
30195
+ --color: #0080ff;
30196
+ }
30197
+ .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] {
30198
+ --color: #0080ff;
30199
+ }
30200
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
30201
+ margin-left: 1px;
30202
+ }
30203
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
30204
+ border-top-right-radius: 0;
30205
+ border-bottom-right-radius: 0;
30206
+ }
30207
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
30208
+ border-top-left-radius: 0;
30209
+ border-bottom-left-radius: 0;
30210
+ }
30211
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
30212
+ border-radius: unset;
30213
+ }
30214
+
30215
30215
  .fde5mpd {
30216
30216
  width: 100%;
30217
30217
  height: 100%;
@@ -30258,13 +30258,116 @@ html body {
30258
30258
  margin-right: 4px;
30259
30259
  }
30260
30260
 
30261
- .obf05yr {
30262
- display: inline-block;
30261
+ .s34f1qb.ant-switch {
30262
+ min-width: 40px;
30263
+ height: 24px;
30264
+ background: rgba(172, 186, 211, 0.6);
30265
+ overflow: hidden;
30266
+ }
30267
+ .s34f1qb.ant-switch:focus {
30268
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30269
+ }
30270
+ .s34f1qb.ant-switch-small {
30271
+ min-width: 26px;
30272
+ height: 16px;
30273
+ }
30274
+ .s34f1qb.ant-switch-large {
30275
+ min-width: 52px;
30276
+ height: 32px;
30277
+ }
30278
+ .s34f1qb.ant-switch .ant-switch-handle {
30279
+ height: 20px;
30280
+ width: 20px;
30281
+ }
30282
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30283
+ border-radius: 10px;
30284
+ transition-delay: 120ms;
30285
+ }
30286
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30287
+ height: 14px;
30288
+ width: 14px;
30289
+ top: 1px;
30290
+ left: 1px;
30291
+ }
30292
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30293
+ height: 28px;
30294
+ width: 28px;
30295
+ }
30296
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30297
+ border-radius: 14px;
30298
+ }
30299
+ .s34f1qb.ant-switch-checked {
30300
+ background-color: #00ba5d;
30301
+ }
30302
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30303
+ left: calc(100% - 20px - 2px);
30304
+ }
30305
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30306
+ left: calc(100% - 14px - 1px);
30307
+ }
30308
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30309
+ left: calc(100% - 28px - 2px);
30263
30310
  }
30264
30311
 
30265
- .hsms1n6 {
30266
- visibility: hidden;
30267
- position: absolute;
30312
+ .c1to9vb9 {
30313
+ margin-left: 5px;
30314
+ }
30315
+
30316
+ .p12gwtiw {
30317
+ display: flex;
30318
+ justify-content: space-between;
30319
+ align-items: center;
30320
+ padding: 10px 0;
30321
+ color: rgba(44, 56, 82, 0.6);
30322
+ font-size: 12px;
30323
+ line-height: 24px;
30324
+ }
30325
+ .p12gwtiw .pagination-left {
30326
+ padding: 2px 8px;
30327
+ }
30328
+ .p12gwtiw .dropdown-trigger {
30329
+ display: flex;
30330
+ align-items: center;
30331
+ border-radius: 6px;
30332
+ cursor: pointer;
30333
+ transition: all 0.3s ease;
30334
+ }
30335
+ .p12gwtiw .dropdown-trigger:hover {
30336
+ background: rgba(211, 218, 235, 0.6);
30337
+ color: #0080ff;
30338
+ }
30339
+ .p12gwtiw .dropdown-trigger .icon-inner {
30340
+ margin-left: 4px;
30341
+ }
30342
+ .p12gwtiw .pagination-right {
30343
+ display: flex;
30344
+ align-items: center;
30345
+ color: #0080ff;
30346
+ font-weight: bold;
30347
+ }
30348
+ .p12gwtiw .pagination-right .icon-inner {
30349
+ margin-left: 4px;
30350
+ }
30351
+ .p12gwtiw .pagination-right .prev-btn,
30352
+ .p12gwtiw .pagination-right .next-btn {
30353
+ padding: 0 8px;
30354
+ }
30355
+ .p12gwtiw .pagination-right .prev-btn > span,
30356
+ .p12gwtiw .pagination-right .next-btn > span {
30357
+ color: #0080ff;
30358
+ }
30359
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30360
+ transform: rotate(180deg);
30361
+ }
30362
+
30363
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30364
+ max-height: calc(100vh - 128px);
30365
+ overflow-y: auto;
30366
+ }
30367
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30368
+ padding: 4px 20px;
30369
+ font-size: 12px;
30370
+ line-height: 18px;
30268
30371
  }
30269
30372
 
30270
30373
  .rxbeqvl.ant-radio-wrapper {
@@ -30413,161 +30516,58 @@ html body {
30413
30516
  width: 36px;
30414
30517
  }
30415
30518
 
30416
- .p12gwtiw {
30417
- display: flex;
30418
- justify-content: space-between;
30419
- align-items: center;
30420
- padding: 10px 0;
30421
- color: rgba(44, 56, 82, 0.6);
30422
- font-size: 12px;
30423
- line-height: 24px;
30519
+ .obf05yr {
30520
+ display: inline-block;
30424
30521
  }
30425
- .p12gwtiw .pagination-left {
30426
- padding: 2px 8px;
30522
+
30523
+ .hsms1n6 {
30524
+ visibility: hidden;
30525
+ position: absolute;
30427
30526
  }
30428
- .p12gwtiw .dropdown-trigger {
30527
+
30528
+ .cz04yix {
30429
30529
  display: flex;
30430
- align-items: center;
30431
- border-radius: 6px;
30432
- cursor: pointer;
30433
- transition: all 0.3s ease;
30434
- }
30435
- .p12gwtiw .dropdown-trigger:hover {
30436
- background: rgba(211, 218, 235, 0.6);
30437
- color: #0080ff;
30530
+ flex-direction: column;
30438
30531
  }
30439
- .p12gwtiw .dropdown-trigger .icon-inner {
30440
- margin-left: 4px;
30532
+
30533
+ .m1if5j39 {
30534
+ max-width: 1120px;
30535
+ width: 100%;
30536
+ margin: 0 auto;
30537
+ height: 100%;
30441
30538
  }
30442
- .p12gwtiw .pagination-right {
30539
+
30540
+ .w1vvwdlp {
30541
+ max-width: 1120px;
30542
+ width: 100%;
30543
+ margin: 0 auto;
30443
30544
  display: flex;
30444
- align-items: center;
30445
- color: #0080ff;
30446
- font-weight: bold;
30447
30545
  }
30448
- .p12gwtiw .pagination-right .icon-inner {
30449
- margin-left: 4px;
30546
+ .w1vvwdlp .left,
30547
+ .w1vvwdlp .right {
30548
+ flex-grow: 0;
30549
+ flex-shrink: 0;
30550
+ flex-basis: 21%;
30450
30551
  }
30451
- .p12gwtiw .pagination-right .prev-btn,
30452
- .p12gwtiw .pagination-right .next-btn {
30453
- padding: 0 8px;
30552
+ .w1vvwdlp .left {
30553
+ display: flex;
30554
+ justify-content: flex-end;
30555
+ padding-right: 44px;
30454
30556
  }
30455
- .p12gwtiw .pagination-right .prev-btn > span,
30456
- .p12gwtiw .pagination-right .next-btn > span {
30457
- color: #0080ff;
30557
+ .w1vvwdlp .right {
30558
+ padding-left: 44px;
30458
30559
  }
30459
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30460
- transform: rotate(180deg);
30560
+ .w1vvwdlp .middle {
30561
+ margin-bottom: 40px;
30562
+ flex-grow: 0;
30563
+ flex-shrink: 0;
30564
+ flex-basis: 58%;
30461
30565
  }
30462
-
30463
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30464
- max-height: calc(100vh - 128px);
30465
- overflow-y: auto;
30566
+ .w1vvwdlp .middle .form-base-field {
30567
+ width: 100%;
30466
30568
  }
30467
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30468
- padding: 4px 20px;
30469
- font-size: 12px;
30470
- line-height: 18px;
30471
- }
30472
-
30473
- .s34f1qb.ant-switch {
30474
- min-width: 40px;
30475
- height: 24px;
30476
- background: rgba(172, 186, 211, 0.6);
30477
- overflow: hidden;
30478
- }
30479
- .s34f1qb.ant-switch:focus {
30480
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30481
- }
30482
- .s34f1qb.ant-switch-small {
30483
- min-width: 26px;
30484
- height: 16px;
30485
- }
30486
- .s34f1qb.ant-switch-large {
30487
- min-width: 52px;
30488
- height: 32px;
30489
- }
30490
- .s34f1qb.ant-switch .ant-switch-handle {
30491
- height: 20px;
30492
- width: 20px;
30493
- }
30494
- .s34f1qb.ant-switch .ant-switch-handle::before {
30495
- border-radius: 10px;
30496
- transition-delay: 120ms;
30497
- }
30498
- .s34f1qb.ant-switch-small .ant-switch-handle {
30499
- height: 14px;
30500
- width: 14px;
30501
- top: 1px;
30502
- left: 1px;
30503
- }
30504
- .s34f1qb.ant-switch-large .ant-switch-handle {
30505
- height: 28px;
30506
- width: 28px;
30507
- }
30508
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30509
- border-radius: 14px;
30510
- }
30511
- .s34f1qb.ant-switch-checked {
30512
- background-color: #00ba5d;
30513
- }
30514
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30515
- left: calc(100% - 20px - 2px);
30516
- }
30517
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30518
- left: calc(100% - 14px - 1px);
30519
- }
30520
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30521
- left: calc(100% - 28px - 2px);
30522
- }
30523
-
30524
- .c1to9vb9 {
30525
- margin-left: 5px;
30526
- }
30527
-
30528
- .cz04yix {
30529
- display: flex;
30530
- flex-direction: column;
30531
- }
30532
-
30533
- .m1if5j39 {
30534
- max-width: 1120px;
30535
- width: 100%;
30536
- margin: 0 auto;
30537
- height: 100%;
30538
- }
30539
-
30540
- .w1vvwdlp {
30541
- max-width: 1120px;
30542
- width: 100%;
30543
- margin: 0 auto;
30544
- display: flex;
30545
- }
30546
- .w1vvwdlp .left,
30547
- .w1vvwdlp .right {
30548
- flex-grow: 0;
30549
- flex-shrink: 0;
30550
- flex-basis: 21%;
30551
- }
30552
- .w1vvwdlp .left {
30553
- display: flex;
30554
- justify-content: flex-end;
30555
- padding-right: 44px;
30556
- }
30557
- .w1vvwdlp .right {
30558
- padding-left: 44px;
30559
- }
30560
- .w1vvwdlp .middle {
30561
- margin-bottom: 40px;
30562
- flex-grow: 0;
30563
- flex-shrink: 0;
30564
- flex-basis: 58%;
30565
- }
30566
- .w1vvwdlp .middle .form-base-field {
30567
- width: 100%;
30568
- }
30569
- .w1vvwdlp .middle .form-base-field .form-base-field {
30570
- width: auto;
30569
+ .w1vvwdlp .middle .form-base-field .form-base-field {
30570
+ width: auto;
30571
30571
  }
30572
30572
 
30573
30573
  .h1cuopx7 .ant-modal-header {
@@ -31136,6 +31136,87 @@ input.rrg1fkn.ant-input {
31136
31136
  border-bottom-left-radius: 0;
31137
31137
  }
31138
31138
 
31139
+ .s1fc623g {
31140
+ width: 430px !important;
31141
+ }
31142
+
31143
+ .da3mx0o .ant-select-item-group {
31144
+ padding: 8px 16px;
31145
+ line-height: 18px;
31146
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31147
+ height: 34px;
31148
+ min-height: 34px;
31149
+ box-sizing: border-box;
31150
+ margin-top: 8px;
31151
+ }
31152
+
31153
+ .onr9gzt {
31154
+ display: flex;
31155
+ flex-direction: column;
31156
+ margin: 1px 8px;
31157
+ padding: 8px;
31158
+ border-radius: 4px;
31159
+ }
31160
+ .onr9gzt .selected-icon {
31161
+ display: none;
31162
+ }
31163
+ .onr9gzt.ant-select-item-option-grouped {
31164
+ padding-left: 8px;
31165
+ }
31166
+ .onr9gzt.ant-select-item-option-selected {
31167
+ background-color: white;
31168
+ }
31169
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31170
+ color: #0080ff;
31171
+ }
31172
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31173
+ display: block;
31174
+ }
31175
+ .onr9gzt.ant-select-item-option-active {
31176
+ background: rgba(0, 136, 255, 0.16);
31177
+ }
31178
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31179
+ color: #0080ff;
31180
+ }
31181
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31182
+ background: rgba(0, 136, 255, 0.1);
31183
+ color: #0080ff;
31184
+ }
31185
+
31186
+ .oiy0apc {
31187
+ display: flex;
31188
+ justify-content: space-between;
31189
+ height: 20px;
31190
+ line-height: 20px;
31191
+ }
31192
+ .oiy0apc .timezone-title {
31193
+ color: #2d3a56;
31194
+ overflow: hidden;
31195
+ text-overflow: ellipsis;
31196
+ }
31197
+
31198
+ .of4y382 {
31199
+ display: flex;
31200
+ justify-content: space-between;
31201
+ color: rgba(44, 56, 82, 0.6);
31202
+ height: 18px;
31203
+ line-height: 18px;
31204
+ margin-top: 2px;
31205
+ }
31206
+
31207
+ .t19903l9 {
31208
+ border: none;
31209
+ margin-right: 0;
31210
+ background: rgba(225, 230, 241, 0.6);
31211
+ }
31212
+
31213
+ .ohwbvxu {
31214
+ pointer-events: none;
31215
+ height: 32px;
31216
+ width: 100%;
31217
+ opacity: 0;
31218
+ }
31219
+
31139
31220
  .t1upn1sz {
31140
31221
  height: 100%;
31141
31222
  }
@@ -31500,145 +31581,64 @@ input.rrg1fkn.ant-input {
31500
31581
  background: #fff;
31501
31582
  }
31502
31583
 
31503
- .s1fc623g {
31504
- width: 430px !important;
31584
+ .i1e4sgug {
31585
+ display: inline-block;
31505
31586
  }
31506
31587
 
31507
- .da3mx0o .ant-select-item-group {
31508
- padding: 8px 16px;
31509
- line-height: 18px;
31510
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31511
- height: 34px;
31512
- min-height: 34px;
31513
- box-sizing: border-box;
31514
- margin-top: 8px;
31588
+ .d6j0lbj {
31589
+ font-family: Inter;
31590
+ font-style: normal;
31591
+ font-weight: bold;
31592
+ font-size: 32px;
31593
+ line-height: 40px;
31515
31594
  }
31516
31595
 
31517
- .onr9gzt {
31518
- display: flex;
31519
- flex-direction: column;
31520
- margin: 1px 8px;
31521
- padding: 8px;
31522
- border-radius: 4px;
31596
+ .d1xhvvxe {
31597
+ font-family: Inter;
31598
+ font-style: normal;
31599
+ font-weight: bold;
31600
+ font-size: 24px;
31601
+ line-height: 32px;
31523
31602
  }
31524
- .onr9gzt .selected-icon {
31525
- display: none;
31603
+
31604
+ .dk10mxq {
31605
+ font-family: Inter;
31606
+ font-style: normal;
31607
+ font-weight: normal;
31608
+ font-size: 32px;
31609
+ line-height: 40px;
31526
31610
  }
31527
- .onr9gzt.ant-select-item-option-grouped {
31528
- padding-left: 8px;
31611
+
31612
+ .dxsait {
31613
+ font-family: Inter;
31614
+ font-style: normal;
31615
+ font-weight: bold;
31616
+ font-size: 20px;
31617
+ line-height: 24px;
31529
31618
  }
31530
- .onr9gzt.ant-select-item-option-selected {
31531
- background-color: white;
31619
+
31620
+ .dokn0h3 {
31621
+ font-family: Inter;
31622
+ font-style: normal;
31623
+ font-weight: normal;
31624
+ font-size: 20px;
31625
+ line-height: 24px;
31532
31626
  }
31533
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31534
- color: #0080ff;
31627
+
31628
+ .dobau4p {
31629
+ font-family: Inter;
31630
+ font-style: normal;
31631
+ font-weight: bold;
31632
+ font-size: 18px;
31633
+ line-height: 22px;
31535
31634
  }
31536
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31537
- display: block;
31538
- }
31539
- .onr9gzt.ant-select-item-option-active {
31540
- background: rgba(0, 136, 255, 0.16);
31541
- }
31542
- .onr9gzt.ant-select-item-option-active .timezone-title {
31543
- color: #0080ff;
31544
- }
31545
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31546
- background: rgba(0, 136, 255, 0.1);
31547
- color: #0080ff;
31548
- }
31549
-
31550
- .oiy0apc {
31551
- display: flex;
31552
- justify-content: space-between;
31553
- height: 20px;
31554
- line-height: 20px;
31555
- }
31556
- .oiy0apc .timezone-title {
31557
- color: #2d3a56;
31558
- overflow: hidden;
31559
- text-overflow: ellipsis;
31560
- }
31561
-
31562
- .of4y382 {
31563
- display: flex;
31564
- justify-content: space-between;
31565
- color: rgba(44, 56, 82, 0.6);
31566
- height: 18px;
31567
- line-height: 18px;
31568
- margin-top: 2px;
31569
- }
31570
-
31571
- .t19903l9 {
31572
- border: none;
31573
- margin-right: 0;
31574
- background: rgba(225, 230, 241, 0.6);
31575
- }
31576
-
31577
- .ohwbvxu {
31578
- pointer-events: none;
31579
- height: 32px;
31580
- width: 100%;
31581
- opacity: 0;
31582
- }
31583
-
31584
- .i1e4sgug {
31585
- display: inline-block;
31586
- }
31587
-
31588
- .d6j0lbj {
31589
- font-family: Inter;
31590
- font-style: normal;
31591
- font-weight: bold;
31592
- font-size: 32px;
31593
- line-height: 40px;
31594
- }
31595
-
31596
- .d1xhvvxe {
31597
- font-family: Inter;
31598
- font-style: normal;
31599
- font-weight: bold;
31600
- font-size: 24px;
31601
- line-height: 32px;
31602
- }
31603
-
31604
- .dk10mxq {
31605
- font-family: Inter;
31606
- font-style: normal;
31607
- font-weight: normal;
31608
- font-size: 32px;
31609
- line-height: 40px;
31610
- }
31611
-
31612
- .dxsait {
31613
- font-family: Inter;
31614
- font-style: normal;
31615
- font-weight: bold;
31616
- font-size: 20px;
31617
- line-height: 24px;
31618
- }
31619
-
31620
- .dokn0h3 {
31621
- font-family: Inter;
31622
- font-style: normal;
31623
- font-weight: normal;
31624
- font-size: 20px;
31625
- line-height: 24px;
31626
- }
31627
-
31628
- .dobau4p {
31629
- font-family: Inter;
31630
- font-style: normal;
31631
- font-weight: bold;
31632
- font-size: 18px;
31633
- line-height: 22px;
31634
- }
31635
-
31636
- .dvolwok {
31637
- font-family: Inter;
31638
- font-style: normal;
31639
- font-weight: normal;
31640
- font-size: 18px;
31641
- line-height: 22px;
31635
+
31636
+ .dvolwok {
31637
+ font-family: Inter;
31638
+ font-style: normal;
31639
+ font-weight: normal;
31640
+ font-size: 18px;
31641
+ line-height: 22px;
31642
31642
  }
31643
31643
 
31644
31644
  .h181qhg4 {
@@ -32173,10 +32173,6 @@ input.rrg1fkn.ant-input {
32173
32173
  cursor: default;
32174
32174
  }
32175
32175
 
32176
- .iiqau4c.ant-input-group.ant-input-group-compact {
32177
- display: flex;
32178
- }
32179
-
32180
32176
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32181
32177
  border-radius: 6px;
32182
32178
  }
@@ -32234,6 +32230,10 @@ input.rrg1fkn.ant-input {
32234
32230
  transform: rotate(180deg);
32235
32231
  }
32236
32232
 
32233
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32234
+ display: flex;
32235
+ }
32236
+
32237
32237
  .igz4le8 {
32238
32238
  height: 24px;
32239
32239
  width: 56px !important;
@@ -32318,238 +32318,77 @@ input.rrg1fkn.ant-input {
32318
32318
  display: inline-block;
32319
32319
  }
32320
32320
 
32321
- .m1thnes4 {
32322
- color: rgba(44, 56, 82, 0.6);
32323
- text-align: center;
32324
- display: flex;
32325
- align-items: center;
32326
- justify-content: center;
32327
- flex-direction: column;
32328
- height: 100%;
32329
- }
32330
- .m1thnes4 .link {
32331
- color: #0080ff;
32332
- cursor: pointer;
32333
- }
32334
-
32335
- .m1bixfdy {
32336
- width: 100%;
32337
- height: 100%;
32338
- display: flex;
32339
- flex-direction: column;
32321
+ .sq6vos1 {
32322
+ --item-min-width: 60px;
32340
32323
  }
32341
- .m1bixfdy .name-toolbar {
32342
- width: 100%;
32343
- display: flex;
32344
- line-height: 30px;
32345
- padding: 0 16px;
32346
- justify-content: space-between;
32324
+ .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32325
+ display: none !important;
32347
32326
  }
32348
- .m1bixfdy .name-toolbar .metric-extra {
32349
- display: flex;
32350
- font-size: 12px;
32351
- align-items: center;
32327
+ .sq6vos1 .ant-steps-item.ant-steps-item-active {
32328
+ flex-shrink: 0 !important;
32352
32329
  }
32353
- .m1bixfdy .name-toolbar .metric-extra .info-item {
32354
- color: #a3b4cc;
32330
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32331
+ color: #0080ff;
32355
32332
  }
32356
- .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32357
- margin-left: 10px;
32333
+ .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32334
+ color: #0080ff;
32335
+ font-weight: normal;
32358
32336
  }
32359
- .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32360
- margin-left: 10px;
32361
- cursor: pointer;
32337
+ .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32338
+ color: rgba(44, 56, 82, 0.6);
32362
32339
  }
32363
- .m1bixfdy .content {
32364
- flex: 1;
32365
- width: 100%;
32366
- display: flex;
32367
- justify-content: center;
32368
- align-items: center;
32340
+ .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32341
+ color: #00122e;
32369
32342
  }
32370
- .m1bixfdy .single-content {
32371
- height: 65px;
32343
+ .sq6vos1 .step-item-text {
32344
+ display: inline-block;
32372
32345
  }
32373
-
32374
- .lfamfcw {
32375
- display: flex;
32376
- align-items: center;
32377
- white-space: nowrap;
32346
+ .sq6vos1 .step-item-title {
32378
32347
  overflow: hidden;
32379
- width: 100%;
32380
- }
32381
- .lfamfcw .ant-dropdown-trigger {
32382
- margin-left: auto;
32383
- font-size: 12px;
32348
+ white-space: nowrap;
32349
+ text-overflow: ellipsis;
32384
32350
  }
32385
32351
 
32386
- .la6u9b4 {
32387
- display: flex;
32388
- justify-content: flex-start;
32389
- align-items: center;
32390
- font-size: 12px;
32391
- cursor: pointer;
32352
+ .hjtnwxg .ant-steps-item-container {
32353
+ min-width: var(--item-min-width);
32392
32354
  }
32393
- .la6u9b4:not(:last-child) {
32394
- margin-right: 20px;
32355
+ .hjtnwxg .ant-steps-item-disabled {
32356
+ cursor: not-allowed !important;
32395
32357
  }
32396
- .la6u9b4.deselected {
32397
- opacity: 0.4;
32358
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32359
+ flex-direction: row;
32360
+ justify-content: stretch;
32398
32361
  }
32399
- .la6u9b4.deselected .color-block {
32400
- background: #b4beca !important;
32362
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32363
+ padding: 0;
32364
+ margin-right: 4px;
32365
+ flex: 1;
32366
+ overflow: visible;
32401
32367
  }
32402
-
32403
- .chhvk8b {
32404
- display: inline-block;
32405
- height: 8px;
32406
- width: 8px;
32407
- margin-right: 8px;
32368
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32369
+ width: 100%;
32370
+ min-height: unset;
32408
32371
  }
32409
-
32410
- .e1sdlxq1 .ant-dropdown-menu-item {
32411
- display: flex;
32412
- align-items: center;
32372
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32373
+ height: 26px;
32374
+ line-height: 26px;
32375
+ width: 100%;
32376
+ padding: 0;
32413
32377
  font-size: 12px;
32414
- margin: 0;
32415
- }
32416
-
32417
- .m16f7gpb {
32418
- position: relative;
32419
32378
  }
32420
- .m16f7gpb.hidden-xaxis .pointer-wrapper {
32421
- bottom: -12px;
32379
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32380
+ margin-right: 10px;
32422
32381
  }
32423
- .m16f7gpb .metric-toolbar {
32424
- display: flex;
32425
- justify-content: space-between;
32426
- line-height: 30px;
32427
- margin: 0 16px;
32382
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32383
+ display: none;
32428
32384
  }
32429
- .m16f7gpb .metric-toolbar .metric-extra {
32430
- display: flex;
32431
- font-size: 12px;
32432
- align-items: center;
32385
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32386
+ padding-left: 8px;
32387
+ padding-right: 4px;
32388
+ border-radius: 4px 0 0 4px;
32433
32389
  }
32434
- .m16f7gpb .metric-toolbar .metric-extra .info-item {
32435
- color: #a3b4cc;
32436
- }
32437
- .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32438
- margin-left: 10px;
32439
- }
32440
- .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32441
- margin-left: 10px;
32442
- cursor: pointer;
32443
- }
32444
- .m16f7gpb .recharts-xAxis {
32445
- font-size: 12px;
32446
- }
32447
- .m16f7gpb .pointer-wrapper {
32448
- position: absolute;
32449
- bottom: 10px;
32450
- padding: 0 8px;
32451
- border-radius: 4px;
32452
- font-size: 12px;
32453
- color: #fff;
32454
- background: rgba(0, 0, 0, 0.75);
32455
- transform: translateX(-50%);
32456
- }
32457
-
32458
- .t1ipvk51 {
32459
- min-width: 200px;
32460
- }
32461
-
32462
- .t1kgldps {
32463
- display: flex;
32464
- align-items: center;
32465
- justify-content: space-between;
32466
- background-color: rgba(0, 0, 0, 0.75);
32467
- color: #b4beca;
32468
- font-size: 12px;
32469
- padding: 3px 6px;
32470
- }
32471
- .t1kgldps:first-child {
32472
- padding-top: 3px;
32473
- }
32474
- .t1kgldps:last-child {
32475
- padding-bottom: 3px;
32476
- }
32477
- .t1kgldps .column-value {
32478
- color: #fff;
32479
- margin-left: 8px;
32480
- }
32481
-
32482
- .sq6vos1 {
32483
- --item-min-width: 60px;
32484
- }
32485
- .sq6vos1 .ant-steps-item-tail, .sq6vos1 .ant-steps-item-icon {
32486
- display: none !important;
32487
- }
32488
- .sq6vos1 .ant-steps-item.ant-steps-item-active {
32489
- flex-shrink: 0 !important;
32490
- }
32491
- .sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
32492
- color: #0080ff;
32493
- }
32494
- .sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32495
- color: #0080ff;
32496
- font-weight: normal;
32497
- }
32498
- .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
32499
- color: rgba(44, 56, 82, 0.6);
32500
- }
32501
- .sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
32502
- color: #00122e;
32503
- }
32504
- .sq6vos1 .step-item-text {
32505
- display: inline-block;
32506
- }
32507
- .sq6vos1 .step-item-title {
32508
- overflow: hidden;
32509
- white-space: nowrap;
32510
- text-overflow: ellipsis;
32511
- }
32512
-
32513
- .hjtnwxg .ant-steps-item-container {
32514
- min-width: var(--item-min-width);
32515
- }
32516
- .hjtnwxg .ant-steps-item-disabled {
32517
- cursor: not-allowed !important;
32518
- }
32519
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal {
32520
- flex-direction: row;
32521
- justify-content: stretch;
32522
- }
32523
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
32524
- padding: 0;
32525
- margin-right: 4px;
32526
- flex: 1;
32527
- overflow: visible;
32528
- }
32529
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
32530
- width: 100%;
32531
- min-height: unset;
32532
- }
32533
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
32534
- height: 26px;
32535
- line-height: 26px;
32536
- width: 100%;
32537
- padding: 0;
32538
- font-size: 12px;
32539
- }
32540
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
32541
- margin-right: 10px;
32542
- }
32543
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
32544
- display: none;
32545
- }
32546
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
32547
- padding-left: 8px;
32548
- padding-right: 4px;
32549
- border-radius: 4px 0 0 4px;
32550
- }
32551
- .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32552
- margin-right: 0;
32390
+ .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
32391
+ margin-right: 0;
32553
32392
  }
32554
32393
  .hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
32555
32394
  padding-right: 8px;
@@ -32694,92 +32533,6 @@ input.rrg1fkn.ant-input {
32694
32533
  background: rgba(163, 180, 204, 0.18);
32695
32534
  }
32696
32535
 
32697
- .c1k4vanq {
32698
- padding: 0 12px 14px 12px;
32699
- }
32700
-
32701
- .s1uupxds {
32702
- padding: 0 8px;
32703
- border-radius: 4px;
32704
- }
32705
-
32706
- .m10sqwut {
32707
- padding: 2px 8px;
32708
- border-radius: 3px;
32709
- }
32710
-
32711
- .l1d492wb {
32712
- padding: 3px 8px;
32713
- border-radius: 2px;
32714
- }
32715
-
32716
- .t1lzavmu.ant-tag:hover {
32717
- opacity: unset;
32718
- }
32719
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32720
- margin: 0;
32721
- margin-right: 8px;
32722
- display: inline-flex;
32723
- align-items: center;
32724
- border: none;
32725
- }
32726
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32727
- width: 16px;
32728
- height: 16px;
32729
- color: inherit;
32730
- margin-left: 4px;
32731
- opacity: 0.6;
32732
- display: inline-flex;
32733
- }
32734
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32735
- opacity: 1;
32736
- }
32737
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32738
- color: #0080ff;
32739
- background-color: rgba(0, 136, 255, 0.1);
32740
- }
32741
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32742
- color: #f0483e;
32743
- background-color: rgba(255, 74, 74, 0.1);
32744
- }
32745
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32746
- color: #e07f00;
32747
- background-color: rgba(255, 187, 0, 0.1);
32748
- }
32749
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32750
- color: #008f4c;
32751
- background-color: rgba(30, 201, 127, 0.1);
32752
- }
32753
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32754
- color: #1d326c;
32755
- background-color: rgba(225, 230, 241, 0.6);
32756
- }
32757
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32758
- color: #7E41FF;
32759
- background-color: rgba(126, 65, 255, 0.1);
32760
- }
32761
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32762
- color: #fff;
32763
- }
32764
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32765
- background-color: #f0483e;
32766
- }
32767
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32768
- background-color: #fea008;
32769
- }
32770
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32771
- background-color: #00ba5d;
32772
- }
32773
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32774
- background-color: #0080ff;
32775
- }
32776
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32777
- background-color: #6b7d99;
32778
- }
32779
- .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32780
- background-color: #7E41FF;
32781
- }
32782
-
32783
32536
  .o8ocss1 {
32784
32537
  overflow: hidden;
32785
32538
  text-overflow: ellipsis;
@@ -32789,6 +32542,10 @@ input.rrg1fkn.ant-input {
32789
32542
  white-space: nowrap;
32790
32543
  }
32791
32544
 
32545
+ .c1k4vanq {
32546
+ padding: 0 12px 14px 12px;
32547
+ }
32548
+
32792
32549
  .c1udgdh2 {
32793
32550
  color: #2d3a56;
32794
32551
  padding: 7px 12px;
@@ -32829,20 +32586,165 @@ input.rrg1fkn.ant-input {
32829
32586
  margin-right: 2px;
32830
32587
  }
32831
32588
 
32832
- .rrwcpby {
32589
+ .m1thnes4 {
32590
+ color: rgba(44, 56, 82, 0.6);
32591
+ text-align: center;
32833
32592
  display: flex;
32834
32593
  align-items: center;
32594
+ justify-content: center;
32595
+ flex-direction: column;
32596
+ height: 100%;
32835
32597
  }
32836
- .rrwcpby .order {
32837
- height: 24px;
32838
- width: 24px;
32839
- border-radius: 20px;
32598
+ .m1thnes4 .link {
32840
32599
  color: #0080ff;
32841
- background: rgba(0, 136, 255, 0.1);
32600
+ cursor: pointer;
32601
+ }
32602
+
32603
+ .m1bixfdy {
32604
+ width: 100%;
32605
+ height: 100%;
32606
+ display: flex;
32607
+ flex-direction: column;
32608
+ }
32609
+ .m1bixfdy .name-toolbar {
32610
+ width: 100%;
32611
+ display: flex;
32612
+ line-height: 30px;
32613
+ padding: 0 16px;
32614
+ justify-content: space-between;
32615
+ }
32616
+ .m1bixfdy .name-toolbar .metric-extra {
32842
32617
  display: flex;
32618
+ font-size: 12px;
32843
32619
  align-items: center;
32620
+ }
32621
+ .m1bixfdy .name-toolbar .metric-extra .info-item {
32622
+ color: #a3b4cc;
32623
+ }
32624
+ .m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
32625
+ margin-left: 10px;
32626
+ }
32627
+ .m1bixfdy .name-toolbar .metric-extra .menu-trigger {
32628
+ margin-left: 10px;
32629
+ cursor: pointer;
32630
+ }
32631
+ .m1bixfdy .content {
32632
+ flex: 1;
32633
+ width: 100%;
32634
+ display: flex;
32844
32635
  justify-content: center;
32845
- margin-right: 6px;
32636
+ align-items: center;
32637
+ }
32638
+ .m1bixfdy .single-content {
32639
+ height: 65px;
32640
+ }
32641
+
32642
+ .lfamfcw {
32643
+ display: flex;
32644
+ align-items: center;
32645
+ white-space: nowrap;
32646
+ overflow: hidden;
32647
+ width: 100%;
32648
+ }
32649
+ .lfamfcw .ant-dropdown-trigger {
32650
+ margin-left: auto;
32651
+ font-size: 12px;
32652
+ }
32653
+
32654
+ .la6u9b4 {
32655
+ display: flex;
32656
+ justify-content: flex-start;
32657
+ align-items: center;
32658
+ font-size: 12px;
32659
+ cursor: pointer;
32660
+ }
32661
+ .la6u9b4:not(:last-child) {
32662
+ margin-right: 20px;
32663
+ }
32664
+ .la6u9b4.deselected {
32665
+ opacity: 0.4;
32666
+ }
32667
+ .la6u9b4.deselected .color-block {
32668
+ background: #b4beca !important;
32669
+ }
32670
+
32671
+ .chhvk8b {
32672
+ display: inline-block;
32673
+ height: 8px;
32674
+ width: 8px;
32675
+ margin-right: 8px;
32676
+ }
32677
+
32678
+ .e1sdlxq1 .ant-dropdown-menu-item {
32679
+ display: flex;
32680
+ align-items: center;
32681
+ font-size: 12px;
32682
+ margin: 0;
32683
+ }
32684
+
32685
+ .m16f7gpb {
32686
+ position: relative;
32687
+ }
32688
+ .m16f7gpb.hidden-xaxis .pointer-wrapper {
32689
+ bottom: -12px;
32690
+ }
32691
+ .m16f7gpb .metric-toolbar {
32692
+ display: flex;
32693
+ justify-content: space-between;
32694
+ line-height: 30px;
32695
+ margin: 0 16px;
32696
+ }
32697
+ .m16f7gpb .metric-toolbar .metric-extra {
32698
+ display: flex;
32699
+ font-size: 12px;
32700
+ align-items: center;
32701
+ }
32702
+ .m16f7gpb .metric-toolbar .metric-extra .info-item {
32703
+ color: #a3b4cc;
32704
+ }
32705
+ .m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
32706
+ margin-left: 10px;
32707
+ }
32708
+ .m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
32709
+ margin-left: 10px;
32710
+ cursor: pointer;
32711
+ }
32712
+ .m16f7gpb .recharts-xAxis {
32713
+ font-size: 12px;
32714
+ }
32715
+ .m16f7gpb .pointer-wrapper {
32716
+ position: absolute;
32717
+ bottom: 10px;
32718
+ padding: 0 8px;
32719
+ border-radius: 4px;
32720
+ font-size: 12px;
32721
+ color: #fff;
32722
+ background: rgba(0, 0, 0, 0.75);
32723
+ transform: translateX(-50%);
32724
+ }
32725
+
32726
+ .t1ipvk51 {
32727
+ min-width: 200px;
32728
+ }
32729
+
32730
+ .t1kgldps {
32731
+ display: flex;
32732
+ align-items: center;
32733
+ justify-content: space-between;
32734
+ background-color: rgba(0, 0, 0, 0.75);
32735
+ color: #b4beca;
32736
+ font-size: 12px;
32737
+ padding: 3px 6px;
32738
+ }
32739
+ .t1kgldps:first-child {
32740
+ padding-top: 3px;
32741
+ }
32742
+ .t1kgldps:last-child {
32743
+ padding-bottom: 3px;
32744
+ }
32745
+ .t1kgldps .column-value {
32746
+ color: #fff;
32747
+ margin-left: 8px;
32846
32748
  }
32847
32749
 
32848
32750
  .bab9xum {
@@ -32862,112 +32764,102 @@ input.rrg1fkn.ant-input {
32862
32764
  transform: translateY(-4px);
32863
32765
  }
32864
32766
 
32865
- .sut42l0 {
32767
+ .s1uupxds {
32866
32768
  padding: 0 8px;
32867
- height: 18px;
32769
+ border-radius: 4px;
32868
32770
  }
32869
32771
 
32870
- .mfsz1jz {
32772
+ .m10sqwut {
32871
32773
  padding: 2px 8px;
32872
- height: 24px;
32774
+ border-radius: 3px;
32873
32775
  }
32874
32776
 
32875
- .tnd6h4m {
32876
- margin: 0;
32777
+ .l1d492wb {
32778
+ padding: 3px 8px;
32779
+ border-radius: 2px;
32877
32780
  }
32878
32781
 
32879
- .i1qw4clm {
32880
- margin-right: 4px;
32881
- height: 16px;
32782
+ .t1lzavmu.ant-tag:hover {
32783
+ opacity: unset;
32882
32784
  }
32883
-
32884
- .w1xcixj5.outside-tag {
32885
- padding-left: 0;
32785
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
32786
+ margin: 0;
32787
+ margin-right: 8px;
32788
+ display: inline-flex;
32789
+ align-items: center;
32790
+ border: none;
32886
32791
  }
32887
- .w1xcixj5.outside-tag .inside-tag {
32888
- border-radius: 4px 0 0 4px;
32889
- padding-right: 4px;
32890
- margin-right: 4px;
32792
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
32793
+ width: 16px;
32794
+ height: 16px;
32795
+ color: inherit;
32796
+ margin-left: 4px;
32797
+ opacity: 0.6;
32798
+ display: inline-flex;
32891
32799
  }
32892
-
32893
- .f1p9ti6d {
32894
- width: 100%;
32895
- margin-bottom: 0 !important;
32896
- flex-flow: nowrap !important;
32897
- line-break: auto;
32800
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32801
+ opacity: 1;
32898
32802
  }
32899
- .f1p9ti6d > .ant-form-item-label {
32900
- text-align: left !important;
32901
- padding-bottom: 0 !important;
32803
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32804
+ color: #0080ff;
32805
+ background-color: rgba(0, 136, 255, 0.1);
32902
32806
  }
32903
- .f1p9ti6d > .ant-form-item-label > label {
32904
- min-height: 32px;
32905
- height: auto;
32906
- font-size: 13px;
32907
- color: rgba(44, 56, 82, 0.6);
32908
- white-space: normal;
32807
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32808
+ color: #f0483e;
32809
+ background-color: rgba(255, 74, 74, 0.1);
32909
32810
  }
32910
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32911
- border-color: #ff4d4f !important;
32811
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32812
+ color: #e07f00;
32813
+ background-color: rgba(255, 187, 0, 0.1);
32912
32814
  }
32913
- .f1p9ti6d .ant-form-item-explain {
32914
- margin-top: 4px;
32915
- font-size: 12px;
32916
- min-height: 0px;
32815
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32816
+ color: #008f4c;
32817
+ background-color: rgba(30, 201, 127, 0.1);
32917
32818
  }
32918
- .f1p9ti6d .ant-form-item-extra {
32919
- font-size: 12px;
32920
- color: rgba(44, 56, 82, 0.6);
32921
- min-height: 0px;
32819
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32820
+ color: #1d326c;
32821
+ background-color: rgba(225, 230, 241, 0.6);
32922
32822
  }
32923
-
32924
- .at4ovwe .ant-input-number-handler-wrap {
32925
- display: var(--at4ovwe-0);
32823
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32824
+ color: #7E41FF;
32825
+ background-color: rgba(126, 65, 255, 0.1);
32926
32826
  }
32927
- .at4ovwe .ant-input-number-input-wrap {
32928
- padding: 5px 12px;
32929
- display: inline-flex;
32930
- line-height: 1.5715;
32931
- height: 100%;
32932
- width: 100%;
32827
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32828
+ color: #fff;
32933
32829
  }
32934
- .at4ovwe .ant-input-number-input-wrap::after {
32935
- content: var(--at4ovwe-1);
32936
- display: var(--at4ovwe-2);
32937
- flex: none;
32938
- align-items: center;
32939
- margin-left: 4px;
32940
- color: rgba(44, 56, 82, 0.6);
32830
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32831
+ background-color: #f0483e;
32941
32832
  }
32942
- .at4ovwe .ant-input-number-input-wrap::before {
32943
- content: var(--at4ovwe-3);
32944
- display: var(--at4ovwe-4);
32945
- flex: none;
32946
- align-items: center;
32947
- margin-right: 4px;
32948
- cursor: auto;
32949
- color: rgba(44, 56, 82, 0.6);
32833
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32834
+ background-color: #fea008;
32950
32835
  }
32951
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32952
- border-radius: 0;
32836
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32837
+ background-color: #00ba5d;
32953
32838
  }
32954
- .at4ovwe.ant-input-number {
32955
- width: 100%;
32956
- border-radius: 6px;
32839
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32840
+ background-color: #0080ff;
32957
32841
  }
32958
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32959
- border-color: #0096ff;
32960
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32842
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32843
+ background-color: #6b7d99;
32961
32844
  }
32962
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32963
- border-color: #e75a3a;
32964
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32845
+ .t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32846
+ background-color: #7E41FF;
32965
32847
  }
32966
- .at4ovwe .ant-input-number-input {
32967
- padding: 0;
32968
- margin: 0;
32969
- height: auto;
32970
- font-size: inherit;
32848
+
32849
+ .rrwcpby {
32850
+ display: flex;
32851
+ align-items: center;
32852
+ }
32853
+ .rrwcpby .order {
32854
+ height: 24px;
32855
+ width: 24px;
32856
+ border-radius: 20px;
32857
+ color: #0080ff;
32858
+ background: rgba(0, 136, 255, 0.1);
32859
+ display: flex;
32860
+ align-items: center;
32861
+ justify-content: center;
32862
+ margin-right: 6px;
32971
32863
  }
32972
32864
 
32973
32865
  .tc40oxa {
@@ -33163,11 +33055,119 @@ input.rrg1fkn.ant-input {
33163
33055
  margin-right: 8px;
33164
33056
  }
33165
33057
 
33058
+ .f1p9ti6d {
33059
+ width: 100%;
33060
+ margin-bottom: 0 !important;
33061
+ flex-flow: nowrap !important;
33062
+ line-break: auto;
33063
+ }
33064
+ .f1p9ti6d > .ant-form-item-label {
33065
+ text-align: left !important;
33066
+ padding-bottom: 0 !important;
33067
+ }
33068
+ .f1p9ti6d > .ant-form-item-label > label {
33069
+ min-height: 32px;
33070
+ height: auto;
33071
+ font-size: 13px;
33072
+ color: rgba(44, 56, 82, 0.6);
33073
+ white-space: normal;
33074
+ }
33075
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
33076
+ border-color: #ff4d4f !important;
33077
+ }
33078
+ .f1p9ti6d .ant-form-item-explain {
33079
+ margin-top: 4px;
33080
+ font-size: 12px;
33081
+ min-height: 0px;
33082
+ }
33083
+ .f1p9ti6d .ant-form-item-extra {
33084
+ font-size: 12px;
33085
+ color: rgba(44, 56, 82, 0.6);
33086
+ min-height: 0px;
33087
+ }
33088
+
33089
+ .w1xcixj5.outside-tag {
33090
+ padding-left: 0;
33091
+ }
33092
+ .w1xcixj5.outside-tag .inside-tag {
33093
+ border-radius: 4px 0 0 4px;
33094
+ padding-right: 4px;
33095
+ margin-right: 4px;
33096
+ }
33097
+
33098
+ .sut42l0 {
33099
+ padding: 0 8px;
33100
+ height: 18px;
33101
+ }
33102
+
33103
+ .mfsz1jz {
33104
+ padding: 2px 8px;
33105
+ height: 24px;
33106
+ }
33107
+
33108
+ .tnd6h4m {
33109
+ margin: 0;
33110
+ }
33111
+
33112
+ .i1qw4clm {
33113
+ margin-right: 4px;
33114
+ height: 16px;
33115
+ }
33116
+
33166
33117
  .iwsze0q {
33167
33118
  margin-right: 4px;
33168
33119
  height: 16px;
33169
33120
  }
33170
33121
 
33122
+ .at4ovwe .ant-input-number-handler-wrap {
33123
+ display: var(--at4ovwe-0);
33124
+ }
33125
+ .at4ovwe .ant-input-number-input-wrap {
33126
+ padding: 5px 12px;
33127
+ display: inline-flex;
33128
+ line-height: 1.5715;
33129
+ height: 100%;
33130
+ width: 100%;
33131
+ }
33132
+ .at4ovwe .ant-input-number-input-wrap::after {
33133
+ content: var(--at4ovwe-1);
33134
+ display: var(--at4ovwe-2);
33135
+ flex: none;
33136
+ align-items: center;
33137
+ margin-left: 4px;
33138
+ color: rgba(44, 56, 82, 0.6);
33139
+ }
33140
+ .at4ovwe .ant-input-number-input-wrap::before {
33141
+ content: var(--at4ovwe-3);
33142
+ display: var(--at4ovwe-4);
33143
+ flex: none;
33144
+ align-items: center;
33145
+ margin-right: 4px;
33146
+ cursor: auto;
33147
+ color: rgba(44, 56, 82, 0.6);
33148
+ }
33149
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33150
+ border-radius: 0;
33151
+ }
33152
+ .at4ovwe.ant-input-number {
33153
+ width: 100%;
33154
+ border-radius: 6px;
33155
+ }
33156
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33157
+ border-color: #0096ff;
33158
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33159
+ }
33160
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33161
+ border-color: #e75a3a;
33162
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33163
+ }
33164
+ .at4ovwe .ant-input-number-input {
33165
+ padding: 0;
33166
+ margin: 0;
33167
+ height: auto;
33168
+ font-size: inherit;
33169
+ }
33170
+
33171
33171
  .a6dbbkm .ant-input-number-handler-wrap {
33172
33172
  display: var(--a6dbbkm-0);
33173
33173
  }