@cloudtower/eagle 0.27.4 → 0.27.6

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.
@@ -29471,81 +29471,6 @@ html body {
29471
29471
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29472
29472
  }
29473
29473
  }
29474
- .fde5mpd {
29475
- width: 100%;
29476
- height: 100%;
29477
- min-height: 124px;
29478
- display: flex;
29479
- flex-direction: column;
29480
- justify-content: center;
29481
- align-items: center;
29482
- }
29483
- .fde5mpd .error-text {
29484
- color: rgba(10, 37, 85, 0.6);
29485
- margin-bottom: 16px;
29486
- font-size: 18px;
29487
- }
29488
-
29489
- .bpq0js6 {
29490
- padding: 4px 11px;
29491
- }
29492
-
29493
- .b15sn34c {
29494
- white-space: nowrap;
29495
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29496
- }
29497
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29498
- --color: #0080ff;
29499
- }
29500
- .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] {
29501
- --color: #0080ff;
29502
- }
29503
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29504
- margin-left: 1px;
29505
- }
29506
- .b15sn34c > .ant-btn:not(:only-child):first-child {
29507
- border-top-right-radius: 0;
29508
- border-bottom-right-radius: 0;
29509
- }
29510
- .b15sn34c > .ant-btn:not(:only-child):last-child {
29511
- border-top-left-radius: 0;
29512
- border-bottom-left-radius: 0;
29513
- }
29514
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29515
- border-radius: unset;
29516
- }
29517
-
29518
- .iap75of {
29519
- height: 18px;
29520
- line-height: 18px;
29521
- padding: 0 4px;
29522
- border-radius: 4px;
29523
- background: rgba(235, 239, 245, 0.6);
29524
- border: 1px solid rgba(223, 228, 235, 0.6);
29525
- display: flex;
29526
- align-items: center;
29527
- white-space: nowrap;
29528
- margin-right: 4px;
29529
- }
29530
-
29531
- .i1mrf09m {
29532
- display: inline-flex;
29533
- align-items: center;
29534
- }
29535
- .i1mrf09m .icon-inner {
29536
- display: inline-flex;
29537
- align-items: center;
29538
- justify-content: center;
29539
- }
29540
- .i1mrf09m .icon-inner + span,
29541
- .i1mrf09m span + .icon-inner.suffix {
29542
- margin-left: 4px;
29543
- }
29544
- .i1mrf09m.is-rotate img,
29545
- .i1mrf09m.is-rotate svg {
29546
- animation: rotate 680ms linear infinite;
29547
- }
29548
-
29549
29474
  .buj61ew.ant-btn-icon-only {
29550
29475
  justify-content: center;
29551
29476
  }
@@ -29796,6 +29721,147 @@ html body {
29796
29721
  padding: 0;
29797
29722
  }
29798
29723
 
