@cloudtower/eagle 0.27.65 → 0.27.66

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
@@ -29821,6 +29821,39 @@ html body {
29821
29821
  border-radius: unset;
29822
29822
  }
29823
29823
 
29824
+ .E_fzh9mnb {
29825
+ width: 100%;
29826
+ height: 100%;
29827
+ min-height: 124px;
29828
+ display: flex;
29829
+ flex-direction: column;
29830
+ justify-content: center;
29831
+ align-items: center;
29832
+ }
29833
+ .E_fzh9mnb .error-text {
29834
+ color: rgba(10, 37, 85, 0.6);
29835
+ margin-bottom: 16px;
29836
+ font-size: 18px;
29837
+ }
29838
+
29839
+ .E_iouxfgt {
29840
+ display: inline-flex;
29841
+ align-items: center;
29842
+ }
29843
+ .E_iouxfgt .icon-inner {
29844
+ display: inline-flex;
29845
+ align-items: center;
29846
+ justify-content: center;
29847
+ }
29848
+ .E_iouxfgt .icon-inner + span,
29849
+ .E_iouxfgt span + .icon-inner.suffix {
29850
+ margin-left: 4px;
29851
+ }
29852
+ .E_iouxfgt.is-rotate img,
29853
+ .E_iouxfgt.is-rotate svg {
29854
+ animation: rotate 680ms linear infinite;
29855
+ }
29856
+
29824
29857
  .E_b1wx3t3t.ant-btn-icon-only {
29825
29858
  justify-content: center;
29826
29859
  }
@@ -30071,39 +30104,6 @@ html body {
30071
30104
  padding: 0;
30072
30105
  }
30073
30106
 
30074
- .E_iouxfgt {
30075
- display: inline-flex;
30076
- align-items: center;
30077
- }
30078
- .E_iouxfgt .icon-inner {
30079
- display: inline-flex;
30080
- align-items: center;
30081
- justify-content: center;
30082
- }
30083
- .E_iouxfgt .icon-inner + span,
30084
- .E_iouxfgt span + .icon-inner.suffix {
30085
- margin-left: 4px;
30086
- }
30087
- .E_iouxfgt.is-rotate img,
30088
- .E_iouxfgt.is-rotate svg {
30089
- animation: rotate 680ms linear infinite;
30090
- }
30091
-
30092
- .E_fzh9mnb {
30093
- width: 100%;
30094
- height: 100%;
30095
- min-height: 124px;
30096
- display: flex;
30097
- flex-direction: column;
30098
- justify-content: center;
30099
- align-items: center;
30100
- }
30101
- .E_fzh9mnb .error-text {
30102
- color: rgba(10, 37, 85, 0.6);
30103
- margin-bottom: 16px;
30104
- font-size: 18px;
30105
- }
30106
-
30107
30107
  .E_t1m2x205 .ant-tooltip-arrow {
30108
30108
  display: none;
30109
30109
  }
@@ -30169,6 +30169,148 @@ html body {
30169
30169
  line-height: 18px;
30170
30170
  }
30171
30171
 
