@cloudtower/eagle 0.27.65 → 0.27.69

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.
Files changed (47) hide show
  1. package/dist/cjs/core/DeprecatedProgress/index.js +29 -0
  2. package/dist/cjs/core/Progress/components.js +111 -0
  3. package/dist/cjs/core/Progress/index.js +125 -13
  4. package/dist/cjs/core/Progress/progress.const.js +12 -0
  5. package/dist/cjs/core/Progress/progress.style.js +11 -0
  6. package/dist/cjs/core/Progress/progress.widgets.js +135 -0
  7. package/dist/cjs/core/antd.js +2 -2
  8. package/dist/cjs/index.js +26 -19
  9. package/dist/cjs/stats1.html +1 -1
  10. package/dist/cjs/styles/token/animation.js +7 -0
  11. package/dist/cjs/styles/token/color.js +3 -0
  12. package/dist/cjs/utils/isStringArr.js +7 -0
  13. package/dist/components.css +1903 -1805
  14. package/dist/esm/core/DeprecatedProgress/index.js +23 -0
  15. package/dist/esm/core/Progress/components.js +102 -0
  16. package/dist/esm/core/Progress/index.js +125 -13
  17. package/dist/esm/core/Progress/progress.const.js +10 -0
  18. package/dist/esm/core/Progress/progress.style.js +6 -0
  19. package/dist/esm/core/Progress/progress.widgets.js +128 -0
  20. package/dist/esm/core/antd.js +2 -2
  21. package/dist/esm/index.js +3 -0
  22. package/dist/esm/stats1.html +1 -1
  23. package/dist/esm/styles/token/animation.js +5 -0
  24. package/dist/esm/styles/token/color.js +3 -0
  25. package/dist/esm/utils/isStringArr.js +5 -0
  26. package/dist/src/core/DeprecatedProgress/index.d.ts +4 -0
  27. package/dist/src/core/Progress/components.d.ts +10 -0
  28. package/dist/src/core/Progress/index.d.ts +3 -3
  29. package/dist/src/core/Progress/progress.const.d.ts +6 -0
  30. package/dist/src/core/Progress/progress.style.d.ts +4 -0
  31. package/dist/src/core/Progress/progress.type.d.ts +84 -0
  32. package/dist/src/core/Progress/progress.widgets.d.ts +4 -0
  33. package/dist/src/index.d.ts +3 -0
  34. package/dist/src/spec/base.d.ts +9 -9
  35. package/dist/src/spec/type.d.ts +9 -0
  36. package/dist/src/styles/token/animation.d.ts +3 -0
  37. package/dist/src/styles/token/color.d.ts +3 -0
  38. package/dist/src/styles/token/index.d.ts +1 -0
  39. package/dist/src/utils/index.d.ts +1 -0
  40. package/dist/src/utils/isStringArr.d.ts +1 -0
  41. package/dist/stories/docs/core/InputInteger.stories.d.ts +28 -0
  42. package/dist/stories/docs/core/Progress/Progress.stories.d.ts +24 -0
  43. package/dist/stories/docs/core/Progress/Progress.widgets.stories.d.ts +24 -0
  44. package/dist/stories/docs/core/Progress/RichProgress.stories.d.ts +37 -0
  45. package/dist/stories/docs/core/Progress/SimpleProgress.stories.d.ts +15 -0
  46. package/dist/style.css +1884 -1793
  47. package/package.json +5 -5
@@ -29572,19 +29572,22 @@ html body {
29572
29572
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
29573
29573
  }
29574
29574
  }
29575
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29576
- padding: 4px 8px 0 8px;
29577
- color: rgba(44, 56, 82, 0.6);
29578
- font-size: 12px;
29575
+ .E_r77hffu {
29576
+ display: flex;
29577
+ align-items: center;
29578
+ justify-content: space-between;
29579
+ column-gap: 6px;
29579
29580
  }
29580
29581
 
29581
- .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29582
- padding-bottom: 6px;
29582
+ .E_p1cmxsf7 {
29583
+ display: flex;
29584
+ flex-direction: column;
29585
+ justify-content: center;
29586
+ row-gap: var(--p1cmxsf7-0);
29583
29587
  }
29584
29588
 
29585
- .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29586
- padding-top: 4px;
29587
- border-top: 1px solid rgba(211, 218, 235, 0.6);
29589
+ .E_p1cmxsf7 .ant-progress-line {
29590
+ font-size: 0;
29588
29591
  }
29589
29592
 
29590
29593
  .E_drhfj7c .bottom {
@@ -29836,6 +29839,46 @@ html body {
29836
29839
  font-size: 14px;
29837
29840
  }
29838
29841
 
29842
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
29843
+ padding: 4px 8px 0 8px;
29844
+ color: rgba(44, 56, 82, 0.6);
29845
+ font-size: 12px;
29846
+ }
29847
+
29848
+ .E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
29849
+ padding-bottom: 6px;
29850
+ }
29851
+
29852
+ .E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
29853
+ padding-top: 4px;
29854
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
29855
+ }
29856
+
29857
+ .E_t1gvlxt5 {
29858
+ min-width: 0;
29859
+ flex: 1;
29860
+ }
29861
+
29862
+ .E_t1gvlxt5 .tag {
29863
+ flex: 0 0 auto;
29864
+ }
29865
+
29866
+ .E_t1gvlxt5 .progress-title {
29867
+ flex: 2;
29868
+ max-width: fit-content;
29869
+ }
29870
+
29871
+ .E_t1gvlxt5 .progress-desc {
29872
+ flex: 1;
29873
+ max-width: fit-content;
29874
+ }
29875
+
29876
+ .E_a1ji6r68 {
29877
+ display: flex;
29878
+ align-items: center;
29879
+ column-gap: var(--a1ji6r68-0);
29880
+ }
29881
+
29839
29882
  .E_i1inqkme {
29840
29883
  height: 18px;
29841
29884
  line-height: 18px;
@@ -29884,6 +29927,43 @@ html body {
29884
29927
  border-radius: unset;
29885
29928
  }
29886
29929
 
29930
+ .E_fzh9mnb {
29931
+ width: 100%;
29932
+ height: 100%;
29933
+ min-height: 124px;
29934
+ display: flex;
29935
+ flex-direction: column;
29936
+ justify-content: center;
29937
+ align-items: center;
29938
+ }
29939
+
29940
+ .E_fzh9mnb .error-text {
29941
+ color: rgba(10, 37, 85, 0.6);
29942
+ margin-bottom: 16px;
29943
+ font-size: 18px;
29944
+ }
29945
+
29946
+ .E_iouxfgt {
29947
+ display: inline-flex;
29948
+ align-items: center;
29949
+ }
29950
+
29951
+ .E_iouxfgt .icon-inner {
29952
+ display: inline-flex;
29953
+ align-items: center;
29954
+ justify-content: center;
29955
+ }
29956
+
29957
+ .E_iouxfgt .icon-inner + span,
29958
+ .E_iouxfgt span + .icon-inner.suffix {
29959
+ margin-left: 4px;
29960
+ }
29961
+
29962
+ .E_iouxfgt.is-rotate img,
29963
+ .E_iouxfgt.is-rotate svg {
29964
+ animation: rotate 680ms linear infinite;
29965
+ }
29966
+
29887
29967
  .E_b1wx3t3t.ant-btn-icon-only {
29888
29968
  justify-content: center;
29889
29969
  }
@@ -30171,43 +30251,6 @@ html body {
30171
30251
  padding: 0;
30172
30252
  }
30173
30253
 
30174
- .E_iouxfgt {
30175
- display: inline-flex;
30176
- align-items: center;
30177
- }
30178
-
30179
- .E_iouxfgt .icon-inner {
30180
- display: inline-flex;
30181
- align-items: center;
30182
- justify-content: center;
30183
- }
30184
-
30185
- .E_iouxfgt .icon-inner + span,
30186
- .E_iouxfgt span + .icon-inner.suffix {
30187
- margin-left: 4px;
30188
- }
30189
-
30190
- .E_iouxfgt.is-rotate img,
30191
- .E_iouxfgt.is-rotate svg {
30192
- animation: rotate 680ms linear infinite;
30193
- }
30194
-
30195
- .E_fzh9mnb {
30196
- width: 100%;
30197
- height: 100%;
30198
- min-height: 124px;
30199
- display: flex;
30200
- flex-direction: column;
30201
- justify-content: center;
30202
- align-items: center;
30203
- }
30204
-
30205
- .E_fzh9mnb .error-text {
30206
- color: rgba(10, 37, 85, 0.6);
30207
- margin-bottom: 16px;
30208
- font-size: 18px;
30209
- }
30210
-
30211
30254
  .E_t1m2x205 .ant-tooltip-arrow {
30212
30255
  display: none;
30213
30256
  }
@@ -30217,454 +30260,118 @@ html body {
30217
30260
  border-radius: 4px;
30218
30261
  }
30219
30262
 
30220
- .E_phljevk {
30221
- display: flex;
30222
- justify-content: space-between;
30223
- align-items: center;
30224
- padding: 10px 0;
30225
- color: rgba(44, 56, 82, 0.6);
30226
- font-size: 12px;
30227
- line-height: 24px;
30263
+ .E_dsnbhzf {
30264
+ font-family: Inter;
30265
+ font-style: normal;
30266
+ font-weight: bold;
30267
+ font-size: 32px;
30268
+ line-height: 40px;
30228
30269
  }
30229
30270
 
30230
- .E_phljevk .pagination-left {
30231
- padding: 2px 8px;
30271
+ .E_d1mvo22k {
30272
+ font-family: Inter;
30273
+ font-style: normal;
30274
+ font-weight: bold;
30275
+ font-size: 24px;
30276
+ line-height: 32px;
30232
30277
  }
30233
30278
 
30234
- .E_phljevk .dropdown-trigger {
30235
- display: flex;
30236
- align-items: center;
30237
- border-radius: 6px;
30238
- cursor: pointer;
30239
- transition: all 0.3s ease;
30279
+ .E_d1b444tr {
30280
+ font-family: Inter;
30281
+ font-style: normal;
30282
+ font-weight: normal;
30283
+ font-size: 32px;
30284
+ line-height: 40px;
30240
30285
  }
30241
30286
 
30242
- .E_phljevk .dropdown-trigger:hover {
30243
- background: rgba(211, 218, 235, 0.6);
30244
- color: #0080ff;
30287
+ .E_dvs0kue {
30288
+ font-family: Inter;
30289
+ font-style: normal;
30290
+ font-weight: bold;
30291
+ font-size: 20px;
30292
+ line-height: 24px;
30245
30293
  }
30246
30294
 
30247
- .E_phljevk .dropdown-trigger .icon-inner {
30248
- margin-left: 4px;
30295
+ .E_d1hcbfcq {
30296
+ font-family: Inter;
30297
+ font-style: normal;
30298
+ font-weight: normal;
30299
+ font-size: 20px;
30300
+ line-height: 24px;
30249
30301
  }
30250
30302
 
30251
- .E_phljevk .pagination-right {
30252
- display: flex;
30253
- align-items: center;
30254
- color: #0080ff;
30303
+ .E_d1cz922v {
30304
+ font-family: Inter;
30305
+ font-style: normal;
30255
30306
  font-weight: bold;
30307
+ font-size: 18px;
30308
+ line-height: 22px;
30256
30309
  }
30257
30310
 
30258
- .E_phljevk .pagination-right .icon-inner {
30259
- margin-left: 4px;
30311
+ .E_d3nzbrm {
30312
+ font-family: Inter;
30313
+ font-style: normal;
30314
+ font-weight: normal;
30315
+ font-size: 18px;
30316
+ line-height: 22px;
30260
30317
  }
30261
30318
 
30262
- .E_phljevk .pagination-right .prev-btn,
30263
- .E_phljevk .pagination-right .next-btn {
30264
- padding: 0 8px;
30319
+ .E_h1g0p5ob {
30320
+ font-family: Inter;
30321
+ font-style: normal;
30322
+ font-weight: bold;
30323
+ font-size: 16px;
30324
+ line-height: 22px;
30265
30325
  }
30266
30326
 
30267
- .E_phljevk .pagination-right .prev-btn > span,
30268
- .E_phljevk .pagination-right .next-btn > span {
30269
- color: #0080ff;
30327
+ .E_hydo2ej {
30328
+ font-family: Inter;
30329
+ font-style: normal;
30330
+ font-weight: normal;
30331
+ font-size: 16px;
30332
+ line-height: 22px;
30270
30333
  }
30271
30334
 
30272
- .E_phljevk .pagination-right .next-btn .icon-inner {
30273
- transform: rotate(180deg);
30335
+ .E_h1hbuq0r {
30336
+ font-family: Inter;
30337
+ font-style: normal;
30338
+ font-weight: bold;
30339
+ font-size: 14px;
30340
+ line-height: 20px;
30274
30341
  }
30275
30342
 
30276
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
30277
- max-height: calc(100vh - 128px);
30278
- overflow-y: auto;
30343
+ .E_h13bondg {
30344
+ font-family: Inter;
30345
+ font-style: normal;
30346
+ font-weight: normal;
30347
+ font-size: 14px;
30348
+ line-height: 20px;
30279
30349
  }
30280
30350
 
30281
- .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30282
- padding: 4px 20px;
30351
+ .E_h1mhvdlx {
30352
+ font-family: Inter;
30353
+ font-style: normal;
30354
+ font-weight: bold;
30283
30355
  font-size: 12px;
30284
30356
  line-height: 18px;
30285
30357
  }
30286
30358
 
30287
- .E_skwah65 {
30288
- height: 8px;
30289
- box-sizing: border-box;
30290
- border-radius: 2px;
30291
- background: #f5f7fa;
30292
- display: flex;
30293
- width: 100%;
30294
- overflow: hidden;
30359
+ .E_h1inmfq6 {
30360
+ font-family: Inter;
30361
+ font-style: normal;
30362
+ font-weight: normal;
30363
+ font-size: 12px;
30364
+ line-height: 18px;
30295
30365
  }
30296
30366
 
30297
- .E_skwah65 .stack-bar-item + .stack-bar-item {
30298
- margin-left: 1px;
30299
- }
30300
-
30301
- .E_owd0kml {
30302
- display: inline-block;
30303
- }
30304
-
30305
- .E_h1jsgezc {
30306
- visibility: hidden;
30307
- position: absolute;
30308
- }
30309
-
30310
- .E_s1dizucg.ant-switch {
30311
- min-width: 40px;
30312
- height: 24px;
30313
- background: rgba(172, 186, 211, 0.6);
30314
- overflow: hidden;
30315
- }
30316
-
30317
- .E_s1dizucg.ant-switch:focus {
30318
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30319
- }
30320
-
30321
- .E_s1dizucg.ant-switch-small {
30322
- min-width: 26px;
30323
- height: 16px;
30324
- }
30325
-
30326
- .E_s1dizucg.ant-switch-large {
30327
- min-width: 52px;
30328
- height: 32px;
30329
- }
30330
-
30331
- .E_s1dizucg.ant-switch .ant-switch-handle {
30332
- height: 20px;
30333
- width: 20px;
30334
- }
30335
-
30336
- .E_s1dizucg.ant-switch .ant-switch-handle::before {
30337
- border-radius: 10px;
30338
- transition-delay: 120ms;
30339
- }
30340
-
30341
- .E_s1dizucg.ant-switch-small .ant-switch-handle {
30342
- height: 14px;
30343
- width: 14px;
30344
- top: 1px;
30345
- left: 1px;
30346
- }
30347
-
30348
- .E_s1dizucg.ant-switch-large .ant-switch-handle {
30349
- height: 28px;
30350
- width: 28px;
30351
- }
30352
-
30353
- .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30354
- border-radius: 14px;
30355
- }
30356
-
30357
- .E_s1dizucg.ant-switch-checked {
30358
- background-color: #00ba5d;
30359
- }
30360
-
30361
- .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30362
- left: calc(100% - 20px - 2px);
30363
- }
30364
-
30365
- .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30366
- left: calc(100% - 14px - 1px);
30367
- }
30368
-
30369
- .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30370
- left: calc(100% - 28px - 2px);
30371
- }
30372
-
30373
- .E_c1up6e3y {
30374
- margin-left: 5px;
30375
- }
30376
-
30377
- .E_rapgekc.ant-radio-wrapper {
30378
- display: inline-flex;
30379
- align-items: baseline;
30380
- white-space: pre-wrap;
30381
- }
30382
-
30383
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30384
- position: relative;
30385
- top: 3px;
30386
- }
30387
-
30388
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30389
- border-color: rgba(107, 128, 167, 0.6);
30390
- }
30391
-
30392
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30393
- border-color: #0080ff;
30394
- }
30395
-
30396
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30397
- border-color: #0080ff;
30398
- background: #0080ff;
30399
- }
30400
-
30401
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30402
- top: 4px;
30403
- left: 4px;
30404
- width: 6px;
30405
- height: 6px;
30406
- background: #fff;
30407
- }
30408
-
30409
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30410
- opacity: 0.5;
30411
- }
30412
-
30413
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30414
- border-color: rgba(107, 128, 167, 0.6);
30415
- background: rgba(211, 218, 235, 0.6);
30416
- }
30417
-
30418
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30419
- background: #00122e;
30420
- }
30421
-
30422
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30423
- color: #00122e;
30424
- opacity: 0.5;
30425
- }
30426
-
30427
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30428
- color: #00122e;
30429
- }
30430
-
30431
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30432
- display: inline-block;
30433
- padding: 0;
30434
- padding-left: 12px;
30435
- }
30436
-
30437
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30438
- margin-bottom: 0;
30439
- white-space: pre-wrap;
30440
- color: rgba(44, 56, 82, 0.6);
30441
- }
30442
-
30443
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30444
- padding-left: 8px;
30445
- }
30446
-
30447
- .E_rp906go .ant-radio-button-wrapper:first-child {
30448
- border-radius: 5px 0 0 5px;
30449
- }
30450
-
30451
- .E_rp906go .ant-radio-button-wrapper:last-child {
30452
- border-radius: 0 5px 5px 0;
30453
- }
30454
-
30455
- .E_rcc63c8 {
30456
- color: #00122e;
30457
- border-color: #ccd4e3;
30458
- }
30459
-
30460
- .E_rcc63c8:first-child {
30461
- border-color: #a3b4cc;
30462
- }
30463
-
30464
- .E_rcc63c8.ant-radio-button-wrapper {
30465
- padding: 0 12px;
30466
- line-height: 32px;
30467
- height: 32px;
30468
- }
30469
-
30470
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30471
- white-space: nowrap;
30472
- }
30473
-
30474
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30475
- height: 22px;
30476
- padding: 0 7px;
30477
- line-height: 20px;
30478
- }
30479
-
30480
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30481
- background: #ccd4e3;
30482
- }
30483
-
30484
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30485
- background: #0080ff;
30486
- }
30487
-
30488
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30489
- background: #ccd4e3;
30490
- opacity: 0.5;
30491
- }
30492
-
30493
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30494
- border-right-color: #0080ff;
30495
- }
30496
-
30497
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30498
- border-color: #0080ff;
30499
- }
30500
-
30501
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30502
- background: rgba(0, 136, 255, 0.1);
30503
- }
30504
-
30505
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30506
- background: rgba(211, 218, 235, 0.6);
30507
- border-color: #ccd4e3;
30508
- opacity: 0.5;
30509
- }
30510
-
30511
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30512
- color: #00122e;
30513
- border-color: #ccd4e3;
30514
- }
30515
-
30516
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30517
- color: #00122e;
30518
- border-color: #ccd4e3;
30519
- background: rgba(172, 186, 211, 0.6);
30520
- }
30521
-
30522
- .E_rcc63c8 .ant-radio-button-input {
30523
- margin-right: 8px;
30524
- display: inline;
30525
- border: none;
30526
- padding: 0;
30527
- width: 36px;
30528
- background: transparent;
30529
- }
30530
-
30531
- .E_rcc63c8 .ant-radio-button-input:focus {
30532
- box-shadow: none;
30533
- }
30534
-
30535
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30536
- margin-right: 0;
30537
- width: initial;
30538
- box-shadow: none;
30539
- }
30540
-
30541
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30542
- display: none;
30543
- }
30544
-
30545
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30546
- display: inline;
30547
- }
30548
-
30549
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30550
- display: inline;
30551
- margin-right: 8px;
30552
- padding: 0;
30553
- width: 36px;
30554
- }
30555
-
30556
- .E_dsnbhzf {
30557
- font-family: Inter;
30558
- font-style: normal;
30559
- font-weight: bold;
30560
- font-size: 32px;
30561
- line-height: 40px;
30562
- }
30563
-
30564
- .E_d1mvo22k {
30565
- font-family: Inter;
30566
- font-style: normal;
30567
- font-weight: bold;
30568
- font-size: 24px;
30569
- line-height: 32px;
30570
- }
30571
-
30572
- .E_d1b444tr {
30573
- font-family: Inter;
30574
- font-style: normal;
30575
- font-weight: normal;
30576
- font-size: 32px;
30577
- line-height: 40px;
30578
- }
30579
-
30580
- .E_dvs0kue {
30581
- font-family: Inter;
30582
- font-style: normal;
30583
- font-weight: bold;
30584
- font-size: 20px;
30585
- line-height: 24px;
30586
- }
30587
-
30588
- .E_d1hcbfcq {
30589
- font-family: Inter;
30590
- font-style: normal;
30591
- font-weight: normal;
30592
- font-size: 20px;
30593
- line-height: 24px;
30594
- }
30595
-
30596
- .E_d1cz922v {
30597
- font-family: Inter;
30598
- font-style: normal;
30599
- font-weight: bold;
30600
- font-size: 18px;
30601
- line-height: 22px;
30602
- }
30603
-
30604
- .E_d3nzbrm {
30605
- font-family: Inter;
30606
- font-style: normal;
30607
- font-weight: normal;
30608
- font-size: 18px;
30609
- line-height: 22px;
30610
- }
30611
-
30612
- .E_h1g0p5ob {
30613
- font-family: Inter;
30614
- font-style: normal;
30615
- font-weight: bold;
30616
- font-size: 16px;
30617
- line-height: 22px;
30618
- }
30619
-
30620
- .E_hydo2ej {
30621
- font-family: Inter;
30622
- font-style: normal;
30623
- font-weight: normal;
30624
- font-size: 16px;
30625
- line-height: 22px;
30626
- }
30627
-
30628
- .E_h1hbuq0r {
30629
- font-family: Inter;
30630
- font-style: normal;
30631
- font-weight: bold;
30632
- font-size: 14px;
30633
- line-height: 20px;
30634
- }
30635
-
30636
- .E_h13bondg {
30637
- font-family: Inter;
30638
- font-style: normal;
30639
- font-weight: normal;
30640
- font-size: 14px;
30641
- line-height: 20px;
30642
- }
30643
-
30644
- .E_h1mhvdlx {
30645
- font-family: Inter;
30646
- font-style: normal;
30647
- font-weight: bold;
30648
- font-size: 12px;
30649
- line-height: 18px;
30650
- }
30651
-
30652
- .E_h1inmfq6 {
30653
- font-family: Inter;
30654
- font-style: normal;
30655
- font-weight: normal;
30656
- font-size: 12px;
30657
- line-height: 18px;
30658
- }
30659
-
30660
- .E_h1kfc0la {
30661
- font-family: Inter;
30662
- font-style: normal;
30663
- font-weight: bold;
30664
- text-transform: uppercase;
30665
- font-feature-settings: "cpsp" on;
30666
- font-size: 12px;
30667
- line-height: 18px;
30367
+ .E_h1kfc0la {
30368
+ font-family: Inter;
30369
+ font-style: normal;
30370
+ font-weight: bold;
30371
+ text-transform: uppercase;
30372
+ font-feature-settings: "cpsp" on;
30373
+ font-size: 12px;
30374
+ line-height: 18px;
30668
30375
  }
30669
30376
 
30670
30377
  .E_h10xnyuu {
@@ -31011,115 +30718,343 @@ html body {
31011
30718
  line-height: 18px;
31012
30719
  }
31013
30720
 
31014
- .E_tzvddmc {
31015
- font-family: Inter;
31016
- font-style: normal;
31017
- font-weight: bold;
31018
- font-feature-settings: "zero" on;
31019
- font-size: 16px;
31020
- line-height: 24px;
30721
+ .E_tzvddmc {
30722
+ font-family: Inter;
30723
+ font-style: normal;
30724
+ font-weight: bold;
30725
+ font-feature-settings: "zero" on;
30726
+ font-size: 16px;
30727
+ line-height: 24px;
30728
+ }
30729
+
30730
+ .E_u18llj45 {
30731
+ font-family: Inter;
30732
+ font-style: normal;
30733
+ font-weight: normal;
30734
+ font-size: 10px;
30735
+ line-height: 12px;
30736
+ }
30737
+
30738
+ .E_iq1gosr {
30739
+ display: inline-block;
30740
+ }
30741
+
30742
+ .E_skwah65 {
30743
+ height: 8px;
30744
+ box-sizing: border-box;
30745
+ border-radius: 2px;
30746
+ background: #f5f7fa;
30747
+ display: flex;
30748
+ width: 100%;
30749
+ overflow: hidden;
30750
+ }
30751
+
30752
+ .E_skwah65 .stack-bar-item + .stack-bar-item {
30753
+ margin-left: 1px;
30754
+ }
30755
+
30756
+ .E_s1dni7lo {
30757
+ width: 430px !important;
30758
+ }
30759
+
30760
+ .E_d1wwmmm5 .ant-select-item-group {
30761
+ padding: 8px 16px;
30762
+ line-height: 18px;
30763
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30764
+ height: 34px;
30765
+ min-height: 34px;
30766
+ box-sizing: border-box;
30767
+ margin-top: 8px;
30768
+ }
30769
+
30770
+ .E_o1ugr09p {
30771
+ display: flex;
30772
+ flex-direction: column;
30773
+ margin: 1px 8px;
30774
+ padding: 8px;
30775
+ border-radius: 4px;
30776
+ }
30777
+
30778
+ .E_o1ugr09p .selected-icon {
30779
+ display: none;
30780
+ }
30781
+
30782
+ .E_o1ugr09p.ant-select-item-option-grouped {
30783
+ padding-left: 8px;
30784
+ }
30785
+
30786
+ .E_o1ugr09p.ant-select-item-option-selected {
30787
+ background-color: white;
30788
+ }
30789
+
30790
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30791
+ color: #0080ff;
30792
+ }
30793
+
30794
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30795
+ display: block;
30796
+ }
30797
+
30798
+ .E_o1ugr09p.ant-select-item-option-active {
30799
+ background: rgba(0, 136, 255, 0.16);
30800
+ }
30801
+
30802
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30803
+ color: #0080ff;
30804
+ }
30805
+
30806
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30807
+ background: rgba(0, 136, 255, 0.1);
30808
+ color: #0080ff;
30809
+ }
30810
+
30811
+ .E_o1ifxsq4 {
30812
+ display: flex;
30813
+ justify-content: space-between;
30814
+ height: 20px;
30815
+ line-height: 20px;
30816
+ }
30817
+
30818
+ .E_o1ifxsq4 .timezone-title {
30819
+ color: #2d3a56;
30820
+ overflow: hidden;
30821
+ text-overflow: ellipsis;
30822
+ }
30823
+
30824
+ .E_o1zue7 {
30825
+ display: flex;
30826
+ justify-content: space-between;
30827
+ color: rgba(44, 56, 82, 0.6);
30828
+ height: 18px;
30829
+ line-height: 18px;
30830
+ margin-top: 2px;
30831
+ }
30832
+
30833
+ .E_tyfmlxg {
30834
+ border: none;
30835
+ margin-right: 0;
30836
+ background: rgba(225, 230, 241, 0.6);
30837
+ }
30838
+
30839
+ .E_o18uybox {
30840
+ pointer-events: none;
30841
+ height: 32px;
30842
+ width: 100%;
30843
+ opacity: 0;
30844
+ }
30845
+
30846
+ .E_owd0kml {
30847
+ display: inline-block;
30848
+ }
30849
+
30850
+ .E_h1jsgezc {
30851
+ visibility: hidden;
30852
+ position: absolute;
30853
+ }
30854
+
30855
+ .E_s1dizucg.ant-switch {
30856
+ min-width: 40px;
30857
+ height: 24px;
30858
+ background: rgba(172, 186, 211, 0.6);
30859
+ overflow: hidden;
30860
+ }
30861
+
30862
+ .E_s1dizucg.ant-switch:focus {
30863
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30864
+ }
30865
+
30866
+ .E_s1dizucg.ant-switch-small {
30867
+ min-width: 26px;
30868
+ height: 16px;
30869
+ }
30870
+
30871
+ .E_s1dizucg.ant-switch-large {
30872
+ min-width: 52px;
30873
+ height: 32px;
30874
+ }
30875
+
30876
+ .E_s1dizucg.ant-switch .ant-switch-handle {
30877
+ height: 20px;
30878
+ width: 20px;
30879
+ }
30880
+
30881
+ .E_s1dizucg.ant-switch .ant-switch-handle::before {
30882
+ border-radius: 10px;
30883
+ transition-delay: 120ms;
30884
+ }
30885
+
30886
+ .E_s1dizucg.ant-switch-small .ant-switch-handle {
30887
+ height: 14px;
30888
+ width: 14px;
30889
+ top: 1px;
30890
+ left: 1px;
30891
+ }
30892
+
30893
+ .E_s1dizucg.ant-switch-large .ant-switch-handle {
30894
+ height: 28px;
30895
+ width: 28px;
30896
+ }
30897
+
30898
+ .E_s1dizucg.ant-switch-large .ant-switch-handle::before {
30899
+ border-radius: 14px;
30900
+ }
30901
+
30902
+ .E_s1dizucg.ant-switch-checked {
30903
+ background-color: #00ba5d;
30904
+ }
30905
+
30906
+ .E_s1dizucg.ant-switch-checked .ant-switch-handle {
30907
+ left: calc(100% - 20px - 2px);
30908
+ }
30909
+
30910
+ .E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
30911
+ left: calc(100% - 14px - 1px);
30912
+ }
30913
+
30914
+ .E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
30915
+ left: calc(100% - 28px - 2px);
30916
+ }
30917
+
30918
+ .E_c1up6e3y {
30919
+ margin-left: 5px;
30920
+ }
30921
+
30922
+ .E_s1ebs0ra {
30923
+ display: flex;
30924
+ align-items: center;
30925
+ justify-content: space-between;
30926
+ background: #edf0f7;
30927
+ padding: 8px 12px;
30928
+ position: sticky;
30929
+ top: 0;
30930
+ z-index: 1;
30931
+ margin-bottom: -52px;
30932
+ }
30933
+
30934
+ .E_s1ebs0ra .select-total {
30935
+ display: flex;
30936
+ align-items: center;
30937
+ font-weight: 700;
30938
+ flex-shrink: 0;
30939
+ }
30940
+
30941
+ .E_s1ebs0ra .select-total .icon-wrapper {
30942
+ cursor: pointer;
30943
+ margin-left: 8px;
30944
+ width: 32px;
30945
+ height: 32px;
30946
+ border-radius: 50%;
30947
+ justify-content: center;
30948
+ }
30949
+
30950
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30951
+ background: rgba(225, 230, 241, 0.6);
30952
+ }
30953
+
30954
+ .E_s1ebs0ra .action-group {
30955
+ flex: 1;
30956
+ margin-left: 88px;
30957
+ white-space: nowrap;
30958
+ text-align: right;
30959
+ position: relative;
30960
+ padding: 4px 0;
30961
+ margin-top: -4px;
30962
+ overflow: hidden;
30963
+ }
30964
+
30965
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30966
+ transform: translateY(-4px);
31021
30967
  }
