@cloudtower/eagle 0.26.31 → 0.26.32

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
@@ -29930,14 +29930,10 @@ html body {
29930
29930
  .buj61ew.ant-btn-icon-only {
29931
29931
  justify-content: center;
29932
29932
  }
29933
- .buj61ew.ant-btn.ant-btn-link {
29934
- padding: 0;
29935
- }
29936
29933
  .buj61ew.ant-btn {
29937
29934
  display: inline-flex;
29938
29935
  align-items: center;
29939
29936
  justify-content: center;
29940
- padding: 5px 12px;
29941
29937
  height: 32px;
29942
29938
  border-radius: 6px;
29943
29939
  line-height: 22px;
@@ -29947,10 +29943,8 @@ html body {
29947
29943
  .buj61ew.ant-btn.ant-btn-lg {
29948
29944
  height: 40px;
29949
29945
  line-height: 24px;
29950
- padding: 8px 16px;
29951
29946
  }
29952
29947
  .buj61ew.ant-btn.ant-btn-sm {
29953
- padding: 2px 8px;
29954
29948
  height: 24px;
29955
29949
  line-height: 20px;
29956
29950
  }
@@ -30227,6 +30221,19 @@ html body {
30227
30221
  font-size: 18px;
30228
30222
  }
30229
30223
 
30224
+ .iap75of {
30225
+ height: 18px;
30226
+ line-height: 18px;
30227
+ padding: 0 4px;
30228
+ border-radius: 4px;
30229
+ background: rgba(235, 239, 245, 0.6);
30230
+ border: 1px solid rgba(223, 228, 235, 0.6);
30231
+ display: flex;
30232
+ align-items: center;
30233
+ white-space: nowrap;
30234
+ margin-right: 4px;
30235
+ }
30236
+
30230
30237
  .i1mrf09m {
30231
30238
  display: inline-flex;
30232
30239
  align-items: center;
@@ -30245,28 +30252,6 @@ html body {
30245
30252
  animation: rotate 680ms linear infinite;
30246
30253
  }
30247
30254
 
30248
- .iap75of {
30249
- height: 18px;
30250
- line-height: 18px;
30251
- padding: 0 4px;
30252
- border-radius: 4px;
30253
- background: rgba(235, 239, 245, 0.6);
30254
- border: 1px solid rgba(223, 228, 235, 0.6);
30255
- display: flex;
30256
- align-items: center;
30257
- white-space: nowrap;
30258
- margin-right: 4px;
30259
- }
30260
-
30261
- .obf05yr {
30262
- display: inline-block;
30263
- }
30264
-
30265
- .hsms1n6 {
30266
- visibility: hidden;
30267
- position: absolute;
30268
- }
30269
-
30270
30255
  .p12gwtiw {
30271
30256
  display: flex;
30272
30257
  justify-content: space-between;
@@ -30324,6 +30309,15 @@ html body {
30324
30309
  line-height: 18px;
30325
30310
  }
30326
30311
 
30312
+ .obf05yr {
30313
+ display: inline-block;
30314
+ }
30315
+
30316
+ .hsms1n6 {
30317
+ visibility: hidden;
30318
+ position: absolute;
30319
+ }
30320
+
30327
30321
  .rxbeqvl.ant-radio-wrapper {
30328
30322
  display: inline-flex;
30329
30323
  align-items: baseline;
@@ -30470,61 +30464,6 @@ html body {
30470
30464
  width: 36px;
30471
30465
  }
30472
30466
 
30473
- .s34f1qb.ant-switch {
30474
- min-width: 40px;
30475
- height: 24px;
30476
- background: rgba(172, 186, 211, 0.6);
30477
- overflow: hidden;
30478
- }
30479
- .s34f1qb.ant-switch:focus {
30480
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
30481
- }
30482
- .s34f1qb.ant-switch-small {
30483
- min-width: 26px;
30484
- height: 16px;
30485
- }
30486
- .s34f1qb.ant-switch-large {
30487
- min-width: 52px;
30488
- height: 32px;
30489
- }
30490
- .s34f1qb.ant-switch .ant-switch-handle {
30491
- height: 20px;
30492
- width: 20px;
30493
- }
30494
- .s34f1qb.ant-switch .ant-switch-handle::before {
30495
- border-radius: 10px;
30496
- transition-delay: 120ms;
30497
- }
30498
- .s34f1qb.ant-switch-small .ant-switch-handle {
30499
- height: 14px;
30500
- width: 14px;
30501
- top: 1px;
30502
- left: 1px;
30503
- }
30504
- .s34f1qb.ant-switch-large .ant-switch-handle {
30505
- height: 28px;
30506
- width: 28px;
30507
- }
30508
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
30509
- border-radius: 14px;
30510
- }
30511
- .s34f1qb.ant-switch-checked {
30512
- background-color: #00ba5d;
30513
- }
30514
- .s34f1qb.ant-switch-checked .ant-switch-handle {
30515
- left: calc(100% - 20px - 2px);
30516
- }
30517
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
30518
- left: calc(100% - 14px - 1px);
30519
- }
30520
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
30521
- left: calc(100% - 28px - 2px);
30522
- }
30523
-
30524
- .c1to9vb9 {
30525
- margin-left: 5px;
30526
- }
30527
-
30528
30467
  .cz04yix {
30529
30468
  display: flex;
30530
30469
  flex-direction: column;
@@ -31137,592 +31076,168 @@ input.rrg1fkn.ant-input {
31137
31076
  border-bottom-left-radius: 0;
31138
31077
  }
31139
31078
 
31140
- .i1e4sgug {
31141
- display: inline-block;
31079
+ .s34f1qb.ant-switch {
31080
+ min-width: 40px;
31081
+ height: 24px;
31082
+ background: rgba(172, 186, 211, 0.6);
31083
+ overflow: hidden;
31142
31084
  }
31143
-
31144
- .d6j0lbj {
31145
- font-family: Inter;
31146
- font-style: normal;
31147
- font-weight: bold;
31148
- font-size: 32px;
31149
- line-height: 40px;
31085
+ .s34f1qb.ant-switch:focus {
31086
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
31150
31087
  }
31151
-
31152
- .d1xhvvxe {
31153
- font-family: Inter;
31154
- font-style: normal;
31155
- font-weight: bold;
31156
- font-size: 24px;
31157
- line-height: 32px;
31088
+ .s34f1qb.ant-switch-small {
31089
+ min-width: 26px;
31090
+ height: 16px;
31158
31091
  }
31159
-
31160
- .dk10mxq {
31161
- font-family: Inter;
31162
- font-style: normal;
31163
- font-weight: normal;
31164
- font-size: 32px;
31165
- line-height: 40px;
31092
+ .s34f1qb.ant-switch-large {
31093
+ min-width: 52px;
31094
+ height: 32px;
31166
31095
  }
31167
-
31168
- .dxsait {
31169
- font-family: Inter;
31170
- font-style: normal;
31171
- font-weight: bold;
31172
- font-size: 20px;
31173
- line-height: 24px;
31096
+ .s34f1qb.ant-switch .ant-switch-handle {
31097
+ height: 20px;
31098
+ width: 20px;
31174
31099
  }
31175
-
31176
- .dokn0h3 {
31177
- font-family: Inter;
31178
- font-style: normal;
31179
- font-weight: normal;
31180
- font-size: 20px;
31181
- line-height: 24px;
31100
+ .s34f1qb.ant-switch .ant-switch-handle::before {
31101
+ border-radius: 10px;
31102
+ transition-delay: 120ms;
31182
31103
  }
31183
-
31184
- .dobau4p {
31185
- font-family: Inter;
31186
- font-style: normal;
31187
- font-weight: bold;
31188
- font-size: 18px;
31189
- line-height: 22px;
31104
+ .s34f1qb.ant-switch-small .ant-switch-handle {
31105
+ height: 14px;
31106
+ width: 14px;
31107
+ top: 1px;
31108
+ left: 1px;
31190
31109
  }
31191
-
31192
- .dvolwok {
31193
- font-family: Inter;
31194
- font-style: normal;
31195
- font-weight: normal;
31196
- font-size: 18px;
31197
- line-height: 22px;
31110
+ .s34f1qb.ant-switch-large .ant-switch-handle {
31111
+ height: 28px;
31112
+ width: 28px;
31198
31113
  }
31199
-
31200
- .h181qhg4 {
31201
- font-family: Inter;
31202
- font-style: normal;
31203
- font-weight: bold;
31204
- font-size: 16px;
31205
- line-height: 22px;
31114
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
31115
+ border-radius: 14px;
31206
31116
  }
31207
-
31208
- .h1phgmcq {
31209
- font-family: Inter;
31210
- font-style: normal;
31211
- font-weight: normal;
31212
- font-size: 16px;
31213
- line-height: 22px;
31117
+ .s34f1qb.ant-switch-checked {
31118
+ background-color: #00ba5d;
31214
31119
  }
31215
-
31216
- .h173xnl1 {
31217
- font-family: Inter;
31218
- font-style: normal;
31219
- font-weight: bold;
31220
- font-size: 14px;
31221
- line-height: 20px;
31120
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
31121
+ left: calc(100% - 20px - 2px);
31222
31122
  }
31223
-
31224
- .hedm4pz {
31225
- font-family: Inter;
31226
- font-style: normal;
31227
- font-weight: normal;
31228
- font-size: 14px;
31229
- line-height: 20px;
31123
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
31124
+ left: calc(100% - 14px - 1px);
31230
31125
  }
31231
-
31232
- .h1kd8xld {
31233
- font-family: Inter;
31234
- font-style: normal;
31235
- font-weight: bold;
31236
- font-size: 12px;
31237
- line-height: 18px;
31126
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
31127
+ left: calc(100% - 28px - 2px);
31238
31128
  }
31239
31129
 
31240
- .hp14fr {
31241
- font-family: Inter;
31242
- font-style: normal;
31243
- font-weight: normal;
31244
- font-size: 12px;
31245
- line-height: 18px;
31130
+ .c1to9vb9 {
31131
+ margin-left: 5px;
31246
31132
  }
31247
31133
 
31248
- .hgrg7mn {
31249
- font-family: Inter;
31250
- font-style: normal;
31251
- font-weight: bold;
31252
- text-transform: uppercase;
31253
- font-feature-settings: "cpsp" on;
31254
- font-size: 12px;
31255
- line-height: 18px;
31134
+ .t1upn1sz {
31135
+ height: 100%;
31256
31136
  }
31257
31137
 
31258
- .h6zme9x {
31259
- font-family: Inter;
31260
- font-style: normal;
31261
- font-weight: normal;
31262
- text-transform: uppercase;
31263
- font-feature-settings: "cpsp" on;
31264
- font-size: 12px;
31265
- line-height: 18px;
31138
+ .tta5kd2 {
31139
+ height: 100%;
31266
31140
  }
31267
-
31268
- .locjvsv {
31269
- font-family: Inter;
31270
- font-style: normal;
31271
- font-weight: normal;
31272
- font-size: 16px;
31273
- line-height: 24px;
31141
+ .tta5kd2.empty-table .ant-table-content {
31142
+ overflow: visible !important;
31143
+ height: 100%;
31274
31144
  }
31275
-
31276
- .l13gi131 {
31277
- font-family: Inter;
31278
- font-style: normal;
31279
- font-weight: bold;
31280
- font-size: 16px;
31281
- line-height: 24px;
31145
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31146
+ height: 100%;
31282
31147
  }
31283
-
31284
- .l1ynemsu {
31285
- font-family: Inter;
31286
- font-style: normal;
31287
- font-weight: normal;
31288
- font-size: 16px;
31289
- line-height: 24px;
31148
+ .tta5kd2.empty-table .ant-table-content table {
31149
+ width: 100% !important;
31150
+ height: 100%;
31290
31151
  }
31291
-
31292
- .l1cft1cx {
31293
- font-family: Inter;
31294
- font-style: normal;
31295
- font-weight: bold;
31296
- font-size: 16px;
31297
- line-height: 24px;
31152
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31153
+ padding: 15px 0;
31298
31154
  }
31299
-
31300
- .l17tqc8p {
31301
- font-family: Inter;
31302
- font-style: normal;
31303
- font-weight: normal;
31304
- text-transform: uppercase;
31305
- font-feature-settings: "cpsp" on;
31306
- font-size: 16px;
31307
- line-height: 24px;
31155
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31156
+ display: none;
31308
31157
  }
31309
-
31310
- .l1j1e5w7 {
31311
- font-family: Inter;
31312
- font-style: normal;
31313
- font-weight: bold;
31314
- text-transform: uppercase;
31315
- font-feature-settings: "cpsp" on;
31316
- font-size: 16px;
31317
- line-height: 24px;
31158
+ .tta5kd2 .active-row td:nth-child(1) {
31159
+ font-weight: 700;
31318
31160
  }
31319
-
31320
- .l1gf91jb {
31321
- font-family: Inter;
31322
- font-style: normal;
31323
- font-weight: normal;
31324
- font-size: 14px;
31325
- line-height: 22px;
31161
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
31162
+ font-weight: 700;
31326
31163
  }
31327
-
31328
- .lu7hlr6 {
31329
- font-family: Inter;
31330
- font-style: normal;
31331
- font-weight: 500;
31332
- font-size: 14px;
31333
- line-height: 22px;
31164
+ .tta5kd2 .ant-spin-nested-loading {
31165
+ height: 100%;
31334
31166
  }
31335
-
31336
- .l3l3jf0 {
31337
- font-family: Inter;
31338
- font-style: normal;
31339
- font-weight: bold;
31340
- font-size: 14px;
31341
- line-height: 22px;
31167
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31168
+ height: 100%;
31169
+ overflow: visible;
31342
31170
  }
31343
-
31344
- .l12j5nqp {
31345
- font-family: Inter;
31346
- font-style: normal;
31347
- font-weight: normal;
31348
- font-size: 14px;
31349
- line-height: 22px;
31171
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
31172
+ max-height: none;
31350
31173
  }
31351
-
31352
- .l1tecqht {
31353
- font-family: Inter;
31354
- font-style: normal;
31355
- font-weight: bold;
31356
- font-size: 14px;
31357
- line-height: 22px;
31174
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
31175
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
31176
+ display: none;
31358
31177
  }
31359
-
31360
- .l6sa990 {
31361
- font-family: Inter;
31362
- font-style: normal;
31363
- font-weight: normal;
31364
- text-transform: uppercase;
31365
- font-feature-settings: "cpsp" on;
31366
- font-size: 14px;
31367
- line-height: 22px;
31178
+ .tta5kd2 td.ant-table-column-sort {
31179
+ background: transparent;
31368
31180
  }
31369
-
31370
- .lckqe8j {
31371
- font-family: Inter;
31372
- font-style: normal;
31373
- font-weight: bold;
31374
- text-transform: uppercase;
31375
- font-feature-settings: "cpsp" on;
31376
- font-size: 14px;
31377
- line-height: 22px;
31181
+ .tta5kd2 td.ant-table-cell-fix-left,
31182
+ .tta5kd2 td.ant-table-cell-fix-right {
31183
+ background: #fff;
31184
+ padding: 0 !important;
31378
31185
  }
31379
-
31380
- .l1kuminb {
31381
- font-family: Inter;
31382
- font-style: normal;
31383
- font-weight: normal;
31384
- font-size: 13px;
31385
- line-height: 20px;
31186
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31187
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31188
+ display: flex;
31189
+ align-items: center;
31190
+ height: 100%;
31191
+ padding: 8px;
31386
31192
  }
31387
-
31388
- .l1pbuf5j {
31389
- font-family: Inter;
31390
- font-style: normal;
31391
- font-weight: 600;
31392
- font-size: 13px;
31393
- line-height: 20px;
31193
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31194
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31195
+ overflow: hidden;
31196
+ text-overflow: ellipsis;
31197
+ width: 100%;
31394
31198
  }
31395
-
31396
- .l1r4ztu {
31397
- font-family: Inter;
31398
- font-style: normal;
31399
- font-weight: bold;
31400
- font-size: 13px;
31401
- line-height: 20px;
31199
+ .tta5kd2 .ant-table-container {
31200
+ height: 100%;
31402
31201
  }
31403
-
31404
- .ly8vzok {
31405
- font-family: Inter;
31406
- font-style: normal;
31407
- font-weight: normal;
31408
- font-size: 13px;
31409
- line-height: 20px;
31202
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31203
+ box-shadow: none !important;
31410
31204
  }
31411
-
31412
- .lumfmf {
31413
- font-family: Inter;
31414
- font-style: normal;
31415
- font-weight: 600;
31416
- font-size: 13px;
31417
- line-height: 20px;
31205
+ .tta5kd2 .ant-table {
31206
+ border-radius: 0px;
31207
+ border-left: none;
31208
+ border-right: none;
31209
+ border-bottom: none;
31210
+ height: 100%;
31211
+ font-size: 12px;
31212
+ background: transparent;
31418
31213
  }
31419
-
31420
- .l16ujwmv {
31421
- font-family: Inter;
31422
- font-style: normal;
31423
- font-weight: bold;
31424
- font-size: 13px;
31425
- line-height: 20px;
31214
+ .tta5kd2 .ant-table .ant-table-header {
31215
+ position: relative;
31216
+ z-index: 3;
31217
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31218
+ margin-bottom: -1px;
31426
31219
  }
31427
-
31428
- .l17o1ffr {
31429
- font-family: Inter;
31430
- font-style: normal;
31431
- font-weight: normal;
31432
- text-transform: uppercase;
31433
- font-feature-settings: "cpsp" on;
31434
- font-size: 13px;
31435
- line-height: 20px;
31220
+ .tta5kd2 .ant-table .time-wrapper .date,
31221
+ .tta5kd2 .ant-table .value {
31222
+ color: #2d3a56;
31436
31223
  }
31437
-
31438
- .lngllvn {
31439
- font-family: Inter;
31440
- font-style: normal;
31441
- font-weight: bold;
31442
- text-transform: uppercase;
31443
- font-feature-settings: "cpsp" on;
31444
- font-size: 13px;
31445
- line-height: 20px;
31224
+ .tta5kd2 .ant-table .time-wrapper .time,
31225
+ .tta5kd2 .ant-table .unit {
31226
+ color: rgba(44, 56, 82, 0.6);
31446
31227
  }
31447
-
31448
- .l2i7fo9 {
31449
- font-family: Inter;
31450
- font-style: normal;
31451
- font-weight: normal;
31452
- font-size: 12px;
31453
- line-height: 18px;
31228
+ .tta5kd2 .ant-table .ant-table-selection {
31229
+ position: unset;
31230
+ text-align: center;
31454
31231
  }
31455
-
31456
- .l1x7hscx {
31457
- font-family: Inter;
31458
- font-style: normal;
31459
- font-weight: 500;
31460
- font-size: 12px;
31461
- line-height: 18px;
31232
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31233
+ background: #fff;
31462
31234
  }
31463
-
31464
- .le1jwan {
31465
- font-family: Inter;
31466
- font-style: normal;
31467
- font-weight: bold;
31468
- font-size: 12px;
31469
- line-height: 18px;
31470
- }
31471
-
31472
- .lyxynfj {
31473
- font-family: Inter;
31474
- font-style: normal;
31475
- font-weight: normal;
31476
- font-size: 12px;
31477
- line-height: 18px;
31478
- }
31479
-
31480
- .lpb2nxv {
31481
- font-family: Inter;
31482
- font-style: normal;
31483
- font-weight: 500;
31484
- font-size: 12px;
31485
- line-height: 18px;
31486
- }
31487
-
31488
- .l1r8o3vv {
31489
- font-family: Inter;
31490
- font-style: normal;
31491
- font-weight: bold;
31492
- font-size: 12px;
31493
- line-height: 18px;
31494
- }
31495
-
31496
- .lemnjy2 {
31497
- font-family: Inter;
31498
- font-style: normal;
31499
- font-weight: normal;
31500
- text-transform: uppercase;
31501
- font-feature-settings: "cpsp" on;
31502
- font-size: 12px;
31503
- line-height: 18px;
31504
- }
31505
-
31506
- .lrc42gb {
31507
- font-family: Inter;
31508
- font-style: normal;
31509
- font-weight: bold;
31510
- text-transform: uppercase;
31511
- font-feature-settings: "cpsp" on;
31512
- font-size: 12px;
31513
- line-height: 18px;
31514
- }
31515
-
31516
- .fqaz4mb {
31517
- font-family: Inter;
31518
- font-style: normal;
31519
- font-weight: normal;
31520
- font-size: 13px;
31521
- line-height: 20px;
31522
- }
31523
-
31524
- .f13we5o {
31525
- font-family: Inter;
31526
- font-style: normal;
31527
- font-weight: normal;
31528
- font-size: 13px;
31529
- line-height: 20px;
31530
- }
31531
-
31532
- .ffmjua2 {
31533
- font-family: Inter;
31534
- font-style: normal;
31535
- font-weight: normal;
31536
- font-size: 12px;
31537
- line-height: 18px;
31538
- }
31539
-
31540
- .fz2mxw0 {
31541
- font-family: Inter;
31542
- font-style: normal;
31543
- font-weight: normal;
31544
- font-size: 12px;
31545
- line-height: 18px;
31546
- }
31547
-
31548
- .t1ertzoh {
31549
- font-family: Inter;
31550
- font-style: normal;
31551
- font-weight: normal;
31552
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31553
- font-size: 13px;
31554
- line-height: 20px;
31555
- }
31556
-
31557
- .t19bge8r {
31558
- font-family: Inter;
31559
- font-style: normal;
31560
- font-weight: normal;
31561
- font-feature-settings: "zero" on;
31562
- font-size: 13px;
31563
- line-height: 20px;
31564
- }
31565
-
31566
- .tjrzfyl {
31567
- font-family: Inter;
31568
- font-style: normal;
31569
- font-weight: normal;
31570
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31571
- font-size: 12px;
31572
- line-height: 18px;
31573
- }
31574
-
31575
- .tm6s7bo {
31576
- font-family: Inter;
31577
- font-style: normal;
31578
- font-weight: 500;
31579
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
31580
- font-size: 12px;
31581
- line-height: 18px;
31582
- }
31583
-
31584
- .t19zq6ic {
31585
- font-family: Inter;
31586
- font-style: normal;
31587
- font-weight: normal;
31588
- font-feature-settings: "zero" on;
31589
- font-size: 12px;
31590
- line-height: 18px;
31591
- }
31592
-
31593
- .t1gduru8 {
31594
- font-family: Inter;
31595
- font-style: normal;
31596
- font-weight: 500;
31597
- font-feature-settings: "zero" on;
31598
- font-size: 12px;
31599
- line-height: 18px;
31600
- }
31601
-
31602
- .t55raab {
31603
- font-family: Inter;
31604
- font-style: normal;
31605
- font-weight: bold;
31606
- font-feature-settings: "zero" on;
31607
- font-size: 16px;
31608
- line-height: 24px;
31609
- }
31610
-
31611
- .u1w9abfe {
31612
- font-family: Inter;
31613
- font-style: normal;
31614
- font-weight: normal;
31615
- font-size: 10px;
31616
- line-height: 12px;
31617
- }
31618
-
31619
- .t1upn1sz {
31620
- height: 100%;
31621
- }
31622
-
31623
- .tta5kd2 {
31624
- height: 100%;
31625
- }
31626
- .tta5kd2.empty-table .ant-table-content {
31627
- overflow: visible !important;
31628
- height: 100%;
31629
- }
31630
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31631
- height: 100%;
31632
- }
31633
- .tta5kd2.empty-table .ant-table-content table {
31634
- width: 100% !important;
31635
- height: 100%;
31636
- }
31637
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31638
- padding: 15px 0;
31639
- }
31640
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31641
- display: none;
31642
- }
31643
- .tta5kd2 .active-row td:nth-child(1) {
31644
- font-weight: 700;
31645
- }
31646
- .tta5kd2.has-selection .active-row td:nth-child(2) {
31647
- font-weight: 700;
31648
- }
31649
- .tta5kd2 .ant-spin-nested-loading {
31650
- height: 100%;
31651
- }
31652
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
31653
- height: 100%;
31654
- overflow: visible;
31655
- }
31656
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
31657
- max-height: none;
31658
- }
31659
- .tta5kd2.table-init-loading .ant-spin-blur thead,
31660
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
31661
- display: none;
31662
- }
31663
- .tta5kd2 td.ant-table-column-sort {
31664
- background: transparent;
31665
- }
31666
- .tta5kd2 td.ant-table-cell-fix-left,
31667
- .tta5kd2 td.ant-table-cell-fix-right {
31668
- background: #fff;
31669
- padding: 0 !important;
31670
- }
31671
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
31672
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
31673
- display: flex;
31674
- align-items: center;
31675
- height: 100%;
31676
- padding: 8px;
31677
- }
31678
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
31679
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
31680
- overflow: hidden;
31681
- text-overflow: ellipsis;
31682
- width: 100%;
31683
- }
31684
- .tta5kd2 .ant-table-container {
31685
- height: 100%;
31686
- }
31687
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
31688
- box-shadow: none !important;
31689
- }
31690
- .tta5kd2 .ant-table {
31691
- border-radius: 0px;
31692
- border-left: none;
31693
- border-right: none;
31694
- border-bottom: none;
31695
- height: 100%;
31696
- font-size: 12px;
31697
- background: transparent;
31698
- }
31699
- .tta5kd2 .ant-table .ant-table-header {
31700
- position: relative;
31701
- z-index: 3;
31702
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
31703
- margin-bottom: -1px;
31704
- }
31705
- .tta5kd2 .ant-table .time-wrapper .date,
31706
- .tta5kd2 .ant-table .value {
31707
- color: #2d3a56;
31708
- }
31709
- .tta5kd2 .ant-table .time-wrapper .time,
31710
- .tta5kd2 .ant-table .unit {
31711
- color: rgba(44, 56, 82, 0.6);
31712
- }
31713
- .tta5kd2 .ant-table .ant-table-selection {
31714
- position: unset;
31715
- text-align: center;
31716
- }
31717
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
31718
- background: #fff;
31719
- }
31720
- .tta5kd2 .ant-table .anticon-setting {
31721
- cursor: pointer;
31722
- position: absolute;
31723
- top: 50%;
31724
- right: 12px;
31725
- transform: translateY(-50%);
31235
+ .tta5kd2 .ant-table .anticon-setting {
31236
+ cursor: pointer;
31237
+ position: absolute;
31238
+ top: 50%;
31239
+ right: 12px;
31240
+ transform: translateY(-50%);
31726
31241
  }
31727
31242
  .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
31728
31243
  box-shadow: none;
@@ -31976,8 +31491,487 @@ input.rrg1fkn.ant-input {
31976
31491
  justify-content: center;
31977
31492
  border-radius: 4px;
31978
31493
  }
31979
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31980
- background: #fff;
31494
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
31495
+ background: #fff;
31496
+ }
31497
+
31498
+ .d6j0lbj {
31499
+ font-family: Inter;
31500
+ font-style: normal;
31501
+ font-weight: bold;
31502
+ font-size: 32px;
31503
+ line-height: 40px;
31504
+ }
31505
+
31506
+ .d1xhvvxe {
31507
+ font-family: Inter;
31508
+ font-style: normal;
31509
+ font-weight: bold;
31510
+ font-size: 24px;
31511
+ line-height: 32px;
31512
+ }
31513
+
31514
+ .dk10mxq {
31515
+ font-family: Inter;
31516
+ font-style: normal;
31517
+ font-weight: normal;
31518
+ font-size: 32px;
31519
+ line-height: 40px;
31520
+ }
31521
+
31522
+ .dxsait {
31523
+ font-family: Inter;
31524
+ font-style: normal;
31525
+ font-weight: bold;
31526
+ font-size: 20px;
31527
+ line-height: 24px;
31528
+ }
31529
+
31530
+ .dokn0h3 {
31531
+ font-family: Inter;
31532
+ font-style: normal;
31533
+ font-weight: normal;
31534
+ font-size: 20px;
31535
+ line-height: 24px;
31536
+ }
31537
+
31538
+ .dobau4p {
31539
+ font-family: Inter;
31540
+ font-style: normal;
31541
+ font-weight: bold;
31542
+ font-size: 18px;
31543
+ line-height: 22px;
31544
+ }
31545
+
31546
+ .dvolwok {
31547
+ font-family: Inter;
31548
+ font-style: normal;
31549
+ font-weight: normal;
31550
+ font-size: 18px;
31551
+ line-height: 22px;
31552
+ }
31553
+
31554
+ .h181qhg4 {
31555
+ font-family: Inter;
31556
+ font-style: normal;
31557
+ font-weight: bold;
31558
+ font-size: 16px;
31559
+ line-height: 22px;
31560
+ }
31561
+
31562
+ .h1phgmcq {
31563
+ font-family: Inter;
31564
+ font-style: normal;
31565
+ font-weight: normal;
31566
+ font-size: 16px;
31567
+ line-height: 22px;
31568
+ }
31569
+
31570
+ .h173xnl1 {
31571
+ font-family: Inter;
31572
+ font-style: normal;
31573
+ font-weight: bold;
31574
+ font-size: 14px;
31575
+ line-height: 20px;
31576
+ }
31577
+
31578
+ .hedm4pz {
31579
+ font-family: Inter;
31580
+ font-style: normal;
31581
+ font-weight: normal;
31582
+ font-size: 14px;
31583
+ line-height: 20px;
31584
+ }
31585
+
31586
+ .h1kd8xld {
31587
+ font-family: Inter;
31588
+ font-style: normal;
31589
+ font-weight: bold;
31590
+ font-size: 12px;
31591
+ line-height: 18px;
31592
+ }
31593
+
31594
+ .hp14fr {
31595
+ font-family: Inter;
31596
+ font-style: normal;
31597
+ font-weight: normal;
31598
+ font-size: 12px;
31599
+ line-height: 18px;
31600
+ }
31601
+
31602
+ .hgrg7mn {
31603
+ font-family: Inter;
31604
+ font-style: normal;
31605
+ font-weight: bold;
31606
+ text-transform: uppercase;
31607
+ font-feature-settings: "cpsp" on;
31608
+ font-size: 12px;
31609
+ line-height: 18px;
31610
+ }
31611
+
31612
+ .h6zme9x {
31613
+ font-family: Inter;
31614
+ font-style: normal;
31615
+ font-weight: normal;
31616
+ text-transform: uppercase;
31617
+ font-feature-settings: "cpsp" on;
31618
+ font-size: 12px;
31619
+ line-height: 18px;
31620
+ }
31621
+
31622
+ .locjvsv {
31623
+ font-family: Inter;
31624
+ font-style: normal;
31625
+ font-weight: normal;
31626
+ font-size: 16px;
31627
+ line-height: 24px;
31628
+ }
31629
+
31630
+ .l13gi131 {
31631
+ font-family: Inter;
31632
+ font-style: normal;
31633
+ font-weight: bold;
31634
+ font-size: 16px;
31635
+ line-height: 24px;
31636
+ }
31637
+
31638
+ .l1ynemsu {
31639
+ font-family: Inter;
31640
+ font-style: normal;
31641
+ font-weight: normal;
31642
+ font-size: 16px;
31643
+ line-height: 24px;
31644
+ }
31645
+
31646
+ .l1cft1cx {
31647
+ font-family: Inter;
31648
+ font-style: normal;
31649
+ font-weight: bold;
31650
+ font-size: 16px;
31651
+ line-height: 24px;
31652
+ }
31653
+
31654
+ .l17tqc8p {
31655
+ font-family: Inter;
31656
+ font-style: normal;
31657
+ font-weight: normal;
31658
+ text-transform: uppercase;
31659
+ font-feature-settings: "cpsp" on;
31660
+ font-size: 16px;
31661
+ line-height: 24px;
31662
+ }
31663
+
31664
+ .l1j1e5w7 {
31665
+ font-family: Inter;
31666
+ font-style: normal;
31667
+ font-weight: bold;
31668
+ text-transform: uppercase;
31669
+ font-feature-settings: "cpsp" on;
31670
+ font-size: 16px;
31671
+ line-height: 24px;
31672
+ }
31673
+
31674
+ .l1gf91jb {
31675
+ font-family: Inter;
31676
+ font-style: normal;
31677
+ font-weight: normal;
31678
+ font-size: 14px;
31679
+ line-height: 22px;
31680
+ }
31681
+
31682
+ .lu7hlr6 {
31683
+ font-family: Inter;
31684
+ font-style: normal;
31685
+ font-weight: 500;
31686
+ font-size: 14px;
31687
+ line-height: 22px;
31688
+ }
31689
+
31690
+ .l3l3jf0 {
31691
+ font-family: Inter;
31692
+ font-style: normal;
31693
+ font-weight: bold;
31694
+ font-size: 14px;
31695
+ line-height: 22px;
31696
+ }
31697
+
31698
+ .l12j5nqp {
31699
+ font-family: Inter;
31700
+ font-style: normal;
31701
+ font-weight: normal;
31702
+ font-size: 14px;
31703
+ line-height: 22px;
31704
+ }
31705
+
31706
+ .l1tecqht {
31707
+ font-family: Inter;
31708
+ font-style: normal;
31709
+ font-weight: bold;
31710
+ font-size: 14px;
31711
+ line-height: 22px;
31712
+ }
31713
+
31714
+ .l6sa990 {
31715
+ font-family: Inter;
31716
+ font-style: normal;
31717
+ font-weight: normal;
31718
+ text-transform: uppercase;
31719
+ font-feature-settings: "cpsp" on;
31720
+ font-size: 14px;
31721
+ line-height: 22px;
31722
+ }
31723
+
31724
+ .lckqe8j {
31725
+ font-family: Inter;
31726
+ font-style: normal;
31727
+ font-weight: bold;
31728
+ text-transform: uppercase;
31729
+ font-feature-settings: "cpsp" on;
31730
+ font-size: 14px;
31731
+ line-height: 22px;
31732
+ }
31733
+
31734
+ .l1kuminb {
31735
+ font-family: Inter;
31736
+ font-style: normal;
31737
+ font-weight: normal;
31738
+ font-size: 13px;
31739
+ line-height: 20px;
31740
+ }
31741
+
31742
+ .l1pbuf5j {
31743
+ font-family: Inter;
31744
+ font-style: normal;
31745
+ font-weight: 600;
31746
+ font-size: 13px;
31747
+ line-height: 20px;
31748
+ }
31749
+
31750
+ .l1r4ztu {
31751
+ font-family: Inter;
31752
+ font-style: normal;
31753
+ font-weight: bold;
31754
+ font-size: 13px;
31755
+ line-height: 20px;
31756
+ }
31757
+
31758
+ .ly8vzok {
31759
+ font-family: Inter;
31760
+ font-style: normal;
31761
+ font-weight: normal;
31762
+ font-size: 13px;
31763
+ line-height: 20px;
31764
+ }
31765
+
31766
+ .lumfmf {
31767
+ font-family: Inter;
31768
+ font-style: normal;
31769
+ font-weight: 600;
31770
+ font-size: 13px;
31771
+ line-height: 20px;
31772
+ }
31773
+
31774
+ .l16ujwmv {
31775
+ font-family: Inter;
31776
+ font-style: normal;
31777
+ font-weight: bold;
31778
+ font-size: 13px;
31779
+ line-height: 20px;
31780
+ }
31781
+
31782
+ .l17o1ffr {
31783
+ font-family: Inter;
31784
+ font-style: normal;
31785
+ font-weight: normal;
31786
+ text-transform: uppercase;
31787
+ font-feature-settings: "cpsp" on;
31788
+ font-size: 13px;
31789
+ line-height: 20px;
31790
+ }
31791
+
31792
+ .lngllvn {
31793
+ font-family: Inter;
31794
+ font-style: normal;
31795
+ font-weight: bold;
31796
+ text-transform: uppercase;
31797
+ font-feature-settings: "cpsp" on;
31798
+ font-size: 13px;
31799
+ line-height: 20px;
31800
+ }
31801
+
31802
+ .l2i7fo9 {
31803
+ font-family: Inter;
31804
+ font-style: normal;
31805
+ font-weight: normal;
31806
+ font-size: 12px;
31807
+ line-height: 18px;
31808
+ }
31809
+
31810
+ .l1x7hscx {
31811
+ font-family: Inter;
31812
+ font-style: normal;
31813
+ font-weight: 500;
31814
+ font-size: 12px;
31815
+ line-height: 18px;
31816
+ }
31817
+
31818
+ .le1jwan {
31819
+ font-family: Inter;
31820
+ font-style: normal;
31821
+ font-weight: bold;
31822
+ font-size: 12px;
31823
+ line-height: 18px;
31824
+ }
31825
+
31826
+ .lyxynfj {
31827
+ font-family: Inter;
31828
+ font-style: normal;
31829
+ font-weight: normal;
31830
+ font-size: 12px;
31831
+ line-height: 18px;
31832
+ }
31833
+
31834
+ .lpb2nxv {
31835
+ font-family: Inter;
31836
+ font-style: normal;
31837
+ font-weight: 500;
31838
+ font-size: 12px;
31839
+ line-height: 18px;
31840
+ }
31841
+
31842
+ .l1r8o3vv {
31843
+ font-family: Inter;
31844
+ font-style: normal;
31845
+ font-weight: bold;
31846
+ font-size: 12px;
31847
+ line-height: 18px;
31848
+ }
31849
+
31850
+ .lemnjy2 {
31851
+ font-family: Inter;
31852
+ font-style: normal;
31853
+ font-weight: normal;
31854
+ text-transform: uppercase;
31855
+ font-feature-settings: "cpsp" on;
31856
+ font-size: 12px;
31857
+ line-height: 18px;
31858
+ }
31859
+
31860
+ .lrc42gb {
31861
+ font-family: Inter;
31862
+ font-style: normal;
31863
+ font-weight: bold;
31864
+ text-transform: uppercase;
31865
+ font-feature-settings: "cpsp" on;
31866
+ font-size: 12px;
31867
+ line-height: 18px;
31868
+ }
31869
+
31870
+ .fqaz4mb {
31871
+ font-family: Inter;
31872
+ font-style: normal;
31873
+ font-weight: normal;
31874
+ font-size: 13px;
31875
+ line-height: 20px;
31876
+ }
31877
+
31878
+ .f13we5o {
31879
+ font-family: Inter;
31880
+ font-style: normal;
31881
+ font-weight: normal;
31882
+ font-size: 13px;
31883
+ line-height: 20px;
31884
+ }
31885
+
31886
+ .ffmjua2 {
31887
+ font-family: Inter;
31888
+ font-style: normal;
31889
+ font-weight: normal;
31890
+ font-size: 12px;
31891
+ line-height: 18px;
31892
+ }
31893
+
31894
+ .fz2mxw0 {
31895
+ font-family: Inter;
31896
+ font-style: normal;
31897
+ font-weight: normal;
31898
+ font-size: 12px;
31899
+ line-height: 18px;
31900
+ }
31901
+
31902
+ .t1ertzoh {
31903
+ font-family: Inter;
31904
+ font-style: normal;
31905
+ font-weight: normal;
31906
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31907
+ font-size: 13px;
31908
+ line-height: 20px;
31909
+ }
31910
+
31911
+ .t19bge8r {
31912
+ font-family: Inter;
31913
+ font-style: normal;
31914
+ font-weight: normal;
31915
+ font-feature-settings: "zero" on;
31916
+ font-size: 13px;
31917
+ line-height: 20px;
31918
+ }
31919
+
31920
+ .tjrzfyl {
31921
+ font-family: Inter;
31922
+ font-style: normal;
31923
+ font-weight: normal;
31924
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31925
+ font-size: 12px;
31926
+ line-height: 18px;
31927
+ }
31928
+
31929
+ .tm6s7bo {
31930
+ font-family: Inter;
31931
+ font-style: normal;
31932
+ font-weight: 500;
31933
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
31934
+ font-size: 12px;
31935
+ line-height: 18px;
31936
+ }
31937
+
31938
+ .t19zq6ic {
31939
+ font-family: Inter;
31940
+ font-style: normal;
31941
+ font-weight: normal;
31942
+ font-feature-settings: "zero" on;
31943
+ font-size: 12px;
31944
+ line-height: 18px;
31945
+ }
31946
+
31947
+ .t1gduru8 {
31948
+ font-family: Inter;
31949
+ font-style: normal;
31950
+ font-weight: 500;
31951
+ font-feature-settings: "zero" on;
31952
+ font-size: 12px;
31953
+ line-height: 18px;
31954
+ }
31955
+
31956
+ .t55raab {
31957
+ font-family: Inter;
31958
+ font-style: normal;
31959
+ font-weight: bold;
31960
+ font-feature-settings: "zero" on;
31961
+ font-size: 16px;
31962
+ line-height: 24px;
31963
+ }
31964
+
31965
+ .u1w9abfe {
31966
+ font-family: Inter;
31967
+ font-style: normal;
31968
+ font-weight: normal;
31969
+ font-size: 10px;
31970
+ line-height: 12px;
31971
+ }
31972
+
31973
+ .i1e4sgug {
31974
+ display: inline-block;
31981
31975
  }
31982
31976
 
31983
31977
  .s1fc623g {
@@ -32566,15 +32560,6 @@ input.rrg1fkn.ant-input {
32566
32560
  background-color: #7E41FF;
32567
32561
  }
32568
32562
 
32569
- .o8ocss1 {
32570
- overflow: hidden;
32571
- text-overflow: ellipsis;
32572
- }
32573
-
32574
- .n17syc35 {
32575
- white-space: nowrap;
32576
- }
32577
-
32578
32563
  .n3qomhu {
32579
32564
  font-size: 90%;
32580
32565
  font-weight: bold;
@@ -32587,6 +32572,15 @@ input.rrg1fkn.ant-input {
32587
32572
  word-break: break-all;
32588
32573
  }
32589
32574
 
32575
+ .o8ocss1 {
32576
+ overflow: hidden;
32577
+ text-overflow: ellipsis;
32578
+ }
32579
+
32580
+ .n17syc35 {
32581
+ white-space: nowrap;
32582
+ }
32583
+
32590
32584
  .sq6vos1 {
32591
32585
  --item-min-width: 60px;
32592
32586
  }
@@ -32802,22 +32796,6 @@ input.rrg1fkn.ant-input {
32802
32796
  background: rgba(163, 180, 204, 0.18);
32803
32797
  }
32804
32798
 
32805
- .rrwcpby {
32806
- display: flex;
32807
- align-items: center;
32808
- }
32809
- .rrwcpby .order {
32810
- height: 24px;
32811
- width: 24px;
32812
- border-radius: 20px;
32813
- color: #0080ff;
32814
- background: rgba(0, 136, 255, 0.1);
32815
- display: flex;
32816
- align-items: center;
32817
- justify-content: center;
32818
- margin-right: 6px;
32819
- }
32820
-
32821
32799
  .c1k4vanq {
32822
32800
  padding: 0 12px 14px 12px;
32823
32801
  }
@@ -32862,6 +32840,22 @@ input.rrg1fkn.ant-input {
32862
32840
  margin-right: 2px;
32863
32841
  }
32864
32842
 
32843
+ .rrwcpby {
32844
+ display: flex;
32845
+ align-items: center;
32846
+ }
32847
+ .rrwcpby .order {
32848
+ height: 24px;
32849
+ width: 24px;
32850
+ border-radius: 20px;
32851
+ color: #0080ff;
32852
+ background: rgba(0, 136, 255, 0.1);
32853
+ display: flex;
32854
+ align-items: center;
32855
+ justify-content: center;
32856
+ margin-right: 6px;
32857
+ }
32858
+
32865
32859
  .bab9xum {
32866
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);
32867
32861
  }
@@ -32879,89 +32873,6 @@ input.rrg1fkn.ant-input {
32879
32873
  transform: translateY(-4px);
32880
32874
  }
32881
32875
 
32882
- .w1xcixj5.outside-tag {
32883
- padding-left: 0;
32884
- }
32885
- .w1xcixj5.outside-tag .inside-tag {
32886
- border-radius: 4px 0 0 4px;
32887
- padding-right: 4px;
32888
- margin-right: 4px;
32889
- }
32890
-
32891
- .sut42l0 {
32892
- padding: 0 8px;
32893
- height: 18px;
32894
- }
32895
-
32896
- .mfsz1jz {
32897
- padding: 2px 8px;
32898
- height: 24px;
32899
- }
32900
-
32901
- .tnd6h4m {
32902
- margin: 0;
32903
- }
32904
-
32905
- .i1qw4clm {
32906
- margin-right: 4px;
32907
- height: 16px;
32908
- }
32909
-
32910
- .at4ovwe .ant-input-number-handler-wrap {
32911
- display: var(--at4ovwe-0);
32912
- }
32913
- .at4ovwe .ant-input-number-input-wrap {
32914
- padding: 5px 12px;
32915
- display: inline-flex;
32916
- line-height: 1.5715;
32917
- height: 100%;
32918
- width: 100%;
32919
- }
32920
- .at4ovwe .ant-input-number-input-wrap::after {
32921
- content: var(--at4ovwe-1);
32922
- display: var(--at4ovwe-2);
32923
- flex: none;
32924
- align-items: center;
32925
- margin-left: 4px;
32926
- color: rgba(44, 56, 82, 0.6);
32927
- }
32928
- .at4ovwe .ant-input-number-input-wrap::before {
32929
- content: var(--at4ovwe-3);
32930
- display: var(--at4ovwe-4);
32931
- flex: none;
32932
- align-items: center;
32933
- margin-right: 4px;
32934
- cursor: auto;
32935
- color: rgba(44, 56, 82, 0.6);
32936
- }
32937
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32938
- border-radius: 0;
32939
- }
32940
- .at4ovwe.ant-input-number {
32941
- width: 100%;
32942
- border-radius: 6px;
32943
- }
32944
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32945
- border-color: #0096ff;
32946
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32947
- z-index: 1;
32948
- }
32949
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32950
- border-color: #e75a3a;
32951
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32952
- }
32953
- .at4ovwe .ant-input-number-input {
32954
- padding: 0;
32955
- margin: 0;
32956
- height: auto;
32957
- font-size: inherit;
32958
- }
32959
-
32960
- .iwsze0q {
32961
- margin-right: 4px;
32962
- height: 16px;
32963
- }
32964
-
32965
32876
  .tc40oxa {
32966
32877
  margin-bottom: 4px;
32967
32878
  color: rgba(44, 56, 82, 0.6);
@@ -33186,31 +33097,83 @@ input.rrg1fkn.ant-input {
33186
33097
  min-height: 0px;
33187
33098
  }
33188
33099
 
33189
- .a6dbbkm .ant-input-number-handler-wrap {
33190
- display: var(--a6dbbkm-0);
33100
+ .w1xcixj5.outside-tag {
33101
+ padding-left: 0;
33191
33102
  }
33192
- .a6dbbkm .ant-input-number-input-wrap {
33193
- padding: 4px 11px;
33103
+ .w1xcixj5.outside-tag .inside-tag {
33104
+ border-radius: 4px 0 0 4px;
33105
+ padding-right: 4px;
33106
+ margin-right: 4px;
33107
+ }
33108
+
33109
+ .iwsze0q {
33110
+ margin-right: 4px;
33111
+ height: 16px;
33112
+ }
33113
+
33114
+ .sut42l0 {
33115
+ padding: 0 8px;
33116
+ height: 18px;
33117
+ }
33118
+
33119
+ .mfsz1jz {
33120
+ padding: 2px 8px;
33121
+ height: 24px;
33122
+ }
33123
+
33124
+ .tnd6h4m {
33125
+ margin: 0;
33126
+ }
33127
+
33128
+ .i1qw4clm {
33129
+ margin-right: 4px;
33130
+ height: 16px;
33131
+ }
33132
+
33133
+ .at4ovwe .ant-input-number-handler-wrap {
33134
+ display: var(--at4ovwe-0);
33135
+ }
33136
+ .at4ovwe .ant-input-number-input-wrap {
33137
+ padding: 5px 12px;
33194
33138
  display: inline-flex;
33195
33139
  line-height: 1.5715;
33196
- height: inherit;
33140
+ height: 100%;
33141
+ width: 100%;
33197
33142
  }
33198
- .a6dbbkm .ant-input-number-input-wrap::after {
33199
- content: var(--a6dbbkm-1);
33200
- display: var(--a6dbbkm-2);
33143
+ .at4ovwe .ant-input-number-input-wrap::after {
33144
+ content: var(--at4ovwe-1);
33145
+ display: var(--at4ovwe-2);
33201
33146
  flex: none;
33202
33147
  align-items: center;
33203
33148
  margin-left: 4px;
33149
+ color: rgba(44, 56, 82, 0.6);
33204
33150
  }
33205
- .a6dbbkm .ant-input-number-input-wrap::before {
33206
- content: var(--a6dbbkm-3);
33207
- display: var(--a6dbbkm-4);
33151
+ .at4ovwe .ant-input-number-input-wrap::before {
33152
+ content: var(--at4ovwe-3);
33153
+ display: var(--at4ovwe-4);
33208
33154
  flex: none;
33209
33155
  align-items: center;
33210
33156
  margin-right: 4px;
33211
33157
  cursor: auto;
33158
+ color: rgba(44, 56, 82, 0.6);
33212
33159
  }
33213
- .a6dbbkm .ant-input-number-input {
33160
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33161
+ border-radius: 0;
33162
+ }
33163
+ .at4ovwe.ant-input-number {
33164
+ width: 100%;
33165
+ border-radius: 6px;
33166
+ }
33167
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33168
+ border-color: #0096ff;
33169
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33170
+ z-index: 1;
33171
+ }
33172
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33173
+ border-color: #e75a3a;
33174
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33175
+ }
33176
+ .at4ovwe .ant-input-number-input {
33214
33177
  padding: 0;
33215
33178
  margin: 0;
33216
33179
  height: auto;
@@ -33234,4 +33197,35 @@ input.rrg1fkn.ant-input {
33234
33197
  }
33235
33198
  .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
33236
33199
  display: block;
33200
+ }
33201
+
33202
+ .a6dbbkm .ant-input-number-handler-wrap {
33203
+ display: var(--a6dbbkm-0);
33204
+ }
33205
+ .a6dbbkm .ant-input-number-input-wrap {
33206
+ padding: 4px 11px;
33207
+ display: inline-flex;
33208
+ line-height: 1.5715;
33209
+ height: inherit;
33210
+ }
33211
+ .a6dbbkm .ant-input-number-input-wrap::after {
33212
+ content: var(--a6dbbkm-1);
33213
+ display: var(--a6dbbkm-2);
33214
+ flex: none;
33215
+ align-items: center;
33216
+ margin-left: 4px;
33217
+ }
33218
+ .a6dbbkm .ant-input-number-input-wrap::before {
33219
+ content: var(--a6dbbkm-3);
33220
+ display: var(--a6dbbkm-4);
33221
+ flex: none;
33222
+ align-items: center;
33223
+ margin-right: 4px;
33224
+ cursor: auto;
33225
+ }
33226
+ .a6dbbkm .ant-input-number-input {
33227
+ padding: 0;
33228
+ margin: 0;
33229
+ height: auto;
33230
+ font-size: inherit;
33237
33231
  }