@cloudtower/eagle 0.26.30-dry-2 → 0.26.30-dry-3

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.
@@ -29366,6 +29366,15 @@ p {
29366
29366
 
29367
29367
  .ant-btn {
29368
29368
  border-radius: 4px;
29369
+ padding: 5px 12px;
29370
+ }
29371
+
29372
+ .ant-btn-lg {
29373
+ padding: 8px 16px;
29374
+ }
29375
+
29376
+ .ant-btn-sm {
29377
+ padding: 2px 8px;
29369
29378
  }
29370
29379
 
29371
29380
  .ant-select {
@@ -29843,14 +29852,10 @@ html body {
29843
29852
  .buj61ew.ant-btn-icon-only {
29844
29853
  justify-content: center;
29845
29854
  }
29846
- .buj61ew.ant-btn.ant-btn-link {
29847
- padding: 0;
29848
- }
29849
29855
  .buj61ew.ant-btn {
29850
29856
  display: inline-flex;
29851
29857
  align-items: center;
29852
29858
  justify-content: center;
29853
- padding: 5px 12px;
29854
29859
  height: 32px;
29855
29860
  border-radius: 6px;
29856
29861
  line-height: 22px;
@@ -29860,10 +29865,8 @@ html body {
29860
29865
  .buj61ew.ant-btn.ant-btn-lg {
29861
29866
  height: 40px;
29862
29867
  line-height: 24px;
29863
- padding: 8px 16px;
29864
29868
  }
29865
29869
  .buj61ew.ant-btn.ant-btn-sm {
29866
- padding: 2px 8px;
29867
29870
  height: 24px;
29868
29871
  line-height: 20px;
29869
29872
  }
@@ -30180,209 +30183,6 @@ html body {
30180
30183
  position: absolute;
30181
30184
  }
30182
30185
 
30183
- .p12gwtiw {
30184
- display: flex;
30185
- justify-content: space-between;
30186
- align-items: center;
30187
- padding: 10px 0;
30188
- color: rgba(44, 56, 82, 0.6);
30189
- font-size: 12px;
30190
- line-height: 24px;
30191
- }
30192
- .p12gwtiw .pagination-left {
30193
- padding: 2px 8px;
30194
- }
30195
- .p12gwtiw .dropdown-trigger {
30196
- display: flex;
30197
- align-items: center;
30198
- border-radius: 6px;
30199
- cursor: pointer;
30200
- transition: all 0.3s ease;
30201
- }
30202
- .p12gwtiw .dropdown-trigger:hover {
30203
- background: rgba(211, 218, 235, 0.6);
30204
- color: #0080ff;
30205
- }
30206
- .p12gwtiw .dropdown-trigger .icon-inner {
30207
- margin-left: 4px;
30208
- }
30209
- .p12gwtiw .pagination-right {
30210
- display: flex;
30211
- align-items: center;
30212
- color: #0080ff;
30213
- font-weight: bold;
30214
- }
30215
- .p12gwtiw .pagination-right .icon-inner {
30216
- margin-left: 4px;
30217
- }
30218
- .p12gwtiw .pagination-right .prev-btn,
30219
- .p12gwtiw .pagination-right .next-btn {
30220
- padding: 0 8px;
30221
- }
30222
- .p12gwtiw .pagination-right .prev-btn > span,
30223
- .p12gwtiw .pagination-right .next-btn > span {
30224
- color: #0080ff;
30225
- }
30226
- .p12gwtiw .pagination-right .next-btn .icon-inner {
30227
- transform: rotate(180deg);
30228
- }
30229
-
30230
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30231
- max-height: calc(100vh - 128px);
30232
- overflow-y: auto;
30233
- }
30234
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30235
- padding: 4px 20px;
30236
- font-size: 12px;
30237
- line-height: 18px;
30238
- }
30239
-
30240
- .rxbeqvl.ant-radio-wrapper {
30241
- display: inline-flex;
30242
- align-items: baseline;
30243
- white-space: pre-wrap;
30244
- }
30245
- .rxbeqvl.ant-radio-wrapper .ant-radio {
30246
- position: relative;
30247
- top: 3px;
30248
- }
30249
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30250
- border-color: rgba(107, 128, 167, 0.6);
30251
- }
30252
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30253
- border-color: #0080ff;
30254
- }
30255
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30256
- border-color: #0080ff;
30257
- background: #0080ff;
30258
- }
30259
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30260
- top: 4px;
30261
- left: 4px;
30262
- width: 6px;
30263
- height: 6px;
30264
- background: #fff;
30265
- }
30266
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30267
- opacity: 0.5;
30268
- }
30269
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30270
- border-color: rgba(107, 128, 167, 0.6);
30271
- background: rgba(211, 218, 235, 0.6);
30272
- }
30273
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30274
- background: #00122e;
30275
- }
30276
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30277
- color: #00122e;
30278
- opacity: 0.5;
30279
- }
30280
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30281
- color: #00122e;
30282
- }
30283
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30284
- display: inline-block;
30285
- padding: 0;
30286
- padding-left: 12px;
30287
- }
30288
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30289
- margin-bottom: 0;
30290
- white-space: pre-wrap;
30291
- color: rgba(44, 56, 82, 0.6);
30292
- }
30293
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30294
- padding-left: 8px;
30295
- }
30296
-
30297
- .r5ie79y .ant-radio-button-wrapper:first-child {
30298
- border-radius: 5px 0 0 5px;
30299
- }
30300
- .r5ie79y .ant-radio-button-wrapper:last-child {
30301
- border-radius: 0 5px 5px 0;
30302
- }
30303
-
30304
- .r1f0aqcc {
30305
- color: #00122e;
30306
- border-color: #ccd4e3;
30307
- }
30308
- .r1f0aqcc:first-child {
30309
- border-color: #a3b4cc;
30310
- }
30311
- .r1f0aqcc.ant-radio-button-wrapper {
30312
- padding: 0 12px;
30313
- line-height: 32px;
30314
- height: 32px;
30315
- }
30316
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
30317
- white-space: nowrap;
30318
- }
30319
- .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30320
- height: 22px;
30321
- padding: 0 7px;
30322
- line-height: 20px;
30323
- }
30324
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30325
- background: #ccd4e3;
30326
- }
30327
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30328
- background: #0080ff;
30329
- }
30330
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
30331
- background: #ccd4e3;
30332
- opacity: 0.5;
30333
- }
30334
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
30335
- border-right-color: #0080ff;
30336
- }
30337
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
30338
- border-color: #0080ff;
30339
- }
30340
- .r1f0aqcc.ant-radio-button-wrapper-checked {
30341
- background: rgba(0, 136, 255, 0.1);
30342
- }
30343
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
30344
- background: rgba(211, 218, 235, 0.6);
30345
- border-color: #ccd4e3;
30346
- opacity: 0.5;
30347
- }
30348
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
30349
- color: #00122e;
30350
- border-color: #ccd4e3;
30351
- }
30352
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
30353
- color: #00122e;
30354
- border-color: #ccd4e3;
30355
- background: rgba(172, 186, 211, 0.6);
30356
- }
30357
- .r1f0aqcc .ant-radio-button-input {
30358
- margin-right: 8px;
30359
- display: inline;
30360
- border: none;
30361
- padding: 0;
30362
- width: 36px;
30363
- background: transparent;
30364
- }
30365
- .r1f0aqcc .ant-radio-button-input:focus {
30366
- box-shadow: none;
30367
- }
30368
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
30369
- margin-right: 0;
30370
- width: initial;
30371
- box-shadow: none;
30372
- }
30373
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
30374
- display: none;
30375
- }
30376
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
30377
- display: inline;
30378
- }
30379
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
30380
- display: inline;
30381
- margin-right: 8px;
30382
- padding: 0;
30383
- width: 36px;
30384
- }
30385
-
30386
30186
  .cz04yix {
30387
30187
  display: flex;
30388
30188
  flex-direction: column;
@@ -31050,29 +30850,232 @@ input.rrg1fkn.ant-input {
31050
30850
  margin-left: 5px;
31051
30851
  }
31052
30852
 
31053
- .t1upn1sz {
31054
- height: 100%;
31055
- }
31056
-
31057
- .tta5kd2 {
31058
- height: 100%;
30853
+ .p12gwtiw {
30854
+ display: flex;
30855
+ justify-content: space-between;
30856
+ align-items: center;
30857
+ padding: 10px 0;
30858
+ color: rgba(44, 56, 82, 0.6);
30859
+ font-size: 12px;
30860
+ line-height: 24px;
31059
30861
  }
31060
- .tta5kd2.empty-table .ant-table-content {
31061
- overflow: visible !important;
31062
- height: 100%;
30862
+ .p12gwtiw .pagination-left {
30863
+ padding: 2px 8px;
31063
30864
  }
31064
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31065
- height: 100%;
30865
+ .p12gwtiw .dropdown-trigger {
30866
+ display: flex;
30867
+ align-items: center;
30868
+ border-radius: 6px;
30869
+ cursor: pointer;
30870
+ transition: all 0.3s ease;
31066
30871
  }
31067
- .tta5kd2.empty-table .ant-table-content table {
31068
- width: 100% !important;
31069
- height: 100%;
30872
+ .p12gwtiw .dropdown-trigger:hover {
30873
+ background: rgba(211, 218, 235, 0.6);
30874
+ color: #0080ff;
31070
30875
  }
31071
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31072
- padding: 15px 0;
30876
+ .p12gwtiw .dropdown-trigger .icon-inner {
30877
+ margin-left: 4px;
31073
30878
  }
31074
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31075
- display: none;
30879
+ .p12gwtiw .pagination-right {
30880
+ display: flex;
30881
+ align-items: center;
30882
+ color: #0080ff;
30883
+ font-weight: bold;
30884
+ }
30885
+ .p12gwtiw .pagination-right .icon-inner {
30886
+ margin-left: 4px;
30887
+ }
30888
+ .p12gwtiw .pagination-right .prev-btn,
30889
+ .p12gwtiw .pagination-right .next-btn {
30890
+ padding: 0 8px;
30891
+ }
30892
+ .p12gwtiw .pagination-right .prev-btn > span,
30893
+ .p12gwtiw .pagination-right .next-btn > span {
30894
+ color: #0080ff;
30895
+ }
30896
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
30897
+ transform: rotate(180deg);
30898
+ }
30899
+
30900
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
30901
+ max-height: calc(100vh - 128px);
30902
+ overflow-y: auto;
30903
+ }
30904
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
30905
+ padding: 4px 20px;
30906
+ font-size: 12px;
30907
+ line-height: 18px;
30908
+ }
30909
+
30910
+ .rxbeqvl.ant-radio-wrapper {
30911
+ display: inline-flex;
30912
+ align-items: baseline;
30913
+ white-space: pre-wrap;
30914
+ }
30915
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
30916
+ position: relative;
30917
+ top: 3px;
30918
+ }
30919
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
30920
+ border-color: rgba(107, 128, 167, 0.6);
30921
+ }
30922
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
30923
+ border-color: #0080ff;
30924
+ }
30925
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
30926
+ border-color: #0080ff;
30927
+ background: #0080ff;
30928
+ }
30929
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
30930
+ top: 4px;
30931
+ left: 4px;
30932
+ width: 6px;
30933
+ height: 6px;
30934
+ background: #fff;
30935
+ }
30936
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
30937
+ opacity: 0.5;
30938
+ }
30939
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
30940
+ border-color: rgba(107, 128, 167, 0.6);
30941
+ background: rgba(211, 218, 235, 0.6);
30942
+ }
30943
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
30944
+ background: #00122e;
30945
+ }
30946
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
30947
+ color: #00122e;
30948
+ opacity: 0.5;
30949
+ }
30950
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
30951
+ color: #00122e;
30952
+ }
30953
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
30954
+ display: inline-block;
30955
+ padding: 0;
30956
+ padding-left: 12px;
30957
+ }
30958
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
30959
+ margin-bottom: 0;
30960
+ white-space: pre-wrap;
30961
+ color: rgba(44, 56, 82, 0.6);
30962
+ }
30963
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
30964
+ padding-left: 8px;
30965
+ }
30966
+
30967
+ .r5ie79y .ant-radio-button-wrapper:first-child {
30968
+ border-radius: 5px 0 0 5px;
30969
+ }
30970
+ .r5ie79y .ant-radio-button-wrapper:last-child {
30971
+ border-radius: 0 5px 5px 0;
30972
+ }
30973
+
30974
+ .r1f0aqcc {
30975
+ color: #00122e;
30976
+ border-color: #ccd4e3;
30977
+ }
30978
+ .r1f0aqcc:first-child {
30979
+ border-color: #a3b4cc;
30980
+ }
30981
+ .r1f0aqcc.ant-radio-button-wrapper {
30982
+ padding: 0 12px;
30983
+ line-height: 32px;
30984
+ height: 32px;
30985
+ }
30986
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
30987
+ white-space: nowrap;
30988
+ }
30989
+ .ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
30990
+ height: 22px;
30991
+ padding: 0 7px;
30992
+ line-height: 20px;
30993
+ }
30994
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
30995
+ background: #ccd4e3;
30996
+ }
30997
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
30998
+ background: #0080ff;
30999
+ }
31000
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
31001
+ background: #ccd4e3;
31002
+ opacity: 0.5;
31003
+ }
31004
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
31005
+ border-right-color: #0080ff;
31006
+ }
31007
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
31008
+ border-color: #0080ff;
31009
+ }
31010
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
31011
+ background: rgba(0, 136, 255, 0.1);
31012
+ }
31013
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
31014
+ background: rgba(211, 218, 235, 0.6);
31015
+ border-color: #ccd4e3;
31016
+ opacity: 0.5;
31017
+ }
31018
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
31019
+ color: #00122e;
31020
+ border-color: #ccd4e3;
31021
+ }
31022
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
31023
+ color: #00122e;
31024
+ border-color: #ccd4e3;
31025
+ background: rgba(172, 186, 211, 0.6);
31026
+ }
31027
+ .r1f0aqcc .ant-radio-button-input {
31028
+ margin-right: 8px;
31029
+ display: inline;
31030
+ border: none;
31031
+ padding: 0;
31032
+ width: 36px;
31033
+ background: transparent;
31034
+ }
31035
+ .r1f0aqcc .ant-radio-button-input:focus {
31036
+ box-shadow: none;
31037
+ }
31038
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
31039
+ margin-right: 0;
31040
+ width: initial;
31041
+ box-shadow: none;
31042
+ }
31043
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
31044
+ display: none;
31045
+ }
31046
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
31047
+ display: inline;
31048
+ }
31049
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
31050
+ display: inline;
31051
+ margin-right: 8px;
31052
+ padding: 0;
31053
+ width: 36px;
31054
+ }
31055
+
31056
+ .t1upn1sz {
31057
+ height: 100%;
31058
+ }
31059
+
31060
+ .tta5kd2 {
31061
+ height: 100%;
31062
+ }
31063
+ .tta5kd2.empty-table .ant-table-content {
31064
+ overflow: visible !important;
31065
+ height: 100%;
31066
+ }
31067
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
31068
+ height: 100%;
31069
+ }
31070
+ .tta5kd2.empty-table .ant-table-content table {
31071
+ width: 100% !important;
31072
+ height: 100%;
31073
+ }
31074
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
31075
+ padding: 15px 0;
31076
+ }
31077
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
31078
+ display: none;
31076
31079
  }
