@cloudtower/eagle 0.26.34 → 0.26.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -30221,6 +30221,24 @@ html body {
30221
30221
  font-size: 18px;
30222
30222
  }
30223
30223
 
30224
+ .i1mrf09m {
30225
+ display: inline-flex;
30226
+ align-items: center;
30227
+ }
30228
+ .i1mrf09m .icon-inner {
30229
+ display: inline-flex;
30230
+ align-items: center;
30231
+ justify-content: center;
30232
+ }
30233
+ .i1mrf09m .icon-inner + span,
30234
+ .i1mrf09m span + .icon-inner.suffix {
30235
+ margin-left: 4px;
30236
+ }
30237
+ .i1mrf09m.is-rotate img,
30238
+ .i1mrf09m.is-rotate svg {
30239
+ animation: rotate 680ms linear infinite;
30240
+ }
30241
+
30224
30242
  .iap75of {
30225
30243
  height: 18px;
30226
30244
  line-height: 18px;
@@ -30234,6 +30252,218 @@ html body {
30234
30252
  margin-right: 4px;
30235
30253
  }
30236
30254
 
30255
+ .obf05yr {
30256
+ display: inline-block;
30257
+ }
30258
+
30259
+ .hsms1n6 {
30260
+ visibility: hidden;
30261
+ position: absolute;
30262
+ }
30263
+
30264
+ .p12gwtiw {
30265
+ display: flex;
30266
+ justify-content: space-between;
30267
+ align-items: center;
30268
+ padding: 10px 0;
30269
+ color: rgba(44, 56, 82, 0.6);
30270
+ font-size: 12px;
30271
+ line-height: 24px;
30272
+ }
30273
+ .p12gwtiw .pagination-left {
30274
+ padding: 2px 8px;
30275
+ }
30276
+ .p12gwtiw .dropdown-trigger {
30277
+ display: flex;
30278
+ align-items: center;
30279
+ border-radius: 6px;
30280
+ cursor: pointer;
30281
+ transition: all 0.3s ease;
30282
+ }
30283
+ .p12gwtiw .dropdown-trigger:hover {
30284
+ background: rgba(211, 218, 235, 0.6);
30285
+ color: #0080ff;
30286
+ }
30287
+ .p12gwtiw .dropdown-trigger .icon-inner {
30288
+ margin-left: 4px;
30289
+ }
30290
+ .p12gwtiw .pagination-right {
30291
+ display: flex;
30292
+ align-items: center;
30293
+ color: #0080ff;
30294
+ font-weight: bold;
30295
+ }
30296
+ .p12gwtiw .pagination-right .icon-inner {
30297
+ margin-left: 4px;
30298
+ }
30299
+ .p12gwtiw .pagination-right .prev-btn,
30300
+ .p12gwtiw .pagination-right .next-btn {
30301
+ padding: 0 8px;
30302
+ }
30303
+ .p12gwtiw .pagination-right .prev-btn > span,
30304
+ .p12gwtiw .pagination-right .next-btn > span {
30305
+ color: #0080ff;
30306
+ }
30307
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30308
+ transform: rotate(180deg);
30309
+ }
30310
+
30311
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30312
+ max-height: calc(100vh - 128px);
30313
+ overflow-y: auto;
30314
+ }
30315
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30316
+ padding: 4px 20px;
30317
+ font-size: 12px;
30318
+ line-height: 18px;
30319
+ }
30320
+
30321
+ .rxbeqvl.ant-radio-wrapper {
30322
+ display: inline-flex;
30323
+ align-items: baseline;
30324
+ white-space: pre-wrap;
30325
+ }
30326
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30327
+ position: relative;
30328
+ top: 3px;
30329
+ }
30330
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30331
+ border-color: rgba(107, 128, 167, 0.6);
30332
+ }
30333
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30334
+ border-color: #0080ff;
30335
+ }
30336
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30337
+ border-color: #0080ff;
30338
+ background: #0080ff;
30339
+ }
30340
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30341
+ top: 4px;
30342
+ left: 4px;
30343
+ width: 6px;
30344
+ height: 6px;
30345
+ background: #fff;
30346
+ }
30347
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30348
+ opacity: 0.5;
30349
+ }
30350
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30351
+ border-color: rgba(107, 128, 167, 0.6);
30352
+ background: rgba(211, 218, 235, 0.6);
30353
+ }
30354
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30355
+ background: #00122e;
30356
+ }
30357
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30358
+ color: #00122e;
30359
+ opacity: 0.5;
30360
+ }
30361
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30362
+ color: #00122e;
30363
+ }
30364
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30365
+ display: inline-block;
30366
+ padding: 0;
30367
+ padding-left: 12px;
30368
+ }
30369
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30370
+ margin-bottom: 0;
30371
+ white-space: pre-wrap;
30372
+ color: rgba(44, 56, 82, 0.6);
30373
+ }
30374
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30375
+ padding-left: 8px;
30376
+ }
30377
+
30378
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30379
+ border-radius: 5px 0 0 5px;
30380
+ }
30381
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30382
+ border-radius: 0 5px 5px 0;
30383
+ }
30384
+
30385
+ .r1f0aqcc {
30386
+ color: #00122e;
30387
+ border-color: #ccd4e3;
30388
+ }
30389
+ .r1f0aqcc:first-child {
30390
+ border-color: #a3b4cc;
30391
+ }
30392
+ .r1f0aqcc.ant-radio-button-wrapper {
30393
+ padding: 0 12px;
30394
+ line-height: 32px;
30395
+ height: 32px;
30396
+ }
30397
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30398
+ white-space: nowrap;
30399
+ }
30400
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30401
+ height: 22px;
30402
+ padding: 0 7px;
30403
+ line-height: 20px;
30404
+ }
30405
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30406
+ background: #ccd4e3;
30407
+ }
30408
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30409
+ background: #0080ff;
30410
+ }
30411
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30412
+ background: #ccd4e3;
30413
+ opacity: 0.5;
30414
+ }
30415
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30416
+ border-right-color: #0080ff;
30417
+ }
30418
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30419
+ border-color: #0080ff;
30420
+ }
30421
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
30422
+ background: rgba(0, 136, 255, 0.1);
30423
+ }
30424
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
30425
+ background: rgba(211, 218, 235, 0.6);
30426
+ border-color: #ccd4e3;
30427
+ opacity: 0.5;
30428
+ }
30429
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30430
+ color: #00122e;
30431
+ border-color: #ccd4e3;
30432
+ }
30433
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30434
+ color: #00122e;
30435
+ border-color: #ccd4e3;
30436
+ background: rgba(172, 186, 211, 0.6);
30437
+ }
30438
+ .r1f0aqcc .ant-radio-button-input {
30439
+ margin-right: 8px;
30440
+ display: inline;
30441
+ border: none;
30442
+ padding: 0;
30443
+ width: 36px;
30444
+ background: transparent;
30445
+ }
30446
+ .r1f0aqcc .ant-radio-button-input:focus {
30447
+ box-shadow: none;
30448
+ }
30449
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
30450
+ margin-right: 0;
30451
+ width: initial;
30452
+ box-shadow: none;
30453
+ }
30454
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30455
+ display: none;
30456
+ }
30457
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30458
+ display: inline;
30459
+ }
30460
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30461
+ display: inline;
30462
+ margin-right: 8px;
30463
+ padding: 0;
30464
+ width: 36px;
30465
+ }
30466
+
30237
30467
  .cz04yix {
30238
30468
  display: flex;
30239
30469
  flex-direction: column;
@@ -30759,264 +30989,91 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
30759
30989
  border-radius: 4px;
30760
30990
  }
