@cloudtower/eagle 0.26.19 → 0.26.21
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/components.css +141 -193
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +238 -290
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -30261,63 +30261,6 @@ html body {
|
|
|
30261
30261
|
position: absolute;
|
|
30262
30262
|
}
|
|
30263
30263
|
|
|
30264
|
-
.p12gwtiw {
|
|
30265
|
-
display: flex;
|
|
30266
|
-
justify-content: space-between;
|
|
30267
|
-
align-items: center;
|
|
30268
|
-
padding: 10px 0;
|
|
30269
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30270
|
-
font-size: 12px;
|
|
30271
|
-
line-height: 24px;
|
|
30272
|
-
}
|
|
30273
|
-
.p12gwtiw .pagination-left {
|
|
30274
|
-
padding: 2px 8px;
|
|
30275
|
-
}
|
|
30276
|
-
.p12gwtiw .dropdown-trigger {
|
|
30277
|
-
display: flex;
|
|
30278
|
-
align-items: center;
|
|
30279
|
-
border-radius: 6px;
|
|
30280
|
-
cursor: pointer;
|
|
30281
|
-
transition: all 0.3s ease;
|
|
30282
|
-
}
|
|
30283
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30284
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30285
|
-
color: #0080ff;
|
|
30286
|
-
}
|
|
30287
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30288
|
-
margin-left: 4px;
|
|
30289
|
-
}
|
|
30290
|
-
.p12gwtiw .pagination-right {
|
|
30291
|
-
display: flex;
|
|
30292
|
-
align-items: center;
|
|
30293
|
-
color: #0080ff;
|
|
30294
|
-
font-weight: bold;
|
|
30295
|
-
}
|
|
30296
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30297
|
-
margin-left: 4px;
|
|
30298
|
-
}
|
|
30299
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30300
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30301
|
-
padding: 0 8px;
|
|
30302
|
-
}
|
|
30303
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30304
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30305
|
-
color: #0080ff;
|
|
30306
|
-
}
|
|
30307
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30308
|
-
transform: rotate(180deg);
|
|
30309
|
-
}
|
|
30310
|
-
|
|
30311
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30312
|
-
max-height: calc(100vh - 128px);
|
|
30313
|
-
overflow-y: auto;
|
|
30314
|
-
}
|
|
30315
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30316
|
-
padding: 4px 20px;
|
|
30317
|
-
font-size: 12px;
|
|
30318
|
-
line-height: 18px;
|
|
30319
|
-
}
|
|
30320
|
-
|
|
30321
30264
|
.rxbeqvl.ant-radio-wrapper {
|
|
30322
30265
|
display: inline-flex;
|
|
30323
30266
|
align-items: baseline;
|
|
@@ -30464,6 +30407,118 @@ html body {
|
|
|
30464
30407
|
width: 36px;
|
|
30465
30408
|
}
|
|
30466
30409
|
|
|
30410
|
+
.p12gwtiw {
|
|
30411
|
+
display: flex;
|
|
30412
|
+
justify-content: space-between;
|
|
30413
|
+
align-items: center;
|
|
30414
|
+
padding: 10px 0;
|
|
30415
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30416
|
+
font-size: 12px;
|
|
30417
|
+
line-height: 24px;
|
|
30418
|
+
}
|
|
30419
|
+
.p12gwtiw .pagination-left {
|
|
30420
|
+
padding: 2px 8px;
|
|
30421
|
+
}
|
|
30422
|
+
.p12gwtiw .dropdown-trigger {
|
|
30423
|
+
display: flex;
|
|
30424
|
+
align-items: center;
|
|
30425
|
+
border-radius: 6px;
|
|
30426
|
+
cursor: pointer;
|
|
30427
|
+
transition: all 0.3s ease;
|
|
30428
|
+
}
|
|
30429
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30430
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30431
|
+
color: #0080ff;
|
|
30432
|
+
}
|
|
30433
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30434
|
+
margin-left: 4px;
|
|
30435
|
+
}
|
|
30436
|
+
.p12gwtiw .pagination-right {
|
|
30437
|
+
display: flex;
|
|
30438
|
+
align-items: center;
|
|
30439
|
+
color: #0080ff;
|
|
30440
|
+
font-weight: bold;
|
|
30441
|
+
}
|
|
30442
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30443
|
+
margin-left: 4px;
|
|
30444
|
+
}
|
|
30445
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30446
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30447
|
+
padding: 0 8px;
|
|
30448
|
+
}
|
|
30449
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30450
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30451
|
+
color: #0080ff;
|
|
30452
|
+
}
|
|
30453
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30454
|
+
transform: rotate(180deg);
|
|
30455
|
+
}
|
|
30456
|
+
|
|
30457
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30458
|
+
max-height: calc(100vh - 128px);
|
|
30459
|
+
overflow-y: auto;
|
|
30460
|
+
}
|
|
30461
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30462
|
+
padding: 4px 20px;
|
|
30463
|
+
font-size: 12px;
|
|
30464
|
+
line-height: 18px;
|
|
30465
|
+
}
|
|
30466
|
+
|
|
30467
|
+
.s34f1qb.ant-switch {
|
|
30468
|
+
min-width: 40px;
|
|
30469
|
+
height: 24px;
|
|
30470
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30471
|
+
overflow: hidden;
|
|
30472
|
+
}
|
|
30473
|
+
.s34f1qb.ant-switch:focus {
|
|
30474
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30475
|
+
}
|
|
30476
|
+
.s34f1qb.ant-switch-small {
|
|
30477
|
+
min-width: 26px;
|
|
30478
|
+
height: 16px;
|
|
30479
|
+
}
|
|
30480
|
+
.s34f1qb.ant-switch-large {
|
|
30481
|
+
min-width: 52px;
|
|
30482
|
+
height: 32px;
|
|
30483
|
+
}
|
|
30484
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30485
|
+
height: 20px;
|
|
30486
|
+
width: 20px;
|
|
30487
|
+
}
|
|
30488
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30489
|
+
border-radius: 10px;
|
|
30490
|
+
transition-delay: 120ms;
|
|
30491
|
+
}
|
|
30492
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30493
|
+
height: 14px;
|
|
30494
|
+
width: 14px;
|
|
30495
|
+
top: 1px;
|
|
30496
|
+
left: 1px;
|
|
30497
|
+
}
|
|
30498
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30499
|
+
height: 28px;
|
|
30500
|
+
width: 28px;
|
|
30501
|
+
}
|
|
30502
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30503
|
+
border-radius: 14px;
|
|
30504
|
+
}
|
|
30505
|
+
.s34f1qb.ant-switch-checked {
|
|
30506
|
+
background-color: #00ba5d;
|
|
30507
|
+
}
|
|
30508
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30509
|
+
left: calc(100% - 20px - 2px);
|
|
30510
|
+
}
|
|
30511
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30512
|
+
left: calc(100% - 14px - 1px);
|
|
30513
|
+
}
|
|
30514
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30515
|
+
left: calc(100% - 28px - 2px);
|
|
30516
|
+
}
|
|
30517
|
+
|
|
30518
|
+
.c1to9vb9 {
|
|
30519
|
+
margin-left: 5px;
|
|
30520
|
+
}
|
|
30521
|
+
|
|
30467
30522
|
.cz04yix {
|
|
30468
30523
|
display: flex;
|
|
30469
30524
|
flex-direction: column;
|
|
@@ -30508,61 +30563,6 @@ html body {
|
|
|
30508
30563
|
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30509
30564
|
width: auto;
|
|
30510
30565
|
}
|
|
30511
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30512
|
-
flex: initial;
|
|
30513
|
-
}
|
|
30514
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
30515
|
-
margin-top: 4px;
|
|
30516
|
-
}
|
|
30517
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
30518
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
30519
|
-
display: none !important;
|
|
30520
|
-
}
|
|
30521
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
30522
|
-
padding: 0 15px;
|
|
30523
|
-
border-radius: 4px;
|
|
30524
|
-
height: 32px;
|
|
30525
|
-
display: flex;
|
|
30526
|
-
align-items: center;
|
|
30527
|
-
}
|
|
30528
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
30529
|
-
min-height: auto;
|
|
30530
|
-
white-space: nowrap;
|
|
30531
|
-
}
|
|
30532
|
-
.w1vvwdlp .ant-steps-item-description {
|
|
30533
|
-
padding-bottom: 0px;
|
|
30534
|
-
}
|
|
30535
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
30536
|
-
font-size: 13px !important;
|
|
30537
|
-
line-height: 20px !important;
|
|
30538
|
-
}
|
|
30539
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
30540
|
-
display: inline-block;
|
|
30541
|
-
text-align: center;
|
|
30542
|
-
width: 13px;
|
|
30543
|
-
margin-right: 12px;
|
|
30544
|
-
}
|
|
30545
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
30546
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30547
|
-
}
|
|
30548
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30549
|
-
color: #005ed1;
|
|
30550
|
-
}
|
|
30551
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
30552
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30553
|
-
}
|
|
30554
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30555
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
30556
|
-
}
|
|
30557
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
30558
|
-
cursor: not-allowed;
|
|
30559
|
-
}
|
|
30560
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
30561
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30562
|
-
}
|
|
30563
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30564
|
-
color: #2d3a56;
|
|
30565
|
-
}
|
|
30566
30566
|
|
|
30567
30567
|
.h1cuopx7 .ant-modal-header {
|
|
30568
30568
|
margin: 0 auto;
|
|
@@ -30942,6 +30942,7 @@ html body {
|
|
|
30942
30942
|
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30943
30943
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30944
30944
|
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30945
|
+
z-index: 1;
|
|
30945
30946
|
}
|
|
30946
30947
|
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30947
30948
|
border-color: #0096ff;
|
|
@@ -31129,142 +31130,6 @@ input.rrg1fkn.ant-input {
|
|
|
31129
31130
|
border-bottom-left-radius: 0;
|
|
31130
31131
|
}
|
|
31131
31132
|
|
|
31132
|
-
.s34f1qb.ant-switch {
|
|
31133
|
-
min-width: 40px;
|
|
31134
|
-
height: 24px;
|
|
31135
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31136
|
-
overflow: hidden;
|
|
31137
|
-
}
|
|
31138
|
-
.s34f1qb.ant-switch:focus {
|
|
31139
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31140
|
-
}
|
|
31141
|
-
.s34f1qb.ant-switch-small {
|
|
31142
|
-
min-width: 26px;
|
|
31143
|
-
height: 16px;
|
|
31144
|
-
}
|
|
31145
|
-
.s34f1qb.ant-switch-large {
|
|
31146
|
-
min-width: 52px;
|
|
31147
|
-
height: 32px;
|
|
31148
|
-
}
|
|
31149
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31150
|
-
height: 20px;
|
|
31151
|
-
width: 20px;
|
|
31152
|
-
}
|
|
31153
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31154
|
-
border-radius: 10px;
|
|
31155
|
-
transition-delay: 120ms;
|
|
31156
|
-
}
|
|
31157
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31158
|
-
height: 14px;
|
|
31159
|
-
width: 14px;
|
|
31160
|
-
top: 1px;
|
|
31161
|
-
left: 1px;
|
|
31162
|
-
}
|
|
31163
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31164
|
-
height: 28px;
|
|
31165
|
-
width: 28px;
|
|
31166
|
-
}
|
|
31167
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31168
|
-
border-radius: 14px;
|
|
31169
|
-
}
|
|
31170
|
-
.s34f1qb.ant-switch-checked {
|
|
31171
|
-
background-color: #00ba5d;
|
|
31172
|
-
}
|
|
31173
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31174
|
-
left: calc(100% - 20px - 2px);
|
|
31175
|
-
}
|
|
31176
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31177
|
-
left: calc(100% - 14px - 1px);
|
|
31178
|
-
}
|
|
31179
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31180
|
-
left: calc(100% - 28px - 2px);
|
|
31181
|
-
}
|
|
31182
|
-
|
|
31183
|
-
.c1to9vb9 {
|
|
31184
|
-
margin-left: 5px;
|
|
31185
|
-
}
|
|
31186
|
-
|
|
31187
|
-
.s1fc623g {
|
|
31188
|
-
width: 430px !important;
|
|
31189
|
-
}
|
|
31190
|
-
|
|
31191
|
-
.da3mx0o .ant-select-item-group {
|
|
31192
|
-
padding: 8px 16px;
|
|
31193
|
-
line-height: 18px;
|
|
31194
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31195
|
-
height: 34px;
|
|
31196
|
-
min-height: 34px;
|
|
31197
|
-
box-sizing: border-box;
|
|
31198
|
-
margin-top: 8px;
|
|
31199
|
-
}
|
|
31200
|
-
|
|
31201
|
-
.onr9gzt {
|
|
31202
|
-
display: flex;
|
|
31203
|
-
flex-direction: column;
|
|
31204
|
-
margin: 1px 8px;
|
|
31205
|
-
padding: 8px;
|
|
31206
|
-
border-radius: 4px;
|
|
31207
|
-
}
|
|
31208
|
-
.onr9gzt .selected-icon {
|
|
31209
|
-
display: none;
|
|
31210
|
-
}
|
|
31211
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31212
|
-
padding-left: 8px;
|
|
31213
|
-
}
|
|
31214
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31215
|
-
background-color: white;
|
|
31216
|
-
}
|
|
31217
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31218
|
-
color: #0080ff;
|
|
31219
|
-
}
|
|
31220
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31221
|
-
display: block;
|
|
31222
|
-
}
|
|
31223
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31224
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31225
|
-
}
|
|
31226
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31227
|
-
color: #0080ff;
|
|
31228
|
-
}
|
|
31229
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31230
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31231
|
-
color: #0080ff;
|
|
31232
|
-
}
|
|
31233
|
-
|
|
31234
|
-
.oiy0apc {
|
|
31235
|
-
display: flex;
|
|
31236
|
-
justify-content: space-between;
|
|
31237
|
-
height: 20px;
|
|
31238
|
-
line-height: 20px;
|
|
31239
|
-
}
|
|
31240
|
-
.oiy0apc .timezone-title {
|
|
31241
|
-
color: #2d3a56;
|
|
31242
|
-
overflow: hidden;
|
|
31243
|
-
text-overflow: ellipsis;
|
|
31244
|
-
}
|
|
31245
|
-
|
|
31246
|
-
.of4y382 {
|
|
31247
|
-
display: flex;
|
|
31248
|
-
justify-content: space-between;
|
|
31249
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31250
|
-
height: 18px;
|
|
31251
|
-
line-height: 18px;
|
|
31252
|
-
margin-top: 2px;
|
|
31253
|
-
}
|
|
31254
|
-
|
|
31255
|
-
.t19903l9 {
|
|
31256
|
-
border: none;
|
|
31257
|
-
margin-right: 0;
|
|
31258
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31259
|
-
}
|
|
31260
|
-
|
|
31261
|
-
.ohwbvxu {
|
|
31262
|
-
pointer-events: none;
|
|
31263
|
-
height: 32px;
|
|
31264
|
-
width: 100%;
|
|
31265
|
-
opacity: 0;
|
|
31266
|
-
}
|
|
31267
|
-
|
|
31268
31133
|
.t1upn1sz {
|
|
31269
31134
|
height: 100%;
|
|
31270
31135
|
}
|
|
@@ -31629,6 +31494,91 @@ input.rrg1fkn.ant-input {
|
|
|
31629
31494
|
background: #fff;
|
|
31630
31495
|
}
|
|
31631
31496
|
|
|
31497
|
+
.s1fc623g {
|
|
31498
|
+
width: 430px !important;
|
|
31499
|
+
}
|
|
31500
|
+
|
|
31501
|
+
.da3mx0o .ant-select-item-group {
|
|
31502
|
+
padding: 8px 16px;
|
|
31503
|
+
line-height: 18px;
|
|
31504
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31505
|
+
height: 34px;
|
|
31506
|
+
min-height: 34px;
|
|
31507
|
+
box-sizing: border-box;
|
|
31508
|
+
margin-top: 8px;
|
|
31509
|
+
}
|
|
31510
|
+
|
|
31511
|
+
.onr9gzt {
|
|
31512
|
+
display: flex;
|
|
31513
|
+
flex-direction: column;
|
|
31514
|
+
margin: 1px 8px;
|
|
31515
|
+
padding: 8px;
|
|
31516
|
+
border-radius: 4px;
|
|
31517
|
+
}
|
|
31518
|
+
.onr9gzt .selected-icon {
|
|
31519
|
+
display: none;
|
|
31520
|
+
}
|
|
31521
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31522
|
+
padding-left: 8px;
|
|
31523
|
+
}
|
|
31524
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31525
|
+
background-color: white;
|
|
31526
|
+
}
|
|
31527
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31528
|
+
color: #0080ff;
|
|
31529
|
+
}
|
|
31530
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31531
|
+
display: block;
|
|
31532
|
+
}
|
|
31533
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31534
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31535
|
+
}
|
|
31536
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31537
|
+
color: #0080ff;
|
|
31538
|
+
}
|
|
31539
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31540
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31541
|
+
color: #0080ff;
|
|
31542
|
+
}
|
|
31543
|
+
|
|
31544
|
+
.oiy0apc {
|
|
31545
|
+
display: flex;
|
|
31546
|
+
justify-content: space-between;
|
|
31547
|
+
height: 20px;
|
|
31548
|
+
line-height: 20px;
|
|
31549
|
+
}
|
|
31550
|
+
.oiy0apc .timezone-title {
|
|
31551
|
+
color: #2d3a56;
|
|
31552
|
+
overflow: hidden;
|
|
31553
|
+
text-overflow: ellipsis;
|
|
31554
|
+
}
|
|
31555
|
+
|
|
31556
|
+
.of4y382 {
|
|
31557
|
+
display: flex;
|
|
31558
|
+
justify-content: space-between;
|
|
31559
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31560
|
+
height: 18px;
|
|
31561
|
+
line-height: 18px;
|
|
31562
|
+
margin-top: 2px;
|
|
31563
|
+
}
|
|
31564
|
+
|
|
31565
|
+
.t19903l9 {
|
|
31566
|
+
border: none;
|
|
31567
|
+
margin-right: 0;
|
|
31568
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31569
|
+
}
|
|
31570
|
+
|
|
31571
|
+
.ohwbvxu {
|
|
31572
|
+
pointer-events: none;
|
|
31573
|
+
height: 32px;
|
|
31574
|
+
width: 100%;
|
|
31575
|
+
opacity: 0;
|
|
31576
|
+
}
|
|
31577
|
+
|
|
31578
|
+
.i1e4sgug {
|
|
31579
|
+
display: inline-block;
|
|
31580
|
+
}
|
|
31581
|
+
|
|
31632
31582
|
.d6j0lbj {
|
|
31633
31583
|
font-family: Inter;
|
|
31634
31584
|
font-style: normal;
|
|
@@ -32104,10 +32054,6 @@ input.rrg1fkn.ant-input {
|
|
|
32104
32054
|
line-height: 12px;
|
|
32105
32055
|
}
|
|
32106
32056
|
|
|
32107
|
-
.i1e4sgug {
|
|
32108
|
-
display: inline-block;
|
|
32109
|
-
}
|
|
32110
|
-
|
|
32111
32057
|
.m15dvk92 {
|
|
32112
32058
|
display: flex;
|
|
32113
32059
|
justify-content: space-between;
|
|
@@ -32221,10 +32167,6 @@ input.rrg1fkn.ant-input {
|
|
|
32221
32167
|
cursor: default;
|
|
32222
32168
|
}
|
|
32223
32169
|
|
|
32224
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32225
|
-
display: flex;
|
|
32226
|
-
}
|
|
32227
|
-
|
|
32228
32170
|
.igz4le8 {
|
|
32229
32171
|
height: 24px;
|
|
32230
32172
|
width: 56px !important;
|
|
@@ -32235,6 +32177,10 @@ input.rrg1fkn.ant-input {
|
|
|
32235
32177
|
color: rgba(44, 56, 82, 0.6);
|
|
32236
32178
|
}
|
|
32237
32179
|
|
|
32180
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32181
|
+
display: flex;
|
|
32182
|
+
}
|
|
32183
|
+
|
|
32238
32184
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32239
32185
|
border-radius: 6px;
|
|
32240
32186
|
}
|
|
@@ -32617,7 +32563,6 @@ input.rrg1fkn.ant-input {
|
|
|
32617
32563
|
position: relative;
|
|
32618
32564
|
top: -50%;
|
|
32619
32565
|
right: -100%;
|
|
32620
|
-
display: inline-block;
|
|
32621
32566
|
}
|
|
32622
32567
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32623
32568
|
padding: 0 4px 0 12px;
|
|
@@ -33045,39 +32990,6 @@ input.rrg1fkn.ant-input {
|
|
|
33045
32990
|
min-height: 0px;
|
|
33046
32991
|
}
|
|
33047
32992
|
|
|
33048
|
-
.w1xcixj5.outside-tag {
|
|
33049
|
-
padding-left: 0;
|
|
33050
|
-
}
|
|
33051
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33052
|
-
border-radius: 4px 0 0 4px;
|
|
33053
|
-
padding-right: 4px;
|
|
33054
|
-
margin-right: 4px;
|
|
33055
|
-
}
|
|
33056
|
-
|
|
33057
|
-
.sut42l0 {
|
|
33058
|
-
padding: 0 8px;
|
|
33059
|
-
height: 18px;
|
|
33060
|
-
}
|
|
33061
|
-
|
|
33062
|
-
.mfsz1jz {
|
|
33063
|
-
padding: 2px 8px;
|
|
33064
|
-
height: 24px;
|
|
33065
|
-
}
|
|
33066
|
-
|
|
33067
|
-
.tnd6h4m {
|
|
33068
|
-
margin: 0;
|
|
33069
|
-
}
|
|
33070
|
-
|
|
33071
|
-
.i1qw4clm {
|
|
33072
|
-
margin-right: 4px;
|
|
33073
|
-
height: 16px;
|
|
33074
|
-
}
|
|
33075
|
-
|
|
33076
|
-
.iwsze0q {
|
|
33077
|
-
margin-right: 4px;
|
|
33078
|
-
height: 16px;
|
|
33079
|
-
}
|
|
33080
|
-
|
|
33081
32993
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33082
32994
|
display: var(--at4ovwe-0);
|
|
33083
32995
|
}
|
|
@@ -33105,6 +33017,9 @@ input.rrg1fkn.ant-input {
|
|
|
33105
33017
|
cursor: auto;
|
|
33106
33018
|
color: rgba(44, 56, 82, 0.6);
|
|
33107
33019
|
}
|
|
33020
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33021
|
+
border-radius: 0;
|
|
33022
|
+
}
|
|
33108
33023
|
.at4ovwe.ant-input-number {
|
|
33109
33024
|
width: 100%;
|
|
33110
33025
|
border-radius: 6px;
|
|
@@ -33124,6 +33039,39 @@ input.rrg1fkn.ant-input {
|
|
|
33124
33039
|
font-size: inherit;
|
|
33125
33040
|
}
|
|
33126
33041
|
|
|
33042
|
+
.w1xcixj5.outside-tag {
|
|
33043
|
+
padding-left: 0;
|
|
33044
|
+
}
|
|
33045
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33046
|
+
border-radius: 4px 0 0 4px;
|
|
33047
|
+
padding-right: 4px;
|
|
33048
|
+
margin-right: 4px;
|
|
33049
|
+
}
|
|
33050
|
+
|
|
33051
|
+
.sut42l0 {
|
|
33052
|
+
padding: 0 8px;
|
|
33053
|
+
height: 18px;
|
|
33054
|
+
}
|
|
33055
|
+
|
|
33056
|
+
.mfsz1jz {
|
|
33057
|
+
padding: 2px 8px;
|
|
33058
|
+
height: 24px;
|
|
33059
|
+
}
|
|
33060
|
+
|
|
33061
|
+
.tnd6h4m {
|
|
33062
|
+
margin: 0;
|
|
33063
|
+
}
|
|
33064
|
+
|
|
33065
|
+
.i1qw4clm {
|
|
33066
|
+
margin-right: 4px;
|
|
33067
|
+
height: 16px;
|
|
33068
|
+
}
|
|
33069
|
+
|
|
33070
|
+
.iwsze0q {
|
|
33071
|
+
margin-right: 4px;
|
|
33072
|
+
height: 16px;
|
|
33073
|
+
}
|
|
33074
|
+
|
|
33127
33075
|
.feau332.ant-form-item {
|
|
33128
33076
|
margin-bottom: 0;
|
|
33129
33077
|
}
|