31077
31080
  .tta5kd2 .active-row td:nth-child(1) {
31078
31081
  font-weight: 700;
@@ -31414,6 +31417,91 @@ input.rrg1fkn.ant-input {
31414
31417
  background: #fff;
31415
31418
  }
31416
31419
 
31420
+ .s1fc623g {
31421
+ width: 430px !important;
31422
+ }
31423
+
31424
+ .da3mx0o .ant-select-item-group {
31425
+ padding: 8px 16px;
31426
+ line-height: 18px;
31427
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
31428
+ height: 34px;
31429
+ min-height: 34px;
31430
+ box-sizing: border-box;
31431
+ margin-top: 8px;
31432
+ }
31433
+
31434
+ .onr9gzt {
31435
+ display: flex;
31436
+ flex-direction: column;
31437
+ margin: 1px 8px;
31438
+ padding: 8px;
31439
+ border-radius: 4px;
31440
+ }
31441
+ .onr9gzt .selected-icon {
31442
+ display: none;
31443
+ }
31444
+ .onr9gzt.ant-select-item-option-grouped {
31445
+ padding-left: 8px;
31446
+ }
31447
+ .onr9gzt.ant-select-item-option-selected {
31448
+ background-color: white;
31449
+ }
31450
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
31451
+ color: #0080ff;
31452
+ }
31453
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
31454
+ display: block;
31455
+ }
31456
+ .onr9gzt.ant-select-item-option-active {
31457
+ background: rgba(0, 136, 255, 0.16);
31458
+ }
31459
+ .onr9gzt.ant-select-item-option-active .timezone-title {
31460
+ color: #0080ff;
31461
+ }
31462
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
31463
+ background: rgba(0, 136, 255, 0.1);
31464
+ color: #0080ff;
31465
+ }
31466
+
31467
+ .oiy0apc {
31468
+ display: flex;
31469
+ justify-content: space-between;
31470
+ height: 20px;
31471
+ line-height: 20px;
31472
+ }
31473
+ .oiy0apc .timezone-title {
31474
+ color: #2d3a56;
31475
+ overflow: hidden;
31476
+ text-overflow: ellipsis;
31477
+ }
31478
+
31479
+ .of4y382 {
31480
+ display: flex;
31481
+ justify-content: space-between;
31482
+ color: rgba(44, 56, 82, 0.6);
31483
+ height: 18px;
31484
+ line-height: 18px;
31485
+ margin-top: 2px;
31486
+ }
31487
+
31488
+ .t19903l9 {
31489
+ border: none;
31490
+ margin-right: 0;
31491
+ background: rgba(225, 230, 241, 0.6);
31492
+ }
31493
+
31494
+ .ohwbvxu {
31495
+ pointer-events: none;
31496
+ height: 32px;
31497
+ width: 100%;
31498
+ opacity: 0;
31499
+ }
31500
+
31501
+ .i1e4sgug {
31502
+ display: inline-block;
31503
+ }
31504
+
31417
31505
  .d6j0lbj {
31418
31506
  font-family: Inter;
31419
31507
  font-style: normal;
@@ -31889,91 +31977,6 @@ input.rrg1fkn.ant-input {
31889
31977
  line-height: 12px;
31890
31978
  }
31891
31979
 
31892
- .i1e4sgug {
31893
- display: inline-block;
31894
- }
31895
-
31896
- .s1fc623g {
31897
- width: 430px !important;
31898
- }
31899
-
31900
- .da3mx0o .ant-select-item-group {
31901
- padding: 8px 16px;
31902
- line-height: 18px;
31903
- border-top: 1px solid rgba(211, 218, 235, 0.6);
31904
- height: 34px;
31905
- min-height: 34px;
31906
- box-sizing: border-box;
31907
- margin-top: 8px;
31908
- }
31909
-
31910
- .onr9gzt {
31911
- display: flex;
31912
- flex-direction: column;
31913
- margin: 1px 8px;
31914
- padding: 8px;
31915
- border-radius: 4px;
31916
- }
31917
- .onr9gzt .selected-icon {
31918
- display: none;
31919
- }
31920
- .onr9gzt.ant-select-item-option-grouped {
31921
- padding-left: 8px;
31922
- }
31923
- .onr9gzt.ant-select-item-option-selected {
31924
- background-color: white;
31925
- }
31926
- .onr9gzt.ant-select-item-option-selected .timezone-title {
31927
- color: #0080ff;
31928
- }
31929
- .onr9gzt.ant-select-item-option-selected .selected-icon {
31930
- display: block;
31931
- }
31932
- .onr9gzt.ant-select-item-option-active {
31933
- background: rgba(0, 136, 255, 0.16);
31934
- }
31935
- .onr9gzt.ant-select-item-option-active .timezone-title {
31936
- color: #0080ff;
31937
- }
31938
- .onr9gzt.ant-select-item-option-active .timezone-tag {
31939
- background: rgba(0, 136, 255, 0.1);
31940
- color: #0080ff;
31941
- }
31942
-
31943
- .oiy0apc {
31944
- display: flex;
31945
- justify-content: space-between;
31946
- height: 20px;
31947
- line-height: 20px;
31948
- }
31949
- .oiy0apc .timezone-title {
31950
- color: #2d3a56;
31951
- overflow: hidden;
31952
- text-overflow: ellipsis;
31953
- }
31954
-
31955
- .of4y382 {
31956
- display: flex;
31957
- justify-content: space-between;
31958
- color: rgba(44, 56, 82, 0.6);
31959
- height: 18px;
31960
- line-height: 18px;
31961
- margin-top: 2px;
31962
- }
31963
-
31964
- .t19903l9 {
31965
- border: none;
31966
- margin-right: 0;
31967
- background: rgba(225, 230, 241, 0.6);
31968
- }
31969
-
31970
- .ohwbvxu {
31971
- pointer-events: none;
31972
- height: 32px;
31973
- width: 100%;
31974
- opacity: 0;
31975
- }
31976
-
31977
31980
  .m15dvk92 {
31978
31981
  display: flex;
31979
31982
  justify-content: space-between;
@@ -32075,87 +32078,16 @@ input.rrg1fkn.ant-input {
32075
32078
  padding-left: 0px !important;
32076
32079
  padding-right: 24px;
32077
32080
  }
32078
- .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32079
- right: 0px;
32080
- }
32081
- .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32082
- padding: 0px;
32083
- }
32084
-
32085
- .csf0p6c .ant-collapse-item .ant-collapse-header {
32086
- padding-right: 0px;
32087
- cursor: default;
32088
- }
32089
-
32090
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32091
- border-radius: 6px;
32092
- }
32093
- .shq1k1g.ant-select.ant-select-single {
32094
- width: 100%;
32095
- color: #2d3a56;
32096
- border-color: rgba(211, 218, 235, 0.6);
32097
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32098
- font-size: 13px;
32099
- }
32100
- .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32101
- height: 30px;
32102
- }
32103
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32104
- height: 38px;
32105
- font-size: 13px;
32106
- }
32107
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32108
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32109
- transition: 160ms ease;
32110
- }
32111
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32112
- color: #0080ff;
32113
- }
32114
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32115
- border-color: rgba(107, 128, 167, 0.6);
32116
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32117
- }
32118
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32119
- color: #0080ff;
32120
- }
32121
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32122
- border-color: #0080ff;
32123
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32124
- }
32125
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32126
- transform: rotate(180deg);
32127
- }
32128
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32129
- background: rgba(211, 218, 235, 0.6);
32130
- border-color: rgba(172, 186, 211, 0.6);
32131
- cursor: "not-allowed";
32132
- }
32133
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32134
- border-color: #f0483e !important;
32135
- }
32136
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32137
- color: #1d326c;
32138
- }
32139
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32140
- border-color: #0080ff;
32141
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32142
- }
32143
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32144
- transform: rotate(180deg);
32145
- }
32146
-
32147
- .igz4le8 {
32148
- height: 24px;
32149
- width: 56px !important;
32150
- margin-right: 4px;
32151
- }
32152
-
32153
- .c1riexje {
32154
- color: rgba(44, 56, 82, 0.6);
32081
+ .cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
32082
+ right: 0px;
32083
+ }
32084
+ .cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
32085
+ padding: 0px;
32155
32086
  }