30761
30991
  .kypn5o5.input-tags {
30762
- position: relative;
30763
- padding: 6px;
30764
- height: 32px;
30765
- cursor: pointer;
30766
- transition: border 150ms;
30767
- }
30768
- .kypn5o5.input-tags:hover {
30769
- border-color: #0080ff;
30770
- box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30771
- }
30772
- .kypn5o5.input-tags.kit-input-suffix-wrapper {
30773
- padding-right: 30px;
30774
- }
30775
- .kypn5o5.input-tags .input-tags-inner {
30776
- display: flex;
30777
- }
30778
- .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
30779
- display: flex;
30780
- }
30781
- .kypn5o5.input-tags .input-tag-suffix {
30782
- position: absolute;
30783
- right: 12px;
30784
- top: 50%;
30785
- transform: translateY(-50%);
30786
- }
30787
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
30788
- color: rgba(0, 0, 0, 0.25);
30789
- font-size: 12px;
30790
- cursor: pointer;
30791
- }
30792
- .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
30793
- color: rgba(0, 0, 0, 0.45);
30794
- }
30795
- .kypn5o5.has-focus-indicator {
30796
- position: relative;
30797
- overflow: hidden;
30798
- }
30799
- .kypn5o5.has-focus-indicator .ant-input-prefix {
30800
- position: absolute;
30801
- top: 50%;
30802
- transform: translateY(-50%);
30803
- left: -16px;
30804
- transition: left 150ms ease;
30805
- opacity: 0;
30806
- }
30807
- .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
30808
- left: 8px;
30809
- opacity: 1;
30810
- }
30811
- .kypn5o5.has-focus-indicator input {
30812
- transition: margin-left 150ms ease;
30813
- margin-left: 0px;
30814
- }
30815
- .kypn5o5.has-focus-indicator input:focus {
30816
- margin-left: 16px;
30817
- }
30818
-
30819
- input.l1ki27se.ant-input {
30820
- border-top-right-radius: 0;
30821
- border-bottom-right-radius: 0;
30822
- }
30823
-
30824
- .l1ki27se.ant-input-affix-wrapper {
30825
- border-top-right-radius: 0;
30826
- border-bottom-right-radius: 0;
30827
- }
30828
-
30829
- input.rrg1fkn.ant-input {
30830
- border-top-left-radius: 0;
30831
- border-bottom-left-radius: 0;
30832
- }
30833
-
30834
- .rrg1fkn.ant-input-affix-wrapper {
30835
- border-top-left-radius: 0;
30836
- border-bottom-left-radius: 0;
30837
- }
30838
-
30839
- .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
30840
- border-top-right-radius: 0;
30841
- border-bottom-right-radius: 0;
30842
- }
30843
-
30844
- .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
30845
- border-top-left-radius: 0;
30846
- border-bottom-left-radius: 0;
30847
- }
30848
-
30849
- .obf05yr {
30850
- display: inline-block;
30851
- }
30852
-
30853
- .hsms1n6 {
30854
- visibility: hidden;
30855
- position: absolute;
30856
- }
30857
-
30858
- .i1mrf09m {
30859
- display: inline-flex;
30860
- align-items: center;
30861
- }
30862
- .i1mrf09m .icon-inner {
30863
- display: inline-flex;
30864
- align-items: center;
30865
- justify-content: center;
30866
- }
30867
- .i1mrf09m .icon-inner + span,
30868
- .i1mrf09m span + .icon-inner.suffix {
30869
- margin-left: 4px;
30870
- }
30871
- .i1mrf09m.is-rotate img,
30872
- .i1mrf09m.is-rotate svg {
30873
- animation: rotate 680ms linear infinite;
30874
- }
30875
-
30876
- .rxbeqvl.ant-radio-wrapper {
30877
- display: inline-flex;
30878
- align-items: baseline;
30879
- white-space: pre-wrap;
30880
- }
30881
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30882
- position: relative;
30883
- top: 3px;
30884
- }
30885
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30886
- border-color: rgba(107, 128, 167, 0.6);
30887
- }
30888
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30889
- border-color: #0080ff;
30890
- }
30891
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30892
- border-color: #0080ff;
30893
- background: #0080ff;
30894
- }
30895
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30896
- top: 4px;
30897
- left: 4px;
30898
- width: 6px;
30899
- height: 6px;
30900
- background: #fff;
30901
- }
30902
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30903
- opacity: 0.5;
30904
- }
30905
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30906
- border-color: rgba(107, 128, 167, 0.6);
30907
- background: rgba(211, 218, 235, 0.6);
30908
- }
30909
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30910
- background: #00122e;
30911
- }
30912
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30913
- color: #00122e;
30914
- opacity: 0.5;
30915
- }
30916
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30917
- color: #00122e;
30918
- }
30919
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30920
- display: inline-block;
30921
- padding: 0;
30922
- padding-left: 12px;
30923
- }
30924
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30925
- margin-bottom: 0;
30926
- white-space: pre-wrap;
30927
- color: rgba(44, 56, 82, 0.6);
30928
- }
30929
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30930
- padding-left: 8px;
30931
- }
30932
-
30933
- .r5ie79y .ant-radio-button-wrapper:first-child {
30934
- border-radius: 5px 0 0 5px;
30935
- }
30936
- .r5ie79y .ant-radio-button-wrapper:last-child {
30937
- border-radius: 0 5px 5px 0;
30938
- }
30939
-
30940
- .r1f0aqcc {
30941
- color: #00122e;
30942
- border-color: #ccd4e3;
30943
- }
30944
- .r1f0aqcc:first-child {
30945
- border-color: #a3b4cc;
30946
- }
30947
- .r1f0aqcc.ant-radio-button-wrapper {
30948
- padding: 0 12px;
30949
- line-height: 32px;
30992
+ position: relative;
30993
+ padding: 6px;
30950
30994
  height: 32px;
30995
+ cursor: pointer;
30996
+ transition: border 150ms;
30951
30997
  }
