@cloudtower/eagle 0.26.27 → 0.26.30
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/ErrorBoundary/index.d.ts +1 -4
- package/dist/components.css +365 -359
- package/dist/core/ParrotTrans/index.d.ts +4 -0
- package/dist/esm/index.js +12 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/hooks/useParrotTranslation.d.ts +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +775 -769
- package/dist/umd/index.js +12 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -6
- package/dist/components/Modal/AsideModal.d.ts +0 -5
- package/dist/components/Modal/ImmersiveModal.d.ts +0 -5
package/dist/components.css
CHANGED
|
@@ -29840,35 +29840,6 @@ html body {
|
|
|
29840
29840
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29841
29841
|
}
|
|
29842
29842
|
}
|
|
29843
|
-
.bpq0js6 {
|
|
29844
|
-
padding: 4px 11px;
|
|
29845
|
-
}
|
|
29846
|
-
|
|
29847
|
-
.b15sn34c {
|
|
29848
|
-
white-space: nowrap;
|
|
29849
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29850
|
-
}
|
|
29851
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29852
|
-
--color: #0080ff;
|
|
29853
|
-
}
|
|
29854
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29855
|
-
--color: #0080ff;
|
|
29856
|
-
}
|
|
29857
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29858
|
-
margin-left: 1px;
|
|
29859
|
-
}
|
|
29860
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29861
|
-
border-top-right-radius: 0;
|
|
29862
|
-
border-bottom-right-radius: 0;
|
|
29863
|
-
}
|
|
29864
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29865
|
-
border-top-left-radius: 0;
|
|
29866
|
-
border-bottom-left-radius: 0;
|
|
29867
|
-
}
|
|
29868
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29869
|
-
border-radius: unset;
|
|
29870
|
-
}
|
|
29871
|
-
|
|
29872
29843
|
.buj61ew.ant-btn-icon-only {
|
|
29873
29844
|
justify-content: center;
|
|
29874
29845
|
}
|
|
@@ -30125,6 +30096,19 @@ html body {
|
|
|
30125
30096
|
padding: 0;
|
|
30126
30097
|
}
|
|
30127
30098
|
|
|
30099
|
+
.iap75of {
|
|
30100
|
+
height: 18px;
|
|
30101
|
+
line-height: 18px;
|
|
30102
|
+
padding: 0 4px;
|
|
30103
|
+
border-radius: 4px;
|
|
30104
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30105
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30106
|
+
display: flex;
|
|
30107
|
+
align-items: center;
|
|
30108
|
+
white-space: nowrap;
|
|
30109
|
+
margin-right: 4px;
|
|
30110
|
+
}
|
|
30111
|
+
|
|
30128
30112
|
.fde5mpd {
|
|
30129
30113
|
width: 100%;
|
|
30130
30114
|
height: 100%;
|
|
@@ -30140,6 +30124,35 @@ html body {
|
|
|
30140
30124
|
font-size: 18px;
|
|
30141
30125
|
}
|
|
30142
30126
|
|
|
30127
|
+
.bpq0js6 {
|
|
30128
|
+
padding: 4px 11px;
|
|
30129
|
+
}
|
|
30130
|
+
|
|
30131
|
+
.b15sn34c {
|
|
30132
|
+
white-space: nowrap;
|
|
30133
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30134
|
+
}
|
|
30135
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30136
|
+
--color: #0080ff;
|
|
30137
|
+
}
|
|
30138
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30139
|
+
--color: #0080ff;
|
|
30140
|
+
}
|
|
30141
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30142
|
+
margin-left: 1px;
|
|
30143
|
+
}
|
|
30144
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30145
|
+
border-top-right-radius: 0;
|
|
30146
|
+
border-bottom-right-radius: 0;
|
|
30147
|
+
}
|
|
30148
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30149
|
+
border-top-left-radius: 0;
|
|
30150
|
+
border-bottom-left-radius: 0;
|
|
30151
|
+
}
|
|
30152
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30153
|
+
border-radius: unset;
|
|
30154
|
+
}
|
|
30155
|
+
|
|
30143
30156
|
.i1mrf09m {
|
|
30144
30157
|
display: inline-flex;
|
|
30145
30158
|
align-items: center;
|
|
@@ -30158,229 +30171,59 @@ html body {
|
|
|
30158
30171
|
animation: rotate 680ms linear infinite;
|
|
30159
30172
|
}
|
|
30160
30173
|
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30167
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30168
|
-
display: flex;
|
|
30169
|
-
align-items: center;
|
|
30170
|
-
white-space: nowrap;
|
|
30171
|
-
margin-right: 4px;
|
|
30172
|
-
}
|
|
30173
|
-
|
|
30174
|
-
.obf05yr {
|
|
30175
|
-
display: inline-block;
|
|
30176
|
-
}
|
|
30177
|
-
|
|
30178
|
-
.hsms1n6 {
|
|
30179
|
-
visibility: hidden;
|
|
30180
|
-
position: absolute;
|
|
30181
|
-
}
|
|
30182
|
-
|
|
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;
|
|
30174
|
+
.s34f1qb.ant-switch {
|
|
30175
|
+
min-width: 40px;
|
|
30176
|
+
height: 24px;
|
|
30177
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30178
|
+
overflow: hidden;
|
|
30302
30179
|
}
|
|
30303
|
-
|
|
30304
|
-
.
|
|
30305
|
-
color: #00122e;
|
|
30306
|
-
border-color: #ccd4e3;
|
|
30180
|
+
.s34f1qb.ant-switch:focus {
|
|
30181
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30307
30182
|
}
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30183
|
+
.s34f1qb.ant-switch-small {
|
|
30184
|
+
min-width: 26px;
|
|
30185
|
+
height: 16px;
|
|
30310
30186
|
}
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30313
|
-
line-height: 32px;
|
|
30187
|
+
.s34f1qb.ant-switch-large {
|
|
30188
|
+
min-width: 52px;
|
|
30314
30189
|
height: 32px;
|
|
30315
30190
|
}
|
|
30316
|
-
.
|
|
30317
|
-
|
|
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);
|
|
30191
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30192
|
+
height: 20px;
|
|
30193
|
+
width: 20px;
|
|
30342
30194
|
}
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30345
|
-
|
|
30346
|
-
opacity: 0.5;
|
|
30195
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30196
|
+
border-radius: 10px;
|
|
30197
|
+
transition-delay: 120ms;
|
|
30347
30198
|
}
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30350
|
-
|
|
30199
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30200
|
+
height: 14px;
|
|
30201
|
+
width: 14px;
|
|
30202
|
+
top: 1px;
|
|
30203
|
+
left: 1px;
|
|
30351
30204
|
}
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30354
|
-
|
|
30355
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30205
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30206
|
+
height: 28px;
|
|
30207
|
+
width: 28px;
|
|
30356
30208
|
}
|
|
30357
|
-
.
|
|
30358
|
-
|
|
30359
|
-
display: inline;
|
|
30360
|
-
border: none;
|
|
30361
|
-
padding: 0;
|
|
30362
|
-
width: 36px;
|
|
30363
|
-
background: transparent;
|
|
30209
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30210
|
+
border-radius: 14px;
|
|
30364
30211
|
}
|
|
30365
|
-
.
|
|
30366
|
-
|
|
30212
|
+
.s34f1qb.ant-switch-checked {
|
|
30213
|
+
background-color: #00ba5d;
|
|
30367
30214
|
}
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30370
|
-
width: initial;
|
|
30371
|
-
box-shadow: none;
|
|
30215
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30216
|
+
left: calc(100% - 20px - 2px);
|
|
30372
30217
|
}
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30218
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30219
|
+
left: calc(100% - 14px - 1px);
|
|
30375
30220
|
}
|
|
30376
|
-
.
|
|
30377
|
-
|
|
30221
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30222
|
+
left: calc(100% - 28px - 2px);
|
|
30378
30223
|
}
|
|
30379
|
-
|
|
30380
|
-
|
|
30381
|
-
margin-
|
|
30382
|
-
padding: 0;
|
|
30383
|
-
width: 36px;
|
|
30224
|
+
|
|
30225
|
+
.c1to9vb9 {
|
|
30226
|
+
margin-left: 5px;
|
|
30384
30227
|
}
|
|
30385
30228
|
|
|
30386
30229
|
.cz04yix {
|
|
@@ -30811,6 +30654,7 @@ html body {
|
|
|
30811
30654
|
.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 {
|
|
30812
30655
|
border-color: #0096ff;
|
|
30813
30656
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30657
|
+
z-index: 1;
|
|
30814
30658
|
}
|
|
30815
30659
|
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30816
30660
|
border-color: #e75a3a;
|
|
@@ -30968,85 +30812,242 @@ input.l1ki27se.ant-input {
|
|
|
30968
30812
|
border-top-right-radius: 0;
|
|
30969
30813
|
border-bottom-right-radius: 0;
|
|
30970
30814
|
}
|
|
30971
|
-
|
|
30972
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30973
|
-
border-top-right-radius: 0;
|
|
30974
|
-
border-bottom-right-radius: 0;
|
|
30815
|
+
|
|
30816
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30817
|
+
border-top-right-radius: 0;
|
|
30818
|
+
border-bottom-right-radius: 0;
|
|
30819
|
+
}
|
|
30820
|
+
|
|
30821
|
+
input.rrg1fkn.ant-input {
|
|
30822
|
+
border-top-left-radius: 0;
|
|
30823
|
+
border-bottom-left-radius: 0;
|
|
30824
|
+
}
|
|
30825
|
+
|
|
30826
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30827
|
+
border-top-left-radius: 0;
|
|
30828
|
+
border-bottom-left-radius: 0;
|
|
30829
|
+
}
|
|
30830
|
+
|
|
30831
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30832
|
+
border-top-right-radius: 0;
|
|
30833
|
+
border-bottom-right-radius: 0;
|
|
30834
|
+
}
|
|
30835
|
+
|
|
30836
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30837
|
+
border-top-left-radius: 0;
|
|
30838
|
+
border-bottom-left-radius: 0;
|
|
30839
|
+
}
|
|
30840
|
+
|
|
30841
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30842
|
+
display: inline-flex;
|
|
30843
|
+
align-items: baseline;
|
|
30844
|
+
white-space: pre-wrap;
|
|
30845
|
+
}
|
|
30846
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30847
|
+
position: relative;
|
|
30848
|
+
top: 3px;
|
|
30849
|
+
}
|
|
30850
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30851
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30852
|
+
}
|
|
30853
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30854
|
+
border-color: #0080ff;
|
|
30855
|
+
}
|
|
30856
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30857
|
+
border-color: #0080ff;
|
|
30858
|
+
background: #0080ff;
|
|
30859
|
+
}
|
|
30860
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30861
|
+
top: 4px;
|
|
30862
|
+
left: 4px;
|
|
30863
|
+
width: 6px;
|
|
30864
|
+
height: 6px;
|
|
30865
|
+
background: #fff;
|
|
30866
|
+
}
|
|
30867
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30868
|
+
opacity: 0.5;
|
|
30869
|
+
}
|
|
30870
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30871
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30872
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30873
|
+
}
|
|
30874
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30875
|
+
background: #00122e;
|
|
30876
|
+
}
|
|
30877
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30878
|
+
color: #00122e;
|
|
30879
|
+
opacity: 0.5;
|
|
30880
|
+
}
|
|
30881
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30882
|
+
color: #00122e;
|
|
30883
|
+
}
|
|
30884
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30885
|
+
display: inline-block;
|
|
30886
|
+
padding: 0;
|
|
30887
|
+
padding-left: 12px;
|
|
30888
|
+
}
|
|
30889
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30890
|
+
margin-bottom: 0;
|
|
30891
|
+
white-space: pre-wrap;
|
|
30892
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30893
|
+
}
|
|
30894
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30895
|
+
padding-left: 8px;
|
|
30896
|
+
}
|
|
30897
|
+
|
|
30898
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30899
|
+
border-radius: 5px 0 0 5px;
|
|
30900
|
+
}
|
|
30901
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30902
|
+
border-radius: 0 5px 5px 0;
|
|
30903
|
+
}
|
|
30904
|
+
|
|
30905
|
+
.r1f0aqcc {
|
|
30906
|
+
color: #00122e;
|
|
30907
|
+
border-color: #ccd4e3;
|
|
30908
|
+
}
|
|
30909
|
+
.r1f0aqcc:first-child {
|
|
30910
|
+
border-color: #a3b4cc;
|
|
30911
|
+
}
|
|
30912
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30913
|
+
padding: 0 12px;
|
|
30914
|
+
line-height: 32px;
|
|
30915
|
+
height: 32px;
|
|
30916
|
+
}
|
|
30917
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30918
|
+
white-space: nowrap;
|
|
30919
|
+
}
|
|
30920
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30921
|
+
height: 22px;
|
|
30922
|
+
padding: 0 7px;
|
|
30923
|
+
line-height: 20px;
|
|
30924
|
+
}
|
|
30925
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30926
|
+
background: #ccd4e3;
|
|
30927
|
+
}
|
|
30928
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30929
|
+
background: #0080ff;
|
|
30930
|
+
}
|
|
30931
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30932
|
+
background: #ccd4e3;
|
|
30933
|
+
opacity: 0.5;
|
|
30934
|
+
}
|
|
30935
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30936
|
+
border-right-color: #0080ff;
|
|
30937
|
+
}
|
|
30938
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30939
|
+
border-color: #0080ff;
|
|
30940
|
+
}
|
|
30941
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30942
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30943
|
+
}
|
|
30944
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30945
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30946
|
+
border-color: #ccd4e3;
|
|
30947
|
+
opacity: 0.5;
|
|
30948
|
+
}
|
|
30949
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30950
|
+
color: #00122e;
|
|
30951
|
+
border-color: #ccd4e3;
|
|
30952
|
+
}
|
|
30953
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30954
|
+
color: #00122e;
|
|
30955
|
+
border-color: #ccd4e3;
|
|
30956
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30957
|
+
}
|
|
30958
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30959
|
+
margin-right: 8px;
|
|
30960
|
+
display: inline;
|
|
30961
|
+
border: none;
|
|
30962
|
+
padding: 0;
|
|
30963
|
+
width: 36px;
|
|
30964
|
+
background: transparent;
|
|
30965
|
+
}
|
|
30966
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30967
|
+
box-shadow: none;
|
|
30975
30968
|
}
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
|
|
30979
|
-
|
|
30969
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30970
|
+
margin-right: 0;
|
|
30971
|
+
width: initial;
|
|
30972
|
+
box-shadow: none;
|
|
30980
30973
|
}
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
border-top-left-radius: 0;
|
|
30984
|
-
border-bottom-left-radius: 0;
|
|
30974
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30975
|
+
display: none;
|
|
30985
30976
|
}
|
|
30986
|
-
|
|
30987
|
-
|
|
30988
|
-
border-top-right-radius: 0;
|
|
30989
|
-
border-bottom-right-radius: 0;
|
|
30977
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30978
|
+
display: inline;
|
|
30990
30979
|
}
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
|
|
30980
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30981
|
+
display: inline;
|
|
30982
|
+
margin-right: 8px;
|
|
30983
|
+
padding: 0;
|
|
30984
|
+
width: 36px;
|
|
30995
30985
|
}
|
|
30996
30986
|
|
|
30997
|
-
.
|
|
30998
|
-
|
|
30999
|
-
|
|
31000
|
-
|
|
31001
|
-
|
|
30987
|
+
.p12gwtiw {
|
|
30988
|
+
display: flex;
|
|
30989
|
+
justify-content: space-between;
|
|
30990
|
+
align-items: center;
|
|
30991
|
+
padding: 10px 0;
|
|
30992
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30993
|
+
font-size: 12px;
|
|
30994
|
+
line-height: 24px;
|
|
31002
30995
|
}
|
|
31003
|
-
.
|
|
31004
|
-
|
|
30996
|
+
.p12gwtiw .pagination-left {
|
|
30997
|
+
padding: 2px 8px;
|
|
31005
30998
|
}
|
|
31006
|
-
.
|
|
31007
|
-
|
|
31008
|
-
|
|
30999
|
+
.p12gwtiw .dropdown-trigger {
|
|
31000
|
+
display: flex;
|
|
31001
|
+
align-items: center;
|
|
31002
|
+
border-radius: 6px;
|
|
31003
|
+
cursor: pointer;
|
|
31004
|
+
transition: all 0.3s ease;
|
|
31009
31005
|
}
|
|
31010
|
-
.
|
|
31011
|
-
|
|
31012
|
-
|
|
31006
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31007
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31008
|
+
color: #0080ff;
|
|
31013
31009
|
}
|
|
31014
|
-
.
|
|
31015
|
-
|
|
31016
|
-
width: 20px;
|
|
31010
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31011
|
+
margin-left: 4px;
|
|
31017
31012
|
}
|
|
31018
|
-
.
|
|
31019
|
-
|
|
31020
|
-
|
|
31013
|
+
.p12gwtiw .pagination-right {
|
|
31014
|
+
display: flex;
|
|
31015
|
+
align-items: center;
|
|
31016
|
+
color: #0080ff;
|
|
31017
|
+
font-weight: bold;
|
|
31021
31018
|
}
|
|
31022
|
-
.
|
|
31023
|
-
|
|
31024
|
-
width: 14px;
|
|
31025
|
-
top: 1px;
|
|
31026
|
-
left: 1px;
|
|
31019
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31020
|
+
margin-left: 4px;
|
|
31027
31021
|
}
|
|
31028
|
-
.
|
|
31029
|
-
|
|
31030
|
-
|
|
31022
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31023
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31024
|
+
padding: 0 8px;
|
|
31031
31025
|
}
|
|
31032
|
-
.
|
|
31033
|
-
|
|
31026
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31027
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31028
|
+
color: #0080ff;
|
|
31034
31029
|
}
|
|
31035
|
-
.
|
|
31036
|
-
|
|
31030
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31031
|
+
transform: rotate(180deg);
|
|
31037
31032
|
}
|
|
31038
|
-
|
|
31039
|
-
|
|
31033
|
+
|
|
31034
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31035
|
+
max-height: calc(100vh - 128px);
|
|
31036
|
+
overflow-y: auto;
|
|
31040
31037
|
}
|
|
31041
|
-
.
|
|
31042
|
-
|
|
31038
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31039
|
+
padding: 4px 20px;
|
|
31040
|
+
font-size: 12px;
|
|
31041
|
+
line-height: 18px;
|
|
31043
31042
|
}
|
|
31044
|
-
|
|
31045
|
-
|
|
31043
|
+
|
|
31044
|
+
.obf05yr {
|
|
31045
|
+
display: inline-block;
|
|
31046
31046
|
}
|
|
31047
31047
|
|
|
31048
|
-
.
|
|
31049
|
-
|
|
31048
|
+
.hsms1n6 {
|
|
31049
|
+
visibility: hidden;
|
|
31050
|
+
position: absolute;
|
|
31050
31051
|
}
|
|
31051
31052
|
|
|
31052
31053
|
.t1upn1sz {
|
|
@@ -31135,7 +31136,7 @@ input.rrg1fkn.ant-input {
|
|
|
31135
31136
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31136
31137
|
margin-bottom: -1px;
|
|
31137
31138
|
}
|
|
31138
|
-
.tta5kd2 .ant-table .time-wrapper .
|
|
31139
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31139
31140
|
.tta5kd2 .ant-table .value {
|
|
31140
31141
|
color: #2d3a56;
|
|
31141
31142
|
}
|
|
@@ -31494,10 +31495,6 @@ input.rrg1fkn.ant-input {
|
|
|
31494
31495
|
opacity: 0;
|
|
31495
31496
|
}
|
|
31496
31497
|
|
|
31497
|
-
.i1e4sgug {
|
|
31498
|
-
display: inline-block;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
31498
|
.d6j0lbj {
|
|
31502
31499
|
font-family: Inter;
|
|
31503
31500
|
font-style: normal;
|
|
@@ -31973,6 +31970,10 @@ input.rrg1fkn.ant-input {
|
|
|
31973
31970
|
line-height: 12px;
|
|
31974
31971
|
}
|
|
31975
31972
|
|
|
31973
|
+
.i1e4sgug {
|
|
31974
|
+
display: inline-block;
|
|
31975
|
+
}
|
|
31976
|
+
|
|
31976
31977
|
.m15dvk92 {
|
|
31977
31978
|
display: flex;
|
|
31978
31979
|
justify-content: space-between;
|
|
@@ -32086,6 +32087,16 @@ input.rrg1fkn.ant-input {
|
|
|
32086
32087
|
cursor: default;
|
|
32087
32088
|
}
|
|
32088
32089
|
|
|
32090
|
+
.igz4le8 {
|
|
32091
|
+
height: 24px;
|
|
32092
|
+
width: 56px !important;
|
|
32093
|
+
margin-right: 4px;
|
|
32094
|
+
}
|
|
32095
|
+
|
|
32096
|
+
.c1riexje {
|
|
32097
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32098
|
+
}
|
|
32099
|
+
|
|
32089
32100
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32090
32101
|
border-radius: 6px;
|
|
32091
32102
|
}
|
|
@@ -32143,16 +32154,6 @@ input.rrg1fkn.ant-input {
|
|
|
32143
32154
|
transform: rotate(180deg);
|
|
32144
32155
|
}
|
|
32145
32156
|
|
|
32146
|
-
.igz4le8 {
|
|
32147
|
-
height: 24px;
|
|
32148
|
-
width: 56px !important;
|
|
32149
|
-
margin-right: 4px;
|
|
32150
|
-
}
|
|
32151
|
-
|
|
32152
|
-
.c1riexje {
|
|
32153
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32154
|
-
}
|
|
32155
|
-
|
|
32156
32157
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32157
32158
|
display: flex;
|
|
32158
32159
|
}
|
|
@@ -32231,6 +32232,10 @@ input.rrg1fkn.ant-input {
|
|
|
32231
32232
|
display: inline-block;
|
|
32232
32233
|
}
|
|
32233
32234
|
|
|
32235
|
+
.t19ustft .date {
|
|
32236
|
+
margin-right: 4px;
|
|
32237
|
+
}
|
|
32238
|
+
|
|
32234
32239
|
.s1uupxds {
|
|
32235
32240
|
padding: 0 8px;
|
|
32236
32241
|
border-radius: 4px;
|
|
@@ -32483,6 +32488,36 @@ input.rrg1fkn.ant-input {
|
|
|
32483
32488
|
margin-left: 8px;
|
|
32484
32489
|
}
|
|
32485
32490
|
|
|
32491
|
+
.t1gz6wqf {
|
|
32492
|
+
height: 100%;
|
|
32493
|
+
}
|
|
32494
|
+
.t1gz6wqf .table-loading-item {
|
|
32495
|
+
padding: 12px 4px;
|
|
32496
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32497
|
+
display: flex;
|
|
32498
|
+
}
|
|
32499
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32500
|
+
height: 16px;
|
|
32501
|
+
margin: 4px;
|
|
32502
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32503
|
+
border-radius: 2px;
|
|
32504
|
+
}
|
|
32505
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32506
|
+
width: 16px;
|
|
32507
|
+
}
|
|
32508
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32509
|
+
flex: 1;
|
|
32510
|
+
}
|
|
32511
|
+
.t1gz6wqf :nth-child(1) {
|
|
32512
|
+
padding: 8px 4px;
|
|
32513
|
+
}
|
|
32514
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32515
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32516
|
+
}
|
|
32517
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32518
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32519
|
+
}
|
|
32520
|
+
|
|
32486
32521
|
.sq6vos1 {
|
|
32487
32522
|
--item-min-width: 60px;
|
|
32488
32523
|
}
|
|
@@ -32668,36 +32703,6 @@ input.rrg1fkn.ant-input {
|
|
|
32668
32703
|
justify-content: center;
|
|
32669
32704
|
}
|
|
32670
32705
|
|
|
32671
|
-
.t1gz6wqf {
|
|
32672
|
-
height: 100%;
|
|
32673
|
-
}
|
|
32674
|
-
.t1gz6wqf .table-loading-item {
|
|
32675
|
-
padding: 12px 4px;
|
|
32676
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32677
|
-
display: flex;
|
|
32678
|
-
}
|
|
32679
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32680
|
-
height: 16px;
|
|
32681
|
-
margin: 4px;
|
|
32682
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32683
|
-
border-radius: 2px;
|
|
32684
|
-
}
|
|
32685
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32686
|
-
width: 16px;
|
|
32687
|
-
}
|
|
32688
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32689
|
-
flex: 1;
|
|
32690
|
-
}
|
|
32691
|
-
.t1gz6wqf :nth-child(1) {
|
|
32692
|
-
padding: 8px 4px;
|
|
32693
|
-
}
|
|
32694
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32695
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32696
|
-
}
|
|
32697
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32698
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32699
|
-
}
|
|
32700
|
-
|
|
32701
32706
|
.c1k4vanq {
|
|
32702
32707
|
padding: 0 12px 14px 12px;
|
|
32703
32708
|
}
|
|
@@ -32758,23 +32763,6 @@ input.rrg1fkn.ant-input {
|
|
|
32758
32763
|
margin-right: 6px;
|
|
32759
32764
|
}
|
|
32760
32765
|
|
|
32761
|
-
.bab9xum {
|
|
32762
|
-
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);
|
|
32763
|
-
}
|
|
32764
|
-
|
|
32765
|
-
.cav4gt6 {
|
|
32766
|
-
border-radius: 8px;
|
|
32767
|
-
background-color: white;
|
|
32768
|
-
}
|
|
32769
|
-
.cav4gt6.hoverable {
|
|
32770
|
-
cursor: pointer;
|
|
32771
|
-
}
|
|
32772
|
-
.cav4gt6.hoverable:hover {
|
|
32773
|
-
transition: all 200ms ease;
|
|
32774
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32775
|
-
transform: translateY(-4px);
|
|
32776
|
-
}
|
|
32777
|
-
|
|
32778
32766
|
.f1p9ti6d {
|
|
32779
32767
|
width: 100%;
|
|
32780
32768
|
margin-bottom: 0 !important;
|
|
@@ -32806,6 +32794,23 @@ input.rrg1fkn.ant-input {
|
|
|
32806
32794
|
min-height: 0px;
|
|
32807
32795
|
}
|
|
32808
32796
|
|
|
32797
|
+
.bab9xum {
|
|
32798
|
+
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);
|
|
32799
|
+
}
|
|
32800
|
+
|
|
32801
|
+
.cav4gt6 {
|
|
32802
|
+
border-radius: 8px;
|
|
32803
|
+
background-color: white;
|
|
32804
|
+
}
|
|
32805
|
+
.cav4gt6.hoverable {
|
|
32806
|
+
cursor: pointer;
|
|
32807
|
+
}
|
|
32808
|
+
.cav4gt6.hoverable:hover {
|
|
32809
|
+
transition: all 200ms ease;
|
|
32810
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32811
|
+
transform: translateY(-4px);
|
|
32812
|
+
}
|
|
32813
|
+
|
|
32809
32814
|
.tc40oxa {
|
|
32810
32815
|
margin-bottom: 4px;
|
|
32811
32816
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33036,6 +33041,7 @@ input.rrg1fkn.ant-input {
|
|
|
33036
33041
|
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33037
33042
|
border-color: #0096ff;
|
|
33038
33043
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33044
|
+
z-index: 1;
|
|
33039
33045
|
}
|
|
33040
33046
|
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33041
33047
|
border-color: #e75a3a;
|