30172
+ .E_s1ebs0ra {
30173
+ display: flex;
30174
+ align-items: center;
30175
+ justify-content: space-between;
30176
+ background: #edf0f7;
30177
+ padding: 8px 12px;
30178
+ position: sticky;
30179
+ top: 0;
30180
+ z-index: 1;
30181
+ margin-bottom: -52px;
30182
+ }
30183
+ .E_s1ebs0ra .select-total {
30184
+ display: flex;
30185
+ align-items: center;
30186
+ font-weight: 700;
30187
+ flex-shrink: 0;
30188
+ }
30189
+ .E_s1ebs0ra .select-total .icon-wrapper {
30190
+ cursor: pointer;
30191
+ margin-left: 8px;
30192
+ width: 32px;
30193
+ height: 32px;
30194
+ border-radius: 50%;
30195
+ justify-content: center;
30196
+ }
30197
+ .E_s1ebs0ra .select-total .icon-wrapper:hover {
30198
+ background: rgba(225, 230, 241, 0.6);
30199
+ }
30200
+ .E_s1ebs0ra .action-group {
30201
+ flex: 1;
30202
+ margin-left: 88px;
30203
+ white-space: nowrap;
30204
+ text-align: right;
30205
+ position: relative;
30206
+ padding: 4px 0;
30207
+ margin-top: -4px;
30208
+ overflow: hidden;
30209
+ }
30210
+ .E_s1ebs0ra .action-group .sub-menu-delete {
30211
+ transform: translateY(-4px);
30212
+ }
30213
+ .E_s1ebs0ra .action-group button {
30214
+ border: none;
30215
+ }
30216
+ .E_s1ebs0ra .action-group > *:not(:last-child) {
30217
+ margin-right: 8px;
30218
+ }
30219
+ .E_s1ebs0ra .action-group > button:last-child {
30220
+ margin-right: 4px;
30221
+ }
30222
+ .E_s1ebs0ra .action-group .more-btn {
30223
+ cursor: pointer;
30224
+ width: 32px;
30225
+ height: 32px;
30226
+ justify-content: center;
30227
+ border-radius: 50%;
30228
+ }
30229
+ .E_s1ebs0ra .action-group .more-btn:hover {
30230
+ background: #fff;
30231
+ }
30232
+
30233
+ .E_s1dni7lo {
30234
+ width: 430px !important;
30235
+ }
30236
+
30237
+ .E_d1wwmmm5 .ant-select-item-group {
30238
+ padding: 8px 16px;
30239
+ line-height: 18px;
30240
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
30241
+ height: 34px;
30242
+ min-height: 34px;
30243
+ box-sizing: border-box;
30244
+ margin-top: 8px;
30245
+ }
30246
+
30247
+ .E_o1ugr09p {
30248
+ display: flex;
30249
+ flex-direction: column;
30250
+ margin: 1px 8px;
30251
+ padding: 8px;
30252
+ border-radius: 4px;
30253
+ }
30254
+ .E_o1ugr09p .selected-icon {
30255
+ display: none;
30256
+ }
30257
+ .E_o1ugr09p.ant-select-item-option-grouped {
30258
+ padding-left: 8px;
30259
+ }
30260
+ .E_o1ugr09p.ant-select-item-option-selected {
30261
+ background-color: white;
30262
+ }
30263
+ .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30264
+ color: #0080ff;
30265
+ }
30266
+ .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30267
+ display: block;
30268
+ }
30269
+ .E_o1ugr09p.ant-select-item-option-active {
30270
+ background: rgba(0, 136, 255, 0.16);
30271
+ }
30272
+ .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30273
+ color: #0080ff;
30274
+ }
30275
+ .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30276
+ background: rgba(0, 136, 255, 0.1);
30277
+ color: #0080ff;
30278
+ }
30279
+
30280
+ .E_o1ifxsq4 {
30281
+ display: flex;
30282
+ justify-content: space-between;
30283
+ height: 20px;
30284
+ line-height: 20px;
30285
+ }
30286
+ .E_o1ifxsq4 .timezone-title {
30287
+ color: #2d3a56;
30288
+ overflow: hidden;
30289
+ text-overflow: ellipsis;
30290
+ }
30291
+
30292
+ .E_o1zue7 {
30293
+ display: flex;
30294
+ justify-content: space-between;
30295
+ color: rgba(44, 56, 82, 0.6);
30296
+ height: 18px;
30297
+ line-height: 18px;
30298
+ margin-top: 2px;
30299
+ }
30300
+
30301
+ .E_tyfmlxg {
30302
+ border: none;
30303
+ margin-right: 0;
30304
+ background: rgba(225, 230, 241, 0.6);
30305
+ }
30306
+
30307
+ .E_o18uybox {
30308
+ pointer-events: none;
30309
+ height: 32px;
30310
+ width: 100%;
30311
+ opacity: 0;
30312
+ }
30313
+
30172
30314
  .E_skwah65 {
30173
30315
  height: 8px;
30174
30316
  box-sizing: border-box;
@@ -30182,15 +30324,6 @@ html body {
30182
30324
  margin-left: 1px;
30183
30325
  }
30184
30326
 
30185
- .E_owd0kml {
30186
- display: inline-block;
30187
- }
30188
-
30189
- .E_h1jsgezc {
30190
- visibility: hidden;
30191
- position: absolute;
30192
- }
30193
-
30194
30327
  .E_s1dizucg.ant-switch {
30195
30328
  min-width: 40px;
30196
30329
  height: 24px;
@@ -30246,166 +30379,33 @@ html body {
30246
30379
  margin-left: 5px;
30247
30380
  }
30248
30381
 
30249
- .E_rapgekc.ant-radio-wrapper {
30250
- display: inline-flex;
30251
- align-items: baseline;
30252
- white-space: pre-wrap;
30382
+ .E_owd0kml {
30383
+ display: inline-block;
30253
30384
  }
30254
- .E_rapgekc.ant-radio-wrapper .ant-radio {
30255
- position: relative;
30256
- top: 3px;
30385
+
30386
+ .E_h1jsgezc {
30387
+ visibility: hidden;
30388
+ position: absolute;
30257
30389
  }
30258
- .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30259
- border-color: rgba(107, 128, 167, 0.6);
30390
+
30391
+ .E_iq1gosr {
30392
+ display: inline-block;
30260
30393
  }
30261
- .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30262
- border-color: #0080ff;
30394
+
30395
+ .E_dsnbhzf {
30396
+ font-family: Inter;
30397
+ font-style: normal;
30398
+ font-weight: bold;
30399
+ font-size: 32px;
30400
+ line-height: 40px;
30263
30401
  }
30264
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30265
- border-color: #0080ff;
30266
- background: #0080ff;
30267
- }
30268
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30269
- top: 4px;
30270
- left: 4px;
30271
- width: 6px;
30272
- height: 6px;
30273
- background: #fff;
30274
- }
30275
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30276
- opacity: 0.5;
30277
- }
30278
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30279
- border-color: rgba(107, 128, 167, 0.6);
30280
- background: rgba(211, 218, 235, 0.6);
30281
- }
30282
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30283
- background: #00122e;
30284
- }
30285
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30286
- color: #00122e;
30287
- opacity: 0.5;
30288
- }
30289
- .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30290
- color: #00122e;
30291
- }
30292
- .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30293
- display: inline-block;
30294
- padding: 0;
30295
- padding-left: 12px;
30296
- }
30297
- .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30298
- margin-bottom: 0;
30299
- white-space: pre-wrap;
30300
- color: rgba(44, 56, 82, 0.6);
30301
- }
30302
- .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30303
- padding-left: 8px;
30304
- }
30305
-
30306
- .E_rp906go .ant-radio-button-wrapper:first-child {
30307
- border-radius: 5px 0 0 5px;
30308
- }
30309
- .E_rp906go .ant-radio-button-wrapper:last-child {
30310
- border-radius: 0 5px 5px 0;
30311
- }
30312
-
30313
- .E_rcc63c8 {
30314
- color: #00122e;
30315
- border-color: #ccd4e3;
30316
- }
30317
- .E_rcc63c8:first-child {
30318
- border-color: #a3b4cc;
30319
- }
30320
- .E_rcc63c8.ant-radio-button-wrapper {
30321
- padding: 0 12px;
30322
- line-height: 32px;
30323
- height: 32px;
30324
- }
30325
- .E_rcc63c8.ant-radio-button-wrapper > span + span {
30326
- white-space: nowrap;
30327
- }
30328
- .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30329
- height: 22px;
30330
- padding: 0 7px;
30331
- line-height: 20px;
30332
- }
30333
- .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30334
- background: #ccd4e3;
30335
- }
30336
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30337
- background: #0080ff;
30338
- }
30339
- .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30340
- background: #ccd4e3;
30341
- opacity: 0.5;
30342
- }
30343
- .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30344
- border-right-color: #0080ff;
30345
- }
30346
- .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30347
- border-color: #0080ff;
30348
- }
30349
- .E_rcc63c8.ant-radio-button-wrapper-checked {
30350
- background: rgba(0, 136, 255, 0.1);
30351
- }
30352
- .E_rcc63c8.ant-radio-button-wrapper-disabled {
30353
- background: rgba(211, 218, 235, 0.6);
30354
- border-color: #ccd4e3;
30355
- opacity: 0.5;
30356
- }
30357
- .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30358
- color: #00122e;
30359
- border-color: #ccd4e3;
30360
- }
30361
- .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30362
- color: #00122e;
30363
- border-color: #ccd4e3;
30364
- background: rgba(172, 186, 211, 0.6);
30365
- }
30366
- .E_rcc63c8 .ant-radio-button-input {
30367
- margin-right: 8px;
30368
- display: inline;
30369
- border: none;
30370
- padding: 0;
30371
- width: 36px;
30372
- background: transparent;
30373
- }
30374
- .E_rcc63c8 .ant-radio-button-input:focus {
30375
- box-shadow: none;
30376
- }
30377
- .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30378
- margin-right: 0;
30379
- width: initial;
30380
- box-shadow: none;
30381
- }
30382
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
30383
- display: none;
30384
- }
30385
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
30386
- display: inline;
30387
- }
30388
- .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
30389
- display: inline;
30390
- margin-right: 8px;
30391
- padding: 0;
30392
- width: 36px;
30393
- }
30394
-
30395
- .E_dsnbhzf {
30396
- font-family: Inter;
30397
- font-style: normal;
30398
- font-weight: bold;
30399
- font-size: 32px;
30400
- line-height: 40px;
30401
- }
30402
-
30403
- .E_d1mvo22k {
30404
- font-family: Inter;
30405
- font-style: normal;
30406
- font-weight: bold;
30407
- font-size: 24px;
30408
- line-height: 32px;
30402
+
30403
+ .E_d1mvo22k {
30404
+ font-family: Inter;
30405
+ font-style: normal;
30406
+ font-weight: bold;
30407
+ font-size: 24px;
30408
+ line-height: 32px;
30409
30409
  }
30410
30410
 
30411
30411
  .E_d1b444tr {
@@ -30867,94 +30867,155 @@ html body {
30867
30867
  line-height: 12px;
30868
30868
  }
30869
30869
 
30870
- .E_iq1gosr {
30871
- display: inline-block;
30872
- }
30873
-
30874
- .E_s1dni7lo {
30875
- width: 430px !important;
30876
- }
30877
-
30878
- .E_d1wwmmm5 .ant-select-item-group {
30879
- padding: 8px 16px;
30880
- line-height: 18px;
30881
- border-top: 1px solid rgba(211, 218, 235, 0.6);
30882
- height: 34px;
30883
- min-height: 34px;
30884
- box-sizing: border-box;
30885
- margin-top: 8px;
30870
+ .E_rapgekc.ant-radio-wrapper {
30871
+ display: inline-flex;
30872
+ align-items: baseline;
30873
+ white-space: pre-wrap;
30886
30874
  }
30887
-
30888
- .E_o1ugr09p {
30889
- display: flex;
30890
- flex-direction: column;
30891
- margin: 1px 8px;
30892
- padding: 8px;
30893
- border-radius: 4px;
30875
+ .E_rapgekc.ant-radio-wrapper .ant-radio {
30876
+ position: relative;
30877
+ top: 3px;
30894
30878
  }
30895
- .E_o1ugr09p .selected-icon {
30896
- display: none;
30879
+ .E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
30880
+ border-color: rgba(107, 128, 167, 0.6);
30897
30881
  }
30898
- .E_o1ugr09p.ant-select-item-option-grouped {
30899
- padding-left: 8px;
30882
+ .E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30883
+ border-color: #0080ff;
30900
30884
  }
30901
- .E_o1ugr09p.ant-select-item-option-selected {
30902
- background-color: white;
30885
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30886
+ border-color: #0080ff;
30887
+ background: #0080ff;
30903
30888
  }
30904
- .E_o1ugr09p.ant-select-item-option-selected .timezone-title {
30905
- color: #0080ff;
30889
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30890
+ top: 4px;
30891
+ left: 4px;
30892
+ width: 6px;
30893
+ height: 6px;
30894
+ background: #fff;
30906
30895
  }
30907
- .E_o1ugr09p.ant-select-item-option-selected .selected-icon {
30908
- display: block;
30896
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30897
+ opacity: 0.5;
30909
30898
  }
30910
- .E_o1ugr09p.ant-select-item-option-active {
30911
- background: rgba(0, 136, 255, 0.16);
30899
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30900
+ border-color: rgba(107, 128, 167, 0.6);
30901
+ background: rgba(211, 218, 235, 0.6);
30912
30902
  }
30913
- .E_o1ugr09p.ant-select-item-option-active .timezone-title {
30914
- color: #0080ff;
30903
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30904
+ background: #00122e;
30915
30905
  }
30916
- .E_o1ugr09p.ant-select-item-option-active .timezone-tag {
30917
- background: rgba(0, 136, 255, 0.1);
30918
- color: #0080ff;
30906
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30907
+ color: #00122e;
30908
+ opacity: 0.5;
30919
30909
  }
30920
-
30921
- .E_o1ifxsq4 {
30922
- display: flex;
30923
- justify-content: space-between;
30924
- height: 20px;
30925
- line-height: 20px;
30910
+ .E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30911
+ color: #00122e;
30926
30912
  }
30927
- .E_o1ifxsq4 .timezone-title {
30928
- color: #2d3a56;
30929
- overflow: hidden;
30930
- text-overflow: ellipsis;
30913
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span {
30914
+ display: inline-block;
30915
+ padding: 0;
30916
+ padding-left: 12px;
30931
30917
  }
30932
-
30933
- .E_o1zue7 {
30934
- display: flex;
30935
- justify-content: space-between;
30918
+ .E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
30919
+ margin-bottom: 0;
30920
+ white-space: pre-wrap;
30936
30921
  color: rgba(44, 56, 82, 0.6);
30937
- height: 18px;
30938
- line-height: 18px;
30939
- margin-top: 2px;
30940
30922
  }
30941
-
30942
- .E_tyfmlxg {
30943
- border: none;
30944
- margin-right: 0;
30945
- background: rgba(225, 230, 241, 0.6);
30923
+ .E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
30924
+ padding-left: 8px;
30946
30925
  }
30947
30926
 
30948
- .E_o18uybox {
30949
- pointer-events: none;
30950
- height: 32px;
30951
- width: 100%;
30952
- opacity: 0;
30927
+ .E_rp906go .ant-radio-button-wrapper:first-child {
30928
+ border-radius: 5px 0 0 5px;
30953
30929
  }
30954
-
30955
- .E_cnujxq2 {
30956
- display: flex;
30957
- flex-direction: column;
30930
+ .E_rp906go .ant-radio-button-wrapper:last-child {
30931
+ border-radius: 0 5px 5px 0;
30932
+ }
30933
+
30934
+ .E_rcc63c8 {
30935
+ color: #00122e;
30936
+ border-color: #ccd4e3;
30937
+ }
30938
+ .E_rcc63c8:first-child {
30939
+ border-color: #a3b4cc;
30940
+ }
30941
+ .E_rcc63c8.ant-radio-button-wrapper {
30942
+ padding: 0 12px;
30943
+ line-height: 32px;
30944
+ height: 32px;
30945
+ }
30946
+ .E_rcc63c8.ant-radio-button-wrapper > span + span {
30947
+ white-space: nowrap;
30948
+ }
30949
+ .ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
30950
+ height: 22px;
30951
+ padding: 0 7px;
30952
+ line-height: 20px;
30953
+ }
30954
+ .E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
30955
+ background: #ccd4e3;
30956
+ }
30957
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
30958
+ background: #0080ff;
30959
+ }
30960
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30961
+ background: #ccd4e3;
30962
+ opacity: 0.5;
30963
+ }
30964
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30965
+ border-right-color: #0080ff;
30966
+ }
30967
+ .E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30968
+ border-color: #0080ff;
30969
+ }
30970
+ .E_rcc63c8.ant-radio-button-wrapper-checked {
30971
+ background: rgba(0, 136, 255, 0.1);
30972
+ }
30973
+ .E_rcc63c8.ant-radio-button-wrapper-disabled {
30974
+ background: rgba(211, 218, 235, 0.6);
30975
+ border-color: #ccd4e3;
30976
+ opacity: 0.5;
30977
+ }
30978
+ .E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
30979
+ color: #00122e;
30980
+ border-color: #ccd4e3;
30981
+ }
30982
+ .E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30983
+ color: #00122e;
30984
+ border-color: #ccd4e3;
30985
+ background: rgba(172, 186, 211, 0.6);
30986
+ }
30987
+ .E_rcc63c8 .ant-radio-button-input {
30988
+ margin-right: 8px;
30989
+ display: inline;
30990
+ border: none;
30991
+ padding: 0;
30992
+ width: 36px;
30993
+ background: transparent;
30994
+ }
30995
+ .E_rcc63c8 .ant-radio-button-input:focus {
30996
+ box-shadow: none;
30997
+ }
30998
+ .E_rcc63c8 .ant-radio-button-input.ant-input-number {
30999
+ margin-right: 0;
31000
+ width: initial;
31001
+ box-shadow: none;
31002
+ }
31003
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
31004
+ display: none;
31005
+ }
31006
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
31007
+ display: inline;
31008
+ }
31009
+ .E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
31010
+ display: inline;
31011
+ margin-right: 8px;
31012
+ padding: 0;
31013
+ width: 36px;
31014
+ }
31015
+
31016
+ .E_cnujxq2 {
31017
+ display: flex;
31018
+ flex-direction: column;
30958
31019
  }