30952
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30953
- white-space: nowrap;
30998
+ .kypn5o5.input-tags:hover {
30999
+ border-color: #0080ff;
31000
+ box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
30954
31001
  }
30955
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30956
- height: 22px;
30957
- padding: 0 7px;
30958
- line-height: 20px;
31002
+ .kypn5o5.input-tags.kit-input-suffix-wrapper {
31003
+ padding-right: 30px;
30959
31004
  }
30960
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30961
- background: #ccd4e3;
31005
+ .kypn5o5.input-tags .input-tags-inner {
31006
+ display: flex;
30962
31007
  }
30963
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30964
- background: #0080ff;
31008
+ .kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
31009
+ display: flex;
30965
31010
  }
30966
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30967
- background: #ccd4e3;
30968
- opacity: 0.5;
31011
+ .kypn5o5.input-tags .input-tag-suffix {
31012
+ position: absolute;
31013
+ right: 12px;
31014
+ top: 50%;
31015
+ transform: translateY(-50%);
30969
31016
  }
30970
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30971
- border-right-color: #0080ff;
31017
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
31018
+ color: rgba(0, 0, 0, 0.25);
31019
+ font-size: 12px;
31020
+ cursor: pointer;
30972
31021
  }
30973
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30974
- border-color: #0080ff;
31022
+ .kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
31023
+ color: rgba(0, 0, 0, 0.45);
30975
31024
  }