32156
32087
 
32157
- .iiqau4c.ant-input-group.ant-input-group-compact {
32158
- display: flex;
32088
+ .csf0p6c .ant-collapse-item .ant-collapse-header {
32089
+ padding-right: 0px;
32090
+ cursor: default;
32159
32091
  }
32160
32092
 
32161
32093
  .s14dk8r1 {
@@ -32232,6 +32164,77 @@ input.rrg1fkn.ant-input {
32232
32164
  display: inline-block;
32233
32165
  }
32234
32166
 
32167
+ .igz4le8 {
32168
+ height: 24px;
32169
+ width: 56px !important;
32170
+ margin-right: 4px;
32171
+ }
32172
+
32173
+ .c1riexje {
32174
+ color: rgba(44, 56, 82, 0.6);
32175
+ }
32176
+
32177
+ .iiqau4c.ant-input-group.ant-input-group-compact {
32178
+ display: flex;
32179
+ }
32180
+
32181
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
32182
+ border-radius: 6px;
32183
+ }
32184
+ .shq1k1g.ant-select.ant-select-single {
32185
+ width: 100%;
32186
+ color: #2d3a56;
32187
+ border-color: rgba(211, 218, 235, 0.6);
32188
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
32189
+ font-size: 13px;
32190
+ }
32191
+ .shq1k1g.ant-select.ant-select-single[data-size=middle] {
32192
+ height: 30px;
32193
+ }
32194
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
32195
+ height: 38px;
32196
+ font-size: 13px;
32197
+ }
32198
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
32199
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
32200
+ transition: 160ms ease;
32201
+ }
32202
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
32203
+ color: #0080ff;
32204
+ }
32205
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
32206
+ border-color: rgba(107, 128, 167, 0.6);
32207
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
32208
+ }
32209
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32210
+ color: #0080ff;
32211
+ }
32212
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
32213
+ border-color: #0080ff;
32214
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32215
+ }
32216
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32217
+ transform: rotate(180deg);
32218
+ }
32219
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
32220
+ background: rgba(211, 218, 235, 0.6);
32221
+ border-color: rgba(172, 186, 211, 0.6);
32222
+ cursor: "not-allowed";
32223
+ }
32224
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
32225
+ border-color: #f0483e !important;
32226
+ }
32227
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
32228
+ color: #1d326c;
32229
+ }
32230
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
32231
+ border-color: #0080ff;
32232
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32233
+ }
32234
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
32235
+ transform: rotate(180deg);
32236
+ }
32237
+
32235
32238
  .t19ustft .date {
32236
32239
  margin-right: 4px;
32237
32240
  }