30959
31020
 
30960
31021
  .E_m7s48ia {
@@ -31637,67 +31698,6 @@ input.E_rf8rlle.ant-input {
31637
31698
  margin: 4px 0;
31638
31699
  }
31639
31700
 
31640
- .E_s1ebs0ra {
31641
- display: flex;
31642
- align-items: center;
31643
- justify-content: space-between;
31644
- background: #edf0f7;
31645
- padding: 8px 12px;
31646
- position: sticky;
31647
- top: 0;
31648
- z-index: 1;
31649
- margin-bottom: -52px;
31650
- }
31651
- .E_s1ebs0ra .select-total {
31652
- display: flex;
31653
- align-items: center;
31654
- font-weight: 700;
31655
- flex-shrink: 0;
31656
- }
31657
- .E_s1ebs0ra .select-total .icon-wrapper {
31658
- cursor: pointer;
31659
- margin-left: 8px;
31660
- width: 32px;
31661
- height: 32px;
31662
- border-radius: 50%;
31663
- justify-content: center;
31664
- }
31665
- .E_s1ebs0ra .select-total .icon-wrapper:hover {
31666
- background: rgba(225, 230, 241, 0.6);
31667
- }
31668
- .E_s1ebs0ra .action-group {
31669
- flex: 1;
31670
- margin-left: 88px;
31671
- white-space: nowrap;
31672
- text-align: right;
31673
- position: relative;
31674
- padding: 4px 0;
31675
- margin-top: -4px;
31676
- overflow: hidden;
31677
- }
31678
- .E_s1ebs0ra .action-group .sub-menu-delete {
31679
- transform: translateY(-4px);
31680
- }
31681
- .E_s1ebs0ra .action-group button {
31682
- border: none;
31683
- }
31684
- .E_s1ebs0ra .action-group > *:not(:last-child) {
31685
- margin-right: 8px;
31686
- }
31687
- .E_s1ebs0ra .action-group > button:last-child {
31688
- margin-right: 4px;
31689
- }
31690
- .E_s1ebs0ra .action-group .more-btn {
31691
- cursor: pointer;
31692
- width: 32px;
31693
- height: 32px;
31694
- justify-content: center;
31695
- border-radius: 50%;
31696
- }
31697
- .E_s1ebs0ra .action-group .more-btn:hover {
31698
- background: #fff;
31699
- }
31700
-
31701
31701
  .E_c1up1pdz {
31702
31702
  width: 648px;
31703
31703
  }
@@ -31838,6 +31838,28 @@ input.E_rf8rlle.ant-input {
31838
31838
  color: #fff;
31839
31839
  }
31840
31840
 
31841
+ .E_c1uzzomf {
31842
+ margin-bottom: 16px;
31843
+ }
31844
+ .E_c1uzzomf .card-title {
31845
+ font-size: 16px;
31846
+ color: rgba(44, 56, 82, 0.6);
31847
+ font-weight: 700;
31848
+ line-height: 32px;
31849
+ }
31850
+ .E_c1uzzomf .card-body {
31851
+ padding: 24px;
31852
+ border-radius: 8px;
31853
+ background: #fff;
31854
+ }
31855
+ .E_c1uzzomf .empty {
31856
+ font-weight: 700;
31857
+ font-size: 14px;
31858
+ line-height: 22px;
31859
+ color: rgba(0, 21, 64, 0.3);
31860
+ text-align: center;
31861
+ }
31862
+
31841
31863
  .E_c18gxmrl {
31842
31864
  border: 1px solid #d8deeb;
31843
31865
  border-radius: 4px;
@@ -31914,62 +31936,6 @@ input.E_rf8rlle.ant-input {
31914
31936
  color: #005ed1;
31915
31937
  }
31916
31938
 
31917
- .E_s11wux3h .ant-segmented-item:not(:last-child) {
31918
- margin-right: 2px;
31919
- }
31920
-
31921
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
31922
- padding-left: 8px;
31923
- padding-right: 8px;
31924
- }
31925
- .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
31926
- border-radius: 4px;
31927
- }
31928
- .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31929
- border-radius: 4px;
31930
- }
31931
-
31932
- .E_ma64lna .ant-segmented-item-label {
31933
- padding-left: 12px;
31934
- padding-right: 12px;
31935
- }
31936
-
31937
- .E_ckld275 {
31938
- background-color: rgba(225, 230, 241, 0.6);
31939
- }
31940
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31941
- background-color: rgba(255, 255, 255, 0.6);
31942
- color: rgba(44, 56, 82, 0.75);
31943
- }
31944
- .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
31945
- background-color: transparent;
31946
- }
31947
- .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
31948
- background-color: transparent;
31949
- }
31950
-
31951
- .E_c1uzzomf {
31952
- margin-bottom: 16px;
31953
- }
31954
- .E_c1uzzomf .card-title {
31955
- font-size: 16px;
31956
- color: rgba(44, 56, 82, 0.6);
31957
- font-weight: 700;
31958
- line-height: 32px;
31959
- }
31960
- .E_c1uzzomf .card-body {
31961
- padding: 24px;
31962
- border-radius: 8px;
31963
- background: #fff;
31964
- }
31965
- .E_c1uzzomf .empty {
31966
- font-weight: 700;
31967
- font-size: 14px;
31968
- line-height: 22px;
31969
- color: rgba(0, 21, 64, 0.3);
31970
- text-align: center;
31971
- }
31972
-
31973
31939
  .E_c18bcrac {
31974
31940
  display: inline-block;
31975
31941
  width: 100%;
@@ -32017,107 +31983,30 @@ input.E_rf8rlle.ant-input {
32017
31983
  margin-right: 4px;
32018
31984
  }
32019
31985
 
32020
- .E_clm1wy1 {
32021
- width: 192px;
32022
- height: 246px;
32023
- border-radius: 4px;
31986
+ .E_gmyahx3 {
31987
+ cursor: pointer;
32024
31988
  }
32025
- .E_clm1wy1 > .ant-picker-calendar,
32026
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32027
- width: 100%;
32028
- background-color: rgba(245, 247, 250, 0.6);
32029
- border-top: none;
31989
+ .E_gmyahx3 .link-text {
31990
+ color: rgba(0, 21, 64, 0.3);
32030
31991
  }
32031
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32032
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32033
- padding: 0 16px;
31992
+ .E_gmyahx3:hover .link-text {
31993
+ color: #0080ff;
32034
31994
  }
32035
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32036
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32037
- width: 100%;
32038
- height: 180px;
32039
- border-spacing: 0;
32040
- }
32041
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32042
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32043
- margin-bottom: 8px;
32044
- }
32045
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32046
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32047
- width: 22px;
32048
- }
32049
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32050
- .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32051
- padding: 0;
32052
- }
32053
- .E_clm1wy1 .ant-picker-cell {
32054
- color: rgba(62, 70, 82, 0.6);
32055
- opacity: 0.4;
32056
- }
32057
- .E_clm1wy1 .ant-picker-cell-in-view {
32058
- color: rgba(62, 70, 82, 0.6);
32059
- opacity: 1;
32060
- }
32061
- .E_clm1wy1 .ant-picker-cell-in-view > .active {
32062
- color: #3e4652;
32063
- }
32064
- .E_clm1wy1 .ant-picker-cell::before {
32065
- pointer-events: none;
31995
+
31996
+ .E_ou7iq30 {
31997
+ overflow: hidden;
31998
+ text-overflow: ellipsis;
32066
31999
  }
32067
32000
 
32068
- .E_t1tsm00v {
32069
- color: rgba(129, 138, 153, 0.6);
32070
- box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32071
- backdrop-filter: blur(10px);
32072
- padding: 7px 10px;
32073
- }
32074
-
32075
- .E_c167wnad {
32076
- color: rgba(62, 70, 82, 0.6);
32077
- display: flex;
32078
- justify-content: space-between;
32079
- align-items: center;
32080
- padding: 8px 16px;
32081
- }
32082
- .E_c167wnad .anticon {
32083
- cursor: pointer;
32084
- }
32085
- .E_c167wnad .anticon:hover {
32086
- color: #0096ff;
32087
- }
32088
-
32089
- .E_cxhf7dh {
32090
- text-align: center;
32091
- }
32092
- .E_cxhf7dh .dots {
32093
- display: flex;
32094
- justify-content: center;
32095
- }
32096
- .E_cxhf7dh .dot {
32097
- display: inline-block;
32098
- width: 2px;
32099
- height: 2px;
32100
- border-radius: 1px;
32101
- background: #0096ff;
32102
- }
32103
- .E_cxhf7dh .dot:not(:last-child) {
32104
- margin-right: 2px;
32105
- }
32106
- .E_cxhf7dh .bar {
32107
- width: 9px;
32108
- height: 2px;
32109
- background: #0096ff;
32110
- border-radius: 2px;
32001
+ .E_s1tui002 {
32002
+ white-space: nowrap;
32111
32003
  }
32112
32004
 
32113
- .E_gmyahx3 {
32114
- cursor: pointer;
32115
- }
32116
- .E_gmyahx3 .link-text {
32117
- color: rgba(0, 21, 64, 0.3);
32118
- }
32119
- .E_gmyahx3:hover .link-text {
32120
- color: #0080ff;
32005
+ .E_mxrc2zg {
32006
+ display: -webkit-box;
32007
+ -webkit-line-clamp: var(--mxrc2zg-0);
32008
+ -webkit-box-orient: vertical;
32009
+ word-break: break-all;
32121
32010
  }
32122
32011
 
32123
32012
  .E_d1bw7c5z {
@@ -32201,6 +32090,133 @@ input.E_rf8rlle.ant-input {
32201
32090
  width: 102px;
32202
32091
  }
32203
32092
 
32093
+ .E_s11wux3h .ant-segmented-item:not(:last-child) {
32094
+ margin-right: 2px;
32095
+ }
32096
+
32097
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
32098
+ padding-left: 8px;
32099
+ padding-right: 8px;
32100
+ }
32101
+ .E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
32102
+ border-radius: 4px;
32103
+ }
32104
+ .E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32105
+ border-radius: 4px;
32106
+ }
32107
+
32108
+ .E_ma64lna .ant-segmented-item-label {
32109
+ padding-left: 12px;
32110
+ padding-right: 12px;
32111
+ }
32112
+
32113
+ .E_ckld275 {
32114
+ background-color: rgba(225, 230, 241, 0.6);
32115
+ }
32116
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32117
+ background-color: rgba(255, 255, 255, 0.6);
32118
+ color: rgba(44, 56, 82, 0.75);
32119
+ }
32120
+ .E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
32121
+ background-color: transparent;
32122
+ }
32123
+ .E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
32124
+ background-color: transparent;
32125
+ }
32126
+
32127
+ .E_clm1wy1 {
32128
+ width: 192px;
32129
+ height: 246px;
32130
+ border-radius: 4px;
32131
+ }
32132
+ .E_clm1wy1 > .ant-picker-calendar,
32133
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
32134
+ width: 100%;
32135
+ background-color: rgba(245, 247, 250, 0.6);
32136
+ border-top: none;
32137
+ }
32138
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
32139
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
32140
+ padding: 0 16px;
32141
+ }
32142
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
32143
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
32144
+ width: 100%;
32145
+ height: 180px;
32146
+ border-spacing: 0;
32147
+ }
32148
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
32149
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
32150
+ margin-bottom: 8px;
32151
+ }
32152
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
32153
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
32154
+ width: 22px;
32155
+ }
32156
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
32157
+ .E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
32158
+ padding: 0;
32159
+ }
32160
+ .E_clm1wy1 .ant-picker-cell {
32161
+ color: rgba(62, 70, 82, 0.6);
32162
+ opacity: 0.4;
32163
+ }
32164
+ .E_clm1wy1 .ant-picker-cell-in-view {
32165
+ color: rgba(62, 70, 82, 0.6);
32166
+ opacity: 1;
32167
+ }
32168
+ .E_clm1wy1 .ant-picker-cell-in-view > .active {
32169
+ color: #3e4652;
32170
+ }
32171
+ .E_clm1wy1 .ant-picker-cell::before {
32172
+ pointer-events: none;
32173
+ }
32174
+
32175
+ .E_t1tsm00v {
32176
+ color: rgba(129, 138, 153, 0.6);
32177
+ box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
32178
+ backdrop-filter: blur(10px);
32179
+ padding: 7px 10px;
32180
+ }
32181
+
32182
+ .E_c167wnad {
32183
+ color: rgba(62, 70, 82, 0.6);
32184
+ display: flex;
32185
+ justify-content: space-between;
32186
+ align-items: center;
32187
+ padding: 8px 16px;
32188
+ }
32189
+ .E_c167wnad .anticon {
32190
+ cursor: pointer;
32191
+ }
32192
+ .E_c167wnad .anticon:hover {
32193
+ color: #0096ff;
32194
+ }
32195
+
32196
+ .E_cxhf7dh {
32197
+ text-align: center;
32198
+ }
32199
+ .E_cxhf7dh .dots {
32200
+ display: flex;
32201
+ justify-content: center;
32202
+ }
32203
+ .E_cxhf7dh .dot {
32204
+ display: inline-block;
32205
+ width: 2px;
32206
+ height: 2px;
32207
+ border-radius: 1px;
32208
+ background: #0096ff;
32209
+ }
32210
+ .E_cxhf7dh .dot:not(:last-child) {
32211
+ margin-right: 2px;
32212
+ }
32213
+ .E_cxhf7dh .bar {
32214
+ width: 9px;
32215
+ height: 2px;
32216
+ background: #0096ff;
32217
+ border-radius: 2px;
32218
+ }
32219
+
32204
32220
  .E_tqjc4ui {
32205
32221
  margin: 0 2px;
32206
32222
  }