31022
30968
 
31023
- .E_u18llj45 {
31024
- font-family: Inter;
31025
- font-style: normal;
31026
- font-weight: normal;
31027
- font-size: 10px;
31028
- line-height: 12px;
30969
+ .E_s1ebs0ra .action-group button {
30970
+ border: none;
31029
30971
  }
31030
30972
 
31031
- .E_iq1gosr {
31032
- display: inline-block;
30973
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30974
+ margin-right: 8px;
31033
30975
  }
31034
30976
 
31035
- .E_s1dni7lo {
31036
- width: 430px !important;
30977
+ .E_s1ebs0ra .action-group > button:last-child {
30978
+ margin-right: 4px;
31037
30979
  }
31038
30980
 
31039
- .E_d1wwmmm5 .ant-select-item-group {
31040
- padding: 8px 16px;
31041
- line-height: 18px;
31042
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31043
- height: 34px;
31044
- min-height: 34px;
31045
- box-sizing: border-box;
31046
- margin-top: 8px;
30981
+ .E_s1ebs0ra .action-group .more-btn {
30982
+ cursor: pointer;
30983
+ width: 32px;
30984
+ height: 32px;
30985
+ justify-content: center;
30986
+ border-radius: 50%;
31047
30987
  }
31048
30988
 
31049
- .E_o1ugr09p {
31050
- display: flex;
31051
- flex-direction: column;
31052
- margin: 1px 8px;
31053
- padding: 8px;
31054
- border-radius: 4px;
30989
+ .E_s1ebs0ra .action-group .more-btn:hover {
30990
+ background: #fff;
31055
30991
  }
31056
30992
 
31057
- .E_o1ugr09p .selected-icon {
31058
- display: none;
30993
+ .E_phljevk {
30994
+ display: flex;
30995
+ justify-content: space-between;
30996
+ align-items: center;
30997
+ padding: 10px 0;
30998
+ color: rgba(44, 56, 82, 0.6);
30999
+ font-size: 12px;
31000
+ line-height: 24px;
31059
31001
  }
31060
31002
 
31061
- .E_o1ugr09p.ant-select-item-option-grouped {
31062
- padding-left: 8px;
31003
+ .E_phljevk .pagination-left {
31004
+ padding: 2px 8px;
31063
31005
  }
31064
31006
 
31065
- .E_o1ugr09p.ant-select-item-option-selected {
31066
- background-color: white;
31007
+ .E_phljevk .dropdown-trigger {
31008
+ display: flex;
31009
+ align-items: center;
31010
+ border-radius: 6px;
31011
+ cursor: pointer;
31012
+ transition: all 0.3s ease;
31067
31013
  }
31068
31014
 
31069
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
31015
+ .E_phljevk .dropdown-trigger:hover {
31016
+ background: rgba(211, 218, 235, 0.6);
31070
31017
  color: #0080ff;
31071
31018
  }
31072
31019
 
31073
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
31074
- display: block;
31075
- }
31076
-
31077
- .E_o1ugr09p.ant-select-item-option-active {
31078
- background: rgba(0, 136, 255, 0.16);
31020
+ .E_phljevk .dropdown-trigger .icon-inner {
31021
+ margin-left: 4px;
31079
31022
  }
31080
31023
 
31081
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
31024
+ .E_phljevk .pagination-right {
31025
+ display: flex;
31026
+ align-items: center;
31082
31027
  color: #0080ff;
31028
+ font-weight: bold;
31083
31029
  }
31084
31030
 
31085
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
31086
- background: rgba(0, 136, 255, 0.1);
31087
- color: #0080ff;
31031
+ .E_phljevk .pagination-right .icon-inner {
31032
+ margin-left: 4px;
31088
31033
  }
31089
31034
 
31090
- .E_o1ifxsq4 {
31091
- display: flex;
31092
- justify-content: space-between;
31093
- height: 20px;
31094
- line-height: 20px;
31035
+ .E_phljevk .pagination-right .prev-btn,
31036
+ .E_phljevk .pagination-right .next-btn {
31037
+ padding: 0 8px;
31095
31038
  }
31096
31039
 
31097
- .E_o1ifxsq4 .timezone-title {
31098
- color: #2d3a56;
31099
- overflow: hidden;
31100
- text-overflow: ellipsis;
31040
+ .E_phljevk .pagination-right .prev-btn > span,
31041
+ .E_phljevk .pagination-right .next-btn > span {
31042
+ color: #0080ff;
31101
31043
  }
31102
31044
 
31103
- .E_o1zue7 {
31104
- display: flex;
31105
- justify-content: space-between;
31106
- color: rgba(44, 56, 82, 0.6);
31107
- height: 18px;
31108
- line-height: 18px;
31109
- margin-top: 2px;
31045
+ .E_phljevk .pagination-right .next-btn .icon-inner {
31046
+ transform: rotate(180deg);
31110
31047
  }
31111
31048
 
31112
- .E_tyfmlxg {
31113
- border: none;
31114
- margin-right: 0;
31115
- background: rgba(225, 230, 241, 0.6);
31049
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
31050
+ max-height: calc(100vh - 128px);
31051
+ overflow-y: auto;
31116
31052
  }
31117
31053
 
31118
- .E_o18uybox {
31119
- pointer-events: none;
31120
- height: 32px;
31121
- width: 100%;
31122
- opacity: 0;
31054
+ .E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31055
+ padding: 4px 20px;
31056
+ font-size: 12px;
31057
+ line-height: 18px;
31123
31058
  }
31124
31059
 
31125
31060
  .E_cnujxq2 {
@@ -31884,97 +31819,205 @@ input.E_rf8rlle.ant-input {
31884
31819
  color: #3e4652;
31885
31820
  }
31886
31821
 
31887
- .E_c3cobmo {
31888
- margin-top: 16px;
31889
- padding: 8px;
31890
- border-radius: 6px;
31891
- background: rgba(225, 230, 241, 0.6);
31892
- color: rgba(44, 56, 82, 0.6);
31893
- font-size: 12px;
31822
+ .E_c3cobmo {
31823
+ margin-top: 16px;
31824
+ padding: 8px;
31825
+ border-radius: 6px;
31826
+ background: rgba(225, 230, 241, 0.6);
31827
+ color: rgba(44, 56, 82, 0.6);
31828
+ font-size: 12px;
31829
+ }
31830
+
31831
+ .E_c3cobmo div {
31832
+ line-height: 20px;
31833
+ display: flex;
31834
+ align-items: center;
31835
+ word-break: break-all;
31836
+ }
31837
+
31838
+ .E_c3cobmo .title {
31839
+ font-weight: 700;
31840
+ line-height: 18px;
31841
+ margin: 4px 0;
31842
+ }
31843
+
31844
+ .E_rapgekc.ant-radio-wrapper {
31845
+ display: inline-flex;
31846
+ align-items: baseline;
31847
+ white-space: pre-wrap;
31848
+ }
31849
+
31850
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
31851
+ position: relative;
31852
+ top: 3px;
31853
+ }
31854
+
31855
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
31856
+ border-color: rgba(107, 128, 167, 0.6);
31857
+ }
31858
+
31859
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
31860
+ border-color: #0080ff;
31861
+ }
31862
+
31863
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
31864
+ border-color: #0080ff;
31865
+ background: #0080ff;
31866
+ }
31867
+
31868
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
31869
+ top: 4px;
31870
+ left: 4px;
31871
+ width: 6px;
31872
+ height: 6px;
31873
+ background: #fff;
31874
+ }
31875
+
31876
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
31877
+ opacity: 0.5;
31878
+ }
31879
+
31880
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
31881
+ border-color: rgba(107, 128, 167, 0.6);
31882
+ background: rgba(211, 218, 235, 0.6);
31883
+ }
31884
+
31885
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
31886
+ background: #00122e;
31887
+ }
31888
+
31889
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
31890
+ color: #00122e;
31891
+ opacity: 0.5;
31892
+ }
31893
+
31894
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
31895
+ color: #00122e;
31896
+ }
31897
+
31898
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
31899
+ display: inline-block;
31900
+ padding: 0;
31901
+ padding-left: 12px;
31902
+ }
31903
+
31904
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
31905
+ margin-bottom: 0;
31906
+ white-space: pre-wrap;
31907
+ color: rgba(44, 56, 82, 0.6);
31908
+ }
31909
+
31910
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
31911
+ padding-left: 8px;
31912
+ }
31913
+
31914
+ .E_rp906go .ant-radio-button-wrapper:first-child {
31915
+ border-radius: 5px 0 0 5px;
31916
+ }
31917
+
31918
+ .E_rp906go .ant-radio-button-wrapper:last-child {
31919
+ border-radius: 0 5px 5px 0;
31920
+ }
31921
+
31922
+ .E_rcc63c8 {
31923
+ color: #00122e;
31924
+ border-color: #ccd4e3;
31925
+ }
31926
+
31927
+ .E_rcc63c8:first-child {
31928
+ border-color: #a3b4cc;
31929
+ }
31930
+
31931
+ .E_rcc63c8.ant-radio-button-wrapper {
31932
+ padding: 0 12px;
31933
+ line-height: 32px;
31934
+ height: 32px;
31935
+ }
31936
+
31937
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
31938
+ white-space: nowrap;
31939
+ }
31940
+
31941
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
31942
+ height: 22px;
31943
+ padding: 0 7px;
31944
+ line-height: 20px;
31945
+ }
31946
+
31947
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
31948
+ background: #ccd4e3;
31894
31949
  }