30976
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30977
- background: rgba(0, 136, 255, 0.1);
31025
+ .kypn5o5.has-focus-indicator {
31026
+ position: relative;
31027
+ overflow: hidden;
30978
31028
  }
30979
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30980
- background: rgba(211, 218, 235, 0.6);
30981
- border-color: #ccd4e3;
30982
- opacity: 0.5;
31029
+ .kypn5o5.has-focus-indicator .ant-input-prefix {
31030
+ position: absolute;
31031
+ top: 50%;
31032
+ transform: translateY(-50%);
31033
+ left: -16px;
31034
+ transition: left 150ms ease;
31035
+ opacity: 0;
30983
31036
  }
30984
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30985
- color: #00122e;
30986
- border-color: #ccd4e3;
31037
+ .kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
31038
+ left: 8px;
31039
+ opacity: 1;
30987
31040
  }
30988
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30989
- color: #00122e;
30990
- border-color: #ccd4e3;
30991
- background: rgba(172, 186, 211, 0.6);
31041
+ .kypn5o5.has-focus-indicator input {
31042
+ transition: margin-left 150ms ease;
31043
+ margin-left: 0px;
30992
31044
  }
30993
- .r1f0aqcc .ant-radio-button-input {
30994
- margin-right: 8px;
30995
- display: inline;
30996
- border: none;
30997
- padding: 0;
30998
- width: 36px;
30999
- background: transparent;
31045
+ .kypn5o5.has-focus-indicator input:focus {
31046
+ margin-left: 16px;
31000
31047
  }
31001
- .r1f0aqcc .ant-radio-button-input:focus {
31002
- box-shadow: none;
31048
+
31049
+ input.l1ki27se.ant-input {
31050
+ border-top-right-radius: 0;
31051
+ border-bottom-right-radius: 0;
31003
31052
  }
31004
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
31005
- margin-right: 0;
31006
- width: initial;
31007
- box-shadow: none;
31053
+
31054
+ .l1ki27se.ant-input-affix-wrapper {
31055
+ border-top-right-radius: 0;
31056
+ border-bottom-right-radius: 0;
31008
31057
  }
31009
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31010
- display: none;
31058
+
31059
+ input.rrg1fkn.ant-input {
31060
+ border-top-left-radius: 0;
31061
+ border-bottom-left-radius: 0;
31011
31062
  }
31012
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31013
- display: inline;
31063
+
31064
+ .rrg1fkn.ant-input-affix-wrapper {
31065
+ border-top-left-radius: 0;
31066
+ border-bottom-left-radius: 0;
31014
31067
  }
31015
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31016
- display: inline;
31017
- margin-right: 8px;
31018
- padding: 0;
31019
- width: 36px;
31068
+
31069
+ .lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
31070
+ border-top-right-radius: 0;
31071
+ border-bottom-right-radius: 0;
31072
+ }
31073
+
31074
+ .r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
31075
+ border-top-left-radius: 0;
31076
+ border-bottom-left-radius: 0;
31020
31077
  }