@@ -32224,22 +32240,6 @@ input.E_rf8rlle.ant-input {
32224
32240
  overflow: "auto";
32225
32241
  }
32226
32242
 
32227
- .E_ou7iq30 {
32228
- overflow: hidden;
32229
- text-overflow: ellipsis;
32230
- }
32231
-
32232
- .E_s1tui002 {
32233
- white-space: nowrap;
32234
- }
32235
-
32236
- .E_mxrc2zg {
32237
- display: -webkit-box;
32238
- -webkit-line-clamp: var(--mxrc2zg-0);
32239
- -webkit-box-orient: vertical;
32240
- word-break: break-all;
32241
- }
32242
-
32243
32243
  .E_t1sqg15u {
32244
32244
  background: white;
32245
32245
  }
@@ -32330,13 +32330,6 @@ input.E_rf8rlle.ant-input {
32330
32330
  padding-right: 12px;
32331
32331
  }
32332
32332
 
32333
- .E_c1yyuluq {
32334
- border-radius: 8px;
32335
- }
32336
- .E_c1yyuluq .ant-card-body {
32337
- padding: 20px 24px 24px 24px;
32338
- }
32339
-
32340
32333
  .E_ccrbeuz .ant-collapse-item {
32341
32334
  border: 0px;
32342
32335
  background-color: #fff;
@@ -32359,19 +32352,17 @@ input.E_rf8rlle.ant-input {
32359
32352
  cursor: default;
32360
32353
  }
32361
32354
 
32362
- .E_tje3huy {
32355
+ .E_m74vjol {
32356
+ display: flex;
32357
+ justify-content: space-between;
32363
32358
  width: 100%;
32364
- overflow: inherit;
32365
- white-space: inherit;
32366
- text-overflow: ellipsis;
32367
32359
  }
32368
-
32369
- .E_s1iv0tp1 .enabled-switch {
32370
- display: flex;
32371
- align-items: center;
32360
+ .E_m74vjol .action {
32361
+ margin-left: 16px;
32372
32362
  }
32373
- .E_s1iv0tp1 .enabled-text {
32374
- margin-right: 8px;
32363
+
32364
+ .E_a1o35uvh .ant-alert-message {
32365
+ width: 100%;
32375
32366
  }
32376
32367
 
32377
32368
  .E_wg1tsps {
@@ -32397,107 +32388,36 @@ input.E_rf8rlle.ant-input {
32397
32388
  color: #00122e !important;
32398
32389
  }
32399
32390
 
32400
- .E_itxley7.ant-input-group.ant-input-group-compact {
32401
- display: flex;
32391
+ .E_c1yyuluq {
32392
+ border-radius: 8px;
32393
+ }
32394
+ .E_c1yyuluq .ant-card-body {
32395
+ padding: 20px 24px 24px 24px;
32402
32396
  }
32403
32397
 
32404
- .E_m74vjol {
32398
+ .E_s1iv0tp1 .enabled-switch {
32405
32399
  display: flex;
32406
- justify-content: space-between;
32407
- width: 100%;
32400
+ align-items: center;
32408
32401
  }
32409
- .E_m74vjol .action {
32410
- margin-left: 16px;
32402
+ .E_s1iv0tp1 .enabled-text {
32403
+ margin-right: 8px;
32411
32404
  }
32412
32405
 
32413
- .E_a1o35uvh .ant-alert-message {
32406
+ .E_tje3huy {
32414
32407
  width: 100%;
32408
+ overflow: inherit;
32409
+ white-space: inherit;
32410
+ text-overflow: ellipsis;
32415
32411
  }
32416
32412
 
32417
- .E_sddwhm6 {
32418
- margin: 0;
32419
- border-radius: 20px;
32420
- padding: 2px 10px;
32421
- height: 22px;
32422
- }
32423
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32424
- background-color: rgba(237, 241, 250, 0.6) !important;
32425
- }
32426
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32427
- background-color: rgba(225, 230, 241, 0.6) !important;
32428
- }
32429
- .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32430
- color: #00122e;
32431
- }
32432
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32433
- margin-right: 6px;
32434
- }
32435
- .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32436
- margin-left: 4px;
32437
- }
32438
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32439
- background-color: rgba(0, 136, 255, 0.1);
32440
- }
32441
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32442
- background-color: #0080ff;
32443
- }
32444
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32445
- background-color: rgba(0, 136, 255, 0.16);
32446
- }
32447
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
32448
- background-color: rgba(255, 74, 74, 0.1);
32449
- }
32450
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32451
- background-color: #f0483e;
32452
- }
32453
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32454
- background-color: rgba(255, 74, 74, 0.16);
32455
- }
32456
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32457
- background-color: rgba(254, 160, 8, 0.1);
32458
- }
32459
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32460
- background-color: #fea008;
32461
- }
32462
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32463
- background-color: rgba(255, 187, 0, 0.16);
32464
- }
32465
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
32466
- background-color: rgba(30, 201, 127, 0.1);
32467
- }
32468
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32469
- background-color: #00ba5d;
32470
- }
32471
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32472
- background-color: rgba(30, 201, 127, 0.16);
32473
- }
32474
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32475
- background-color: rgba(225, 230, 241, 0.6);
32476
- }
32477
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32478
- background-color: #6b7d99;
32479
- }
32480
- .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32481
- background-color: rgba(211, 218, 235, 0.6);
32482
- }
32483
-
32484
- .E_satwmqm {
32485
- width: 8px;
32486
- height: 8px;
32487
- border-radius: 50%;
32488
- display: inline-block;
32413
+ .E_itxley7.ant-input-group.ant-input-group-compact {
32414
+ display: flex;
32489
32415
  }
32490
32416
 
32491
- .E_ivqqkzv {
32492
- height: 24px;
32493
- width: 56px !important;
32417
+ .E_tju3gfj .date {
32494
32418
  margin-right: 4px;
32495
32419
  }
32496
32420
 
32497
- .E_c1wk4q29 {
32498
- color: rgba(44, 56, 82, 0.6);
32499
- }
32500
-
32501
32421
  .E_s1sck0th {
32502
32422
  padding: 0 8px;
32503
32423
  border-radius: 4px;
@@ -32531,53 +32451,137 @@ input.E_rf8rlle.ant-input {
32531
32451
  opacity: 0.6;
32532
32452
  display: inline-flex;
32533
32453
  }
32534
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32535
- opacity: 1;
32454
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
32455
+ opacity: 1;
32456
+ }
32457
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32458
+ color: #0080ff;
32459
+ background-color: rgba(0, 136, 255, 0.1);
32460
+ }
32461
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32462
+ color: #f0483e;
32463
+ background-color: rgba(255, 74, 74, 0.1);
32464
+ }
32465
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32466
+ color: #e07f00;
32467
+ background-color: rgba(255, 187, 0, 0.1);
32468
+ }
32469
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32470
+ color: #008f4c;
32471
+ background-color: rgba(30, 201, 127, 0.1);
32472
+ }
32473
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32474
+ color: #1d326c;
32475
+ background-color: rgba(225, 230, 241, 0.6);
32476
+ }
32477
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32478
+ color: #7E41FF;
32479
+ background-color: rgba(126, 65, 255, 0.1);
32480
+ }
32481
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32482
+ color: #fff;
32483
+ }
32484
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32485
+ background-color: #f0483e;
32486
+ }
32487
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32488
+ background-color: #fea008;
32489
+ }
32490
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32491
+ background-color: #00ba5d;
32492
+ }
32493
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32494
+ background-color: #0080ff;
32495
+ }
32496
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32497
+ background-color: #6b7d99;
32498
+ }
32499
+ .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32500
+ background-color: #7E41FF;
32501
+ }
32502
+
32503
+ .E_ivqqkzv {
32504
+ height: 24px;
32505
+ width: 56px !important;
32506
+ margin-right: 4px;
32507
+ }
32508
+
32509
+ .E_c1wk4q29 {
32510
+ color: rgba(44, 56, 82, 0.6);
32511
+ }
32512
+
32513
+ .E_sddwhm6 {
32514
+ margin: 0;
32515
+ border-radius: 20px;
32516
+ padding: 2px 10px;
32517
+ height: 22px;
32518
+ }
32519
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
32520
+ background-color: rgba(237, 241, 250, 0.6) !important;
32521
+ }
32522
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
32523
+ background-color: rgba(225, 230, 241, 0.6) !important;
32536
32524
  }