31895
31950
 
31896
- .E_c3cobmo div {
31897
- line-height: 20px;
31898
- display: flex;
31899
- align-items: center;
31900
- word-break: break-all;
31951
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
31952
+ background: #0080ff;
31901
31953
  }
31902
31954
 
31903
- .E_c3cobmo .title {
31904
- font-weight: 700;
31905
- line-height: 18px;
31906
- margin: 4px 0;
31955
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31956
+ background: #ccd4e3;
31957
+ opacity: 0.5;
31907
31958
  }
31908
31959
 
31909
- .E_s1ebs0ra {
31910
- display: flex;
31911
- align-items: center;
31912
- justify-content: space-between;
31913
- background: #edf0f7;
31914
- padding: 8px 12px;
31915
- position: sticky;
31916
- top: 0;
31917
- z-index: 1;
31918
- margin-bottom: -52px;
31960
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31961
+ border-right-color: #0080ff;
31919
31962
  }
31920
31963
 
31921
- .E_s1ebs0ra .select-total {
31922
- display: flex;
31923
- align-items: center;
31924
- font-weight: 700;
31925
- flex-shrink: 0;
31964
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31965
+ border-color: #0080ff;
31926
31966
  }
31927
31967
 
31928
- .E_s1ebs0ra .select-total .icon-wrapper {
31929
- cursor: pointer;
31930
- margin-left: 8px;
31931
- width: 32px;
31932
- height: 32px;
31933
- border-radius: 50%;
31934
- justify-content: center;
31968
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
31969
+ background: rgba(0, 136, 255, 0.1);
31935
31970
  }
31936
31971
 
31937
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31938
- background: rgba(225, 230, 241, 0.6);
31972
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
31973
+ background: rgba(211, 218, 235, 0.6);
31974
+ border-color: #ccd4e3;
31975
+ opacity: 0.5;
31939
31976
  }
31940
31977
 
31941
- .E_s1ebs0ra .action-group {
31942
- flex: 1;
31943
- margin-left: 88px;
31944
- white-space: nowrap;
31945
- text-align: right;
31946
- position: relative;
31947
- padding: 4px 0;
31948
- margin-top: -4px;
31949
- overflow: hidden;
31978
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
31979
+ color: #00122e;
31980
+ border-color: #ccd4e3;
31950
31981
  }
31951
31982
 
31952
- .E_s1ebs0ra .action-group .sub-menu-delete {
31953
- transform: translateY(-4px);
31983
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31984
+ color: #00122e;
31985
+ border-color: #ccd4e3;
31986
+ background: rgba(172, 186, 211, 0.6);
31954
31987
  }
31955
31988
 
31956
- .E_s1ebs0ra .action-group button {
31989
+ .E_rcc63c8 .ant-radio-button-input {
31990
+ margin-right: 8px;
31991
+ display: inline;
31957
31992
  border: none;
31993
+ padding: 0;
31994
+ width: 36px;
31995
+ background: transparent;
31958
31996
  }
31959
31997
 
31960
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31961
- margin-right: 8px;
31998
+ .E_rcc63c8 .ant-radio-button-input:focus {
31999
+ box-shadow: none;
31962
32000
  }
31963
32001
 
31964
- .E_s1ebs0ra .action-group > button:last-child {
31965
- margin-right: 4px;
32002
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
32003
+ margin-right: 0;
32004
+ width: initial;
32005
+ box-shadow: none;
31966
32006
  }
31967
32007
 
31968
- .E_s1ebs0ra .action-group .more-btn {
31969
- cursor: pointer;
31970
- width: 32px;
31971
- height: 32px;
31972
- justify-content: center;
31973
- border-radius: 50%;
32008
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
32009
+ display: none;
31974
32010
  }
31975
32011
 
31976
- .E_s1ebs0ra .action-group .more-btn:hover {
31977
- background: #fff;
32012
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
32013
+ display: inline;
32014
+ }
32015
+
32016
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
32017
+ display: inline;
32018
+ margin-right: 8px;
32019
+ padding: 0;
32020
+ width: 36px;
31978
32021
  }
31979
32022
 