31021
31078
 
31022
31079
  .s34f1qb.ant-switch {
@@ -31074,63 +31131,6 @@ input.rrg1fkn.ant-input {
31074
31131
  margin-left: 5px;
31075
31132
  }
31076
31133
 
31077
- .p12gwtiw {
31078
- display: flex;
31079
- justify-content: space-between;
31080
- align-items: center;
31081
- padding: 10px 0;
31082
- color: rgba(44, 56, 82, 0.6);
31083
- font-size: 12px;
31084
- line-height: 24px;
31085
- }
31086
- .p12gwtiw .pagination-left {
31087
- padding: 2px 8px;
31088
- }
31089
- .p12gwtiw .dropdown-trigger {
31090
- display: flex;
31091
- align-items: center;
31092
- border-radius: 6px;
31093
- cursor: pointer;
31094
- transition: all 0.3s ease;
31095
- }
31096
- .p12gwtiw .dropdown-trigger:hover {
31097
- background: rgba(211, 218, 235, 0.6);
31098
- color: #0080ff;
31099
- }
31100
- .p12gwtiw .dropdown-trigger .icon-inner {
31101
- margin-left: 4px;
31102
- }
31103
- .p12gwtiw .pagination-right {
31104
- display: flex;
31105
- align-items: center;
31106
- color: #0080ff;
31107
- font-weight: bold;
31108
- }
31109
- .p12gwtiw .pagination-right .icon-inner {
31110
- margin-left: 4px;
31111
- }
31112
- .p12gwtiw .pagination-right .prev-btn,
31113
- .p12gwtiw .pagination-right .next-btn {
31114
- padding: 0 8px;
31115
- }
31116
- .p12gwtiw .pagination-right .prev-btn > span,
31117
- .p12gwtiw .pagination-right .next-btn > span {
31118
- color: #0080ff;
31119
- }
31120
- .p12gwtiw .pagination-right .next-btn .icon-inner {
31121
- transform: rotate(180deg);
31122
- }
31123
-
31124
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
31125
- max-height: calc(100vh - 128px);
31126
- overflow-y: auto;
31127
- }
31128
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
31129
- padding: 4px 20px;
31130
- font-size: 12px;
31131
- line-height: 18px;
31132
- }
31133
-
31134
31134
  .t1upn1sz {
31135
31135
  height: 100%;
31136
31136
  }