32537
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
32538
- color: #0080ff;
32539
- background-color: rgba(0, 136, 255, 0.1);
32525
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule {
32526
+ color: #00122e;
32540
32527
  }
32541
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
32542
- color: #f0483e;
32543
- background-color: rgba(255, 74, 74, 0.1);
32528
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
32529
+ margin-right: 6px;
32544
32530
  }
32545
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
32546
- color: #e07f00;
32547
- background-color: rgba(255, 187, 0, 0.1);
32531
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
32532
+ margin-left: 4px;
32548
32533
  }
32549
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
32550
- color: #008f4c;
32551
- background-color: rgba(30, 201, 127, 0.1);
32534
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
32535
+ background-color: rgba(0, 136, 255, 0.1);
32552
32536
  }
32553
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
32554
- color: #1d326c;
32555
- background-color: rgba(225, 230, 241, 0.6);
32537
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
32538
+ background-color: #0080ff;
32556
32539
  }
32557
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
32558
- color: #7E41FF;
32559
- background-color: rgba(126, 65, 255, 0.1);
32540
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
32541
+ background-color: rgba(0, 136, 255, 0.16);
32560
32542
  }
32561
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
32562
- color: #fff;
32543
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
32544
+ background-color: rgba(255, 74, 74, 0.1);
32563
32545
  }