@@ -32327,18 +32330,6 @@ input.rrg1fkn.ant-input {
32327
32330
  white-space: nowrap;
32328
32331
  }
32329
32332
 
32330
- .n3qomhu {
32331
- font-size: 90%;
32332
- font-weight: bold;
32333
- background-color: rgba(240, 243, 247, 0.6);
32334
- padding: 1px 4px 1px;
32335
- margin-left: 2px;
32336
- margin-right: 2px;
32337
- border: 1px solid rgba(213, 219, 227, 0.6);
32338
- border-radius: 4px;
32339
- word-break: break-all;
32340
- }
32341
-
32342
32333
  .m1thnes4 {
32343
32334
  color: rgba(44, 56, 82, 0.6);
32344
32335
  text-align: center;
@@ -32759,37 +32750,6 @@ input.rrg1fkn.ant-input {
32759
32750
  margin-right: 2px;
32760
32751
  }
32761
32752
 
32762
- .f1p9ti6d {
32763
- width: 100%;
32764
- margin-bottom: 0 !important;
32765
- flex-flow: nowrap !important;
32766
- line-break: auto;
32767
- }
32768
- .f1p9ti6d > .ant-form-item-label {
32769
- text-align: left !important;
32770
- padding-bottom: 0 !important;
32771
- }
32772
- .f1p9ti6d > .ant-form-item-label > label {
32773
- min-height: 32px;
32774
- height: auto;
32775
- font-size: 13px;
32776
- color: rgba(44, 56, 82, 0.6);
32777
- white-space: normal;
32778
- }
32779
- .f1p9ti6d.ant-form-item-has-error .ant-input {
32780
- border-color: #ff4d4f !important;
32781
- }
32782
- .f1p9ti6d .ant-form-item-explain {
32783
- margin-top: 4px;
32784
- font-size: 12px;
32785
- min-height: 0px;
32786
- }
32787
- .f1p9ti6d .ant-form-item-extra {
32788
- font-size: 12px;
32789
- color: rgba(44, 56, 82, 0.6);
32790
- min-height: 0px;
32791
- }
32792
-
32793
32753
  .rrwcpby {
32794
32754
  display: flex;
32795
32755
  align-items: center;
@@ -32823,56 +32783,6 @@ input.rrg1fkn.ant-input {
32823
32783
  transform: translateY(-4px);
32824
32784
  }
32825
32785
 
32826
- .at4ovwe .ant-input-number-handler-wrap {
32827
- display: var(--at4ovwe-0);
32828
- }
32829
- .at4ovwe .ant-input-number-input-wrap {
32830
- padding: 5px 12px;
32831
- display: inline-flex;
32832
- line-height: 1.5715;
32833
- height: 100%;
32834
- width: 100%;
32835
- }
32836
- .at4ovwe .ant-input-number-input-wrap::after {
32837
- content: var(--at4ovwe-1);
32838
- display: var(--at4ovwe-2);
32839
- flex: none;
32840
- align-items: center;
32841
- margin-left: 4px;
32842
- color: rgba(44, 56, 82, 0.6);
32843
- }
32844
- .at4ovwe .ant-input-number-input-wrap::before {
32845
- content: var(--at4ovwe-3);
32846
- display: var(--at4ovwe-4);
32847
- flex: none;
32848
- align-items: center;
32849
- margin-right: 4px;
32850
- cursor: auto;
32851
- color: rgba(44, 56, 82, 0.6);
32852
- }
32853
- .ant-input-group.ant-input-group-compact > .at4ovwe {
32854
- border-radius: 0;
32855
- }
32856
- .at4ovwe.ant-input-number {
32857
- width: 100%;
32858
- border-radius: 6px;
32859
- }
32860
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
32861
- border-color: #0096ff;
32862
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
32863
- z-index: 1;
32864
- }
32865
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
32866
- border-color: #e75a3a;
32867
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
32868
- }
32869
- .at4ovwe .ant-input-number-input {
32870
- padding: 0;
32871
- margin: 0;
32872
- height: auto;
32873
- font-size: inherit;
32874
- }
32875
-
32876
32786
  .tc40oxa {
32877
32787
  margin-bottom: 4px;
32878
32788
  color: rgba(44, 56, 82, 0.6);
@@ -33066,6 +32976,87 @@ input.rrg1fkn.ant-input {
33066
32976
  margin-right: 8px;
33067
32977
  }
33068
32978
 
32979
+ .f1p9ti6d {
32980
+ width: 100%;
32981
+ margin-bottom: 0 !important;
32982
+ flex-flow: nowrap !important;
32983
+ line-break: auto;
32984
+ }
32985
+ .f1p9ti6d > .ant-form-item-label {
32986
+ text-align: left !important;
32987
+ padding-bottom: 0 !important;
32988
+ }
32989
+ .f1p9ti6d > .ant-form-item-label > label {
32990
+ min-height: 32px;
32991
+ height: auto;
32992
+ font-size: 13px;
32993
+ color: rgba(44, 56, 82, 0.6);
32994
+ white-space: normal;
32995
+ }
32996
+ .f1p9ti6d.ant-form-item-has-error .ant-input {
32997
+ border-color: #ff4d4f !important;
32998
+ }
32999
+ .f1p9ti6d .ant-form-item-explain {
33000
+ margin-top: 4px;
33001
+ font-size: 12px;
33002
+ min-height: 0px;
33003
+ }
33004
+ .f1p9ti6d .ant-form-item-extra {
33005
+ font-size: 12px;
33006
+ color: rgba(44, 56, 82, 0.6);
33007
+ min-height: 0px;
33008
+ }
33009
+
33010
+ .at4ovwe .ant-input-number-handler-wrap {
33011
+ display: var(--at4ovwe-0);
33012
+ }
33013
+ .at4ovwe .ant-input-number-input-wrap {
33014
+ padding: 5px 12px;
33015
+ display: inline-flex;
33016
+ line-height: 1.5715;
33017
+ height: 100%;
33018
+ width: 100%;
33019
+ }
33020
+ .at4ovwe .ant-input-number-input-wrap::after {
33021
+ content: var(--at4ovwe-1);
33022
+ display: var(--at4ovwe-2);
33023
+ flex: none;
33024
+ align-items: center;
33025
+ margin-left: 4px;
33026
+ color: rgba(44, 56, 82, 0.6);
33027
+ }
33028
+ .at4ovwe .ant-input-number-input-wrap::before {
33029
+ content: var(--at4ovwe-3);
33030
+ display: var(--at4ovwe-4);
33031
+ flex: none;
33032
+ align-items: center;
33033
+ margin-right: 4px;
33034
+ cursor: auto;
33035
+ color: rgba(44, 56, 82, 0.6);
33036
+ }
33037
+ .ant-input-group.ant-input-group-compact > .at4ovwe {
33038
+ border-radius: 0;
33039
+ }
33040
+ .at4ovwe.ant-input-number {
33041
+ width: 100%;
33042
+ border-radius: 6px;
33043
+ }
33044
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
33045
+ border-color: #0096ff;
33046
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
33047
+ z-index: 1;
33048
+ }
33049
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
33050
+ border-color: #e75a3a;
33051
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
33052
+ }
33053
+ .at4ovwe .ant-input-number-input {
33054
+ padding: 0;
33055
+ margin: 0;
33056
+ height: auto;
33057
+ font-size: inherit;
33058
+ }
33059
+
33069
33060
  .w1xcixj5.outside-tag {
33070
33061
  padding-left: 0;
33071
33062
  }