31980
32023
  .E_c1up1pdz {
@@ -32143,74 +32186,6 @@ input.E_rf8rlle.ant-input {
32143
32186
  color: #fff;
32144
32187
  }
32145
32188
 
32146
- .E_c18gxmrl {
32147
- border: 1px solid #d8deeb;
32148
- border-radius: 4px;
32149
- }
32150
-
32151
- .E_c18gxmrl + .E_c18gxmrl {
32152
- margin-top: 8px;
32153
- }
32154
-
32155
- .E_c18gxmrl:hover {
32156
- border-color: #0080ff;
32157
- }
32158
-
32159
- .E_c18gxmrl:hover > header {
32160
- background: rgba(0, 128, 255, 0.1);
32161
- }
32162
-
32163
- .E_c18gxmrl.active header {
32164
- border-bottom: 1px solid #d8deeb;
32165
- }
32166
-
32167
- .E_c18gxmrl > header {
32168
- padding: 8px 12px;
32169
- }
32170
-
32171
- .E_c1bus5hc {
32172
- --color: white;
32173
- height: 14px;
32174
- width: 14px;
32175
- border-radius: 50%;
32176
- flex-shrink: 0;
32177
- display: flex;
32178
- align-items: center;
32179
- justify-content: center;
32180
- border: 1px solid var(--color);
32181
- }
32182
-
32183
- .E_c1bus5hc .circle-inner {
32184
- position: relative;
32185
- height: 10px;
32186
- width: 10px;
32187
- border-radius: 50%;
32188
- overflow: hidden;
32189
- }
32190
-
32191
- .E_c1bus5hc .circle-content {
32192
- position: absolute;
32193
- height: 100%;
32194
- width: 100%;
32195
- left: 0;
32196
- top: 0;
32197
- border-radius: 50%;
32198
- background: linear-gradient(to right, var(--color) 50%, white 50%);
32199
- transform: rotate(180deg);
32200
- }
32201
-
32202
- .E_c1bus5hc .circle-child {
32203
- position: absolute;
32204
- height: 100%;
32205
- width: 100%;
32206
- left: 0;
32207
- top: 0;
32208
- margin-left: 50%;
32209
- transform-origin: left;
32210
- background: white;
32211
- transform: rotate(0deg);
32212
- }
32213
-
32214
32189
  .E_berrcjl {
32215
32190
  color: rgba(10, 37, 85, 0.6);
32216
32191
  margin-bottom: 4px;
@@ -32230,43 +32205,53 @@ input.E_rf8rlle.ant-input {
32230
32205
  color: #005ed1;
32231
32206
  }
32232
32207
 
32233
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
32234
- margin-right: 2px;
32208
+ .E_c18gxmrl {
32209
+ border: 1px solid #d8deeb;
32210
+ border-radius: 4px;
32235
32211
  }
32236
32212
 
32237
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32238
- padding-left: 8px;
32239
- padding-right: 8px;
32213
+ .E_c18gxmrl + .E_c18gxmrl {
32214
+ margin-top: 8px;
32240
32215
  }
32241
32216
 
32242
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32243
- border-radius: 4px;
32217
+ .E_c18gxmrl:hover {
32218
+ border-color: #0080ff;
32244
32219
  }
32245
32220
 
32246
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32247
- border-radius: 4px;
32221
+ .E_c18gxmrl:hover > header {
32222
+ background: rgba(0, 128, 255, 0.1);
32248
32223
  }
32249
32224
 
32250
- .E_ma64lna .ant-segmented-item-label {
32251
- padding-left: 12px;
32252
- padding-right: 12px;
32225
+ .E_c18gxmrl.active header {
32226
+ border-bottom: 1px solid #d8deeb;
32253
32227
  }
32254
32228
 
32255
- .E_ckld275 {
32256
- background-color: rgba(225, 230, 241, 0.6);
32229
+ .E_c18gxmrl > header {
32230
+ padding: 8px 12px;
32257
32231
  }
32258
32232
 
32259
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32260
- background-color: rgba(255, 255, 255, 0.6);
32261
- color: rgba(44, 56, 82, 0.75);
32233
+ .E_tqjc4ui {
32234
+ margin: 0 2px;
32262
32235
  }
32263
32236
 
32264
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32265
- background-color: transparent;
32237
+ .E_n12mqh7z {
32238
+ display: flex;
32239
+ align-items: center;
32240
+ font-size: 12px;
32241
+ line-height: 18px;
32266
32242
  }
32267
32243
 
32268
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32269
- background-color: transparent;
32244
+ .E_n12mqh7z:not(:last-child) {
32245
+ margin-bottom: 4px;
32246
+ }
32247
+
32248
+ .E_tf5bynu {
32249
+ margin: 0 3px;
32250
+ }
32251
+
32252
+ .E_tcckoz1 {
32253
+ max-height: 400px;
32254
+ overflow: "auto";
32270
32255
  }
32271
32256
 
32272
32257
  .E_c1uzzomf {
@@ -32294,53 +32279,55 @@ input.E_rf8rlle.ant-input {
32294
32279
  text-align: center;
32295
32280
  }
32296
32281
 
32297
- .E_c18bcrac {
32298
- display: inline-block;
32299
- width: 100%;
32282
+ .E_gmyahx3 {
32283
+ cursor: pointer;
32284
+ }
32285
+
32286
+ .E_gmyahx3 .link-text {
32287
+ color: rgba(0, 21, 64, 0.3);
32288
+ }
32289
+
32290
+ .E_gmyahx3:hover .link-text {
32291
+ color: #0080ff;
32292
+ }
32293
+
32294
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
32295
+ margin-right: 2px;
32296
+ }
32297
+
32298
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32299
+ padding-left: 8px;
32300
+ padding-right: 8px;
32300
32301
  }
32301
32302
 
32302
- .E_c18bcrac .recharts-wrapper {
32303
- margin-left: 4px;
32303
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32304
+ border-radius: 4px;
32304
32305
  }
32305
32306
 
32306
- .E_cro7kg2 {
32307
- padding: 4px;
32307
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32308
+ border-radius: 4px;
32308
32309
  }
32309
32310
 
32310
- .E_c14wcxf0 {
32311
- display: flex;
32312
- justify-content: space-between;
32313
- align-items: center;
32314
- font-size: 13px;
32315
- line-height: 24px;
32316
- color: #cccccc;
32317
- white-space: nowrap;
32311
+ .E_ma64lna .ant-segmented-item-label {
32312
+ padding-left: 12px;
32313
+ padding-right: 12px;
32318
32314
  }
32319
32315
 
32320
- .E_c14wcxf0 label {
32321
- margin-right: 32px;
32316
+ .E_ckld275 {
32317
+ background-color: rgba(225, 230, 241, 0.6);
32322
32318
  }
32323
32319
 
32324
- .E_coy29mj.E_c14wcxf0 {
32325
- font-weight: bold;
32326
- color: white;
32320
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32321
+ background-color: rgba(255, 255, 255, 0.6);
32322
+ color: rgba(44, 56, 82, 0.75);
32327
32323
  }
32328
32324
 
32329
- .E_s11212zy {
32330
- width: 8px;
32331
- height: 8px;
32332
- border-radius: 2px;
32333
- display: inline-block;
32334
- background: var(--s11212zy-0);
32335
- border: 1px solid #fff;
32336
- box-sizing: content-box;
32337
- margin-right: 6px;
32325
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32326
+ background-color: transparent;
32338
32327
  }
32339
32328
 
32340
- .E_p1lyky6c > :first-child {
32341
- font-weight: bold;
32342
- color: white;
32343
- margin-right: 4px;
32329
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32330
+ background-color: transparent;
32344
32331
  }
32345
32332
 
32346
32333
  .E_clm1wy1 {
@@ -32452,16 +32439,112 @@ input.E_rf8rlle.ant-input {
32452
32439
  border-radius: 2px;
32453
32440
  }
32454
32441
 
32455
- .E_gmyahx3 {
32456
- cursor: pointer;
32442
+ .E_ou7iq30 {
32443
+ overflow: hidden;
32444
+ text-overflow: ellipsis;
32457
32445
  }
32458
32446
 
32459
- .E_gmyahx3 .link-text {
32460
- color: rgba(0, 21, 64, 0.3);
32447
+ .E_s1tui002 {
32448
+ white-space: nowrap;
32461
32449
  }
32462
32450
 
32463
- .E_gmyahx3:hover .link-text {
32464
- color: #0080ff;
32451
+ .E_mxrc2zg {
32452
+ display: -webkit-box;
32453
+ -webkit-line-clamp: var(--mxrc2zg-0);
32454
+ -webkit-box-orient: vertical;
32455
+ word-break: break-all;
32456
+ }
32457
+
32458
+ .E_c18bcrac {
32459
+ display: inline-block;
32460
+ width: 100%;
32461
+ }
32462
+
32463
+ .E_c18bcrac .recharts-wrapper {
32464
+ margin-left: 4px;
32465
+ }
32466
+
32467
+ .E_cro7kg2 {
32468
+ padding: 4px;
32469
+ }
32470
+
32471
+ .E_c14wcxf0 {
32472
+ display: flex;
32473
+ justify-content: space-between;
32474
+ align-items: center;
32475
+ font-size: 13px;
32476
+ line-height: 24px;
32477
+ color: #cccccc;
32478
+ white-space: nowrap;
32479
+ }
32480
+
32481
+ .E_c14wcxf0 label {
32482
+ margin-right: 32px;
32483
+ }
32484
+
32485
+ .E_coy29mj.E_c14wcxf0 {
32486
+ font-weight: bold;
32487
+ color: white;
32488
+ }
32489
+
32490
+ .E_s11212zy {
32491
+ width: 8px;
32492
+ height: 8px;
32493
+ border-radius: 2px;
32494
+ display: inline-block;
32495
+ background: var(--s11212zy-0);
32496
+ border: 1px solid #fff;
32497
+ box-sizing: content-box;
32498
+ margin-right: 6px;
32499
+ }
32500
+
32501
+ .E_p1lyky6c > :first-child {
32502
+ font-weight: bold;
32503
+ color: white;
32504
+ margin-right: 4px;
32505
+ }
32506
+
32507
+ .E_c1bus5hc {
32508
+ --color: white;
32509
+ height: 14px;
32510
+ width: 14px;
32511
+ border-radius: 50%;
32512
+ flex-shrink: 0;
32513
+ display: flex;
32514
+ align-items: center;
32515
+ justify-content: center;
32516
+ border: 1px solid var(--color);
32517
+ }
32518
+
32519
+ .E_c1bus5hc .circle-inner {
32520
+ position: relative;
32521
+ height: 10px;
32522
+ width: 10px;
32523
+ border-radius: 50%;
32524
+ overflow: hidden;
32525
+ }
32526
+
32527
+ .E_c1bus5hc .circle-content {
32528
+ position: absolute;
32529
+ height: 100%;
32530
+ width: 100%;
32531
+ left: 0;
32532
+ top: 0;
32533
+ border-radius: 50%;
32534
+ background: linear-gradient(to right, var(--color) 50%, white 50%);
32535
+ transform: rotate(180deg);
32536
+ }
32537
+
32538
+ .E_c1bus5hc .circle-child {
32539
+ position: absolute;
32540
+ height: 100%;
32541
+ width: 100%;
32542
+ left: 0;
32543
+ top: 0;
32544
+ margin-left: 50%;
32545
+ transform-origin: left;
32546
+ background: white;
32547
+ transform: rotate(0deg);
32465
32548
  }
32466
32549
 
32467
32550
  .E_d1bw7c5z {
@@ -32558,46 +32641,6 @@ input.E_rf8rlle.ant-input {
32558
32641
  width: 102px;
32559
32642
  }
32560
32643
 
32561
- .E_tqjc4ui {
32562
- margin: 0 2px;
32563
- }
32564
-
32565
- .E_n12mqh7z {
32566
- display: flex;
32567
- align-items: center;
32568
- font-size: 12px;
32569
- line-height: 18px;
32570
- }
32571
-
32572
- .E_n12mqh7z:not(:last-child) {
32573
- margin-bottom: 4px;
32574
- }
32575
-
32576
- .E_tf5bynu {
32577
- margin: 0 3px;
32578
- }
32579
-
32580
- .E_tcckoz1 {
32581
- max-height: 400px;
32582
- overflow: "auto";
32583
- }
32584
-
32585
- .E_ou7iq30 {
32586
- overflow: hidden;
32587
- text-overflow: ellipsis;
32588
- }
32589
-
32590
- .E_s1tui002 {
32591
- white-space: nowrap;
32592
- }
32593
-
32594
- .E_mxrc2zg {
32595
- display: -webkit-box;
32596
- -webkit-line-clamp: var(--mxrc2zg-0);
32597
- -webkit-box-orient: vertical;
32598
- word-break: break-all;
32599
- }
32600
-
32601
32644
  .E_t1sqg15u {
32602
32645
  background: white;
32603
32646
  }
@@ -32704,14 +32747,6 @@ input.E_rf8rlle.ant-input {
32704
32747
  padding-right: 12px;
32705
32748
  }
32706
32749
 
32707
- .E_c1yyuluq {
32708
- border-radius: 8px;
32709
- }
32710
-
32711
- .E_c1yyuluq .ant-card-body {
32712
- padding: 20px 24px 24px 24px;
32713
- }
32714
-
32715
32750
  .E_ccrbeuz .ant-collapse-item {
32716
32751
  border: 0px;
32717
32752
  background-color: #fff;
@@ -32737,11 +32772,26 @@ input.E_rf8rlle.ant-input {
32737
32772
  cursor: default;
32738
32773
  }
32739
32774
 
32740
- .E_tje3huy {
32775
+ .E_c1yyuluq {
32776
+ border-radius: 8px;
32777
+ }
32778
+
32779
+ .E_c1yyuluq .ant-card-body {
32780
+ padding: 20px 24px 24px 24px;
32781
+ }
32782
+
32783
+ .E_m74vjol {
32784
+ display: flex;
32785
+ justify-content: space-between;
32786
+ width: 100%;
32787
+ }
32788
+
32789
+ .E_m74vjol .action {
32790
+ margin-left: 16px;
32791
+ }
32792
+
32793
+ .E_a1o35uvh .ant-alert-message {
32741
32794
  width: 100%;
32742
- overflow: inherit;
32743
- white-space: inherit;
32744
- text-overflow: ellipsis;
32745
32795
  }
32746
32796
 
32747
32797
  .E_s1iv0tp1 .enabled-switch {
@@ -32778,22 +32828,19 @@ input.E_rf8rlle.ant-input {
32778
32828
  color: #00122e !important;
32779
32829
  }
32780
32830
 
32781
- .E_itxley7.ant-input-group.ant-input-group-compact {
32782
- display: flex;
32783
- }
32784
-
32785
- .E_m74vjol {
32786
- display: flex;
32787
- justify-content: space-between;
32831
+ .E_tje3huy {
32788
32832
  width: 100%;
32833
+ overflow: inherit;
32834
+ white-space: inherit;
32835
+ text-overflow: ellipsis;
32789
32836
  }
32790
32837
 
32791
- .E_m74vjol .action {
32792
- margin-left: 16px;
32838
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32839
+ display: flex;
32793
32840
  }
32794
32841
 
32795
- .E_a1o35uvh .ant-alert-message {
32796
- width: 100%;
32842
+ .E_tju3gfj .date {
32843
+ margin-right: 4px;
32797
32844
  }
32798
32845
 
32799
32846
  .E_sddwhm6 {
@@ -32887,17 +32934,7 @@ input.E_rf8rlle.ant-input {
32887
32934
  width: 8px;
32888
32935
  height: 8px;
32889
32936
  border-radius: 50%;
32890
- display: inline-block;
32891
- }
32892
-
32893
- .E_ivqqkzv {
32894
- height: 24px;
32895
- width: 56px !important;
32896
- margin-right: 4px;
32897
- }
32898
-
32899
- .E_c1wk4q29 {
32900
- color: rgba(44, 56, 82, 0.6);
32937
+ display: inline-block;
32901
32938
  }
32902
32939
 
32903
32940
  .E_s1sck0th {
@@ -33069,10 +33106,16 @@ input.E_rf8rlle.ant-input {
33069
33106
  transform: rotate(180deg);
33070
33107
  }
33071
33108
 
33072
- .E_tju3gfj .date {
33109
+ .E_ivqqkzv {
33110
+ height: 24px;
33111
+ width: 56px !important;
33073
33112
  margin-right: 4px;
33074
33113
  }
33075
33114
 
33115
+ .E_c1wk4q29 {
33116
+ color: rgba(44, 56, 82, 0.6);
33117
+ }
33118
+
33076
33119
  .E_h1ol2wl7 {
33077
33120
  font-weight: bold;
33078
33121
  background-color: unset;
@@ -33544,1016 +33587,1016 @@ input.E_rf8rlle.ant-input {
33544
33587
  justify-content: center;
33545
33588
  }
33546
33589
 
33547
- .E_c1kchka8 {
33590
+ .E_tc97u5y {
33548
33591
  height: 100%;
33549
- width: 100%;
33550
- display: flex;
33551
- flex-direction: column;
33552
- background: #fff;
33553
- overflow: auto;
33554
33592
  }
33555
33593
 
33556
- .E_ctdb951 {
33557
- display: flex;
33558
- align-items: center;
33559
- justify-content: space-between;
33560
- padding: 0 12px 0 8px;
33561
- height: 44px;
33562
- flex-shrink: 0;
33563
- }
33564
-
33565
- .E_ctdb951 .year-number-input {
33566
- width: 54px;
33567
- padding: 4px;
33568
- margin-right: 9px;
33569
- font-weight: 700;
33570
- font-size: 16px;
33571
- line-height: 24px;
33594
+ .E_tfzf37v {
33595
+ height: 100%;
33572
33596
  }
33573
33597
 
33574
- .E_ctdb951 .year-number-text {
33575
- cursor: pointer;
33576
- margin-right: 4px;
33598
+ .E_tfzf37v.empty-table .ant-table-content {
33599
+ overflow: visible !important;
33600
+ height: 100%;
33577
33601
  }
33578
33602
 
33579
- .E_ctdb951 .year-control {
33580
- display: flex;
33581
- align-items: center;
33582
- gap: 8px;
33603
+ .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
33604
+ height: 100%;
33583
33605
  }
33584
33606
 
33585
- .E_ctdb951 .year-control .ant-btn {
33586
- display: flex;
33587
- align-items: center;
33588
- justify-content: center;
33589
- background: rgba(237, 241, 250, 0.6);
33607
+ .E_tfzf37v.empty-table .ant-table-content table {
33608
+ width: 100% !important;
33609
+ height: 100%;
33590
33610
  }
33591
33611
 
33592
- .E_cvgtyx0 {
33593
- display: grid;
33594
- grid-template-columns: repeat(7, auto);
33595
- list-style: none;
33596
- padding: 0 12px;
33597
- margin: unset;
33598
- height: 40px;
33599
- gap: 4px;
33600
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33601
- flex-wrap: wrap;
33602
- flex-shrink: 0;
33612
+ .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
33613
+ padding: 15px 0;
33603
33614
  }
33604
33615
 
33605
- .E_cvgtyx0 li {
33606
- width: 40px;
33607
- height: 40px;
33608
- line-height: 40px;
33609
- text-align: center;
33610
- color: rgba(44, 56, 82, 0.6);
33616
+ .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
33617
+ display: none;
33611
33618
  }
33612
33619
 
33613
- .E_crprfvb {
33614
- flex: 1;
33615
- overflow: auto;
33616
- position: relative;
33620
+ .E_tfzf37v .active-row td:nth-child(1) {
33621
+ font-weight: 700;
33617
33622
  }
33618
33623
 
33619
- .E_crprfvb ul {
33620
- list-style: none;
33621
- padding: 0;
33622
- margin: 0;
33624
+ .E_tfzf37v.has-selection .active-row td:nth-child(2) {
33625
+ font-weight: 700;
33623
33626
  }
33624
33627
 
33625
- .E_crprfvb ul .month-container header {
33626
- padding: 4px 12px;
33627
- position: sticky;
33628
- top: 0;
33629
- background: #fff;
33630
- transition: all 0.2s ease-in-out;
33631
- z-index: 2;
33628
+ .E_tfzf37v .ant-spin-nested-loading {
33629
+ height: 100%;
33632
33630
  }
33633
33631
 
33634
- .E_crprfvb ul .month-container header.pinned {
33635
- box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
33632
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
33633
+ height: 100%;
33634
+ overflow: visible;
33636
33635
  }
33637
33636
 
33638
- .E_crprfvb ul .month-container .dates-in-month {
33639
- display: grid;
33640
- grid-template-columns: repeat(7, auto);
33641
- gap: 4px 0;
33642
- padding: 4px 12px;
33637
+ .E_tfzf37v .ant-spin-nested-loading .ant-spin {
33638
+ max-height: none;
33643
33639
  }
33644
33640
 
33645
- .E_crprfvb ul .month-container .dates-in-month .date-block {
33646
- width: 100%;
33647
- height: 100%;
33648
- display: flex;
33649
- align-items: center;
33650
- justify-content: center;
33641
+ .E_tfzf37v.table-init-loading .ant-spin-blur thead,
33642
+ .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
33643
+ display: none;
33651
33644
  }
33652
33645
 
33653
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight {
33654
- border-color: #e6f4ff;
33655
- background: #e6f4ff;
33646
+ .E_tfzf37v td.ant-table-column-sort {
33647
+ background: transparent;
33656
33648
  }
33657
33649
 
33658
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight {
33659
- position: relative;
33650
+ .E_tfzf37v td.ant-table-cell-fix-left,
33651
+ .E_tfzf37v td.ant-table-cell-fix-right {
33660
33652
  background: #fff;
33653
+ padding: 0 !important;
33661
33654
  }
33662
33655
 
33663
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight::after {
33664
- content: "";
33665
- position: absolute;
33666
- right: 0;
33667
- top: 0;
33668
- width: calc(50% + 20px);
33656
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
33657
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
33658
+ display: flex;
33659
+ align-items: center;
33669
33660
  height: 100%;
33670
- background: #e6f4ff;
33671
- border-top-left-radius: 50%;
33672
- border-bottom-left-radius: 50%;
33661
+ padding: 8px;
33673
33662
  }
33674
33663
 
33675
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight {
33676
- position: relative;
33677
- background: #fff;
33664
+ .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
33665
+ .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
33666
+ overflow: hidden;
33667
+ text-overflow: ellipsis;
33668
+ width: 100%;
33678
33669
  }
33679
33670
 
33680
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight::after {
33681
- content: "";
33682
- position: absolute;
33683
- left: 0;
33684
- top: 0;
33685
- width: calc(50% + 20px);
33671
+ .E_tfzf37v .ant-table-container {
33686
33672
  height: 100%;
33687
- background: #e6f4ff;
33688
- border-top-right-radius: 50%;
33689
- border-bottom-right-radius: 50%;
33690
33673
  }
33691
33674
 
33692
- .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight:last-child::after {
33693
- width: 40px;
33694
- top: 50%;
33695
- transform: translateY(-50%);
33675
+ .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
33676
+ box-shadow: none !important;
33696
33677
  }
33697
33678
 
33698
- .E_crprfvb ul .month-container .dates-in-month .date-block + .highlight {
33699
- border-radius: unset;
33679
+ .E_tfzf37v .ant-table {
33680
+ border-radius: 0px;
33681
+ border-left: none;
33682
+ border-right: none;
33683
+ border-bottom: none;
33684
+ height: 100%;
33685
+ font-size: 12px;
33686
+ background: transparent;
33700
33687
  }
33701
33688
 
33702
- .E_crprfvb ul .month-container .dates-in-month .date-block:hover > .date {
33703
- border: 1px solid #0080ff;
33704
- cursor: pointer;
33705
- background: #fff;
33689
+ .E_tfzf37v .ant-table .ant-table-header {
33690
+ position: relative;
33691
+ z-index: 3;
33692
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33693
+ margin-bottom: -1px;
33706
33694
  }
33707
33695
 
33708
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date {
33709
- width: 38px;
33710
- height: 38px;
33711
- line-height: 36px;
33712
- text-align: center;
33713
- border-radius: 50%;
33714
- color: #00122e;
33715
- border: 1px solid transparent;
33716
- transition: background, border 0.2s ease-in-out;
33717
- position: relative;
33718
- z-index: 1;
33696
+ .E_tfzf37v .ant-table .time-wrapper .date,
33697
+ .E_tfzf37v .ant-table .value {
33698
+ color: #2d3a56;
33719
33699
  }
33720
33700
 
33721
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.blank {
33722
- background: transparent;
33701
+ .E_tfzf37v .ant-table .time-wrapper .time,
33702
+ .E_tfzf37v .ant-table .unit {
33703
+ color: rgba(44, 56, 82, 0.6);
33723
33704
  }
33724
33705
 
33725
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.today {
33726
- color: #0080ff;
33727
- border-color: rgba(0, 136, 255, 0.16);
33706
+ .E_tfzf37v .ant-table .ant-table-selection {
33707
+ position: unset;
33708
+ text-align: center;
33728
33709
  }
33729
33710
 
33730
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.highlight {
33731
- border-color: #e6f4ff;
33711
+ .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
33712
+ background: #fff;
33732
33713
  }
33733
33714
 
33734
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date:hover {
33735
- border-color: #0080ff;
33715
+ .E_tfzf37v .ant-table .anticon-setting {
33736
33716
  cursor: pointer;
33737
- background: #fff;
33717
+ position: absolute;
33718
+ top: 50%;
33719
+ right: 12px;
33720
+ transform: translateY(-50%);
33738
33721
  }
33739
33722
 
33740
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.checked {
33741
- background: #0080ff;
33742
- color: #fff;
33723
+ .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
33724
+ box-shadow: none;
33725
+ width: 1px;
33726
+ background: rgba(213, 219, 227, 0.6);
33743
33727
  }
33744
33728
 
33745
- .E_crprfvb ul .month-container .dates-in-month .date-block > .date.disabled {
33746
- cursor: not-allowed;
33747
- border-color: transparent;
33748
- background: #e4e9f2;
33749
- color: rgba(107, 128, 167, 0.6);
33729
+ .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
33730
+ box-shadow: none;
33731
+ width: 1px;
33732
+ background: rgba(213, 219, 227, 0.6);
33750
33733
  }
33751
33734
 
33752
- .E_ipbxcfl {
33753
- display: inline-flex;
33754
- flex-direction: column;
33755
- align-items: flex-start;
33735
+ .E_tfzf37v .ant-table .ant-table-tbody {
33736
+ position: relative;
33756
33737
  }
33757
33738
 
33758
- .E_ipbxcfl .input-time {
33759
- flex-shrink: 0;
33760
- display: inline-flex;
33761
- align-items: center;
33762
- border: 1px solid #e4e9f2;
33763
- transition: all 0.1s ease-in-out;
33764
- padding: 4px 8px;
33765
- background: #fff;
33766
- border-radius: 5px;
33739
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
33740
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33741
+ border-bottom: 1px solid white;
33742
+ height: 40px;
33743
+ vertical-align: middle;
33744
+ transition: background 0ms;
33745
+ color: #00122e;
33767
33746
  }
33768
33747
 
33769
- .E_ipbxcfl .input-time.focus {
33770
- border-color: #0080ff;
33771
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33748
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
33749
+ background: #f2f5fa;
33750
+ border-bottom-color: #f2f5fa;
33772
33751
  }
33773
33752
 
33774
- .E_ipbxcfl .input-time.error {
33775
- border-color: #f0483e;
33753
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
33754
+ height: auto;
33755
+ color: #00122e;
33756
+ font-size: 12px;
33757
+ text-align: left;
33758
+ transition: none;
33759
+ overflow: hidden;
33760
+ text-overflow: ellipsis;
33761
+ white-space: nowrap;
33776
33762
  }
33777
33763
 
33778
- .E_ipbxcfl .input-time.error.focus {
33779
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.2);
33764
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
33765
+ color: #0096ff;
33780
33766
  }
33781
33767
 
33782
- .E_ipbxcfl .input-time input {
33783
- font-family: "Inter";
33784
- font-style: normal;
33785
- font-weight: 400;
33786
- font-size: 13px;
33787
- line-height: 20px;
33788
- border: none;
33789
- outline: none;
33790
- width: 23px;
33791
- height: 20px;
33792
- text-align: center;
33793
- padding: 0;
33794
- color: #00122e;
33768
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
33769
+ overflow: hidden;
33770
+ text-overflow: ellipsis;
33771
+ width: 100%;
33772
+ vertical-align: middle;
33795
33773
  }
33796
33774
 
33797
- .E_ipbxcfl .input-time input::placeholder {
33798
- color: rgba(0, 21, 64, 0.3);
33775
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
33776
+ line-height: 0px;
33799
33777
  }
33800
33778
 
33801
- .E_ipbxcfl .input-time input:disabled {
33802
- background: inherit;
33779
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
33780
+ padding-right: 25px;
33803
33781
  }
33804
33782
 
33805
- .E_ipbxcfl .input-time input:focus, .E_ipbxcfl .input-time input:active {
33806
- border: none;
33807
- outline: none;
33783
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
33784
+ border-top-color: transparent;
33808
33785
  }
33809
33786
 
33810
- .E_ipbxcfl .input-time .connect-symbol {
33811
- margin: 0 2px;
33812
- color: rgba(0, 21, 64, 0.3);
33787
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
33788
+ background: rgba(225, 230, 241, 0.6);
33789
+ border-color: transparent transparent white;
33813
33790
  }
33814
33791
 
33815
- .E_ipbxcfl .input-time .connect-symbol.inputted {
33816
- color: #00122e;
33792
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
33793
+ border-radius: 8px 0 0 8px;
33817
33794
  }
33818
33795
 
33819
- .E_ipbxcfl .error-message {
33820
- color: #f0483e;
33821
- margin-top: 4px;
33796
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
33797
+ border-radius: 8px 0 0 8px;
33822
33798
  }
33823
33799
 
33824
- .E_a120uq8m {
33825
- width: 100%;
33826
- height: 100%;
33827
- display: flex;
33828
- flex-direction: column;
33800
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
33801
+ content: "";
33802
+ width: 4px;
33803
+ top: -1px;
33804
+ bottom: -1px;
33805
+ background: white;
33829
33806
  }
33830
33807
 
33831
- .E_a120uq8m .date-range-picker-calendar {
33832
- flex: 1;
33808
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
33809
+ border-radius: 0 8px 8px 0;
33833
33810
  }
33834
33811
 
33835
- .E_a15s9m0d {
33836
- padding: 8px 12px;
33837
- box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
33812
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
33813
+ border-radius: 0;
33814
+ background: white;
33815
+ border-top: none;
33838
33816
  }
33839
33817
 
33840
- .E_a15s9m0d .time-input-main {
33841
- display: flex;
33842
- justify-content: space-between;
33843
- align-items: flex-end;
33818
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
33819
+ border-top: 1px solid transparent;
33820
+ border-radius: 0 8px 8px 0;
33821
+ background: rgba(225, 230, 241, 0.6);
33844
33822
  }
33845
33823
 
33846
- .E_a15s9m0d .time-input-main .time-input-container {
33847
- display: flex;
33848
- align-items: flex-end;
33849
- gap: 8px;
33824
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
33825
+ background: white;
33826
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33850
33827
  }
33851
33828
 
33852
- .E_a15s9m0d .time-input-main .time-input-container .start-time,
33853
- .E_a15s9m0d .time-input-main .time-input-container .end-time,
33854
- .E_a15s9m0d .time-input-main .time-input-container .to {
33855
- color: rgba(44, 56, 82, 0.6);
33829
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
33830
+ display: flex;
33831
+ align-items: center;
33832
+ height: 100%;
33833
+ background: rgba(225, 230, 241, 0.6);
33856
33834
  }
33857
33835
 
33858
- .E_a15s9m0d .time-input-main .time-input-container .start-time p,
33859
- .E_a15s9m0d .time-input-main .time-input-container .end-time p,
33860
- .E_a15s9m0d .time-input-main .time-input-container .to p {
33861
- margin: 0;
33836
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
33837
+ background: white;
33838
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
33862
33839
  }
33863
33840
 
33864
- .E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
33865
- .E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
33866
- padding-bottom: 18px;
33841
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
33842
+ display: flex;
33843
+ align-items: center;
33844
+ height: 100%;
33845
+ background: rgba(225, 230, 241, 0.6);
33867
33846
  }
33868
33847
 
33869
- .E_a15s9m0d .time-input-main .time-input-container .to {
33870
- line-height: 34px;
33848
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
33849
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
33871
33850
  }
33872
33851
 
33873
- .E_a15s9m0d .time-input-main .time-input-container .input-time {
33874
- height: 32px;
33875
- padding: 6px 3px;
33852
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
33853
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
33854
+ border-radius: 8px;
33876
33855
  }
33877
33856
 
33878
- .E_a15s9m0d .time-input-main .ant-btn.validate-failed {
33879
- margin-bottom: 18px;
33857
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
33858
+ border-top-color: white;
33880
33859
  }
33881
33860
 
33882
- .E_a15s9m0d .time-input-error {
33883
- color: #f0483e;
33861
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
33862
+ background: rgba(0, 136, 255, 0.1);
33863
+ border-bottom-color: transparent;
33864
+ border-top-color: transparent;
33884
33865
  }
33885
33866
 
33886
- .E_r5hl59d {
33887
- min-width: 162px;
33867
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
33868
+ border-radius: 8px 0 0 8px;
33888
33869
  }
33889
33870
 
33890
- .E_r5hl59d .ant-input-affix-wrapper {
33891
- width: 100% !important;
33892
- border-width: 0 0 1px 0 !important;
33893
- border-color: rgba(211, 218, 235, 0.6);
33894
- border-radius: 0;
33871
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
33872
+ border-radius: 0 8px 8px 0;
33895
33873
  }
33896
33874
 
33897
- .E_r5hl59d .ant-input-affix-wrapper + .past-time-list {
33898
- margin-top: 8px;
33875
+ .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
33876
+ background: rgba(0, 136, 255, 0.1);
33899
33877
  }
33900
33878
 
33901
- .E_r5hl59d .past-time-list {
33902
- list-style: none;
33903
- padding: 0;
33904
- margin-top: 12px;
33879
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th {
33880
+ background: #fff;
33881
+ font-weight: 400;
33882
+ position: relative;
33883
+ border-bottom: none;
33884
+ color: #00122e;
33885
+ transition: none;
33886
+ padding: 15px 8px 15px 8px;
33905
33887
  }
33906
33888
 
33907
- .E_r5hl59d .past-time-list li {
33908
- padding: 5px 8px;
33909
- border-radius: 5px;
33910
- transition: all 0.2s ease-in-out;
33911
- cursor: pointer;
33889
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
33890
+ content: "";
33891
+ width: 1px;
33892
+ top: 0;
33893
+ bottom: 0;
33894
+ background: rgba(211, 218, 235, 0.6);
33895
+ position: absolute;
33896
+ right: 0;
33912
33897
  }
33913
33898
 
33914
- .E_r5hl59d .past-time-list li:hover {
33915
- background: rgba(0, 136, 255, 0.16);
33916
- color: #0080ff;
33899
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
33900
+ padding: unset;
33917
33901
  }
33918
33902
 
33919
- .E_r5hl59d .past-time-list li:active {
33920
- background: rgba(0, 136, 255, 0.2);
33921
- color: #0080ff;
33903
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
33904
+ display: none;
33922
33905
  }
33923
33906
 
33924
- .E_r5hl59d .past-time-list li.selected {
33925
- background: rgba(0, 136, 255, 0.2);
33926
- color: #0080ff;
33907
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
33908
+ width: 100%;
33909
+ overflow: hidden;
33910
+ white-space: nowrap;
33911
+ text-overflow: ellipsis;
33927
33912
  }
33928
33913
 
33929
- .E_r5hl59d .past-time-list li.selected .highlight {
33930
- color: #0080ff;
33914
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
33915
+ overflow: hidden;
33916
+ text-overflow: ellipsis;
33917
+ flex: 1;
33931
33918
  }
33932
33919
 
33933
- .E_r5hl59d .past-time-list li.disabled {
33934
- background: rgba(237, 241, 250, 0.6);
33935
- color: rgba(0, 21, 64, 0.3);
33936
- cursor: not-allowed;
33920
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
33921
+ padding: 15px 25px 15px 8px;
33937
33922
  }
33938
33923
 
33939
- .E_r5hl59d .past-time-list li + li {
33940
- margin-top: 2px;
33924
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
33925
+ padding: 0;
33941
33926
  }
33942
33927
 
33943
- .E_dhqt3dw {
33944
- min-width: 392px;
33928
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
33929
+ position: absolute;
33930
+ right: 6px;
33931
+ top: 50%;
33932
+ transform: translateY(-50%);
33933
+ height: 16px;
33934
+ display: none;
33935
+ transition: transform 320ms ease;
33945
33936
  }
33946
33937
 
33947
- .E_dhqt3dw.date-range-picker {
33948
- display: inline-flex;
33949
- align-items: center;
33950
- gap: 8px;
33951
- background: #fff;
33952
- border-radius: 5px;
33953
- border: 1px solid #e4e9f2;
33954
- transition: all 0.2s ease-in-out;
33938
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
33939
+ display: block;
33940
+ transform: translateY(-50%) rotateX(180deg);
33955
33941
  }
33956
33942
 
33957
- .E_dhqt3dw.date-range-picker .default-calendar-icon {
33958
- display: inline-flex;
33943
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
33944
+ display: block;
33959
33945
  }
33960
33946
 
33961
- .E_dhqt3dw.date-range-picker .hover-calendar-icon {
33947
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
33962
33948
  display: none;
33963
33949
  }
33964
33950
 
33965
- .E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
33966
- border-color: #0080ff;
33967
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33951
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
33952
+ transform: translateY(-50%);
33968
33953
  }
33969
33954
 
33970
- .E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
33971
- display: none;
33955
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
33956
+ transform: translateY(-50%) rotateX(180deg);
33972
33957
  }
33973
33958
 
33974
- .E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
33975
- display: inline-flex;
33959
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
33960
+ background: #f2f5fa;
33976
33961
  }
33977
33962
 
33978
- .E_dhqt3dw.date-range-picker.large {
33979
- height: 40px;
33980
- line-height: 40px;
33981
- padding: 0 12px 0 16px;
33963
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
33964
+ display: block;
33982
33965
  }
33983
33966
 
33984
- .E_dhqt3dw.date-range-picker.medium {
33985
- height: 32px;
33986
- line-height: 32px;
33987
- padding: 0 8px 0 12px;
33967
+ .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
33968
+ padding-right: 25px;
33988
33969
  }
33989
33970
 
33990
- .E_dhqt3dw.date-range-picker .date-input-content {
33991
- flex: 1;
33992
- display: flex;
33993
- align-items: center;
33994
- gap: 8px;
33995
- color: #00122e;
33971
+ .E_tfzf37v .ant-table .ant-table-selection-column {
33972
+ padding: 0 !important;
33996
33973
  }
33997
33974
 
33998
- .E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
33999
- color: rgba(0, 21, 64, 0.3);
33975
+ .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
33976
+ position: absolute;
33977
+ left: 50%;
33978
+ top: 50%;
33979
+ transform: translate(-50%, -50%);
34000
33980
  }
34001
33981
 
34002
- .E_dhqt3dw.date-range-picker .date-input-content input {
34003
- border: none;
34004
- outline: none;
34005
- width: 162px;
34006
- padding: 0;
34007
- height: 22px;
34008
- line-height: 22px;
34009
- text-align: center;
33982
+ .E_tfzf37v .ant-table .ant-table-selection-column:after {
33983
+ display: none;
34010
33984
  }
34011
33985
 
34012
- .E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
34013
- color: rgba(0, 21, 64, 0.3);
34014
- text-align: center;
33986
+ .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
33987
+ background: #fff;
34015
33988
  }
34016
33989
 
34017
- .E_dhqt3dw.date-range-picker .date-input-content input:disabled {
33990
+ .E_tfzf37v .ant-table .ant-table-placeholder {
34018
33991
  background: inherit;
34019
33992
  }
34020
33993
 
34021
- .E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
33994
+ .E_tfzf37v .ant-table .ant-table-placeholder td {
33995
+ position: static;
34022
33996
  border: none;
34023
- outline: none;
34024
- box-shadow: none;
34025
- }
34026
-
34027
- .E_dhqt3dw.date-range-picker .past-time-icon {
34028
- cursor: pointer;
33997
+ background: inherit !important;
33998
+ height: 100px;
33999
+ vertical-align: middle;
34029
34000
  }
34030
34001
 
34031
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
34032
- padding: 12px 12px 0 12px;
34002
+ .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
34003
+ .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34004
+ font-weight: bold;
34005
+ font-size: 20px;
34006
+ color: rgba(10, 37, 85, 0.6);
34033
34007
  }
34034
34008
 
34035
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
34036
- padding-left: 16px;
34009
+ .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
34010
+ .E_tfzf37v .ant-table th.cell__action_ {
34011
+ z-index: 10;
34037
34012
  }
34038
34013
 
34039
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
34040
- margin-right: 0;
34014
+ .E_tfzf37v .ant-table td.cell__action_ {
34015
+ padding: 0 !important;
34016
+ position: relative;
34017
+ background: #fff;
34041
34018
  }
34042
34019
 
34043
- .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
34044
- margin-left: 2px;
34020
+ .E_tfzf37v .ant-table td.cell__action_ > * {
34021
+ height: 100%;
34022
+ display: flex;
34023
+ align-items: center;
34024
+ justify-content: flex-end;
34025
+ padding-right: 8px;
34045
34026
  }
34046
34027
 
34047
- .E_d956d92 .ant-popover-inner-content .relative-time-container {
34048
- max-height: 470px;
34049
- overflow: auto;
34028
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button {
34029
+ width: 24px;
34030
+ height: 24px;
34031
+ cursor: pointer;
34032
+ justify-content: center;
34033
+ border-radius: 4px;
34050
34034
  }
34051
34035
 
34052
- .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
34053
- padding: 0 12px;
34036
+ .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
34037
+ background: #fff;
34054
34038
  }
34055
34039
 
34056
- .E_d956d92 .ant-popover-inner-content .absolute-time-container {
34057
- height: 470px;
34040
+ .E_c1kchka8 {
34041
+ height: 100%;
34042
+ width: 100%;
34043
+ display: flex;
34044
+ flex-direction: column;
34045
+ background: #fff;
34058
34046
  overflow: auto;
34059
34047
  }
34060
34048
 
34061
- .E_d1tc7lgk {
34062
- min-width: 200px;
34063
- }
34064
-
34065
- .E_d1tc7lgk header {
34066
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34067
- padding: 8px 12px;
34068
- color: rgba(44, 56, 82, 0.6);
34049
+ .E_ctdb951 {
34050
+ display: flex;
34051
+ align-items: center;
34052
+ justify-content: space-between;
34053
+ padding: 0 12px 0 8px;
34054
+ height: 44px;
34055
+ flex-shrink: 0;
34069
34056
  }
34070
34057
 
34071
- .E_d1tc7lgk ul {
34072
- list-style: none;
34073
- padding: 12px;
34058
+ .E_ctdb951 .year-number-input {
34059
+ width: 54px;
34060
+ padding: 4px;
34061
+ margin-right: 9px;
34062
+ font-weight: 700;
34063
+ font-size: 16px;
34064
+ line-height: 24px;
34074
34065
  }
34075
34066
 
34076
- .E_d1tc7lgk ul li {
34077
- padding: 5px 8px;
34078
- border-radius: 5px;
34079
- transition: all 0.2s ease-in-out;
34067
+ .E_ctdb951 .year-number-text {
34080
34068
  cursor: pointer;
34069
+ margin-right: 4px;
34081
34070
  }
34082
34071
 
34083
- .E_d1tc7lgk ul li:hover {
34084
- background: rgba(0, 136, 255, 0.16);
34085
- color: #0080ff;
34072
+ .E_ctdb951 .year-control {
34073
+ display: flex;
34074
+ align-items: center;
34075
+ gap: 8px;
34086
34076
  }
34087
34077
 
34088
- .E_d1tc7lgk ul li:active {
34089
- background: rgba(0, 136, 255, 0.2);
34090
- color: #0080ff;
34078
+ .E_ctdb951 .year-control .ant-btn {
34079
+ display: flex;
34080
+ align-items: center;
34081
+ justify-content: center;
34082
+ background: rgba(237, 241, 250, 0.6);
34091
34083
  }
34092
34084
 
34093
- .E_d1tc7lgk ul li + li {
34094
- margin-top: 2px;
34085
+ .E_cvgtyx0 {
34086
+ display: grid;
34087
+ grid-template-columns: repeat(7, auto);
34088
+ list-style: none;
34089
+ padding: 0 12px;
34090
+ margin: unset;
34091
+ height: 40px;
34092
+ gap: 4px;
34093
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34094
+ flex-wrap: wrap;
34095
+ flex-shrink: 0;
34095
34096
  }
34096
34097
 
34097
- .E_rzaik16 {
34098
- padding: 0;
34098
+ .E_cvgtyx0 li {
34099
+ width: 40px;
34100
+ height: 40px;
34101
+ line-height: 40px;
34102
+ text-align: center;
34103
+ color: rgba(44, 56, 82, 0.6);
34099
34104
  }
34100
34105
 
34101
- .E_rzaik16 .ant-popover-arrow {
34102
- display: none;
34106
+ .E_crprfvb {
34107
+ flex: 1;
34108
+ overflow: auto;
34109
+ position: relative;
34103
34110
  }
34104
34111
 
34105
- .E_rzaik16 .ant-popover-inner-content {
34112
+ .E_crprfvb ul {
34113
+ list-style: none;
34106
34114
  padding: 0;
34115
+ margin: 0;
34107
34116
  }
34108
34117
 
34109
- .E_tc97u5y {
34110
- height: 100%;
34118
+ .E_crprfvb ul .month-container header {
34119
+ padding: 4px 12px;
34120
+ position: sticky;
34121
+ top: 0;
34122
+ background: #fff;
34123
+ transition: all 0.2s ease-in-out;
34124
+ z-index: 2;
34111
34125
  }
34112
34126
 
34113
- .E_tfzf37v {
34114
- height: 100%;
34127
+ .E_crprfvb ul .month-container header.pinned {
34128
+ box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
34115
34129
  }
34116
34130
 
34117
- .E_tfzf37v.empty-table .ant-table-content {
34118
- overflow: visible !important;
34119
- height: 100%;
34131
+ .E_crprfvb ul .month-container .dates-in-month {
34132
+ display: grid;
34133
+ grid-template-columns: repeat(7, auto);
34134
+ gap: 4px 0;
34135
+ padding: 4px 12px;
34120
34136
  }
34121
34137
 
34122
- .E_tfzf37v.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
34138
+ .E_crprfvb ul .month-container .dates-in-month .date-block {
34139
+ width: 100%;
34123
34140
  height: 100%;
34141
+ display: flex;
34142
+ align-items: center;
34143
+ justify-content: center;
34124
34144
  }
34125
34145
 
34126
- .E_tfzf37v.empty-table .ant-table-content table {
34127
- width: 100% !important;
34128
- height: 100%;
34146
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight {
34147
+ border-color: #e6f4ff;
34148
+ background: #e6f4ff;
34129
34149
  }
34130
34150
 
34131
- .E_tfzf37v.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
34132
- padding: 15px 0;
34151
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight {
34152
+ position: relative;
34153
+ background: #fff;
34133
34154
  }
34134
34155
 
34135
- .E_tfzf37v.empty-table .ant-table-content table thead.ant-table-thead {
34136
- display: none;
34156
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight::after {
34157
+ content: "";
34158
+ position: absolute;
34159
+ right: 0;
34160
+ top: 0;
34161
+ width: calc(50% + 20px);
34162
+ height: 100%;
34163
+ background: #e6f4ff;
34164
+ border-top-left-radius: 50%;
34165
+ border-bottom-left-radius: 50%;
34137
34166
  }
34138
34167
 
34139
- .E_tfzf37v .active-row td:nth-child(1) {
34140
- font-weight: 700;
34168
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight {
34169
+ position: relative;
34170
+ background: #fff;
34141
34171
  }
34142
34172
 
34143
- .E_tfzf37v.has-selection .active-row td:nth-child(2) {
34144
- font-weight: 700;
34173
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight::after {
34174
+ content: "";
34175
+ position: absolute;
34176
+ left: 0;
34177
+ top: 0;
34178
+ width: calc(50% + 20px);
34179
+ height: 100%;
34180
+ background: #e6f4ff;
34181
+ border-top-right-radius: 50%;
34182
+ border-bottom-right-radius: 50%;
34145
34183
  }
34146
34184
 
34147
- .E_tfzf37v .ant-spin-nested-loading {
34148
- height: 100%;
34185
+ .E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight:last-child::after {
34186
+ width: 40px;
34187
+ top: 50%;
34188
+ transform: translateY(-50%);
34149
34189
  }
34150
34190
 
34151
- .E_tfzf37v .ant-spin-nested-loading .ant-spin-container {
34152
- height: 100%;
34153
- overflow: visible;
34191
+ .E_crprfvb ul .month-container .dates-in-month .date-block + .highlight {
34192
+ border-radius: unset;
34154
34193
  }
34155
34194
 
34156
- .E_tfzf37v .ant-spin-nested-loading .ant-spin {
34157
- max-height: none;
34195
+ .E_crprfvb ul .month-container .dates-in-month .date-block:hover > .date {
34196
+ border: 1px solid #0080ff;
34197
+ cursor: pointer;
34198
+ background: #fff;
34158
34199
  }
34159
34200
 
34160
- .E_tfzf37v.table-init-loading .ant-spin-blur thead,
34161
- .E_tfzf37v.table-init-loading .ant-spin-blur tbody {
34162
- display: none;
34201
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date {
34202
+ width: 38px;
34203
+ height: 38px;
34204
+ line-height: 36px;
34205
+ text-align: center;
34206
+ border-radius: 50%;
34207
+ color: #00122e;
34208
+ border: 1px solid transparent;
34209
+ transition: background, border 0.2s ease-in-out;
34210
+ position: relative;
34211
+ z-index: 1;
34163
34212
  }
34164
34213
 
34165
- .E_tfzf37v td.ant-table-column-sort {
34214
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.blank {
34166
34215
  background: transparent;
34167
34216
  }
34168
34217
 
34169
- .E_tfzf37v td.ant-table-cell-fix-left,
34170
- .E_tfzf37v td.ant-table-cell-fix-right {
34171
- background: #fff;
34172
- padding: 0 !important;
34218
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.today {
34219
+ color: #0080ff;
34220
+ border-color: rgba(0, 136, 255, 0.16);
34173
34221
  }
34174
34222
 
34175
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content,
34176
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content {
34177
- display: flex;
34178
- align-items: center;
34179
- height: 100%;
34180
- padding: 8px;
34223
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.highlight {
34224
+ border-color: #e6f4ff;
34181
34225
  }
34182
34226
 
34183
- .E_tfzf37v td.ant-table-cell-fix-left .ant-table-cell-content > span,
34184
- .E_tfzf37v td.ant-table-cell-fix-right .ant-table-cell-content > span {
34185
- overflow: hidden;
34186
- text-overflow: ellipsis;
34187
- width: 100%;
34227
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date:hover {
34228
+ border-color: #0080ff;
34229
+ cursor: pointer;
34230
+ background: #fff;
34188
34231
  }
34189
34232
 
34190
- .E_tfzf37v .ant-table-container {
34191
- height: 100%;
34233
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.checked {
34234
+ background: #0080ff;
34235
+ color: #fff;
34192
34236
  }
34193
34237
 
34194
- .E_tfzf37v .ant-table-container::before, .E_tfzf37v .ant-table-container::after {
34195
- box-shadow: none !important;
34238
+ .E_crprfvb ul .month-container .dates-in-month .date-block > .date.disabled {
34239
+ cursor: not-allowed;
34240
+ border-color: transparent;
34241
+ background: #e4e9f2;
34242
+ color: rgba(107, 128, 167, 0.6);
34196
34243
  }
34197
34244
 
34198
- .E_tfzf37v .ant-table {
34199
- border-radius: 0px;
34200
- border-left: none;
34201
- border-right: none;
34202
- border-bottom: none;
34203
- height: 100%;
34204
- font-size: 12px;
34205
- background: transparent;
34245
+ .E_ipbxcfl {
34246
+ display: inline-flex;
34247
+ flex-direction: column;
34248
+ align-items: flex-start;
34206
34249
  }
34207
34250
 
34208
- .E_tfzf37v .ant-table .ant-table-header {
34209
- position: relative;
34210
- z-index: 3;
34211
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34212
- margin-bottom: -1px;
34251
+ .E_ipbxcfl .input-time {
34252
+ flex-shrink: 0;
34253
+ display: inline-flex;
34254
+ align-items: center;
34255
+ border: 1px solid #e4e9f2;
34256
+ transition: all 0.1s ease-in-out;
34257
+ padding: 4px 8px;
34258
+ background: #fff;
34259
+ border-radius: 5px;
34213
34260
  }
34214
34261
 
34215
- .E_tfzf37v .ant-table .time-wrapper .date,
34216
- .E_tfzf37v .ant-table .value {
34217
- color: #2d3a56;
34262
+ .E_ipbxcfl .input-time.focus {
34263
+ border-color: #0080ff;
34264
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34218
34265
  }
34219
34266
 
34220
- .E_tfzf37v .ant-table .time-wrapper .time,
34221
- .E_tfzf37v .ant-table .unit {
34222
- color: rgba(44, 56, 82, 0.6);
34267
+ .E_ipbxcfl .input-time.error {
34268
+ border-color: #f0483e;
34223
34269
  }
34224
34270
 
34225
- .E_tfzf37v .ant-table .ant-table-selection {
34226
- position: unset;
34227
- text-align: center;
34271
+ .E_ipbxcfl .input-time.error.focus {
34272
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.2);
34228
34273
  }
34229
34274
 
34230
- .E_tfzf37v .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
34231
- background: #fff;
34275
+ .E_ipbxcfl .input-time input {
34276
+ font-family: "Inter";
34277
+ font-style: normal;
34278
+ font-weight: 400;
34279
+ font-size: 13px;
34280
+ line-height: 20px;
34281
+ border: none;
34282
+ outline: none;
34283
+ width: 23px;
34284
+ height: 20px;
34285
+ text-align: center;
34286
+ padding: 0;
34287
+ color: #00122e;
34232
34288
  }
34233
34289
 
34234
- .E_tfzf37v .ant-table .anticon-setting {
34235
- cursor: pointer;
34236
- position: absolute;
34237
- top: 50%;
34238
- right: 12px;
34239
- transform: translateY(-50%);
34290
+ .E_ipbxcfl .input-time input::placeholder {
34291
+ color: rgba(0, 21, 64, 0.3);
34240
34292
  }
34241
34293
 
34242
- .E_tfzf37v .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
34243
- box-shadow: none;
34244
- width: 1px;
34245
- background: rgba(213, 219, 227, 0.6);
34294
+ .E_ipbxcfl .input-time input:disabled {
34295
+ background: inherit;
34246
34296
  }
34247
34297
 
34248
- .E_tfzf37v .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
34249
- box-shadow: none;
34250
- width: 1px;
34251
- background: rgba(213, 219, 227, 0.6);
34298
+ .E_ipbxcfl .input-time input:focus, .E_ipbxcfl .input-time input:active {
34299
+ border: none;
34300
+ outline: none;
34252
34301
  }
34253
34302
 
34254
- .E_tfzf37v .ant-table .ant-table-tbody {
34255
- position: relative;
34303
+ .E_ipbxcfl .input-time .connect-symbol {
34304
+ margin: 0 2px;
34305
+ color: rgba(0, 21, 64, 0.3);
34256
34306
  }
34257
34307
 
34258
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td {
34259
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34260
- border-bottom: 1px solid white;
34261
- height: 40px;
34262
- vertical-align: middle;
34263
- transition: background 0ms;
34308
+ .E_ipbxcfl .input-time .connect-symbol.inputted {
34264
34309
  color: #00122e;
34265
34310
  }
34266
34311
 
34267
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.header-hover {
34268
- background: #f2f5fa;
34269
- border-bottom-color: #f2f5fa;
34312
+ .E_ipbxcfl .error-message {
34313
+ color: #f0483e;
34314
+ margin-top: 4px;
34270
34315
  }
34271
34316
 
34272
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
34273
- height: auto;
34274
- color: #00122e;
34275
- font-size: 12px;
34276
- text-align: left;
34277
- transition: none;
34278
- overflow: hidden;
34279
- text-overflow: ellipsis;
34280
- white-space: nowrap;
34317
+ .E_a120uq8m {
34318
+ width: 100%;
34319
+ height: 100%;
34320
+ display: flex;
34321
+ flex-direction: column;
34281
34322
  }
34282
34323
 
34283
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
34284
- color: #0096ff;
34324
+ .E_a120uq8m .date-range-picker-calendar {
34325
+ flex: 1;
34285
34326
  }
34286
34327
 
34287
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
34288
- overflow: hidden;
34289
- text-overflow: ellipsis;
34290
- width: 100%;
34291
- vertical-align: middle;
34328
+ .E_a15s9m0d {
34329
+ padding: 8px 12px;
34330
+ box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
34292
34331
  }
34293
34332
 
34294
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.cell_status {
34295
- line-height: 0px;
34333
+ .E_a15s9m0d .time-input-main {
34334
+ display: flex;
34335
+ justify-content: space-between;
34336
+ align-items: flex-end;
34296
34337
  }
34297
34338
 
34298
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row td.align-right {
34299
- padding-right: 25px;
34339
+ .E_a15s9m0d .time-input-main .time-input-container {
34340
+ display: flex;
34341
+ align-items: flex-end;
34342
+ gap: 8px;
34300
34343
  }
34301
34344
 
34302
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
34303
- border-top-color: transparent;
34345
+ .E_a15s9m0d .time-input-main .time-input-container .start-time,
34346
+ .E_a15s9m0d .time-input-main .time-input-container .end-time,
34347
+ .E_a15s9m0d .time-input-main .time-input-container .to {
34348
+ color: rgba(44, 56, 82, 0.6);
34304
34349
  }
34305
34350
 
34306
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td {
34307
- background: rgba(225, 230, 241, 0.6);
34308
- border-color: transparent transparent white;
34351
+ .E_a15s9m0d .time-input-main .time-input-container .start-time p,
34352
+ .E_a15s9m0d .time-input-main .time-input-container .end-time p,
34353
+ .E_a15s9m0d .time-input-main .time-input-container .to p {
34354
+ margin: 0;
34309
34355
  }
34310
34356
 
34311
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
34312
- border-radius: 8px 0 0 8px;
34357
+ .E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
34358
+ .E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
34359
+ padding-bottom: 18px;
34313
34360
  }
34314
34361
 
34315
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
34316
- border-radius: 8px 0 0 8px;
34362
+ .E_a15s9m0d .time-input-main .time-input-container .to {
34363
+ line-height: 34px;
34317
34364
  }
34318
34365
 
34319
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
34320
- content: "";
34321
- width: 4px;
34322
- top: -1px;
34323
- bottom: -1px;
34324
- background: white;
34366
+ .E_a15s9m0d .time-input-main .time-input-container .input-time {
34367
+ height: 32px;
34368
+ padding: 6px 3px;
34325
34369
  }
34326
34370
 
34327
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
34328
- border-radius: 0 8px 8px 0;
34371
+ .E_a15s9m0d .time-input-main .ant-btn.validate-failed {
34372
+ margin-bottom: 18px;
34329
34373
  }
34330
34374
 
34331
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
34332
- border-radius: 0;
34333
- background: white;
34334
- border-top: none;
34375
+ .E_a15s9m0d .time-input-error {
34376
+ color: #f0483e;
34335
34377
  }
34336
34378
 
34337
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
34338
- border-top: 1px solid transparent;
34339
- border-radius: 0 8px 8px 0;
34340
- background: rgba(225, 230, 241, 0.6);
34379
+ .E_r5hl59d {
34380
+ min-width: 162px;
34341
34381
  }
34342
34382
 
34343
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
34344
- background: white;
34345
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34383
+ .E_r5hl59d .ant-input-affix-wrapper {
34384
+ width: 100% !important;
34385
+ border-width: 0 0 1px 0 !important;
34386
+ border-color: rgba(211, 218, 235, 0.6);
34387
+ border-radius: 0;
34346
34388
  }
34347
34389
 
34348
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
34349
- display: flex;
34350
- align-items: center;
34351
- height: 100%;
34352
- background: rgba(225, 230, 241, 0.6);
34390
+ .E_r5hl59d .ant-input-affix-wrapper + .past-time-list {
34391
+ margin-top: 8px;
34353
34392
  }
34354
34393
 
34355
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
34356
- background: white;
34357
- border-top: 1px solid rgba(211, 218, 235, 0.6);
34394
+ .E_r5hl59d .past-time-list {
34395
+ list-style: none;
34396
+ padding: 0;
34397
+ margin-top: 12px;
34358
34398
  }
34359
34399
 
34360
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
34361
- display: flex;
34362
- align-items: center;
34363
- height: 100%;
34364
- background: rgba(225, 230, 241, 0.6);
34400
+ .E_r5hl59d .past-time-list li {
34401
+ padding: 5px 8px;
34402
+ border-radius: 5px;
34403
+ transition: all 0.2s ease-in-out;
34404
+ cursor: pointer;
34365
34405
  }
34366
34406
 
34367
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row:last-child td {
34368
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34407
+ .E_r5hl59d .past-time-list li:hover {
34408
+ background: rgba(0, 136, 255, 0.16);
34409
+ color: #0080ff;
34369
34410
  }
34370
34411
 
34371
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row {
34372
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
34373
- border-radius: 8px;
34412
+ .E_r5hl59d .past-time-list li:active {
34413
+ background: rgba(0, 136, 255, 0.2);
34414
+ color: #0080ff;
34374
34415
  }
34375
34416
 
34376
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
34377
- border-top-color: white;
34417
+ .E_r5hl59d .past-time-list li.selected {
34418
+ background: rgba(0, 136, 255, 0.2);
34419
+ color: #0080ff;
34378
34420
  }
34379
34421
 
34380
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td {
34381
- background: rgba(0, 136, 255, 0.1);
34382
- border-bottom-color: transparent;
34383
- border-top-color: transparent;
34422
+ .E_r5hl59d .past-time-list li.selected .highlight {
34423
+ color: #0080ff;
34384
34424
  }
34385
34425
 
34386
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
34387
- border-radius: 8px 0 0 8px;
34426
+ .E_r5hl59d .past-time-list li.disabled {
34427
+ background: rgba(237, 241, 250, 0.6);
34428
+ color: rgba(0, 21, 64, 0.3);
34429
+ cursor: not-allowed;
34388
34430
  }
34389
34431
 
34390
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
34391
- border-radius: 0 8px 8px 0;
34432
+ .E_r5hl59d .past-time-list li + li {
34433
+ margin-top: 2px;
34392
34434
  }
34393
34435
 
34394
- .E_tfzf37v .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
34395
- background: rgba(0, 136, 255, 0.1);
34436
+ .E_dhqt3dw {
34437
+ min-width: 392px;
34396
34438
  }
34397
34439
 
34398
- .E_tfzf37v .ant-table .ant-table-thead > tr > th {
34440
+ .E_dhqt3dw.date-range-picker {
34441
+ display: inline-flex;
34442
+ align-items: center;
34443
+ gap: 8px;
34399
34444
  background: #fff;
34400
- font-weight: 400;
34401
- position: relative;
34402
- border-bottom: none;
34403
- color: #00122e;
34404
- transition: none;
34405
- padding: 15px 8px 15px 8px;
34445
+ border-radius: 5px;
34446
+ border: 1px solid #e4e9f2;
34447
+ transition: all 0.2s ease-in-out;
34406
34448
  }
34407
34449
 
34408
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:not(:last-child):after {
34409
- content: "";
34410
- width: 1px;
34411
- top: 0;
34412
- bottom: 0;
34413
- background: rgba(211, 218, 235, 0.6);
34414
- position: absolute;
34415
- right: 0;
34450
+ .E_dhqt3dw.date-range-picker .default-calendar-icon {
34451
+ display: inline-flex;
34416
34452
  }
34417
34453
 
34418
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank {
34419
- padding: unset;
34454
+ .E_dhqt3dw.date-range-picker .hover-calendar-icon {
34455
+ display: none;
34420
34456
  }
34421
34457
 
34422
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.is-blank:after {
34458
+ .E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
34459
+ border-color: #0080ff;
34460
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
34461
+ }
34462
+
34463
+ .E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
34423
34464
  display: none;
34424
34465
  }
34425
34466
 
34426
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
34427
- width: 100%;
34428
- overflow: hidden;
34429
- white-space: nowrap;
34430
- text-overflow: ellipsis;
34467
+ .E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
34468
+ display: inline-flex;
34431
34469
  }
34432
34470
 
34433
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
34434
- overflow: hidden;
34435
- text-overflow: ellipsis;
34471
+ .E_dhqt3dw.date-range-picker.large {
34472
+ height: 40px;
34473
+ line-height: 40px;
34474
+ padding: 0 12px 0 16px;
34475
+ }
34476
+
34477
+ .E_dhqt3dw.date-range-picker.medium {
34478
+ height: 32px;
34479
+ line-height: 32px;
34480
+ padding: 0 8px 0 12px;
34481
+ }
34482
+
34483
+ .E_dhqt3dw.date-range-picker .date-input-content {
34436
34484
  flex: 1;
34485
+ display: flex;
34486
+ align-items: center;
34487
+ gap: 8px;
34488
+ color: #00122e;
34437
34489
  }
34438
34490
 
34439
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
34440
- padding: 15px 25px 15px 8px;
34491
+ .E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
34492
+ color: rgba(0, 21, 64, 0.3);
34441
34493
  }
34442
34494
 
34443
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
34495
+ .E_dhqt3dw.date-range-picker .date-input-content input {
34496
+ border: none;
34497
+ outline: none;
34498
+ width: 162px;
34444
34499
  padding: 0;
34500
+ height: 22px;
34501
+ line-height: 22px;
34502
+ text-align: center;
34445
34503
  }
34446
34504
 
34447
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
34448
- position: absolute;
34449
- right: 6px;
34450
- top: 50%;
34451
- transform: translateY(-50%);
34452
- height: 16px;
34453
- display: none;
34454
- transition: transform 320ms ease;
34505
+ .E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
34506
+ color: rgba(0, 21, 64, 0.3);
34507
+ text-align: center;
34455
34508
  }
34456
34509
 
34457
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
34458
- display: block;
34459
- transform: translateY(-50%) rotateX(180deg);
34510
+ .E_dhqt3dw.date-range-picker .date-input-content input:disabled {
34511
+ background: inherit;
34460
34512
  }
34461
34513
 
34462
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
34463
- display: block;
34514
+ .E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
34515
+ border: none;
34516
+ outline: none;
34517
+ box-shadow: none;
34464
34518
  }
34465
34519
 
34466
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
34467
- display: none;
34520
+ .E_dhqt3dw.date-range-picker .past-time-icon {
34521
+ cursor: pointer;
34468
34522
  }
34469
34523
 
34470
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
34471
- transform: translateY(-50%);
34524
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
34525
+ padding: 12px 12px 0 12px;
34472
34526
  }
34473
34527
 
34474
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
34475
- transform: translateY(-50%) rotateX(180deg);
34528
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
34529
+ padding-left: 16px;
34476
34530
  }
34477
34531
 
34478
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
34479
- background: #f2f5fa;
34532
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
34533
+ margin-right: 0;
34480
34534
  }
34481
34535
 
34482
- .E_tfzf37v .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
34483
- display: block;
34536
+ .E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
34537
+ margin-left: 2px;
34484
34538
  }
34485
34539
 
34486
- .E_tfzf37v .ant-table .ant-table-thead > tr > th.align-right {
34487
- padding-right: 25px;
34540
+ .E_d956d92 .ant-popover-inner-content .relative-time-container {
34541
+ max-height: 470px;
34542
+ overflow: auto;
34488
34543
  }
34489
34544
 
34490
- .E_tfzf37v .ant-table .ant-table-selection-column {
34491
- padding: 0 !important;
34545
+ .E_d956d92 .ant-popover-inner-content .relative-time-container ul {
34546
+ padding: 0 12px;
34492
34547
  }
34493
34548
 
34494
- .E_tfzf37v .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
34495
- position: absolute;
34496
- left: 50%;
34497
- top: 50%;
34498
- transform: translate(-50%, -50%);
34549
+ .E_d956d92 .ant-popover-inner-content .absolute-time-container {
34550
+ height: 470px;
34551
+ overflow: auto;
34499
34552
  }
34500
34553
 
34501
- .E_tfzf37v .ant-table .ant-table-selection-column:after {
34502
- display: none;
34554
+ .E_d1tc7lgk {
34555
+ min-width: 200px;
34503
34556
  }
34504
34557
 
34505
- .E_tfzf37v .ant-table .ant-table-hide-scrollbar {
34506
- background: #fff;
34558
+ .E_d1tc7lgk header {
34559
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
34560
+ padding: 8px 12px;
34561
+ color: rgba(44, 56, 82, 0.6);
34507
34562
  }
34508
34563
 
34509
- .E_tfzf37v .ant-table .ant-table-placeholder {
34510
- background: inherit;
34564
+ .E_d1tc7lgk ul {
34565
+ list-style: none;
34566
+ padding: 12px;
34511
34567
  }
34512
34568
 
34513
- .E_tfzf37v .ant-table .ant-table-placeholder td {
34514
- position: static;
34515
- border: none;
34516
- background: inherit !important;
34517
- height: 100px;
34518
- vertical-align: middle;
34569
+ .E_d1tc7lgk ul li {
34570
+ padding: 5px 8px;
34571
+ border-radius: 5px;
34572
+ transition: all 0.2s ease-in-out;
34573
+ cursor: pointer;
34519
34574
  }
34520
34575
 
34521
- .E_tfzf37v .ant-table .ant-table-placeholder .table-default-empty,
34522
- .E_tfzf37v .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
34523
- font-weight: bold;
34524
- font-size: 20px;
34525
- color: rgba(10, 37, 85, 0.6);
34576
+ .E_d1tc7lgk ul li:hover {
34577
+ background: rgba(0, 136, 255, 0.16);
34578
+ color: #0080ff;
34526
34579
  }
34527
34580
 
34528
- .E_tfzf37v .ant-table th.ant-table-cell-scrollbar,
34529
- .E_tfzf37v .ant-table th.cell__action_ {
34530
- z-index: 10;
34581
+ .E_d1tc7lgk ul li:active {
34582
+ background: rgba(0, 136, 255, 0.2);
34583
+ color: #0080ff;
34531
34584
  }
34532
34585
 
34533
- .E_tfzf37v .ant-table td.cell__action_ {
34534
- padding: 0 !important;
34535
- position: relative;
34536
- background: #fff;
34586
+ .E_d1tc7lgk ul li + li {
34587
+ margin-top: 2px;
34537
34588
  }
34538
34589
 
34539
- .E_tfzf37v .ant-table td.cell__action_ > * {
34540
- height: 100%;
34541
- display: flex;
34542
- align-items: center;
34543
- justify-content: flex-end;
34544
- padding-right: 8px;
34590
+ .E_rzaik16 {
34591
+ padding: 0;
34545
34592
  }
34546
-
34547
- .E_tfzf37v .ant-table td.cell__action_ .menu-button {
34548
- width: 24px;
34549
- height: 24px;
34550
- cursor: pointer;
34551
- justify-content: center;
34552
- border-radius: 4px;
34593
+
34594
+ .E_rzaik16 .ant-popover-arrow {
34595
+ display: none;
34553
34596
  }
34554
34597
 
34555
- .E_tfzf37v .ant-table td.cell__action_ .menu-button:hover {
34556
- background: #fff;
34598
+ .E_rzaik16 .ant-popover-inner-content {
34599
+ padding: 0;
34557
34600
  }
34558
34601
 
34559
34602
  button.E_l48ei06.ant-btn {
@@ -34688,57 +34731,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34688
34731
  background: rgba(163, 180, 204, 0.18);
34689
34732
  }
34690
34733
 
34691
- .E_c1kghdax {
34692
- color: #2d3a56;
34693
- padding: 7px 12px;
34694
- display: flex;
34695
- justify-content: space-between;
34696
- align-items: center;
34697
- }
34698
-
34699
- .E_c1kghdax.has-arrow {
34700
- padding-left: 10px;
34701
- }
34702
-
34703
- .E_c1kghdax.has-arrow .title-wrapper {
34704
- cursor: pointer;
34705
- color: #00122e;
34706
- }
34707
-
34708
- .E_c1kghdax.has-arrow .title-wrapper.is-open {
34709
- color: #2d3a56;
34710
- font-weight: 600;
34711
- }
34712
-
34713
- .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34714
- transform: rotate(90deg);
34715
- }
34716
-
34717
- .E_c1kghdax .sub-info {
34718
- font-size: 12px;
34719
- line-height: 18px;
34720
- }
34721
-
34722
- .E_c1kghdax .title-wrapper {
34723
- display: flex;
34724
- align-items: center;
34725
- user-select: none;
34726
- flex-grow: 1;
34727
- font-size: 12px;
34728
- line-height: 18px;
34729
- color: #2d3a56;
34730
- font-weight: 700;
34731
- }
34732
-
34733
- .E_c1kghdax .collapse-arrow {
34734
- transition: all 50ms ease-out 0ms;
34735
- margin-right: 2px;
34736
- }
34737
-
34738
- .E_c1yd35n {
34739
- padding: 0 12px 14px 12px;
34740
- }
34741
-
34742
34734
  .E_ckui4s7 {
34743
34735
  color: #2d3a56;
34744
34736
  line-height: 22px;
@@ -34819,288 +34811,317 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34819
34811
  margin-left: 24px;
34820
34812
  }
34821
34813
 
34822
- .E_b14q2gmw {
34823
- 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);
34814
+ .E_c1kghdax {
34815
+ color: #2d3a56;
34816
+ padding: 7px 12px;
34817
+ display: flex;
34818
+ justify-content: space-between;
34819
+ align-items: center;
34824
34820
  }
34825
34821
 
34826
- .E_c1eym6el {
34827
- border-radius: 8px;
34828
- background-color: white;
34822
+ .E_c1kghdax.has-arrow {
34823
+ padding-left: 10px;
34829
34824
  }
34830
34825
 
34831
- .E_c1eym6el.hoverable {
34826
+ .E_c1kghdax.has-arrow .title-wrapper {
34832
34827
  cursor: pointer;
34828
+ color: #00122e;
34833
34829
  }
34834
34830
 
34835
- .E_c1eym6el.hoverable:hover {
34836
- transition: all 200ms ease;
34837
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34838
- transform: translateY(-4px);
34831
+ .E_c1kghdax.has-arrow .title-wrapper.is-open {
34832
+ color: #2d3a56;
34833
+ font-weight: 600;
34839
34834
  }
34840
34835
 
34841
- .E_w7ob4th.outside-tag {
34842
- padding-left: 0;
34836
+ .E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
34837
+ transform: rotate(90deg);
34843
34838
  }
34844
34839
 
34845
- .E_w7ob4th.outside-tag .inside-tag {
34846
- border-radius: 4px 0 0 4px;
34847
- padding-right: 4px;
34848
- margin-right: 4px;
34840
+ .E_c1kghdax .sub-info {
34841
+ font-size: 12px;
34842
+ line-height: 18px;
34849
34843
  }
34850
34844
 
34851
- .E_i1g85yz3 {
34852
- margin-right: 4px;
34853
- height: 16px;
34845
+ .E_c1kghdax .title-wrapper {
34846
+ display: flex;
34847
+ align-items: center;
34848
+ user-select: none;
34849
+ flex-grow: 1;
34850
+ font-size: 12px;
34851
+ line-height: 18px;
34852
+ color: #2d3a56;
34853
+ font-weight: 700;
34854
34854
  }
34855
34855
 
34856
- .E_t160l1cm {
34857
- display: flex;
34858
- flex-direction: column;
34859
- flex: 1;
34860
- /* FIXME:(yanzhen) do this better */
34856
+ .E_c1kghdax .collapse-arrow {
34857
+ transition: all 50ms ease-out 0ms;
34858
+ margin-right: 2px;
34861
34859
  }
34862
34860
 
34863
- .E_t160l1cm .tab-bar {
34864
- flex-shrink: 0;
34865
- display: flex;
34866
- border-bottom: 1px solid rgba(172, 186, 211, 0.6);
34861
+ .E_c1yd35n {
34862
+ padding: 0 12px 14px 12px;
34867
34863
  }
34868
34864
 
34869
- .E_t160l1cm .tab-content {
34870
- height: 100%;
34865
+ .E_b14q2gmw {
34866
+ 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);
34871
34867
  }
34872
34868
 
34873
- .E_t160l1cm .tab-menu-item {
34874
- margin-right: 2px;
34875
- padding: 1px 12px;
34876
- line-height: 24px;
34877
- height: 24px;
34878
- color: rgba(44, 56, 82, 0.6);
34879
- border-radius: 4px 4px 0 0;
34869
+ .E_c1eym6el {
34870
+ border-radius: 8px;
34871
+ background-color: white;
34872
+ }
34873
+
34874
+ .E_c1eym6el.hoverable {
34880
34875
  cursor: pointer;
34881
- transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
34882
34876
  }
34883
34877
 
34884
- .E_t160l1cm .tab-menu-item:first-child {
34885
- padding-left: 0;
34878
+ .E_c1eym6el.hoverable:hover {
34879
+ transition: all 200ms ease;
34880
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34881
+ transform: translateY(-4px);
34886
34882
  }
34887
34883
 
34888
- .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
34889
- padding-left: 12px;
34884
+ .E_t1dtlqs1 {
34885
+ margin-bottom: 4px;
34886
+ color: rgba(44, 56, 82, 0.6);
34887
+ overflow: hidden;
34888
+ text-overflow: ellipsis;
34889
+ white-space: nowrap;
34890
34890
  }
34891
34891
 
34892
- .E_t160l1cm .tab-menu-item:hover {
34892
+ .E_s1ese5oy {
34893
+ color: rgba(44, 56, 82, 0.6);
34894
+ line-height: 32px;
34895
+ height: 32px;
34896
+ margin-bottom: 0;
34897
+ }
34898
+
34899
+ .E_s1ese5oy.primary, .E_s1ese5oy.info {
34893
34900
  color: #0080ff;
34894
- background: rgba(211, 218, 235, 0.6);
34895
34901
  }
34896
34902
 
34897
- .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
34898
- fill: #0080ff;
34903
+ .E_s1ese5oy.warning {
34904
+ color: #ffa500;
34899
34905
  }
34900
34906
 
34901
- .E_t160l1cm .tab-menu-item:active {
34902
- background: rgba(192, 203, 224, 0.6);
34907
+ .E_s1ese5oy.success {
34908
+ color: #00ba5d;
34903
34909
  }
34904
34910
 
34905
- .E_t160l1cm .tab-menu-item.ant-dropdown-open {
34906
- color: #0080ff;
34907
- background: rgba(211, 218, 235, 0.6);
34911
+ .E_s1ese5oy.danger, .E_s1ese5oy.error {
34912
+ color: #f0483e;
34908
34913
  }
34909
34914
 
34910
- .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
34911
- background: rgba(192, 203, 224, 0.6);
34915
+ .E_s1ese5oy.normal {
34916
+ color: rgba(44, 56, 82, 0.6);
34912
34917
  }
34913
34918
 
34914
- .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
34915
- background: rgba(0, 128, 255, 0.16);
34919
+ .E_b1ibis43 {
34920
+ margin-bottom: 0;
34921
+ color: #00122e;
34916
34922
  }
34917
34923
 
34918
- .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
34919
- fill: #0080ff;
34924
+ .E_b11xxjd2 {
34925
+ line-height: 32px;
34926
+ margin-right: 6px;
34920
34927
  }
34921
34928
 
34922
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
34923
- color: #0080ff;
34924
- background: rgba(0, 128, 255, 0.1);
34929
+ .E_bsub5bw.with-description {
34930
+ height: 24px;
34931
+ flex: 1;
34932
+ position: relative;
34933
+ top: -7px;
34925
34934
  }
34926
34935
 
34927
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
34928
- background: rgba(0, 128, 255, 0.16);
34936
+ .E_bsub5bw p {
34937
+ width: 100%;
34938
+ overflow: hidden;
34939
+ text-overflow: ellipsis;
34940
+ white-space: nowrap;
34929
34941
  }
34930
34942
 
34931
- .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
34932
- fill: #1d326c;
34943
+ .E_tmoyoag {
34944
+ border: 1px solid rgba(211, 218, 235, 0.6);
34945
+ border-radius: 8px;
34946
+ overflow: auto;
34933
34947
  }
34934
34948
 
34935
- .E_t160l1cm .tab-menu-item .expand-arrow {
34936
- margin-left: 8px;
34937
- height: 22px;
34949
+ .E_tmoyoag .ant-list {
34950
+ position: relative;
34938
34951
  }
34939
34952
 
34940
- .E_t160l1cm .tab-menu-item .expand-arrow path {
34941
- fill: rgba(44, 56, 82, 0.6);
34953
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34954
+ position: sticky;
34955
+ top: 0;
34956
+ z-index: 2;
34957
+ display: flex;
34958
+ padding: 8px;
34959
+ flex-wrap: nowrap;
34960
+ justify-content: flex-start;
34961
+ background: #f2f5fa;
34962
+ font-size: 14px;
34963
+ color: rgba(44, 56, 82, 0.6);
34964
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
34942
34965
  }
34943
34966
 
34944
- .E_t160l1cm .tab-menu-item-group {
34945
- padding: 0;
34967
+ .E_tmoyoag .ant-list .eagle-table-form-header {
34968
+ align-items: inherit;
34969
+ }
34970
+
34971
+ .E_tmoyoag .ant-list .eagle-table-form-row {
34946
34972
  display: flex;
34947
- align-items: center;
34948
- overflow: hidden;
34973
+ justify-content: flex-start;
34974
+ align-items: flex-start;
34975
+ flex-wrap: wrap;
34976
+ padding: 8px;
34977
+ border: none;
34949
34978
  }
34950
34979
 
34951
- .E_t160l1cm .tab-menu-item-group .main-title {
34952
- opacity: 0;
34953
- max-width: 0;
34954
- transition: max-width 320ms ease, opacity 240ms ease;
34980
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
34981
+ flex-basis: 100%;
34982
+ margin: 12px 0 0;
34983
+ order: 99;
34984
+ color: rgba(44, 56, 82, 0.6);
34985
+ }
34986
+
34987
+ .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
34988
+ color: #f0483e;
34989
+ flex-basis: 100%;
34990
+ order: 98;
34991
+ margin: 12px 0 0;
34955
34992
  }
34956
34993
 
34957
- .E_t160l1cm .tab-menu-item-group .sub-title {
34958
- padding: 1px 12px;
34959
- position: relative;
34960
- display: flex;
34994
+ .E_tmoyoag .ant-list .eagle-table-form-row:hover {
34995
+ background-color: rgba(237, 241, 250, 0.6);
34961
34996
  }
34962
34997
 
34963
- .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
34964
- opacity: 0;
34965
- position: absolute;
34966
- top: 50%;
34967
- left: 0;
34968
- transform: translate(-50%, -50%);
34969
- transition: opacity 100ms linear;
34970
- fill: rgba(0, 128, 255, 0.2);
34998
+ .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
34999
+ background-color: rgba(0, 136, 255, 0.1);
34971
35000
  }
34972
35001
 
34973
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
34974
- color: #0080ff;
35002
+ .E_tmoyoag .ant-list .eagle-table-form-cell {
35003
+ flex: 1 0 0;
35004
+ overflow: hidden;
34975
35005
  }
34976
35006
 
34977
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
34978
- padding: 1px 12px;
34979
- display: inline-block;
34980
- opacity: 1;
34981
- max-width: 160px;
35007
+ .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
35008
+ color: rgba(44, 56, 82, 0.6);
35009
+ margin: 0;
34982
35010
  }
34983
35011
 
34984
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
34985
- padding: 1px 12px;
34986
- color: #005ed1;
35012
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
35013
+ text-align: center;
34987
35014
  }
34988
35015
 
34989
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
34990
- opacity: 1;
35016
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
35017
+ text-align: center;
34991
35018
  }
34992
35019
 
34993
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
34994
- background: rgba(0, 128, 255, 0.16);
35020
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
35021
+ text-align: left;
34995
35022
  }
34996
35023
 
34997
- .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
34998
- opacity: 0;
35024
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
35025
+ text-align: left;
34999
35026
  }
35000
35027
 
35001
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
35002
- padding: 4px 16px;
35003
- height: 32px;
35004
- border-radius: 6px 6px 0 0;
35028
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
35029
+ text-align: right;
35005
35030
  }
35006
35031
 
35007
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
35008
- padding-left: 0;
35032
+ .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
35033
+ text-align: right;
35009
35034
  }
35010
35035
 
35011
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
35012
- padding-left: 16px;
35036
+ .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
35037
+ margin-right: 8px;
35013
35038
  }
35014
35039
 
35015
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
35016
- margin-left: 11px;
35040
+ .E_tmoyoag .ant-list .ant-list-item-action {
35041
+ padding: 4px;
35042
+ width: 24px;
35017
35043
  height: 24px;
35044
+ overflow: hidden;
35018
35045
  }
35019
35046
 
35020
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
35047
+ .E_tmoyoag .ant-list .ant-list-item-action li {
35021
35048
  padding: 0;
35022
35049
  }
35023
35050
 
35024
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
35025
- padding: 4px 16px;
35026
- }
35027
-
35028
- .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
35029
- padding: 4px 16px;
35051
+ .E_tmoyoag .ant-list .delete-row-icon.disabled {
35052
+ cursor: not-allowed;
35053
+ opacity: 0.5;
35030
35054
  }
35031
35055
 
35032
- .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
35033
- background: #fff;
35056
+ .E_tmoyoag .ant-list.size-default .ant-list-item-action {
35057
+ margin: 0;
35034
35058
  }
35035
35059
 
35036
- .E_t160l1cm .tab-menu-item-light:active {
35037
- color: #005ed1;
35060
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
35061
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
35062
+ border-radius: 5px;
35063
+ font-size: 12px;
35038
35064
  }
35039
35065
 
35040
- .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
35041
- background: #fff;
35042
- color: #1d326c;
35066
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
35067
+ font-size: inherit;
35043
35068
  }
35044
35069
 
35045
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
35046
- color: rgba(45, 58, 86, 0.6);
35070
+ .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
35071
+ min-height: 24px;
35072
+ font-size: 12px;
35073
+ position: relative;
35047
35074
  }
35048
35075
 
35049
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
35050
- color: #1d326c;
35076
+ .E_tmoyoag.row-split-by-border .eagle-table-form-row {
35077
+ border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35051
35078
  }
35052
35079
 
35053
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35054
- fill: #d8deeb;
35080
+ .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
35081
+ background-color: rgba(237, 241, 250, 0.6);
35055
35082
  }
35056
35083
 
35057
- .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
35058
- fill: #1d326c;
35084
+ .E_a138syjm {
35085
+ display: flex;
35086
+ align-items: center;
35087
+ margin-top: 8px;
35059
35088
  }
35060
35089
 
35061
- .E_t160l1cm .tab-content {
35062
- flex: 1;
35063
- display: flex;
35064
- flex-direction: column;
35090
+ .E_a138syjm button.ant-btn {
35091
+ padding: 2px 8px;
35092
+ height: 24px;
35065
35093
  }
35066
35094
 
35067
- .E_t160l1cm.is-overview .tab-content {
35068
- overflow: visible;
35095
+ .E_a138syjm > span.maximum-desc {
35096
+ display: none;
35097
+ margin-left: 8px;
35098
+ color: rgba(44, 56, 82, 0.6);
35069
35099
  }
35070
35100
 
35071
- .E_t14npdqr {
35072
- max-width: 240px;
35073
- animation: none;
35101
+ .E_a138syjm > span.maximum-desc.disabled {
35102
+ display: inline;
35074
35103
  }
35075
35104
 
35076
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
35077
- border: 1px solid #0080ff;
35078
- padding: 0;
35105
+ .E_d77i8u0 {
35106
+ width: 24px;
35107
+ height: 24px;
35108
+ padding: 4px;
35109
+ margin-right: 8px;
35079
35110
  }
35080
35111
 
35081
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
35082
- margin: 0;
35083
- height: 32px;
35084
- line-height: 32px;
35085
- font-size: 13px;
35086
- padding: 0 10px;
35087
- display: block;
35088
- overflow: hidden;
35089
- text-overflow: ellipsis;
35090
- white-space: nowrap;
35112
+ .E_w7ob4th.outside-tag {
35113
+ padding-left: 0;
35091
35114
  }
35092
35115
 
35093
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
35094
- content: " ";
35095
- height: 1px;
35096
- width: calc(100% + 10px);
35097
- background: rgba(172, 186, 211, 0.6);
35098
- display: block;
35116
+ .E_w7ob4th.outside-tag .inside-tag {
35117
+ border-radius: 4px 0 0 4px;
35118
+ padding-right: 4px;
35119
+ margin-right: 4px;
35099
35120
  }
35100
35121
 
35101
- .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
35102
- color: #0080ff;
35103
- background: transparent;
35122
+ .E_i1g85yz3 {
35123
+ margin-right: 4px;
35124
+ height: 16px;
35104
35125
  }
35105
35126
 
35106
35127
  .E_slr2ynn {
@@ -35132,232 +35153,254 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35132
35153
  white-space: normal;
35133
35154
  }
35134
35155
 
35135
- .E_t1dtlqs1 {
35136
- margin-bottom: 4px;
35137
- color: rgba(44, 56, 82, 0.6);
35138
- overflow: hidden;
35139
- text-overflow: ellipsis;
35140
- white-space: nowrap;
35156
+ .E_t160l1cm {
35157
+ display: flex;
35158
+ flex-direction: column;
35159
+ flex: 1;
35160
+ /* FIXME:(yanzhen) do this better */
35141
35161
  }
35142
35162
 
35143
- .E_s1ese5oy {
35163
+ .E_t160l1cm .tab-bar {
35164
+ flex-shrink: 0;
35165
+ display: flex;
35166
+ border-bottom: 1px solid rgba(172, 186, 211, 0.6);
35167
+ }
35168
+
35169
+ .E_t160l1cm .tab-content {
35170
+ height: 100%;
35171
+ }
35172
+
35173
+ .E_t160l1cm .tab-menu-item {
35174
+ margin-right: 2px;
35175
+ padding: 1px 12px;
35176
+ line-height: 24px;
35177
+ height: 24px;
35144
35178
  color: rgba(44, 56, 82, 0.6);
35145
- line-height: 32px;
35146
- height: 32px;
35147
- margin-bottom: 0;
35179
+ border-radius: 4px 4px 0 0;
35180
+ cursor: pointer;
35181
+ transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
35148
35182
  }
35149
35183
 
35150
- .E_s1ese5oy.primary, .E_s1ese5oy.info {
35184
+ .E_t160l1cm .tab-menu-item:first-child {
35185
+ padding-left: 0;
35186
+ }
35187
+
35188
+ .E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
35189
+ padding-left: 12px;
35190
+ }
35191
+
35192
+ .E_t160l1cm .tab-menu-item:hover {
35151
35193
  color: #0080ff;
35194
+ background: rgba(211, 218, 235, 0.6);
35152
35195
  }
35153
35196
 
35154
- .E_s1ese5oy.warning {
35155
- color: #ffa500;
35197
+ .E_t160l1cm .tab-menu-item:hover .expand-arrow path {
35198
+ fill: #0080ff;
35156
35199
  }
35157
35200
 
35158
- .E_s1ese5oy.success {
35159
- color: #00ba5d;
35201
+ .E_t160l1cm .tab-menu-item:active {
35202
+ background: rgba(192, 203, 224, 0.6);
35160
35203
  }
35161
35204
 
35162
- .E_s1ese5oy.danger, .E_s1ese5oy.error {
35163
- color: #f0483e;
35205
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open {
35206
+ color: #0080ff;
35207
+ background: rgba(211, 218, 235, 0.6);
35164
35208
  }
35165
35209
 
35166
- .E_s1ese5oy.normal {
35167
- color: rgba(44, 56, 82, 0.6);
35210
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
35211
+ background: rgba(192, 203, 224, 0.6);
35168
35212
  }
35169
35213
 
35170
- .E_b1ibis43 {
35171
- margin-bottom: 0;
35172
- color: #00122e;
35214
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
35215
+ background: rgba(0, 128, 255, 0.16);
35173
35216
  }
35174
35217
 
35175
- .E_b11xxjd2 {
35176
- line-height: 32px;
35177
- margin-right: 6px;
35218
+ .E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
35219
+ fill: #0080ff;
35178
35220
  }
35179
35221
 
35180
- .E_bsub5bw.with-description {
35181
- height: 24px;
35182
- flex: 1;
35183
- position: relative;
35184
- top: -7px;
35222
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected {
35223
+ color: #0080ff;
35224
+ background: rgba(0, 128, 255, 0.1);
35185
35225
  }
35186
35226
 
35187
- .E_bsub5bw p {
35188
- width: 100%;
35189
- overflow: hidden;
35190
- text-overflow: ellipsis;
35191
- white-space: nowrap;
35227
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
35228
+ background: rgba(0, 128, 255, 0.16);
35229
+ }
35230
+
35231
+ .E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
35232
+ fill: #1d326c;
35192
35233
  }
35193
35234
 
35194
- .E_tmoyoag {
35195
- border: 1px solid rgba(211, 218, 235, 0.6);
35196
- border-radius: 8px;
35197
- overflow: auto;
35235
+ .E_t160l1cm .tab-menu-item .expand-arrow {
35236
+ margin-left: 8px;
35237
+ height: 22px;
35198
35238
  }
35199
35239
 
35200
- .E_tmoyoag .ant-list {
35201
- position: relative;
35240
+ .E_t160l1cm .tab-menu-item .expand-arrow path {
35241
+ fill: rgba(44, 56, 82, 0.6);
35202
35242
  }
35203
35243
 
35204
- .E_tmoyoag .ant-list .eagle-table-form-header {
35205
- position: sticky;
35206
- top: 0;
35207
- z-index: 2;
35244
+ .E_t160l1cm .tab-menu-item-group {
35245
+ padding: 0;
35208
35246
  display: flex;
35209
- padding: 8px;
35210
- flex-wrap: nowrap;
35211
- justify-content: flex-start;
35212
- background: #f2f5fa;
35213
- font-size: 14px;
35214
- color: rgba(44, 56, 82, 0.6);
35215
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35247
+ align-items: center;
35248
+ overflow: hidden;
35216
35249
  }
35217
35250
 
35218
- .E_tmoyoag .ant-list .eagle-table-form-header {
35219
- align-items: inherit;
35251
+ .E_t160l1cm .tab-menu-item-group .main-title {
35252
+ opacity: 0;
35253
+ max-width: 0;
35254
+ transition: max-width 320ms ease, opacity 240ms ease;
35220
35255
  }
35221
35256
 
35222
- .E_tmoyoag .ant-list .eagle-table-form-row {
35257
+ .E_t160l1cm .tab-menu-item-group .sub-title {
35258
+ padding: 1px 12px;
35259
+ position: relative;
35223
35260
  display: flex;
35224
- justify-content: flex-start;
35225
- align-items: flex-start;
35226
- flex-wrap: wrap;
35227
- padding: 8px;
35228
- border: none;
35229
35261
  }
35230
35262
 
35231
- .E_tmoyoag .ant-list .eagle-table-form-row .row-description {
35232
- flex-basis: 100%;
35233
- margin: 12px 0 0;
35234
- order: 99;
35235
- color: rgba(44, 56, 82, 0.6);
35263
+ .E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
35264
+ opacity: 0;
35265
+ position: absolute;
35266
+ top: 50%;
35267
+ left: 0;
35268
+ transform: translate(-50%, -50%);
35269
+ transition: opacity 100ms linear;
35270
+ fill: rgba(0, 128, 255, 0.2);
35236
35271
  }
35237
35272
 
35238
- .E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
35239
- color: #f0483e;
35240
- flex-basis: 100%;
35241
- order: 98;
35242
- margin: 12px 0 0;
35273
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
35274
+ color: #0080ff;
35243
35275
  }
35244
35276
 
35245
- .E_tmoyoag .ant-list .eagle-table-form-row:hover {
35246
- background-color: rgba(237, 241, 250, 0.6);
35277
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
35278
+ padding: 1px 12px;
35279
+ display: inline-block;
35280
+ opacity: 1;
35281
+ max-width: 160px;
35247
35282
  }
35248
35283
 
35249
- .E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
35250
- background-color: rgba(0, 136, 255, 0.1);
35284
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
35285
+ padding: 1px 12px;
35286
+ color: #005ed1;
35251
35287
  }
35252
35288
 
35253
- .E_tmoyoag .ant-list .eagle-table-form-cell {
35254
- flex: 1 0 0;
35255
- overflow: hidden;
35289
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35290
+ opacity: 1;
35256
35291
  }
35257
35292
 
35258
- .E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
35259
- color: rgba(44, 56, 82, 0.6);
35260
- margin: 0;
35293
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
35294
+ background: rgba(0, 128, 255, 0.16);
35261
35295
  }
35262
35296
 
35263
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
35264
- text-align: center;
35297
+ .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
35298
+ opacity: 0;
35265
35299
  }
35266
35300
 
35267
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
35268
- text-align: center;
35301
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item {
35302
+ padding: 4px 16px;
35303
+ height: 32px;
35304
+ border-radius: 6px 6px 0 0;
35269
35305
  }
35270
35306
 
35271
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
35272
- text-align: left;
35307
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
35308
+ padding-left: 0;
35273
35309
  }
35274
35310
 
35275
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
35276
- text-align: left;
35311
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
35312
+ padding-left: 16px;
35277
35313
  }
35278
35314
 
35279
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
35280
- text-align: right;
35315
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
35316
+ margin-left: 11px;
35317
+ height: 24px;
35281
35318
  }
35282
35319
 
35283
- .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
35284
- text-align: right;
35320
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
35321
+ padding: 0;
35285
35322
  }
35286
35323
 
35287
- .E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
35288
- margin-right: 8px;
35324
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
35325
+ padding: 4px 16px;
35289
35326
  }
35290
35327
 
35291
- .E_tmoyoag .ant-list .ant-list-item-action {
35292
- padding: 4px;
35293
- width: 24px;
35294
- height: 24px;
35295
- overflow: hidden;
35328
+ .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
35329
+ padding: 4px 16px;
35296
35330
  }
35297
35331
 
35298
- .E_tmoyoag .ant-list .ant-list-item-action li {
35299
- padding: 0;
35332
+ .E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
35333
+ background: #fff;
35300
35334
  }
35301
35335
 
35302
- .E_tmoyoag .ant-list .delete-row-icon.disabled {
35303
- cursor: not-allowed;
35304
- opacity: 0.5;
35336
+ .E_t160l1cm .tab-menu-item-light:active {
35337
+ color: #005ed1;
35305
35338
  }
35306
35339
 
35307
- .E_tmoyoag .ant-list.size-default .ant-list-item-action {
35308
- margin: 0;
35340
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
35341
+ background: #fff;
35342
+ color: #1d326c;
35309
35343
  }
35310
35344
 
35311
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
35312
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
35313
- border-radius: 5px;
35314
- font-size: 12px;
35345
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
35346
+ color: rgba(45, 58, 86, 0.6);
35315
35347
  }
35316
35348
 
35317
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
35318
- font-size: inherit;
35349
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
35350
+ color: #1d326c;
35319
35351
  }
35320
35352
 
35321
- .E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
35322
- min-height: 24px;
35323
- font-size: 12px;
35324
- position: relative;
35353
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
35354
+ fill: #d8deeb;
35325
35355
  }
35326
35356
 
35327
- .E_tmoyoag.row-split-by-border .eagle-table-form-row {
35328
- border-bottom: 1px solid rgba(225, 230, 241, 0.6);
35357
+ .E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
35358
+ fill: #1d326c;
35329
35359
  }
35330
35360
 
35331
- .E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
35332
- background-color: rgba(237, 241, 250, 0.6);
35361
+ .E_t160l1cm .tab-content {
35362
+ flex: 1;
35363
+ display: flex;
35364
+ flex-direction: column;
35333
35365
  }
35334
35366
 
35335
- .E_a138syjm {
35336
- display: flex;
35337
- align-items: center;
35338
- margin-top: 8px;
35367
+ .E_t160l1cm.is-overview .tab-content {
35368
+ overflow: visible;
35339
35369
  }
35340
35370
 
35341
- .E_a138syjm button.ant-btn {
35342
- padding: 2px 8px;
35343
- height: 24px;
35371
+ .E_t14npdqr {
35372
+ max-width: 240px;
35373
+ animation: none;
35344
35374
  }
35345
35375
 
35346
- .E_a138syjm > span.maximum-desc {
35347
- display: none;
35348
- margin-left: 8px;
35349
- color: rgba(44, 56, 82, 0.6);
35376
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu {
35377
+ border: 1px solid #0080ff;
35378
+ padding: 0;
35350
35379
  }
35351
35380
 
35352
- .E_a138syjm > span.maximum-desc.disabled {
35353
- display: inline;
35381
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
35382
+ margin: 0;
35383
+ height: 32px;
35384
+ line-height: 32px;
35385
+ font-size: 13px;
35386
+ padding: 0 10px;
35387
+ display: block;
35388
+ overflow: hidden;
35389
+ text-overflow: ellipsis;
35390
+ white-space: nowrap;
35354
35391
  }
35355
35392
 
35356
- .E_d77i8u0 {
35357
- width: 24px;
35358
- height: 24px;
35359
- padding: 4px;
35360
- margin-right: 8px;
35393
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
35394
+ content: " ";
35395
+ height: 1px;
35396
+ width: calc(100% + 10px);
35397
+ background: rgba(172, 186, 211, 0.6);
35398
+ display: block;
35399
+ }
35400
+
35401
+ .E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
35402
+ color: #0080ff;
35403
+ background: transparent;
35361
35404
  }
35362
35405
 
35363
35406
  .E_f7pxqmh {
@@ -35401,7 +35444,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35401
35444
  }
35402
35445
 
35403
35446
  .E_ai7qkf2 .ant-input-number-input-wrap {
35404
- padding: 5px 12px;
35405
35447
  display: inline-flex;
35406
35448
  line-height: 1.5715;
35407
35449
  height: 100%;
@@ -35448,12 +35490,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35448
35490
  }
35449
35491
 
35450
35492
  .E_ai7qkf2 .ant-input-number-input {
35451
- padding: 0;
35452
- margin: 0;
35453
- height: auto;
35493
+ height: 30px;
35494
+ border: 1px;
35495
+ padding: 5px 12px;
35454
35496
  font-size: inherit;
35455
35497
  }
35456
35498
 
35499
+ .E_ai7qkf2.ant-input-number-lg input {
35500
+ height: 38px;
35501
+ border: 1px;
35502
+ padding: 8px 16px;
35503
+ }
35504
+
35505
+ .E_ai7qkf2.ant-input-number-sm input {
35506
+ height: 22px;
35507
+ border: 1px;
35508
+ padding: 2px 8px;
35509
+ }
35510
+
35511
+ .E_i14c7jc8 {
35512
+ color: var(--i14c7jc8-0);
35513
+ }
35514
+
35515
+ .E_i1ibuolf {
35516
+ display: flex;
35517
+ align-items: center;
35518
+ column-gap: 4px;
35519
+ font-size: 12px;
35520
+ color: rgba(44, 56, 82, 0.7490196078);
35521
+ }
35522
+
35457
35523
  .E_a1wfy30z .ant-input-number-handler-wrap {
35458
35524
  display: var(--a1wfy30z-0);
35459
35525
  }
@@ -35509,4 +35575,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
35509
35575
 
35510
35576
  .E_f16blduf.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
35511
35577
  display: block;
35578
+ }
35579
+
35580
+ .E_d1u4ndxc {
35581
+ color: rgba(44, 56, 82, 0.7490196078);
35582
+ font-size: 12px;
35583
+ }
35584
+
35585
+ .E_f6xb0iv {
35586
+ min-width: 0;
35587
+ flex: 1;
35588
+ }
35589
+
35590
+ .E_b1dhu7ov.ant-progress {
35591
+ width: 220px;
35592
+ }
35593
+
35594
+ .E_p1as1j2z .ant-progress.ant-progress-status-active .ant-progress-bg::before {
35595
+ content: "";
35596
+ display: block;
35597
+ height: 8px;
35598
+ background: linear-gradient(90deg, #0080ff 0%, #9ecfff 50%, #0080ff 100%);
35599
+ animation: loading 1600ms ease-out infinite;
35600
+ opacity: 1;
35601
+ }
35602
+
35603
+ @keyframes loading {
35604
+ from {
35605
+ transform: translateX(-100%);
35606
+ }
35607
+ to {
35608
+ transform: translateX(100%);
35609
+ }
35512
35610
  }