32564
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
32546
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
32565
32547
  background-color: #f0483e;
32566
32548
  }
32567
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
32549
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
32550
+ background-color: rgba(255, 74, 74, 0.16);
32551
+ }
32552
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
32553
+ background-color: rgba(254, 160, 8, 0.1);
32554
+ }
32555
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
32568
32556
  background-color: #fea008;
32569
32557
  }
32570
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
32558
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
32559
+ background-color: rgba(255, 187, 0, 0.16);
32560
+ }
32561
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
32562
+ background-color: rgba(30, 201, 127, 0.1);
32563
+ }
32564
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
32571
32565
  background-color: #00ba5d;
32572
32566
  }
32573
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
32574
- background-color: #0080ff;
32567
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
32568
+ background-color: rgba(30, 201, 127, 0.16);
32575
32569
  }
32576
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
32570
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
32571
+ background-color: rgba(225, 230, 241, 0.6);
32572
+ }
32573
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
32577
32574
  background-color: #6b7d99;
32578
32575
  }
32579
- .E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
32580
- background-color: #7E41FF;
32576
+ .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
32577
+ background-color: rgba(211, 218, 235, 0.6);
32578
+ }
32579
+
32580
+ .E_satwmqm {
32581
+ width: 8px;
32582
+ height: 8px;
32583
+ border-radius: 50%;
32584
+ display: inline-block;
32581
32585
  }