29724
+ .bpq0js6 {
29725
+ padding: 4px 11px;
29726
+ }
29727
+
29728
+ .b15sn34c {
29729
+ white-space: nowrap;
29730
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
29731
+ }
29732
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
29733
+ --color: #0080ff;
29734
+ }
29735
+ .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] {
29736
+ --color: #0080ff;
29737
+ }
29738
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
29739
+ margin-left: 1px;
29740
+ }
29741
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
29742
+ border-top-right-radius: 0;
29743
+ border-bottom-right-radius: 0;
29744
+ }
29745
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
29746
+ border-top-left-radius: 0;
29747
+ border-bottom-left-radius: 0;
29748
+ }
29749
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
29750
+ border-radius: unset;
29751
+ }
29752
+
29753
+ .fde5mpd {
29754
+ width: 100%;
29755
+ height: 100%;
29756
+ min-height: 124px;
29757
+ display: flex;
29758
+ flex-direction: column;
29759
+ justify-content: center;
29760
+ align-items: center;
29761
+ }
29762
+ .fde5mpd .error-text {
29763
+ color: rgba(10, 37, 85, 0.6);
29764
+ margin-bottom: 16px;
29765
+ font-size: 18px;
29766
+ }
29767
+
29768
+ .i1mrf09m {
29769
+ display: inline-flex;
29770
+ align-items: center;
29771
+ }
29772
+ .i1mrf09m .icon-inner {
29773
+ display: inline-flex;
29774
+ align-items: center;
29775
+ justify-content: center;
29776
+ }
29777
+ .i1mrf09m .icon-inner + span,
29778
+ .i1mrf09m span + .icon-inner.suffix {
29779
+ margin-left: 4px;
29780
+ }
29781
+ .i1mrf09m.is-rotate img,
29782
+ .i1mrf09m.is-rotate svg {
29783
+ animation: rotate 680ms linear infinite;
29784
+ }
29785
+
29786
+ .iap75of {
29787
+ height: 18px;
29788
+ line-height: 18px;
29789
+ padding: 0 4px;
29790
+ border-radius: 4px;
29791
+ background: rgba(235, 239, 245, 0.6);
29792
+ border: 1px solid rgba(223, 228, 235, 0.6);
29793
+ display: flex;
29794
+ align-items: center;
29795
+ white-space: nowrap;
29796
+ margin-right: 4px;
29797
+ }
29798
+
29799
+ .obf05yr {
29800
+ display: inline-block;
29801
+ }
29802
+
29803
+ .hsms1n6 {
29804
+ visibility: hidden;
29805
+ position: absolute;
29806
+ }
29807
+
29808
+ .p12gwtiw {
29809
+ display: flex;
29810
+ justify-content: space-between;
29811
+ align-items: center;
29812
+ padding: 10px 0;
29813
+ color: rgba(44, 56, 82, 0.6);
29814
+ font-size: 12px;
29815
+ line-height: 24px;
29816
+ }
29817
+ .p12gwtiw .pagination-left {
29818
+ padding: 2px 8px;
29819
+ }
29820
+ .p12gwtiw .dropdown-trigger {
29821
+ display: flex;
29822
+ align-items: center;
29823
+ border-radius: 6px;
29824
+ cursor: pointer;
29825
+ transition: all 0.3s ease;
29826
+ }
29827
+ .p12gwtiw .dropdown-trigger:hover {
29828
+ background: rgba(211, 218, 235, 0.6);
29829
+ color: #0080ff;
29830
+ }
29831
+ .p12gwtiw .dropdown-trigger .icon-inner {
29832
+ margin-left: 4px;
29833
+ }
29834
+ .p12gwtiw .pagination-right {
29835
+ display: flex;
29836
+ align-items: center;
29837
+ color: #0080ff;
29838
+ font-weight: bold;
29839
+ }
29840
+ .p12gwtiw .pagination-right .icon-inner {
29841
+ margin-left: 4px;
29842
+ }
29843
+ .p12gwtiw .pagination-right .prev-btn,
29844
+ .p12gwtiw .pagination-right .next-btn {
29845
+ padding: 0 8px;
29846
+ }
29847
+ .p12gwtiw .pagination-right .prev-btn > span,
29848
+ .p12gwtiw .pagination-right .next-btn > span {
29849
+ color: #0080ff;
29850
+ }
29851
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
29852
+ transform: rotate(180deg);
29853
+ }
29854
+
29855
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
29856
+ max-height: calc(100vh - 128px);
29857
+ overflow-y: auto;
29858
+ }
29859
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
29860
+ padding: 4px 20px;
29861
+ font-size: 12px;
29862
+ line-height: 18px;
29863
+ }
29864
+
29799
29865
  .cz04yix {
29800
29866
  display: flex;
29801
29867
  flex-direction: column;
@@ -30408,151 +30474,72 @@ input.rrg1fkn.ant-input {
30408
30474
  border-bottom-left-radius: 0;
30409
30475
  }
30410
30476
 
30411
- .p12gwtiw {
30477
+ .c1t6wbwv {
30412
30478
  display: flex;
30413
- justify-content: space-between;
30414
- align-items: center;
30415
- padding: 10px 0;
30416
- color: rgba(44, 56, 82, 0.6);
30417
- font-size: 12px;
30418
- line-height: 24px;
30479
+ flex-direction: column;
30419
30480
  }
30420
- .p12gwtiw .pagination-left {
30421
- padding: 2px 8px;
30481
+ .c1t6wbwv .select-wrapper {
30482
+ margin-top: 12px;
30422
30483
  }
30423
- .p12gwtiw .dropdown-trigger {
30424
- display: flex;
30425
- align-items: center;
30426
- border-radius: 6px;
30427
- cursor: pointer;
30428
- transition: all 0.3s ease;
30484
+ .c1t6wbwv .select-wrapper .select {
30485
+ width: 100%;
30429
30486
  }
30430
- .p12gwtiw .dropdown-trigger:hover {
30431
- background: rgba(211, 218, 235, 0.6);
30432
- color: #0080ff;
30487
+ .c1t6wbwv .radio-wrapper {
30488
+ margin-top: 24px;
30433
30489
  }
30434
- .p12gwtiw .dropdown-trigger .icon-inner {
30435
- margin-left: 4px;
30490
+ .c1t6wbwv .form-item {
30491
+ width: 100%;
30436
30492
  }
30437
- .p12gwtiw .pagination-right {
30438
- display: flex;
30439
- align-items: center;
30440
- color: #0080ff;
30441
- font-weight: bold;
30493
+
30494
+ .d1k7vv5v {
30495
+ font-size: 14px;
30496
+ font-weight: 500;
30497
+ color: #3e4652;
30498
+ line-height: 18px;
30442
30499
  }
30443
- .p12gwtiw .pagination-right .icon-inner {
30444
- margin-left: 4px;
30500
+ .d1k7vv5v + .d1k7vv5v {
30501
+ margin-top: 16px;
30445
30502
  }
30446
- .p12gwtiw .pagination-right .prev-btn,
30447
- .p12gwtiw .pagination-right .next-btn {
30448
- padding: 0 8px;
30449
- }
30450
- .p12gwtiw .pagination-right .prev-btn > span,
30451
- .p12gwtiw .pagination-right .next-btn > span {
30452
- color: #0080ff;
30453
- }
30454
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30455
- transform: rotate(180deg);
30503
+ .d1k7vv5v + * {
30504
+ margin-top: 16px;
30456
30505
  }
30457
30506
 
30458
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30459
- max-height: calc(100vh - 128px);
30460
- overflow-y: auto;
30461
- }
30462
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30463
- padding: 4px 20px;
30507
+ .le7b9r4.d1k7vv5v {
30464
30508
  font-size: 12px;
30465
- line-height: 18px;
30509
+ color: rgba(44, 56, 82, 0.6);
30510
+ margin-top: 12px;
30466
30511
  }
30467
30512
 
30468
- .obf05yr {
30469
- display: inline-block;
30513
+ .r1dnygxx.le7b9r4.d1k7vv5v {
30514
+ line-height: 18px;
30515
+ font-weight: 500;
30516
+ margin-top: 0;
30517
+ white-space: initial;
30470
30518
  }
30471
30519
 
30472
- .hsms1n6 {
30473
- visibility: hidden;
30474
- position: absolute;
30520
+ .r12ddqmh {
30521
+ display: block;
30475
30522
  }
30476
-
30477
- .s1fc623g {
30478
- width: 430px !important;
30523
+ .r12ddqmh span {
30524
+ font-size: 14px;
30525
+ font-weight: 500;
30526
+ line-height: 32px;
30527
+ color: #3e4652;
30479
30528
  }
30480
30529
 
30481
- .da3mx0o .ant-select-item-group {
30482
- padding: 8px 16px;
30483
- line-height: 18px;
30484
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30485
- height: 34px;
30486
- min-height: 34px;
30487
- box-sizing: border-box;
30530
+ .ctcr26a {
30488
30531
  margin-top: 8px;
30489
- }
30490
-
30491
- .onr9gzt {
30492
- display: flex;
30493
- flex-direction: column;
30494
- margin: 1px 8px;
30495
30532
  padding: 8px;
30496
- border-radius: 4px;
30497
- }
30498
- .onr9gzt .selected-icon {
30499
- display: none;
30500
- }
30501
- .onr9gzt.ant-select-item-option-grouped {
30502
- padding-left: 8px;
30503
- }
30504
- .onr9gzt.ant-select-item-option-selected {
30505
- background-color: white;
30506
- }
30507
- .onr9gzt.ant-select-item-option-selected .timezone-title {
30508
- color: #0080ff;
30509
- }
30510
- .onr9gzt.ant-select-item-option-selected .selected-icon {
30511
- display: block;
30512
- }
30513
- .onr9gzt.ant-select-item-option-active {
30514
- background: rgba(0, 136, 255, 0.16);
30515
- }
30516
- .onr9gzt.ant-select-item-option-active .timezone-title {
30517
- color: #0080ff;
30518
- }
30519
- .onr9gzt.ant-select-item-option-active .timezone-tag {
30520
- background: rgba(0, 136, 255, 0.1);
30521
- color: #0080ff;
30533
+ border-radius: 6px;
30534
+ background: rgba(225, 230, 241, 0.6);
30535
+ color: rgba(44, 56, 82, 0.6);
30536
+ font-size: 12px;
30522
30537
  }
30523
-
30524
- .oiy0apc {
30525
- display: flex;
30526
- justify-content: space-between;
30527
- height: 20px;
30538
+ .ctcr26a div {
30528
30539
  line-height: 20px;
30529
- }
30530
- .oiy0apc .timezone-title {
30531
- color: #2d3a56;
30532
- overflow: hidden;
30533
- text-overflow: ellipsis;
30534
- }
30535
-
30536
- .of4y382 {
30537
30540
  display: flex;
30538
- justify-content: space-between;
30539
- color: rgba(44, 56, 82, 0.6);
30540
- height: 18px;
30541
- line-height: 18px;
30542
- margin-top: 2px;
30543
- }
30544
-
30545
- .t19903l9 {
30546
- border: none;
30547
- margin-right: 0;
30548
- background: rgba(225, 230, 241, 0.6);
30549
- }
30550
-
30551
- .ohwbvxu {
30552
- pointer-events: none;
30553
- height: 32px;
30554
- width: 100%;
30555
- opacity: 0;
30541
+ align-items: center;
30542
+ word-break: break-all;
30556
30543
  }
30557
30544
 
30558
30545
  .rxbeqvl.ant-radio-wrapper {
@@ -30701,8 +30688,59 @@ input.rrg1fkn.ant-input {
30701
30688
  width: 36px;
30702
30689
  }
30703
30690
 
30704
- .i1e4sgug {
30705
- display: inline-block;
30691
+ .s34f1qb.ant-switch {
30692
+ min-width: 40px;
30693
+ height: 24px;
30694
+ background: rgba(172, 186, 211, 0.6);
30695
+ overflow: hidden;
30696
+ }
30697
+ .s34f1qb.ant-switch:focus {
30698
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30699
+ }
30700
+ .s34f1qb.ant-switch-small {
30701
+ min-width: 26px;
30702
+ height: 16px;
30703
+ }
30704
+ .s34f1qb.ant-switch-large {
30705
+ min-width: 52px;
30706
+ height: 32px;
30707
+ }
30708
+ .s34f1qb.ant-switch .ant-switch-handle {
30709
+ height: 20px;
30710
+ width: 20px;
30711
+ }
30712
+ .s34f1qb.ant-switch .ant-switch-handle::before {
30713
+ border-radius: 10px;
30714
+ transition-delay: 120ms;
30715
+ }
30716
+ .s34f1qb.ant-switch-small .ant-switch-handle {
30717
+ height: 14px;
30718
+ width: 14px;
30719
+ top: 1px;
30720
+ left: 1px;
30721
+ }
30722
+ .s34f1qb.ant-switch-large .ant-switch-handle {
30723
+ height: 28px;
30724
+ width: 28px;
30725
+ }
30726
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
30727
+ border-radius: 14px;
30728
+ }
30729
+ .s34f1qb.ant-switch-checked {
30730
+ background-color: #00ba5d;
30731
+ }
30732
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
30733
+ left: calc(100% - 20px - 2px);
30734
+ }
30735
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30736
+ left: calc(100% - 14px - 1px);
30737
+ }
30738
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30739
+ left: calc(100% - 28px - 2px);
30740
+ }
30741
+
30742
+ .c1to9vb9 {
30743
+ margin-left: 5px;
30706
30744
  }
30707
30745
 
30708
30746
  .d6j0lbj {
@@ -31180,75 +31218,300 @@ input.rrg1fkn.ant-input {
31180
31218
  line-height: 12px;
31181
31219
  }
31182
31220
 
31183
- .t1upn1sz {
31184
- height: 100%;
31221
+ .s1fc623g {
31222
+ width: 430px !important;
31185
31223
  }
31186
31224
 
31187
- .tta5kd2 {
31188
- height: 100%;
31189
- }
31190
- .tta5kd2.empty-table .ant-table-content {
31191
- overflow: visible !important;
31192
- height: 100%;
31193
- }
31194
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31195
- height: 100%;
31196
- }
31197
- .tta5kd2.empty-table .ant-table-content table {
31198
- width: 100% !important;
31199
- height: 100%;
31225
+ .da3mx0o .ant-select-item-group {
31226
+ padding: 8px 16px;
31227
+ line-height: 18px;
31228
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31229
+ height: 34px;
31230
+ min-height: 34px;
31231
+ box-sizing: border-box;
31232
+ margin-top: 8px;
31200
31233
  }
31201
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31202
- padding: 15px 0;
31234
+
31235
+ .onr9gzt {
31236
+ display: flex;
31237
+ flex-direction: column;
31238
+ margin: 1px 8px;
31239
+ padding: 8px;
31240
+ border-radius: 4px;
31203
31241
  }
31204
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31242
+ .onr9gzt .selected-icon {
31205
31243
  display: none;
31206
31244
  }
31207
- .tta5kd2 .active-row td:nth-child(1) {
31208
- font-weight: 700;
31209
- }
31210
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31211
- font-weight: 700;
31245
+ .onr9gzt.ant-select-item-option-grouped {
31246
+ padding-left: 8px;
31212
31247
  }
31213
- .tta5kd2 .ant-spin-nested-loading {
31214
- height: 100%;
31248
+ .onr9gzt.ant-select-item-option-selected {
31249
+ background-color: white;
31215
31250
  }
31216
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31217
- height: 100%;
31218
- overflow: visible;
31251
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31252
+ color: #0080ff;
31219
31253
  }
31220
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31221
- max-height: none;
31254
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31255
+ display: block;
31222
31256
  }
31223
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31224
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31225
- display: none;
31257
+ .onr9gzt.ant-select-item-option-active {
31258
+ background: rgba(0, 136, 255, 0.16);
31226
31259
  }
31227
- .tta5kd2 td.ant-table-column-sort {
31228
- background: transparent;
31260
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31261
+ color: #0080ff;
31229
31262
  }
31230
- .tta5kd2 td.ant-table-cell-fix-left,
31231
- .tta5kd2 td.ant-table-cell-fix-right {
31232
- background: #fff;
31233
- padding: 0 !important;
31263
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31264
+ background: rgba(0, 136, 255, 0.1);
31265
+ color: #0080ff;
31234
31266
  }
31235
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31236
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31267
+
31268
+ .oiy0apc {
31237
31269
  display: flex;
31238
- align-items: center;
31239
- height: 100%;
31240
- padding: 8px;
31270
+ justify-content: space-between;
31271
+ height: 20px;
31272
+ line-height: 20px;
31241
31273
  }
31242
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31243
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31274
+ .oiy0apc .timezone-title {
31275
+ color: #2d3a56;
31244
31276
  overflow: hidden;
31245
31277
  text-overflow: ellipsis;
31246
- width: 100%;
31247
31278
  }
31248
- .tta5kd2 .ant-table-container {
31249
- height: 100%;
31250
- }
31251
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31279
+
31280
+ .of4y382 {
31281
+ display: flex;
31282
+ justify-content: space-between;
31283
+ color: rgba(44, 56, 82, 0.6);
31284
+ height: 18px;
31285
+ line-height: 18px;
31286
+ margin-top: 2px;
31287
+ }
31288
+
31289
+ .t19903l9 {
31290
+ border: none;
31291
+ margin-right: 0;
31292
+ background: rgba(225, 230, 241, 0.6);
31293
+ }
31294
+
31295
+ .ohwbvxu {
31296
+ pointer-events: none;
31297
+ height: 32px;
31298
+ width: 100%;
31299
+ opacity: 0;
31300
+ }
31301
+
31302
+ .c1up1pdz {
31303
+ width: 648px;
31304
+ }
31305
+ .c1up1pdz.active {
31306
+ border-color: #0080ff;
31307
+ }
31308
+ .c1up1pdz.active > header {
31309
+ background: rgba(0, 128, 255, 0.1);
31310
+ }
31311
+ .c1up1pdz .expand {
31312
+ padding: 12px;
31313
+ }
31314
+ .c1up1pdz .field-item {
31315
+ display: flex;
31316
+ padding: 10px 0;
31317
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31318
+ }
31319
+ .c1up1pdz .field-item:last-child {
31320
+ border-bottom: none;
31321
+ padding-bottom: 0;
31322
+ }
31323
+ .c1up1pdz .field-item label {
31324
+ line-height: 32px;
31325
+ width: 100px;
31326
+ color: rgba(62, 70, 82, 0.6);
31327
+ }
31328
+ .c1up1pdz .help {
31329
+ color: rgba(62, 70, 82, 0.6);
31330
+ margin-top: 5px;
31331
+ }
31332
+ .c1up1pdz .ant-input-affix-wrapper,
31333
+ .c1up1pdz .ant-picker {
31334
+ width: 128px;
31335
+ }
31336
+
31337
+ .c156wh19 {
31338
+ display: flex;
31339
+ align-items: center;
31340
+ justify-content: space-between;
31341
+ word-break: keep-all;
31342
+ }
31343
+ .c156wh19 .title {
31344
+ margin: 0 16px 0 8px;
31345
+ }
31346
+ .c156wh19 .retain {
31347
+ color: rgba(129, 138, 153, 0.6);
31348
+ }
31349
+ .c156wh19 .left {
31350
+ flex: 1;
31351
+ display: flex;
31352
+ overflow: hidden;
31353
+ align-items: center;
31354
+ justify-content: flex-start;
31355
+ white-space: nowrap;
31356
+ }
31357
+ .c156wh19 .left .title {
31358
+ max-width: 100%;
31359
+ overflow: hidden;
31360
+ text-overflow: ellipsis;
31361
+ }
31362
+ .c156wh19 .right {
31363
+ display: flex;
31364
+ align-items: center;
31365
+ }
31366
+ .c156wh19 .reverse {
31367
+ display: flex;
31368
+ flex-direction: row-reverse;
31369
+ align-items: center;
31370
+ }
31371
+ .c156wh19 .reverse .ant-switch {
31372
+ margin-left: 8px;
31373
+ }
31374
+ .c156wh19 .close {
31375
+ padding-left: 14px;
31376
+ margin-left: 14px;
31377
+ border-left: 1px solid rgba(129, 138, 153, 0.6);
31378
+ cursor: pointer;
31379
+ }
31380
+
31381
+ .m126spxy {
31382
+ padding-bottom: 4px;
31383
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31384
+ }
31385
+ .m126spxy .ant-btn-link {
31386
+ padding: 1px 10px;
31387
+ color: rgba(62, 70, 82, 0.6);
31388
+ border-radius: 4px;
31389
+ }
31390
+ .m126spxy .ant-btn-link.active {
31391
+ background: rgba(0, 128, 255, 0.1);
31392
+ color: #0096ff;
31393
+ }
31394
+
31395
+ .wpbf4pq {
31396
+ padding: 10px 0;
31397
+ border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31398
+ }
31399
+ .wpbf4pq .ant-input,
31400
+ .wpbf4pq .ant-picker {
31401
+ width: 80px;
31402
+ margin: 0 9px;
31403
+ text-align: center;
31404
+ }
31405
+ .wpbf4pq .options {
31406
+ padding: 12px 0 12px 16px;
31407
+ border-left: 2px solid rgba(129, 138, 153, 0.6);
31408
+ margin: 5px 0 5px 8px;
31409
+ }
31410
+ .wpbf4pq .week-day-option,
31411
+ .wpbf4pq .month-day-option {
31412
+ background: #f5f7fa;
31413
+ box-sizing: border-box;
31414
+ border-radius: 16px;
31415
+ margin-right: 8px;
31416
+ }
31417
+ .wpbf4pq .week-day-option:focus,
31418
+ .wpbf4pq .month-day-option:focus {
31419
+ color: inherit;
31420
+ border-color: #d9d9d9;
31421
+ }
31422
+ .wpbf4pq .week-day-option.active {
31423
+ background-color: #0096ff;
31424
+ border-color: #0096ff;
31425
+ color: #fff;
31426
+ }
31427
+ .wpbf4pq .week-day-option.en-text {
31428
+ width: 110px;
31429
+ margin-top: 4px;
31430
+ }
31431
+ .wpbf4pq .month-day-option {
31432
+ width: 32px;
31433
+ padding: 0;
31434
+ margin-bottom: 8px;
31435
+ }
31436
+ .wpbf4pq .month-day-option.active {
31437
+ background-color: #0096ff;
31438
+ border-color: #0096ff;
31439
+ color: #fff;
31440
+ }
31441
+
31442
+ .i1e4sgug {
31443
+ display: inline-block;
31444
+ }
31445
+
31446
+ .t1upn1sz {
31447
+ height: 100%;
31448
+ }
31449
+
31450
+ .tta5kd2 {
31451
+ height: 100%;
31452
+ }
31453
+ .tta5kd2.empty-table .ant-table-content {
31454
+ overflow: visible !important;
31455
+ height: 100%;
31456
+ }
31457
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31458
+ height: 100%;
31459
+ }
31460
+ .tta5kd2.empty-table .ant-table-content table {
31461
+ width: 100% !important;
31462
+ height: 100%;
31463
+ }
31464
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31465
+ padding: 15px 0;
31466
+ }
31467
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31468
+ display: none;
31469
+ }
31470
+ .tta5kd2 .active-row td:nth-child(1) {
31471
+ font-weight: 700;
31472
+ }
31473
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31474
+ font-weight: 700;
31475
+ }
31476
+ .tta5kd2 .ant-spin-nested-loading {
31477
+ height: 100%;
31478
+ }
31479
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31480
+ height: 100%;
31481
+ overflow: visible;
31482
+ }
31483
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31484
+ max-height: none;
31485
+ }
31486
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31487
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31488
+ display: none;
31489
+ }
31490
+ .tta5kd2 td.ant-table-column-sort {
31491
+ background: transparent;
31492
+ }
31493
+ .tta5kd2 td.ant-table-cell-fix-left,
31494
+ .tta5kd2 td.ant-table-cell-fix-right {
31495
+ background: #fff;
31496
+ padding: 0 !important;
31497
+ }
31498
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31499
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31500
+ display: flex;
31501
+ align-items: center;
31502
+ height: 100%;
31503
+ padding: 8px;
31504
+ }
31505
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31506
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31507
+ overflow: hidden;
31508
+ text-overflow: ellipsis;
31509
+ width: 100%;
31510
+ }
31511
+ .tta5kd2 .ant-table-container {
31512
+ height: 100%;
31513
+ }
31514
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31252
31515
  box-shadow: none !important;
31253
31516
  }
31254
31517
  .tta5kd2 .ant-table {
@@ -31526,217 +31789,22 @@ input.rrg1fkn.ant-input {
31526
31789
  position: relative;
31527
31790
  background: #fff;
31528
31791
  }
31529
- .tta5kd2 .ant-table td.cell__action_ > * {
31530
- height: 100%;
31531
- display: flex;
31532
- align-items: center;
31533
- justify-content: flex-end;
31534
- padding-right: 8px;
31535
- }
31536
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
31537
- width: 24px;
31538
- height: 24px;
31539
- cursor: pointer;
31540
- justify-content: center;
31541
- border-radius: 4px;
31542
- }
31543
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31544
- background: #fff;
31545
- }
31546
-
31547
- .s34f1qb.ant-switch {
31548
- min-width: 40px;
31549
- height: 24px;
31550
- background: rgba(172, 186, 211, 0.6);
31551
- overflow: hidden;
31552
- }
31553
- .s34f1qb.ant-switch:focus {
31554
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31555
- }
31556
- .s34f1qb.ant-switch-small {
31557
- min-width: 26px;
31558
- height: 16px;
31559
- }
31560
- .s34f1qb.ant-switch-large {
31561
- min-width: 52px;
31562
- height: 32px;
31563
- }
31564
- .s34f1qb.ant-switch .ant-switch-handle {
31565
- height: 20px;
31566
- width: 20px;
31567
- }
31568
- .s34f1qb.ant-switch .ant-switch-handle::before {
31569
- border-radius: 10px;
31570
- transition-delay: 120ms;
31571
- }
31572
- .s34f1qb.ant-switch-small .ant-switch-handle {
31573
- height: 14px;
31574
- width: 14px;
31575
- top: 1px;
31576
- left: 1px;
31577
- }
31578
- .s34f1qb.ant-switch-large .ant-switch-handle {
31579
- height: 28px;
31580
- width: 28px;
31581
- }
31582
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
31583
- border-radius: 14px;
31584
- }
31585
- .s34f1qb.ant-switch-checked {
31586
- background-color: #00ba5d;
31587
- }
31588
- .s34f1qb.ant-switch-checked .ant-switch-handle {
31589
- left: calc(100% - 20px - 2px);
31590
- }
31591
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31592
- left: calc(100% - 14px - 1px);
31593
- }
31594
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31595
- left: calc(100% - 28px - 2px);
31596
- }
31597
-
31598
- .c1to9vb9 {
31599
- margin-left: 5px;
31600
- }
31601
-
31602
- .c1up1pdz {
31603
- width: 648px;
31604
- }
31605
- .c1up1pdz.active {
31606
- border-color: #0080ff;
31607
- }
31608
- .c1up1pdz.active > header {
31609
- background: rgba(0, 128, 255, 0.1);
31610
- }
31611
- .c1up1pdz .expand {
31612
- padding: 12px;
31613
- }
31614
- .c1up1pdz .field-item {
31615
- display: flex;
31616
- padding: 10px 0;
31617
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31618
- }
31619
- .c1up1pdz .field-item:last-child {
31620
- border-bottom: none;
31621
- padding-bottom: 0;
31622
- }
31623
- .c1up1pdz .field-item label {
31624
- line-height: 32px;
31625
- width: 100px;
31626
- color: rgba(62, 70, 82, 0.6);
31627
- }
31628
- .c1up1pdz .help {
31629
- color: rgba(62, 70, 82, 0.6);
31630
- margin-top: 5px;
31631
- }
31632
- .c1up1pdz .ant-input-affix-wrapper,
31633
- .c1up1pdz .ant-picker {
31634
- width: 128px;
31635
- }
31636
-
31637
- .c156wh19 {
31638
- display: flex;
31639
- align-items: center;
31640
- justify-content: space-between;
31641
- word-break: keep-all;
31642
- }
31643
- .c156wh19 .title {
31644
- margin: 0 16px 0 8px;
31645
- }
31646
- .c156wh19 .retain {
31647
- color: rgba(129, 138, 153, 0.6);
31648
- }
31649
- .c156wh19 .left {
31650
- flex: 1;
31651
- display: flex;
31652
- overflow: hidden;
31653
- align-items: center;
31654
- justify-content: flex-start;
31655
- white-space: nowrap;
31656
- }
31657
- .c156wh19 .left .title {
31658
- max-width: 100%;
31659
- overflow: hidden;
31660
- text-overflow: ellipsis;
31661
- }
31662
- .c156wh19 .right {
31663
- display: flex;
31664
- align-items: center;
31665
- }
31666
- .c156wh19 .reverse {
31667
- display: flex;
31668
- flex-direction: row-reverse;
31669
- align-items: center;
31670
- }
31671
- .c156wh19 .reverse .ant-switch {
31672
- margin-left: 8px;
31673
- }
31674
- .c156wh19 .close {
31675
- padding-left: 14px;
31676
- margin-left: 14px;
31677
- border-left: 1px solid rgba(129, 138, 153, 0.6);
31678
- cursor: pointer;
31679
- }
31680
-
31681
- .m126spxy {
31682
- padding-bottom: 4px;
31683
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31684
- }
31685
- .m126spxy .ant-btn-link {
31686
- padding: 1px 10px;
31687
- color: rgba(62, 70, 82, 0.6);
31688
- border-radius: 4px;
31689
- }
31690
- .m126spxy .ant-btn-link.active {
31691
- background: rgba(0, 128, 255, 0.1);
31692
- color: #0096ff;
31693
- }
31694
-
31695
- .wpbf4pq {
31696
- padding: 10px 0;
31697
- border-bottom: 1px solid rgba(213, 219, 227, 0.6);
31698
- }
31699
- .wpbf4pq .ant-input,
31700
- .wpbf4pq .ant-picker {
31701
- width: 80px;
31702
- margin: 0 9px;
31703
- text-align: center;
31704
- }
31705
- .wpbf4pq .options {
31706
- padding: 12px 0 12px 16px;
31707
- border-left: 2px solid rgba(129, 138, 153, 0.6);
31708
- margin: 5px 0 5px 8px;
31709
- }
31710
- .wpbf4pq .week-day-option,
31711
- .wpbf4pq .month-day-option {
31712
- background: #f5f7fa;
31713
- box-sizing: border-box;
31714
- border-radius: 16px;
31715
- margin-right: 8px;
31716
- }
31717
- .wpbf4pq .week-day-option:focus,
31718
- .wpbf4pq .month-day-option:focus {
31719
- color: inherit;
31720
- border-color: #d9d9d9;
31721
- }
31722
- .wpbf4pq .week-day-option.active {
31723
- background-color: #0096ff;
31724
- border-color: #0096ff;
31725
- color: #fff;
31726
- }
31727
- .wpbf4pq .week-day-option.en-text {
31728
- width: 110px;
31729
- margin-top: 4px;
31792
+ .tta5kd2 .ant-table td.cell__action_ > * {
31793
+ height: 100%;
31794
+ display: flex;
31795
+ align-items: center;
31796
+ justify-content: flex-end;
31797
+ padding-right: 8px;
31730
31798
  }
31731
- .wpbf4pq .month-day-option {
31732
- width: 32px;
31733
- padding: 0;
31734
- margin-bottom: 8px;
31799
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
31800
+ width: 24px;
31801
+ height: 24px;
31802
+ cursor: pointer;
31803
+ justify-content: center;
31804
+ border-radius: 4px;
31735
31805
  }
31736
- .wpbf4pq .month-day-option.active {
31737
- background-color: #0096ff;
31738
- border-color: #0096ff;
31739
- color: #fff;
31806
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31807
+ background: #fff;
31740
31808
  }
31741
31809
 
31742
31810
  .c18gxmrl {
@@ -31775,6 +31843,28 @@ input.rrg1fkn.ant-input {
31775
31843
  color: #005ed1;
31776
31844
  }
31777
31845
 
31846
+ .c1uzzomf {
31847
+ margin-bottom: 16px;
31848
+ }
31849
+ .c1uzzomf .card-title {
31850
+ font-size: 16px;
31851
+ color: rgba(44, 56, 82, 0.6);
31852
+ font-weight: 700;
31853
+ line-height: 32px;
31854
+ }
31855
+ .c1uzzomf .card-body {
31856
+ padding: 24px;
31857
+ border-radius: 8px;
31858
+ background: #fff;
31859
+ }
31860
+ .c1uzzomf .empty {
31861
+ font-weight: 700;
31862
+ font-size: 14px;
31863
+ line-height: 22px;
31864
+ color: rgba(0, 21, 64, 0.3);
31865
+ text-align: center;
31866
+ }
31867
+
31778
31868
  .c1bus5hc {
31779
31869
  --color: white;
31780
31870
  height: 14px;
@@ -31815,28 +31905,6 @@ input.rrg1fkn.ant-input {
31815
31905
  transform: rotate(0deg);
31816
31906
  }
31817
31907
 
31818
- .c1uzzomf {
31819
- margin-bottom: 16px;
31820
- }
31821
- .c1uzzomf .card-title {
31822
- font-size: 16px;
31823
- color: rgba(44, 56, 82, 0.6);
31824
- font-weight: 700;
31825
- line-height: 32px;
31826
- }
31827
- .c1uzzomf .card-body {
31828
- padding: 24px;
31829
- border-radius: 8px;
31830
- background: #fff;
31831
- }
31832
- .c1uzzomf .empty {
31833
- font-weight: 700;
31834
- font-size: 14px;
31835
- line-height: 22px;
31836
- color: rgba(0, 21, 64, 0.3);
31837
- text-align: center;
31838
- }
31839
-
31840
31908
  .c18bcrac {
31841
31909
  display: inline-block;
31842
31910
  width: 100%;
@@ -31884,6 +31952,16 @@ input.rrg1fkn.ant-input {
31884
31952
  margin-right: 4px;
31885
31953
  }
31886
31954
 
31955
+ .gmyahx3 {
31956
+ cursor: pointer;
31957
+ }
31958
+ .gmyahx3 .link-text {
31959
+ color: rgba(0, 21, 64, 0.3);
31960
+ }
31961
+ .gmyahx3:hover .link-text {
31962
+ color: #0080ff;
31963
+ }
31964
+
31887
31965
  .n12mqh7z {
31888
31966
  display: flex;
31889
31967
  align-items: center;
@@ -32054,6 +32132,10 @@ input.rrg1fkn.ant-input {
32054
32132
  cursor: default;
32055
32133
  }
32056
32134
 
32135
+ .t3qomhu {
32136
+ margin: 0 2px;
32137
+ }
32138
+
32057
32139
  .o8ocss1 {
32058
32140
  overflow: hidden;
32059
32141
  text-overflow: ellipsis;
@@ -32063,20 +32145,6 @@ input.rrg1fkn.ant-input {
32063
32145
  white-space: nowrap;
32064
32146
  }
32065
32147
 
32066
- .t3qomhu {
32067
- margin: 0 2px;
32068
- }
32069
-
32070
- .igz4le8 {
32071
- height: 24px;
32072
- width: 56px !important;
32073
- margin-right: 4px;
32074
- }
32075
-
32076
- .c1riexje {
32077
- color: rgba(44, 56, 82, 0.6);
32078
- }
32079
-
32080
32148
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32081
32149
  border-radius: 6px;
32082
32150
  }
@@ -32134,6 +32202,20 @@ input.rrg1fkn.ant-input {
32134
32202
  transform: rotate(180deg);
32135
32203
  }
32136
32204
 
32205
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32206
+ display: flex;
32207
+ }
32208
+
32209
+ .igz4le8 {
32210
+ height: 24px;
32211
+ width: 56px !important;
32212
+ margin-right: 4px;
32213
+ }
32214
+
32215
+ .c1riexje {
32216
+ color: rgba(44, 56, 82, 0.6);
32217
+ }
32218
+
32137
32219
  .s14dk8r1 {
32138
32220
  margin: 0;
32139
32221
  border-radius: 20px;
@@ -32208,10 +32290,6 @@ input.rrg1fkn.ant-input {
32208
32290
  display: inline-block;
32209
32291
  }
32210
32292
 
32211
- .iiqau4c.ant-input-group.ant-input-group-compact {
32212
- display: flex;
32213
- }
32214
-
32215
32293
  .t19ustft .date {
32216
32294
  margin-right: 4px;
32217
32295
  }
@@ -32298,6 +32376,148 @@ input.rrg1fkn.ant-input {
32298
32376
  background-color: #7E41FF;
32299
32377
  }
32300
32378
 
32379
+ .l4bld33 {
32380
+ width: 64px;
32381
+ height: 64px;
32382
+ display: flex;
32383
+ align-items: center;
32384
+ justify-content: center;
32385
+ position: relative;
32386
+ opacity: 0.2;
32387
+ }
32388
+
32389
+ .lgitjoj {
32390
+ position: absolute;
32391
+ width: 5px;
32392
+ height: 48px;
32393
+ left: 9.33px;
32394
+ top: 40.5px;
32395
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32396
+ border-radius: 5px;
32397
+ transform: rotate(-128deg);
32398
+ transform-origin: top left;
32399
+ animation: loading-indicator1 1100ms ease-out infinite;
32400
+ }
32401
+
32402
+ .l13g0exg {
32403
+ position: absolute;
32404
+ width: 5px;
32405
+ height: 48px;
32406
+ left: 40.8px;
32407
+ top: 8.4px;
32408
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32409
+ border-radius: 5px;
32410
+ transform: rotate(-8deg);
32411
+ transform-origin: top left;
32412
+ animation: loading-indicator2 1100ms ease-out infinite;
32413
+ }
32414
+
32415
+ .l1exo3h6 {
32416
+ position: absolute;
32417
+ width: 5px;
32418
+ height: 48px;
32419
+ left: 52.9px;
32420
+ top: 51.8px;
32421
+ background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32422
+ border-radius: 5px;
32423
+ transform: rotate(112deg);
32424
+ transform-origin: top left;
32425
+ animation: loading-indicator3 1100ms ease-out infinite;
32426
+ }
32427
+
32428
+ .clm1wy1 {
32429
+ width: 192px;
32430
+ height: 246px;
32431
+ border-radius: 4px;
32432
+ }
32433
+ .clm1wy1 > .ant-picker-calendar,
32434
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32435
+ width: 100%;
32436
+ background-color: rgba(245, 247, 250, 0.6);
32437
+ border-top: none;
32438
+ }
32439
+ .clm1wy1 > .ant-picker-calendar .ant-picker-body,
32440
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32441
+ padding: 0 16px;
32442
+ }
32443
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content,
32444
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32445
+ width: 100%;
32446
+ height: 180px;
32447
+ border-spacing: 0;
32448
+ }
32449
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32450
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32451
+ margin-bottom: 8px;
32452
+ }
32453
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32454
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32455
+ width: 22px;
32456
+ }
32457
+ .clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32458
+ .clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32459
+ padding: 0;
32460
+ }
32461
+ .clm1wy1 .ant-picker-cell {
32462
+ color: rgba(62, 70, 82, 0.6);
32463
+ opacity: 0.4;
32464
+ }
32465
+ .clm1wy1 .ant-picker-cell-in-view {
32466
+ color: rgba(62, 70, 82, 0.6);
32467
+ opacity: 1;
32468
+ }
32469
+ .clm1wy1 .ant-picker-cell-in-view > .active {
32470
+ color: #3e4652;
32471
+ }
32472
+ .clm1wy1 .ant-picker-cell::before {
32473
+ pointer-events: none;
32474
+ }
32475
+
32476
+ .t1tsm00v {
32477
+ color: rgba(129, 138, 153, 0.6);
32478
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32479
+ backdrop-filter: blur(10px);
32480
+ padding: 7px 10px;
32481
+ }
32482
+
32483
+ .c167wnad {
32484
+ color: rgba(62, 70, 82, 0.6);
32485
+ display: flex;
32486
+ justify-content: space-between;
32487
+ align-items: center;
32488
+ padding: 8px 16px;
32489
+ }
32490
+ .c167wnad .anticon {
32491
+ cursor: pointer;
32492
+ }
32493
+ .c167wnad .anticon:hover {
32494
+ color: #0096ff;
32495
+ }
32496
+
32497
+ .cxhf7dh {
32498
+ text-align: center;
32499
+ }
32500
+ .cxhf7dh .dots {
32501
+ display: flex;
32502
+ justify-content: center;
32503
+ }
32504
+ .cxhf7dh .dot {
32505
+ display: inline-block;
32506
+ width: 2px;
32507
+ height: 2px;
32508
+ border-radius: 1px;
32509
+ background: #0096ff;
32510
+ }
32511
+ .cxhf7dh .dot:not(:last-child) {
32512
+ margin-right: 2px;
32513
+ }
32514
+ .cxhf7dh .bar {
32515
+ width: 9px;
32516
+ height: 2px;
32517
+ background: #0096ff;
32518
+ border-radius: 2px;
32519
+ }
32520
+
32301
32521
  .m1thnes4 {
32302
32522
  color: rgba(44, 56, 82, 0.6);
32303
32523
  text-align: center;
@@ -32459,53 +32679,34 @@ input.rrg1fkn.ant-input {
32459
32679
  margin-left: 8px;
32460
32680
  }
32461
32681
 
32462
- .l4bld33 {
32463
- width: 64px;
32464
- height: 64px;
32682
+ .t1gz6wqf {
32683
+ height: 100%;
32684
+ }
32685
+ .t1gz6wqf .table-loading-item {
32686
+ padding: 12px 4px;
32687
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32465
32688
  display: flex;
32466
- align-items: center;
32467
- justify-content: center;
32468
- position: relative;
32469
- opacity: 0.2;
32470
32689
  }
32471
-
32472
- .lgitjoj {
32473
- position: absolute;
32474
- width: 5px;
32475
- height: 48px;
32476
- left: 9.33px;
32477
- top: 40.5px;
32478
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32479
- border-radius: 5px;
32480
- transform: rotate(-128deg);
32481
- transform-origin: top left;
32482
- animation: loading-indicator1 1100ms ease-out infinite;
32690
+ .t1gz6wqf .table-loading-item > * {
32691
+ height: 16px;
32692
+ margin: 4px;
32693
+ background: rgba(204, 212, 227, 0.18);
32694
+ border-radius: 2px;
32695
+ }
32696
+ .t1gz6wqf .table-loading-item .checkbox-loading {
32697
+ width: 16px;
32698
+ }
32699
+ .t1gz6wqf .table-loading-item .td-loading {
32700
+ flex: 1;
32483
32701
  }
32484
-
32485
- .l13g0exg {
32486
- position: absolute;
32487
- width: 5px;
32488
- height: 48px;
32489
- left: 40.8px;
32490
- top: 8.4px;
32491
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32492
- border-radius: 5px;
32493
- transform: rotate(-8deg);
32494
- transform-origin: top left;
32495
- animation: loading-indicator2 1100ms ease-out infinite;
32702
+ .t1gz6wqf :nth-child(1) {
32703
+ padding: 8px 4px;
32496
32704
  }
32497
-
32498
- .l1exo3h6 {
32499
- position: absolute;
32500
- width: 5px;
32501
- height: 48px;
32502
- left: 52.9px;
32503
- top: 51.8px;
32504
- background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
32505
- border-radius: 5px;
32506
- transform: rotate(112deg);
32507
- transform-origin: top left;
32508
- animation: loading-indicator3 1100ms ease-out infinite;
32705
+ .t1gz6wqf :nth-child(1) > * {
32706
+ background: rgba(107, 125, 153, 0.18);
32707
+ }
32708
+ .t1gz6wqf :nth-child(1) > * {
32709
+ background: rgba(163, 180, 204, 0.18);
32509
32710
  }
32510
32711
 
32511
32712
  .sq6vos1 {
@@ -32693,36 +32894,6 @@ input.rrg1fkn.ant-input {
32693
32894
  justify-content: center;
32694
32895
  }
32695
32896
 
32696
- .t1gz6wqf {
32697
- height: 100%;
32698
- }
32699
- .t1gz6wqf .table-loading-item {
32700
- padding: 12px 4px;
32701
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
32702
- display: flex;
32703
- }
32704
- .t1gz6wqf .table-loading-item > * {
32705
- height: 16px;
32706
- margin: 4px;
32707
- background: rgba(204, 212, 227, 0.18);
32708
- border-radius: 2px;
32709
- }
32710
- .t1gz6wqf .table-loading-item .checkbox-loading {
32711
- width: 16px;
32712
- }
32713
- .t1gz6wqf .table-loading-item .td-loading {
32714
- flex: 1;
32715
- }
32716
- .t1gz6wqf :nth-child(1) {
32717
- padding: 8px 4px;
32718
- }
32719
- .t1gz6wqf :nth-child(1) > * {
32720
- background: rgba(107, 125, 153, 0.18);
32721
- }
32722
- .t1gz6wqf :nth-child(1) > * {
32723
- background: rgba(163, 180, 204, 0.18);
32724
- }
32725
-
32726
32897
  .skwah65 {
32727
32898
  height: 8px;
32728
32899
  box-sizing: border-box;
@@ -32796,58 +32967,6 @@ input.rrg1fkn.ant-input {
32796
32967
  margin-right: 6px;
32797
32968
  }
32798
32969
 
32799
- .bab9xum {
32800
- 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);
32801
- }
32802
-
32803
- .cav4gt6 {
32804
- border-radius: 8px;
32805
- background-color: white;
32806
- }
32807
- .cav4gt6.hoverable {
32808
- cursor: pointer;
32809
- }
32810
- .cav4gt6.hoverable:hover {
32811
- transition: all 200ms ease;
32812
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32813
- transform: translateY(-4px);
32814
- }
32815
-
32816
- .sut42l0 {
32817
- padding: 0 8px;
32818
- height: 18px;
32819
- }
32820
-
32821
- .mfsz1jz {
32822
- padding: 2px 8px;
32823
- height: 24px;
32824
- }
32825
-
32826
- .tnd6h4m {
32827
- margin: 0;
32828
- }
32829
-
32830
- .i1qw4clm {
32831
- margin-right: 4px;
32832
- height: 16px;
32833
- }
32834
-
32835
- .n1r5ku5l.ant-tag.ant-tag-gray {
32836
- font-weight: 700;
32837
- color: #00122e;
32838
- background-color: rgba(237, 241, 250, 0.6);
32839
- border: 1px solid rgba(211, 218, 235, 0.6);
32840
- }
32841
-
32842
- .w1xcixj5.outside-tag {
32843
- padding-left: 0;
32844
- }
32845
- .w1xcixj5.outside-tag .inside-tag {
32846
- border-radius: 4px 0 0 4px;
32847
- padding-right: 4px;
32848
- margin-right: 4px;
32849
- }
32850
-
32851
32970
  .f1p9ti6d {
32852
32971
  width: 100%;
32853
32972
  margin-bottom: 0 !important;
@@ -32879,54 +32998,21 @@ input.rrg1fkn.ant-input {
32879
32998
  min-height: 0px;
32880
32999
  }
32881
33000
 
32882
- .at4ovwe .ant-input-number-handler-wrap {
32883
- display: var(--at4ovwe-0);
32884
- }
32885
- .at4ovwe .ant-input-number-input-wrap {
32886
- padding: 5px 12px;
32887
- display: inline-flex;
32888
- line-height: 1.5715;
32889
- height: 100%;
32890
- width: 100%;
32891
- }
32892
- .at4ovwe .ant-input-number-input-wrap::after {
32893
- content: var(--at4ovwe-1);
32894
- display: var(--at4ovwe-2);
32895
- flex: none;
32896
- align-items: center;
32897
- margin-left: 4px;
32898
- color: rgba(44, 56, 82, 0.6);
32899
- }
32900
- .at4ovwe .ant-input-number-input-wrap::before {
32901
- content: var(--at4ovwe-3);
32902
- display: var(--at4ovwe-4);
32903
- flex: none;
32904
- align-items: center;
32905
- margin-right: 4px;
32906
- cursor: auto;
32907
- color: rgba(44, 56, 82, 0.6);
32908
- }
32909
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32910
- border-radius: 0;
32911
- }
32912
- .at4ovwe.ant-input-number {
32913
- width: 100%;
32914
- border-radius: 6px;
33001
+ .bab9xum {
33002
+ 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);
32915
33003
  }
32916
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32917
- border-color: #0096ff;
32918
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32919
- z-index: 1;
33004
+
33005
+ .cav4gt6 {
33006
+ border-radius: 8px;
33007
+ background-color: white;
32920
33008
  }
32921
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32922
- border-color: #e75a3a;
32923
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33009
+ .cav4gt6.hoverable {
33010
+ cursor: pointer;
32924
33011
  }
32925
- .at4ovwe .ant-input-number-input {
32926
- padding: 0;
32927
- margin: 0;
32928
- height: auto;
32929
- font-size: inherit;
33012
+ .cav4gt6.hoverable:hover {
33013
+ transition: all 200ms ease;
33014
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33015
+ transform: translateY(-4px);
32930
33016
  }
32931
33017
 
32932
33018
  .tc40oxa {
@@ -33122,6 +33208,91 @@ input.rrg1fkn.ant-input {
33122
33208
  margin-right: 8px;
33123
33209
  }
33124
33210
 
33211
+ .at4ovwe .ant-input-number-handler-wrap {
33212
+ display: var(--at4ovwe-0);
33213
+ }
33214
+ .at4ovwe .ant-input-number-input-wrap {
33215
+ padding: 5px 12px;
33216
+ display: inline-flex;
33217
+ line-height: 1.5715;
33218
+ height: 100%;
33219
+ width: 100%;
33220
+ }
33221
+ .at4ovwe .ant-input-number-input-wrap::after {
33222
+ content: var(--at4ovwe-1);
33223
+ display: var(--at4ovwe-2);
33224
+ flex: none;
33225
+ align-items: center;
33226
+ margin-left: 4px;
33227
+ color: rgba(44, 56, 82, 0.6);
33228
+ }
33229
+ .at4ovwe .ant-input-number-input-wrap::before {
33230
+ content: var(--at4ovwe-3);
33231
+ display: var(--at4ovwe-4);
33232
+ flex: none;
33233
+ align-items: center;
33234
+ margin-right: 4px;
33235
+ cursor: auto;
33236
+ color: rgba(44, 56, 82, 0.6);
33237
+ }
33238
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33239
+ border-radius: 0;
33240
+ }
33241
+ .at4ovwe.ant-input-number {
33242
+ width: 100%;
33243
+ border-radius: 6px;
33244
+ }
33245
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33246
+ border-color: #0096ff;
33247
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33248
+ z-index: 1;
33249
+ }
33250
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33251
+ border-color: #e75a3a;
33252
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33253
+ }
33254
+ .at4ovwe .ant-input-number-input {
33255
+ padding: 0;
33256
+ margin: 0;
33257
+ height: auto;
33258
+ font-size: inherit;
33259
+ }
33260
+
33261
+ .w1xcixj5.outside-tag {
33262
+ padding-left: 0;
33263
+ }
33264
+ .w1xcixj5.outside-tag .inside-tag {
33265
+ border-radius: 4px 0 0 4px;
33266
+ padding-right: 4px;
33267
+ margin-right: 4px;
33268
+ }
33269
+
33270
+ .sut42l0 {
33271
+ padding: 0 8px;
33272
+ height: 18px;
33273
+ }
33274
+
33275
+ .mfsz1jz {
33276
+ padding: 2px 8px;
33277
+ height: 24px;
33278
+ }
33279
+
33280
+ .tnd6h4m {
33281
+ margin: 0;
33282
+ }
33283
+
33284
+ .i1qw4clm {
33285
+ margin-right: 4px;
33286
+ height: 16px;
33287
+ }
33288
+
33289
+ .n1r5ku5l.ant-tag.ant-tag-gray {
33290
+ font-weight: 700;
33291
+ color: #00122e;
33292
+ background-color: rgba(237, 241, 250, 0.6);
33293
+ border: 1px solid rgba(211, 218, 235, 0.6);
33294
+ }
33295
+
33125
33296
  .iwsze0q {
33126
33297
  margin-right: 4px;
33127
33298
  height: 16px;