@@ -31495,10 +31495,6 @@ input.rrg1fkn.ant-input {
31495
31495
  background: #fff;
31496
31496
  }
31497
31497
 
31498
- .i1e4sgug {
31499
- display: inline-block;
31500
- }
31501
-
31502
31498
  .s1fc623g {
31503
31499
  width: 430px !important;
31504
31500
  }
@@ -31580,6 +31576,10 @@ input.rrg1fkn.ant-input {
31580
31576
  opacity: 0;
31581
31577
  }
31582
31578
 
31579
+ .i1e4sgug {
31580
+ display: inline-block;
31581
+ }
31582
+
31583
31583
  .d6j0lbj {
31584
31584
  font-family: Inter;
31585
31585
  font-style: normal;
@@ -32856,6 +32856,23 @@ input.rrg1fkn.ant-input {
32856
32856
  margin-right: 6px;
32857
32857
  }
32858
32858
 
32859
+ .bab9xum {
32860
+ 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);
32861
+ }
32862
+
32863
+ .cav4gt6 {
32864
+ border-radius: 8px;
32865
+ background-color: white;
32866
+ }
32867
+ .cav4gt6.hoverable {
32868
+ cursor: pointer;
32869
+ }
32870
+ .cav4gt6.hoverable:hover {
32871
+ transition: all 200ms ease;
32872
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
32873
+ transform: translateY(-4px);
32874
+ }
32875
+
32859
32876
  .tc40oxa {
32860
32877
  margin-bottom: 4px;
32861
32878
  color: rgba(44, 56, 82, 0.6);
@@ -33049,23 +33066,6 @@ input.rrg1fkn.ant-input {
33049
33066
  margin-right: 8px;
33050
33067
  }
33051
33068
 
33052
- .bab9xum {
33053
- 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);
33054
- }
33055
-
33056
- .cav4gt6 {
33057
- border-radius: 8px;
33058
- background-color: white;
33059
- }
33060
- .cav4gt6.hoverable {
33061
- cursor: pointer;
33062
- }
33063
- .cav4gt6.hoverable:hover {
33064
- transition: all 200ms ease;
33065
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33066
- transform: translateY(-4px);
33067
- }
33068
-
33069
33069
  .f1p9ti6d {
33070
33070
  width: 100%;
33071
33071
  margin-bottom: 0 !important;
@@ -33180,6 +33180,25 @@ input.rrg1fkn.ant-input {
33180
33180
  font-size: inherit;
33181
33181
  }
33182
33182
 
33183
+ .feau332.ant-form-item {
33184
+ margin-bottom: 0;
33185
+ }
33186
+ .feau332 .ant-form-item-explain {
33187
+ display: none;
33188
+ min-height: 18px;
33189
+ margin-top: 5px;
33190
+ font-family: "Inter";
33191
+ font-weight: 400;
33192
+ font-size: 12px;
33193
+ line-height: 18px;
33194
+ }
33195
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33196
+ white-space: pre-wrap;
33197
+ }
33198
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33199
+ display: block;
33200
+ }
33201
+
33183
33202
  .a6dbbkm .ant-input-number-handler-wrap {
33184
33203
  display: var(--a6dbbkm-0);
33185
33204
  }
@@ -33209,23 +33228,4 @@ input.rrg1fkn.ant-input {
33209
33228
  margin: 0;
33210
33229
  height: auto;
33211
33230
  font-size: inherit;
33212
- }
33213
-
33214
- .feau332.ant-form-item {
33215
- margin-bottom: 0;
33216
- }
33217
- .feau332 .ant-form-item-explain {
33218
- display: none;
33219
- min-height: 18px;
33220
- margin-top: 5px;
33221
- font-family: "Inter";
33222
- font-weight: 400;
33223
- font-size: 12px;
33224
- line-height: 18px;
33225
- }
33226
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
33227
- white-space: pre-wrap;
33228
- }
33229
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33230
- display: block;
33231
33231
  }