32582
32586
 
32583
32587
  .E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
@@ -32637,10 +32641,6 @@ input.E_rf8rlle.ant-input {
32637
32641
  transform: rotate(180deg);
32638
32642
  }
32639
32643
 
32640
- .E_tju3gfj .date {
32641
- margin-right: 4px;
32642
- }
32643
-
32644
32644
  .E_h1ol2wl7 {
32645
32645
  font-weight: bold;
32646
32646
  background-color: unset;
@@ -33947,17 +33947,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33947
33947
  color: rgba(44, 56, 82, 0.7490196078);
33948
33948
  }
33949
33949
 
33950
- .E_suhck3k {
33951
- height: 24px;
33952
- width: 24px;
33953
- border-radius: 6px;
33954
- padding: 4px;
33950
+ .E_b14q2gmw {
33951
+ 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);
33955
33952
  }
33956
- .E_suhck3k:hover {
33957
- background-color: rgba(0, 136, 255, 0.1);
33953
+
33954
+ .E_c1eym6el {
33955
+ border-radius: 8px;
33956
+ background-color: white;
33958
33957
  }
33959
- .E_suhck3k:hover svg path {
33960
- fill: blue;
33958
+ .E_c1eym6el.hoverable {
33959
+ cursor: pointer;
33960
+ }
33961
+ .E_c1eym6el.hoverable:hover {
33962
+ transition: all 200ms ease;
33963
+ box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
33964
+ transform: translateY(-4px);
33961
33965
  }
33962
33966
 
33963
33967
  .E_ryby9ds {
@@ -33976,34 +33980,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
33976
33980
  margin-right: 6px;
33977
33981
  }
33978
33982
 
33979
- .E_t13ef470 {
33980
- height: 100%;
33981
- }
33982
- .E_t13ef470 .table-loading-item {
33983
- padding: 12px 4px;
33984
- border-bottom: 1px solid rgba(204, 212, 227, 0.18);
33985
- display: flex;
33986
- }
33987
- .E_t13ef470 .table-loading-item > * {
33988
- height: 16px;
33989
- margin: 4px;
33990
- background: rgba(204, 212, 227, 0.18);
33991
- border-radius: 2px;
33992
- }
33993
- .E_t13ef470 .table-loading-item .checkbox-loading {
33994
- width: 16px;
33995
- }
33996
- .E_t13ef470 .table-loading-item .td-loading {
33997
- flex: 1;
33983
+ .E_suhck3k {
33984
+ height: 24px;
33985
+ width: 24px;
33986
+ border-radius: 6px;
33987
+ padding: 4px;
33998
33988
  }
33999
- .E_t13ef470 :nth-child(1) {
34000
- padding: 8px 4px;
33989
+ .E_suhck3k:hover {
33990
+ background-color: rgba(0, 136, 255, 0.1);
34001
33991
  }
34002
- .E_t13ef470 :nth-child(1) > * {
34003
- background: rgba(107, 125, 153, 0.18);
33992
+ .E_suhck3k:hover svg path {
33993
+ fill: blue;
34004
33994
  }
34005
- .E_t13ef470 :nth-child(1) > * {
34006
- background: rgba(163, 180, 204, 0.18);
33995
+
33996
+ .E_c1yd35n {
33997
+ padding: 0 12px 14px 12px;
34007
33998
  }
34008
33999
 
34009
34000
  .E_c1kghdax {
@@ -34046,10 +34037,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34046
34037
  margin-right: 2px;
34047
34038
  }
34048
34039
 
34049
- .E_c1yd35n {
34050
- padding: 0 12px 14px 12px;
34051
- }
34052
-
34053
34040
  .E_ckui4s7 {
34054
34041
  color: #2d3a56;
34055
34042
  line-height: 22px;
@@ -34114,23 +34101,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34114
34101
  margin-left: 24px;
34115
34102
  }
34116
34103
 
34117
- .E_b14q2gmw {
34118
- 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);
34119
- }
34120
-
34121
- .E_c1eym6el {
34122
- border-radius: 8px;
34123
- background-color: white;
34124
- }
34125
- .E_c1eym6el.hoverable {
34126
- cursor: pointer;
34127
- }
34128
- .E_c1eym6el.hoverable:hover {
34129
- transition: all 200ms ease;
34130
- box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
34131
- transform: translateY(-4px);
34132
- }
34133
-
34134
34104
  .E_w7ob4th.outside-tag {
34135
34105
  padding-left: 0;
34136
34106
  }
@@ -34140,11 +34110,65 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34140
34110
  margin-right: 4px;
34141
34111
  }
34142
34112
 
34143
- .E_i1g85yz3 {
34113
+ .E_t13ef470 {
34114
+ height: 100%;
34115
+ }
34116
+ .E_t13ef470 .table-loading-item {
34117
+ padding: 12px 4px;
34118
+ border-bottom: 1px solid rgba(204, 212, 227, 0.18);
34119
+ display: flex;
34120
+ }
34121
+ .E_t13ef470 .table-loading-item > * {
34122
+ height: 16px;
34123
+ margin: 4px;
34124
+ background: rgba(204, 212, 227, 0.18);
34125
+ border-radius: 2px;
34126
+ }
34127
+ .E_t13ef470 .table-loading-item .checkbox-loading {
34128
+ width: 16px;
34129
+ }
34130
+ .E_t13ef470 .table-loading-item .td-loading {
34131
+ flex: 1;
34132
+ }
34133
+ .E_t13ef470 :nth-child(1) {
34134
+ padding: 8px 4px;
34135
+ }
34136
+ .E_t13ef470 :nth-child(1) > * {
34137
+ background: rgba(107, 125, 153, 0.18);
34138
+ }
34139
+ .E_t13ef470 :nth-child(1) > * {
34140
+ background: rgba(163, 180, 204, 0.18);
34141
+ }
34142
+
34143
+ .E_slr2ynn {
34144
+ padding: 0 8px;
34145
+ height: 18px;
34146
+ }
34147
+
34148
+ .E_m140wbb6 {
34149
+ padding: 2px 8px;
34150
+ height: 24px;
34151
+ }
34152
+
34153
+ .E_t1fozc1i {
34154
+ margin: 0;
34155
+ }
34156
+
34157
+ .E_i1vxv4ln {
34144
34158
  margin-right: 4px;
34145
34159
  height: 16px;
34146
34160
  }
34147
34161
 
34162
+ .E_n1afl31m.ant-tag.ant-tag-gray {
34163
+ font-weight: 700;
34164
+ color: #00122e;
34165
+ background-color: rgba(237, 241, 250, 0.6);
34166
+ border: 1px solid rgba(211, 218, 235, 0.6);
34167
+ word-break: break-all;
34168
+ display: inline;
34169
+ white-space: normal;
34170
+ }
34171
+
34148
34172
  .E_t160l1cm {
34149
34173
  display: flex;
34150
34174
  flex-direction: column;
@@ -34348,35 +34372,11 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34348
34372
  background: transparent;
34349
34373
  }
34350
34374
 
34351
- .E_slr2ynn {
34352
- padding: 0 8px;
34353
- height: 18px;
34354
- }
34355
-
34356
- .E_m140wbb6 {
34357
- padding: 2px 8px;
34358
- height: 24px;
34359
- }
34360
-
34361
- .E_t1fozc1i {
34362
- margin: 0;
34363
- }
34364
-
34365
- .E_i1vxv4ln {
34375
+ .E_i1g85yz3 {
34366
34376
  margin-right: 4px;
34367
34377
  height: 16px;
34368
34378
  }
34369
34379
 
34370
- .E_n1afl31m.ant-tag.ant-tag-gray {
34371
- font-weight: 700;
34372
- color: #00122e;
34373
- background-color: rgba(237, 241, 250, 0.6);
34374
- border: 1px solid rgba(211, 218, 235, 0.6);
34375
- word-break: break-all;
34376
- display: inline;
34377
- white-space: normal;
34378
- }
34379
-
34380
34380
  .E_t1dtlqs1 {
34381
34381
  margin-bottom: 4px;
34382
34382
  color: rgba(44, 56, 82, 0.6);
@@ -34605,7 +34605,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34605
34605
  display: var(--ai7qkf2-0);
34606
34606
  }
34607
34607
  .E_ai7qkf2 .ant-input-number-input-wrap {
34608
- padding: 5px 12px;
34609
34608
  display: inline-flex;
34610
34609
  line-height: 1.5715;
34611
34610
  height: 100%;
@@ -34645,11 +34644,21 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
34645
34644
  box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
34646
34645
  }
34647
34646
  .E_ai7qkf2 .ant-input-number-input {
34648
- padding: 0;
34649
- margin: 0;
34650
- height: auto;
34647
+ height: 30px;
34648
+ border: 1px;
34649
+ padding: 5px 12px;
34651
34650
  font-size: inherit;
34652
34651
  }
34652
+ .E_ai7qkf2.ant-input-number-lg input {
34653
+ height: 38px;
34654
+ border: 1px;
34655
+ padding: 8px 16px;
34656
+ }
34657
+ .E_ai7qkf2.ant-input-number-sm input {
34658
+ height: 22px;
34659
+ border: 1px;
34660
+ padding: 2px 8px;
34661
+ }
34653
34662
 
34654
34663
  .E_a1wfy30z .ant-input-number-handler-wrap {
34655
34664
  display: var(--a1wfy30z-0);