@cloudtower/eagle 0.26.22 → 0.26.24
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/Card/CardWrapper.d.ts +1 -1
- package/dist/components/Modal/AsideModal.d.ts +5 -0
- package/dist/components/StatusCapsule/__test__/h5_css.test.d.ts +1 -0
- package/dist/components/StatusCapsule/index.d.ts +8 -0
- package/dist/components.css +498 -420
- package/dist/esm/index.js +843 -736
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +9 -0
- package/dist/style.css +882 -804
- package/dist/umd/index.js +840 -733
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +26 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -28310,6 +28310,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28310
28310
|
/* dim */
|
|
28311
28311
|
/* box shadow */
|
|
28312
28312
|
/* fisheye */
|
|
28313
|
+
/* z-index */
|
|
28313
28314
|
@keyframes rotate {
|
|
28314
28315
|
from {
|
|
28315
28316
|
transform: rotate(0deg);
|
|
@@ -28363,6 +28364,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28363
28364
|
/* dim */
|
|
28364
28365
|
/* box shadow */
|
|
28365
28366
|
/* fisheye */
|
|
28367
|
+
/* z-index */
|
|
28366
28368
|
.loading {
|
|
28367
28369
|
width: 64px;
|
|
28368
28370
|
height: 64px;
|
|
@@ -28523,6 +28525,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28523
28525
|
/* dim */
|
|
28524
28526
|
/* box shadow */
|
|
28525
28527
|
/* fisheye */
|
|
28528
|
+
/* z-index */
|
|
28526
28529
|
.ant-dropdown,
|
|
28527
28530
|
.ant-dropdown-menu-submenu {
|
|
28528
28531
|
background: #fff;
|
|
@@ -28744,6 +28747,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28744
28747
|
/* dim */
|
|
28745
28748
|
/* box shadow */
|
|
28746
28749
|
/* fisheye */
|
|
28750
|
+
/* z-index */
|
|
28747
28751
|
.ant-dropdown,
|
|
28748
28752
|
.ant-dropdown-menu-submenu {
|
|
28749
28753
|
background: #fff;
|
|
@@ -29832,6 +29836,68 @@ html body {
|
|
|
29832
29836
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29833
29837
|
}
|
|
29834
29838
|
}
|
|
29839
|
+
.fde5mpd {
|
|
29840
|
+
width: 100%;
|
|
29841
|
+
height: 100%;
|
|
29842
|
+
min-height: 124px;
|
|
29843
|
+
display: flex;
|
|
29844
|
+
flex-direction: column;
|
|
29845
|
+
justify-content: center;
|
|
29846
|
+
align-items: center;
|
|
29847
|
+
}
|
|
29848
|
+
.fde5mpd .error-text {
|
|
29849
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29850
|
+
margin-bottom: 16px;
|
|
29851
|
+
font-size: 18px;
|
|
29852
|
+
}
|
|
29853
|
+
|
|
29854
|
+
.bpq0js6 {
|
|
29855
|
+
padding: 4px 11px;
|
|
29856
|
+
}
|
|
29857
|
+
|
|
29858
|
+
.b15sn34c {
|
|
29859
|
+
white-space: nowrap;
|
|
29860
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29861
|
+
}
|
|
29862
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29863
|
+
--color: #0080ff;
|
|
29864
|
+
}
|
|
29865
|
+
.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] {
|
|
29866
|
+
--color: #0080ff;
|
|
29867
|
+
}
|
|
29868
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29869
|
+
margin-left: 1px;
|
|
29870
|
+
}
|
|
29871
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29872
|
+
border-top-right-radius: 0;
|
|
29873
|
+
border-bottom-right-radius: 0;
|
|
29874
|
+
}
|
|
29875
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29876
|
+
border-top-left-radius: 0;
|
|
29877
|
+
border-bottom-left-radius: 0;
|
|
29878
|
+
}
|
|
29879
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29880
|
+
border-radius: unset;
|
|
29881
|
+
}
|
|
29882
|
+
|
|
29883
|
+
.i1mrf09m {
|
|
29884
|
+
display: inline-flex;
|
|
29885
|
+
align-items: center;
|
|
29886
|
+
}
|
|
29887
|
+
.i1mrf09m .icon-inner {
|
|
29888
|
+
display: inline-flex;
|
|
29889
|
+
align-items: center;
|
|
29890
|
+
justify-content: center;
|
|
29891
|
+
}
|
|
29892
|
+
.i1mrf09m .icon-inner + span,
|
|
29893
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29894
|
+
margin-left: 4px;
|
|
29895
|
+
}
|
|
29896
|
+
.i1mrf09m.is-rotate img,
|
|
29897
|
+
.i1mrf09m.is-rotate svg {
|
|
29898
|
+
animation: rotate 680ms linear infinite;
|
|
29899
|
+
}
|
|
29900
|
+
|
|
29835
29901
|
.buj61ew.ant-btn-icon-only {
|
|
29836
29902
|
justify-content: center;
|
|
29837
29903
|
}
|
|
@@ -30090,50 +30156,6 @@ html body {
|
|
|
30090
30156
|
padding: 0;
|
|
30091
30157
|
}
|
|
30092
30158
|
|
|
30093
|
-
.bpq0js6 {
|
|
30094
|
-
padding: 4px 11px;
|
|
30095
|
-
}
|
|
30096
|
-
|
|
30097
|
-
.b15sn34c {
|
|
30098
|
-
white-space: nowrap;
|
|
30099
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30100
|
-
}
|
|
30101
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30102
|
-
--color: #0080ff;
|
|
30103
|
-
}
|
|
30104
|
-
.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] {
|
|
30105
|
-
--color: #0080ff;
|
|
30106
|
-
}
|
|
30107
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30108
|
-
margin-left: 1px;
|
|
30109
|
-
}
|
|
30110
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30111
|
-
border-top-right-radius: 0;
|
|
30112
|
-
border-bottom-right-radius: 0;
|
|
30113
|
-
}
|
|
30114
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30115
|
-
border-top-left-radius: 0;
|
|
30116
|
-
border-bottom-left-radius: 0;
|
|
30117
|
-
}
|
|
30118
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30119
|
-
border-radius: unset;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
30122
|
-
.fde5mpd {
|
|
30123
|
-
width: 100%;
|
|
30124
|
-
height: 100%;
|
|
30125
|
-
min-height: 124px;
|
|
30126
|
-
display: flex;
|
|
30127
|
-
flex-direction: column;
|
|
30128
|
-
justify-content: center;
|
|
30129
|
-
align-items: center;
|
|
30130
|
-
}
|
|
30131
|
-
.fde5mpd .error-text {
|
|
30132
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30133
|
-
margin-bottom: 16px;
|
|
30134
|
-
font-size: 18px;
|
|
30135
|
-
}
|
|
30136
|
-
|
|
30137
30159
|
.iap75of {
|
|
30138
30160
|
height: 18px;
|
|
30139
30161
|
line-height: 18px;
|
|
@@ -30147,33 +30169,6 @@ html body {
|
|
|
30147
30169
|
margin-right: 4px;
|
|
30148
30170
|
}
|
|
30149
30171
|
|
|
30150
|
-
.i1mrf09m {
|
|
30151
|
-
display: inline-flex;
|
|
30152
|
-
align-items: center;
|
|
30153
|
-
}
|
|
30154
|
-
.i1mrf09m .icon-inner {
|
|
30155
|
-
display: inline-flex;
|
|
30156
|
-
align-items: center;
|
|
30157
|
-
justify-content: center;
|
|
30158
|
-
}
|
|
30159
|
-
.i1mrf09m .icon-inner + span,
|
|
30160
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30161
|
-
margin-left: 4px;
|
|
30162
|
-
}
|
|
30163
|
-
.i1mrf09m.is-rotate img,
|
|
30164
|
-
.i1mrf09m.is-rotate svg {
|
|
30165
|
-
animation: rotate 680ms linear infinite;
|
|
30166
|
-
}
|
|
30167
|
-
|
|
30168
|
-
.obf05yr {
|
|
30169
|
-
display: inline-block;
|
|
30170
|
-
}
|
|
30171
|
-
|
|
30172
|
-
.hsms1n6 {
|
|
30173
|
-
visibility: hidden;
|
|
30174
|
-
position: absolute;
|
|
30175
|
-
}
|
|
30176
|
-
|
|
30177
30172
|
.p12gwtiw {
|
|
30178
30173
|
display: flex;
|
|
30179
30174
|
justify-content: space-between;
|
|
@@ -30231,6 +30226,15 @@ html body {
|
|
|
30231
30226
|
line-height: 18px;
|
|
30232
30227
|
}
|
|
30233
30228
|
|
|
30229
|
+
.obf05yr {
|
|
30230
|
+
display: inline-block;
|
|
30231
|
+
}
|
|
30232
|
+
|
|
30233
|
+
.hsms1n6 {
|
|
30234
|
+
visibility: hidden;
|
|
30235
|
+
position: absolute;
|
|
30236
|
+
}
|
|
30237
|
+
|
|
30234
30238
|
.rxbeqvl.ant-radio-wrapper {
|
|
30235
30239
|
display: inline-flex;
|
|
30236
30240
|
align-items: baseline;
|
|
@@ -30377,6 +30381,61 @@ html body {
|
|
|
30377
30381
|
width: 36px;
|
|
30378
30382
|
}
|
|
30379
30383
|
|
|
30384
|
+
.s34f1qb.ant-switch {
|
|
30385
|
+
min-width: 40px;
|
|
30386
|
+
height: 24px;
|
|
30387
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30388
|
+
overflow: hidden;
|
|
30389
|
+
}
|
|
30390
|
+
.s34f1qb.ant-switch:focus {
|
|
30391
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30392
|
+
}
|
|
30393
|
+
.s34f1qb.ant-switch-small {
|
|
30394
|
+
min-width: 26px;
|
|
30395
|
+
height: 16px;
|
|
30396
|
+
}
|
|
30397
|
+
.s34f1qb.ant-switch-large {
|
|
30398
|
+
min-width: 52px;
|
|
30399
|
+
height: 32px;
|
|
30400
|
+
}
|
|
30401
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30402
|
+
height: 20px;
|
|
30403
|
+
width: 20px;
|
|
30404
|
+
}
|
|
30405
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30406
|
+
border-radius: 10px;
|
|
30407
|
+
transition-delay: 120ms;
|
|
30408
|
+
}
|
|
30409
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30410
|
+
height: 14px;
|
|
30411
|
+
width: 14px;
|
|
30412
|
+
top: 1px;
|
|
30413
|
+
left: 1px;
|
|
30414
|
+
}
|
|
30415
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30416
|
+
height: 28px;
|
|
30417
|
+
width: 28px;
|
|
30418
|
+
}
|
|
30419
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30420
|
+
border-radius: 14px;
|
|
30421
|
+
}
|
|
30422
|
+
.s34f1qb.ant-switch-checked {
|
|
30423
|
+
background-color: #00ba5d;
|
|
30424
|
+
}
|
|
30425
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30426
|
+
left: calc(100% - 20px - 2px);
|
|
30427
|
+
}
|
|
30428
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30429
|
+
left: calc(100% - 14px - 1px);
|
|
30430
|
+
}
|
|
30431
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30432
|
+
left: calc(100% - 28px - 2px);
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.c1to9vb9 {
|
|
30436
|
+
margin-left: 5px;
|
|
30437
|
+
}
|
|
30438
|
+
|
|
30380
30439
|
.cz04yix {
|
|
30381
30440
|
display: flex;
|
|
30382
30441
|
flex-direction: column;
|
|
@@ -30988,61 +31047,6 @@ input.rrg1fkn.ant-input {
|
|
|
30988
31047
|
border-bottom-left-radius: 0;
|
|
30989
31048
|
}
|
|
30990
31049
|
|
|
30991
|
-
.s34f1qb.ant-switch {
|
|
30992
|
-
min-width: 40px;
|
|
30993
|
-
height: 24px;
|
|
30994
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30995
|
-
overflow: hidden;
|
|
30996
|
-
}
|
|
30997
|
-
.s34f1qb.ant-switch:focus {
|
|
30998
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30999
|
-
}
|
|
31000
|
-
.s34f1qb.ant-switch-small {
|
|
31001
|
-
min-width: 26px;
|
|
31002
|
-
height: 16px;
|
|
31003
|
-
}
|
|
31004
|
-
.s34f1qb.ant-switch-large {
|
|
31005
|
-
min-width: 52px;
|
|
31006
|
-
height: 32px;
|
|
31007
|
-
}
|
|
31008
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31009
|
-
height: 20px;
|
|
31010
|
-
width: 20px;
|
|
31011
|
-
}
|
|
31012
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31013
|
-
border-radius: 10px;
|
|
31014
|
-
transition-delay: 120ms;
|
|
31015
|
-
}
|
|
31016
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31017
|
-
height: 14px;
|
|
31018
|
-
width: 14px;
|
|
31019
|
-
top: 1px;
|
|
31020
|
-
left: 1px;
|
|
31021
|
-
}
|
|
31022
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31023
|
-
height: 28px;
|
|
31024
|
-
width: 28px;
|
|
31025
|
-
}
|
|
31026
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31027
|
-
border-radius: 14px;
|
|
31028
|
-
}
|
|
31029
|
-
.s34f1qb.ant-switch-checked {
|
|
31030
|
-
background-color: #00ba5d;
|
|
31031
|
-
}
|
|
31032
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31033
|
-
left: calc(100% - 20px - 2px);
|
|
31034
|
-
}
|
|
31035
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31036
|
-
left: calc(100% - 14px - 1px);
|
|
31037
|
-
}
|
|
31038
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31039
|
-
left: calc(100% - 28px - 2px);
|
|
31040
|
-
}
|
|
31041
|
-
|
|
31042
|
-
.c1to9vb9 {
|
|
31043
|
-
margin-left: 5px;
|
|
31044
|
-
}
|
|
31045
|
-
|
|
31046
31050
|
.t1upn1sz {
|
|
31047
31051
|
height: 100%;
|
|
31048
31052
|
}
|
|
@@ -32151,10 +32155,84 @@ input.rrg1fkn.ant-input {
|
|
|
32151
32155
|
display: flex;
|
|
32152
32156
|
}
|
|
32153
32157
|
|
|
32154
|
-
.
|
|
32155
|
-
|
|
32156
|
-
border-radius:
|
|
32157
|
-
|
|
32158
|
+
.s14dk8r1 {
|
|
32159
|
+
margin: 0;
|
|
32160
|
+
border-radius: 20px;
|
|
32161
|
+
padding: 2px 10px;
|
|
32162
|
+
height: 22px;
|
|
32163
|
+
}
|
|
32164
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32165
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32166
|
+
}
|
|
32167
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32168
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32169
|
+
}
|
|
32170
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32171
|
+
color: #00122e;
|
|
32172
|
+
}
|
|
32173
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32174
|
+
margin-right: 6px;
|
|
32175
|
+
}
|
|
32176
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32177
|
+
margin-left: 4px;
|
|
32178
|
+
}
|
|
32179
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32180
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32181
|
+
}
|
|
32182
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32183
|
+
background-color: #0080ff;
|
|
32184
|
+
}
|
|
32185
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32186
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32187
|
+
}
|
|
32188
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32189
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32190
|
+
}
|
|
32191
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32192
|
+
background-color: #f0483e;
|
|
32193
|
+
}
|
|
32194
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32195
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32196
|
+
}
|
|
32197
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32198
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32199
|
+
}
|
|
32200
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32201
|
+
background-color: #fea008;
|
|
32202
|
+
}
|
|
32203
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32204
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32205
|
+
}
|
|
32206
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32207
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32208
|
+
}
|
|
32209
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32210
|
+
background-color: #00ba5d;
|
|
32211
|
+
}
|
|
32212
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32213
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32214
|
+
}
|
|
32215
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32216
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32217
|
+
}
|
|
32218
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32219
|
+
background-color: #6b7d99;
|
|
32220
|
+
}
|
|
32221
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32222
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32223
|
+
}
|
|
32224
|
+
|
|
32225
|
+
.s1uupoto {
|
|
32226
|
+
width: 8px;
|
|
32227
|
+
height: 8px;
|
|
32228
|
+
border-radius: 50%;
|
|
32229
|
+
display: inline-block;
|
|
32230
|
+
}
|
|
32231
|
+
|
|
32232
|
+
.s1uupxds {
|
|
32233
|
+
padding: 0 8px;
|
|
32234
|
+
border-radius: 4px;
|
|
32235
|
+
}
|
|
32158
32236
|
|
|
32159
32237
|
.m10sqwut {
|
|
32160
32238
|
padding: 2px 8px;
|
|
@@ -32226,167 +32304,6 @@ input.rrg1fkn.ant-input {
|
|
|
32226
32304
|
background-color: #6b7d99;
|
|
32227
32305
|
}
|
|
32228
32306
|
|
|
32229
|
-
.m1thnes4 {
|
|
32230
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32231
|
-
text-align: center;
|
|
32232
|
-
display: flex;
|
|
32233
|
-
align-items: center;
|
|
32234
|
-
justify-content: center;
|
|
32235
|
-
flex-direction: column;
|
|
32236
|
-
height: 100%;
|
|
32237
|
-
}
|
|
32238
|
-
.m1thnes4 .link {
|
|
32239
|
-
color: #0080ff;
|
|
32240
|
-
cursor: pointer;
|
|
32241
|
-
}
|
|
32242
|
-
|
|
32243
|
-
.m1bixfdy {
|
|
32244
|
-
width: 100%;
|
|
32245
|
-
height: 100%;
|
|
32246
|
-
display: flex;
|
|
32247
|
-
flex-direction: column;
|
|
32248
|
-
}
|
|
32249
|
-
.m1bixfdy .name-toolbar {
|
|
32250
|
-
width: 100%;
|
|
32251
|
-
display: flex;
|
|
32252
|
-
line-height: 30px;
|
|
32253
|
-
padding: 0 16px;
|
|
32254
|
-
justify-content: space-between;
|
|
32255
|
-
}
|
|
32256
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32257
|
-
display: flex;
|
|
32258
|
-
font-size: 12px;
|
|
32259
|
-
align-items: center;
|
|
32260
|
-
}
|
|
32261
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32262
|
-
color: #a3b4cc;
|
|
32263
|
-
}
|
|
32264
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32265
|
-
margin-left: 10px;
|
|
32266
|
-
}
|
|
32267
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32268
|
-
margin-left: 10px;
|
|
32269
|
-
cursor: pointer;
|
|
32270
|
-
}
|
|
32271
|
-
.m1bixfdy .content {
|
|
32272
|
-
flex: 1;
|
|
32273
|
-
width: 100%;
|
|
32274
|
-
display: flex;
|
|
32275
|
-
justify-content: center;
|
|
32276
|
-
align-items: center;
|
|
32277
|
-
}
|
|
32278
|
-
.m1bixfdy .single-content {
|
|
32279
|
-
height: 65px;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.lfamfcw {
|
|
32283
|
-
display: flex;
|
|
32284
|
-
align-items: center;
|
|
32285
|
-
white-space: nowrap;
|
|
32286
|
-
overflow: hidden;
|
|
32287
|
-
width: 100%;
|
|
32288
|
-
}
|
|
32289
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32290
|
-
margin-left: auto;
|
|
32291
|
-
font-size: 12px;
|
|
32292
|
-
}
|
|
32293
|
-
|
|
32294
|
-
.la6u9b4 {
|
|
32295
|
-
display: flex;
|
|
32296
|
-
justify-content: flex-start;
|
|
32297
|
-
align-items: center;
|
|
32298
|
-
font-size: 12px;
|
|
32299
|
-
cursor: pointer;
|
|
32300
|
-
}
|
|
32301
|
-
.la6u9b4:not(:last-child) {
|
|
32302
|
-
margin-right: 20px;
|
|
32303
|
-
}
|
|
32304
|
-
.la6u9b4.deselected {
|
|
32305
|
-
opacity: 0.4;
|
|
32306
|
-
}
|
|
32307
|
-
.la6u9b4.deselected .color-block {
|
|
32308
|
-
background: #b4beca !important;
|
|
32309
|
-
}
|
|
32310
|
-
|
|
32311
|
-
.chhvk8b {
|
|
32312
|
-
display: inline-block;
|
|
32313
|
-
height: 8px;
|
|
32314
|
-
width: 8px;
|
|
32315
|
-
margin-right: 8px;
|
|
32316
|
-
}
|
|
32317
|
-
|
|
32318
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32319
|
-
display: flex;
|
|
32320
|
-
align-items: center;
|
|
32321
|
-
font-size: 12px;
|
|
32322
|
-
margin: 0;
|
|
32323
|
-
}
|
|
32324
|
-
|
|
32325
|
-
.m16f7gpb {
|
|
32326
|
-
position: relative;
|
|
32327
|
-
}
|
|
32328
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32329
|
-
bottom: -12px;
|
|
32330
|
-
}
|
|
32331
|
-
.m16f7gpb .metric-toolbar {
|
|
32332
|
-
display: flex;
|
|
32333
|
-
justify-content: space-between;
|
|
32334
|
-
line-height: 30px;
|
|
32335
|
-
margin: 0 16px;
|
|
32336
|
-
}
|
|
32337
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32338
|
-
display: flex;
|
|
32339
|
-
font-size: 12px;
|
|
32340
|
-
align-items: center;
|
|
32341
|
-
}
|
|
32342
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32343
|
-
color: #a3b4cc;
|
|
32344
|
-
}
|
|
32345
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32346
|
-
margin-left: 10px;
|
|
32347
|
-
}
|
|
32348
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32349
|
-
margin-left: 10px;
|
|
32350
|
-
cursor: pointer;
|
|
32351
|
-
}
|
|
32352
|
-
.m16f7gpb .recharts-xAxis {
|
|
32353
|
-
font-size: 12px;
|
|
32354
|
-
}
|
|
32355
|
-
.m16f7gpb .pointer-wrapper {
|
|
32356
|
-
position: absolute;
|
|
32357
|
-
bottom: 10px;
|
|
32358
|
-
padding: 0 8px;
|
|
32359
|
-
border-radius: 4px;
|
|
32360
|
-
font-size: 12px;
|
|
32361
|
-
color: #fff;
|
|
32362
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32363
|
-
transform: translateX(-50%);
|
|
32364
|
-
}
|
|
32365
|
-
|
|
32366
|
-
.t1ipvk51 {
|
|
32367
|
-
min-width: 200px;
|
|
32368
|
-
}
|
|
32369
|
-
|
|
32370
|
-
.t1kgldps {
|
|
32371
|
-
display: flex;
|
|
32372
|
-
align-items: center;
|
|
32373
|
-
justify-content: space-between;
|
|
32374
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32375
|
-
color: #b4beca;
|
|
32376
|
-
font-size: 12px;
|
|
32377
|
-
padding: 3px 6px;
|
|
32378
|
-
}
|
|
32379
|
-
.t1kgldps:first-child {
|
|
32380
|
-
padding-top: 3px;
|
|
32381
|
-
}
|
|
32382
|
-
.t1kgldps:last-child {
|
|
32383
|
-
padding-bottom: 3px;
|
|
32384
|
-
}
|
|
32385
|
-
.t1kgldps .column-value {
|
|
32386
|
-
color: #fff;
|
|
32387
|
-
margin-left: 8px;
|
|
32388
|
-
}
|
|
32389
|
-
|
|
32390
32307
|
.t1gz6wqf {
|
|
32391
32308
|
height: 100%;
|
|
32392
32309
|
}
|
|
@@ -32549,66 +32466,227 @@ input.rrg1fkn.ant-input {
|
|
|
32549
32466
|
width: 138px;
|
|
32550
32467
|
row-gap: 2px;
|
|
32551
32468
|
}
|
|
32552
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32553
|
-
padding: 0 8px;
|
|
32554
|
-
border-radius: 4px;
|
|
32555
|
-
height: 32px;
|
|
32469
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32470
|
+
padding: 0 8px;
|
|
32471
|
+
border-radius: 4px;
|
|
32472
|
+
height: 32px;
|
|
32473
|
+
display: flex;
|
|
32474
|
+
align-items: center;
|
|
32475
|
+
}
|
|
32476
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32477
|
+
min-height: auto;
|
|
32478
|
+
white-space: nowrap;
|
|
32479
|
+
}
|
|
32480
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32481
|
+
font-size: 13px;
|
|
32482
|
+
line-height: 20px;
|
|
32483
|
+
max-width: 100%;
|
|
32484
|
+
}
|
|
32485
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32486
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32487
|
+
}
|
|
32488
|
+
|
|
32489
|
+
.h1xo7yjb {
|
|
32490
|
+
width: 100%;
|
|
32491
|
+
display: inline-flex;
|
|
32492
|
+
align-items: center;
|
|
32493
|
+
justify-content: center;
|
|
32494
|
+
column-gap: 4px;
|
|
32495
|
+
}
|
|
32496
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
32497
|
+
display: inline-flex;
|
|
32498
|
+
align-items: center;
|
|
32499
|
+
width: 18px;
|
|
32500
|
+
height: 18px;
|
|
32501
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32502
|
+
justify-content: center;
|
|
32503
|
+
}
|
|
32504
|
+
|
|
32505
|
+
.v1f2f7cy {
|
|
32506
|
+
width: 100%;
|
|
32507
|
+
display: flex;
|
|
32508
|
+
align-items: center;
|
|
32509
|
+
justify-content: center;
|
|
32510
|
+
column-gap: 6px;
|
|
32511
|
+
font-size: 13px;
|
|
32512
|
+
}
|
|
32513
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
32514
|
+
display: inline-flex;
|
|
32515
|
+
align-items: center;
|
|
32516
|
+
min-width: 20px;
|
|
32517
|
+
min-height: 20px;
|
|
32518
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32519
|
+
justify-content: center;
|
|
32520
|
+
}
|
|
32521
|
+
|
|
32522
|
+
.m1thnes4 {
|
|
32523
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32524
|
+
text-align: center;
|
|
32525
|
+
display: flex;
|
|
32526
|
+
align-items: center;
|
|
32527
|
+
justify-content: center;
|
|
32528
|
+
flex-direction: column;
|
|
32529
|
+
height: 100%;
|
|
32530
|
+
}
|
|
32531
|
+
.m1thnes4 .link {
|
|
32532
|
+
color: #0080ff;
|
|
32533
|
+
cursor: pointer;
|
|
32534
|
+
}
|
|
32535
|
+
|
|
32536
|
+
.m1bixfdy {
|
|
32537
|
+
width: 100%;
|
|
32538
|
+
height: 100%;
|
|
32539
|
+
display: flex;
|
|
32540
|
+
flex-direction: column;
|
|
32541
|
+
}
|
|
32542
|
+
.m1bixfdy .name-toolbar {
|
|
32543
|
+
width: 100%;
|
|
32544
|
+
display: flex;
|
|
32545
|
+
line-height: 30px;
|
|
32546
|
+
padding: 0 16px;
|
|
32547
|
+
justify-content: space-between;
|
|
32548
|
+
}
|
|
32549
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32550
|
+
display: flex;
|
|
32551
|
+
font-size: 12px;
|
|
32552
|
+
align-items: center;
|
|
32553
|
+
}
|
|
32554
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32555
|
+
color: #a3b4cc;
|
|
32556
|
+
}
|
|
32557
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32558
|
+
margin-left: 10px;
|
|
32559
|
+
}
|
|
32560
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32561
|
+
margin-left: 10px;
|
|
32562
|
+
cursor: pointer;
|
|
32563
|
+
}
|
|
32564
|
+
.m1bixfdy .content {
|
|
32565
|
+
flex: 1;
|
|
32566
|
+
width: 100%;
|
|
32567
|
+
display: flex;
|
|
32568
|
+
justify-content: center;
|
|
32569
|
+
align-items: center;
|
|
32570
|
+
}
|
|
32571
|
+
.m1bixfdy .single-content {
|
|
32572
|
+
height: 65px;
|
|
32573
|
+
}
|
|
32574
|
+
|
|
32575
|
+
.lfamfcw {
|
|
32576
|
+
display: flex;
|
|
32577
|
+
align-items: center;
|
|
32578
|
+
white-space: nowrap;
|
|
32579
|
+
overflow: hidden;
|
|
32580
|
+
width: 100%;
|
|
32581
|
+
}
|
|
32582
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32583
|
+
margin-left: auto;
|
|
32584
|
+
font-size: 12px;
|
|
32585
|
+
}
|
|
32586
|
+
|
|
32587
|
+
.la6u9b4 {
|
|
32588
|
+
display: flex;
|
|
32589
|
+
justify-content: flex-start;
|
|
32590
|
+
align-items: center;
|
|
32591
|
+
font-size: 12px;
|
|
32592
|
+
cursor: pointer;
|
|
32593
|
+
}
|
|
32594
|
+
.la6u9b4:not(:last-child) {
|
|
32595
|
+
margin-right: 20px;
|
|
32596
|
+
}
|
|
32597
|
+
.la6u9b4.deselected {
|
|
32598
|
+
opacity: 0.4;
|
|
32599
|
+
}
|
|
32600
|
+
.la6u9b4.deselected .color-block {
|
|
32601
|
+
background: #b4beca !important;
|
|
32602
|
+
}
|
|
32603
|
+
|
|
32604
|
+
.chhvk8b {
|
|
32605
|
+
display: inline-block;
|
|
32606
|
+
height: 8px;
|
|
32607
|
+
width: 8px;
|
|
32608
|
+
margin-right: 8px;
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32611
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32612
|
+
display: flex;
|
|
32613
|
+
align-items: center;
|
|
32614
|
+
font-size: 12px;
|
|
32615
|
+
margin: 0;
|
|
32616
|
+
}
|
|
32617
|
+
|
|
32618
|
+
.m16f7gpb {
|
|
32619
|
+
position: relative;
|
|
32620
|
+
}
|
|
32621
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32622
|
+
bottom: -12px;
|
|
32623
|
+
}
|
|
32624
|
+
.m16f7gpb .metric-toolbar {
|
|
32625
|
+
display: flex;
|
|
32626
|
+
justify-content: space-between;
|
|
32627
|
+
line-height: 30px;
|
|
32628
|
+
margin: 0 16px;
|
|
32629
|
+
}
|
|
32630
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32556
32631
|
display: flex;
|
|
32632
|
+
font-size: 12px;
|
|
32557
32633
|
align-items: center;
|
|
32558
32634
|
}
|
|
32559
|
-
.
|
|
32560
|
-
|
|
32561
|
-
white-space: nowrap;
|
|
32635
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32636
|
+
color: #a3b4cc;
|
|
32562
32637
|
}
|
|
32563
|
-
.
|
|
32564
|
-
|
|
32565
|
-
line-height: 20px;
|
|
32566
|
-
max-width: 100%;
|
|
32638
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32639
|
+
margin-left: 10px;
|
|
32567
32640
|
}
|
|
32568
|
-
.
|
|
32569
|
-
|
|
32641
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32642
|
+
margin-left: 10px;
|
|
32643
|
+
cursor: pointer;
|
|
32570
32644
|
}
|
|
32571
|
-
|
|
32572
|
-
|
|
32573
|
-
width: 100%;
|
|
32574
|
-
display: inline-flex;
|
|
32575
|
-
align-items: center;
|
|
32576
|
-
justify-content: center;
|
|
32577
|
-
column-gap: 4px;
|
|
32645
|
+
.m16f7gpb .recharts-xAxis {
|
|
32646
|
+
font-size: 12px;
|
|
32578
32647
|
}
|
|
32579
|
-
.
|
|
32580
|
-
|
|
32581
|
-
|
|
32582
|
-
|
|
32583
|
-
|
|
32584
|
-
|
|
32585
|
-
|
|
32648
|
+
.m16f7gpb .pointer-wrapper {
|
|
32649
|
+
position: absolute;
|
|
32650
|
+
bottom: 10px;
|
|
32651
|
+
padding: 0 8px;
|
|
32652
|
+
border-radius: 4px;
|
|
32653
|
+
font-size: 12px;
|
|
32654
|
+
color: #fff;
|
|
32655
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32656
|
+
transform: translateX(-50%);
|
|
32586
32657
|
}
|
|
32587
32658
|
|
|
32588
|
-
.
|
|
32589
|
-
width:
|
|
32659
|
+
.t1ipvk51 {
|
|
32660
|
+
min-width: 200px;
|
|
32661
|
+
}
|
|
32662
|
+
|
|
32663
|
+
.t1kgldps {
|
|
32590
32664
|
display: flex;
|
|
32591
32665
|
align-items: center;
|
|
32592
|
-
justify-content:
|
|
32593
|
-
|
|
32594
|
-
|
|
32666
|
+
justify-content: space-between;
|
|
32667
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32668
|
+
color: #b4beca;
|
|
32669
|
+
font-size: 12px;
|
|
32670
|
+
padding: 3px 6px;
|
|
32595
32671
|
}
|
|
32596
|
-
.
|
|
32597
|
-
|
|
32598
|
-
|
|
32599
|
-
|
|
32600
|
-
|
|
32601
|
-
|
|
32602
|
-
|
|
32672
|
+
.t1kgldps:first-child {
|
|
32673
|
+
padding-top: 3px;
|
|
32674
|
+
}
|
|
32675
|
+
.t1kgldps:last-child {
|
|
32676
|
+
padding-bottom: 3px;
|
|
32677
|
+
}
|
|
32678
|
+
.t1kgldps .column-value {
|
|
32679
|
+
color: #fff;
|
|
32680
|
+
margin-left: 8px;
|
|
32603
32681
|
}
|
|
32604
32682
|
|
|
32605
32683
|
.c1k4vanq {
|
|
32606
|
-
padding: 0
|
|
32684
|
+
padding: 0 12px 14px 12px;
|
|
32607
32685
|
}
|
|
32608
32686
|
|
|
32609
32687
|
.c1udgdh2 {
|
|
32610
32688
|
color: #2d3a56;
|
|
32611
|
-
padding: 12px
|
|
32689
|
+
padding: 7px 12px;
|
|
32612
32690
|
display: flex;
|
|
32613
32691
|
justify-content: space-between;
|
|
32614
32692
|
align-items: center;
|
|
@@ -32646,23 +32724,6 @@ input.rrg1fkn.ant-input {
|
|
|
32646
32724
|
margin-right: 2px;
|
|
32647
32725
|
}
|
|
32648
32726
|
|
|
32649
|
-
.bab9xum {
|
|
32650
|
-
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);
|
|
32651
|
-
}
|
|
32652
|
-
|
|
32653
|
-
.cav4gt6 {
|
|
32654
|
-
border-radius: 4px;
|
|
32655
|
-
background-color: white;
|
|
32656
|
-
}
|
|
32657
|
-
.cav4gt6.hoverable {
|
|
32658
|
-
cursor: pointer;
|
|
32659
|
-
}
|
|
32660
|
-
.cav4gt6.hoverable:hover {
|
|
32661
|
-
transition: all 200ms ease;
|
|
32662
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32663
|
-
transform: translateY(-4px);
|
|
32664
|
-
}
|
|
32665
|
-
|
|
32666
32727
|
.rrwcpby {
|
|
32667
32728
|
display: flex;
|
|
32668
32729
|
align-items: center;
|
|
@@ -32710,6 +32771,72 @@ input.rrg1fkn.ant-input {
|
|
|
32710
32771
|
min-height: 0px;
|
|
32711
32772
|
}
|
|
32712
32773
|
|
|
32774
|
+
.bab9xum {
|
|
32775
|
+
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);
|
|
32776
|
+
}
|
|
32777
|
+
|
|
32778
|
+
.cav4gt6 {
|
|
32779
|
+
border-radius: 8px;
|
|
32780
|
+
background-color: white;
|
|
32781
|
+
}
|
|
32782
|
+
.cav4gt6.hoverable {
|
|
32783
|
+
cursor: pointer;
|
|
32784
|
+
}
|
|
32785
|
+
.cav4gt6.hoverable:hover {
|
|
32786
|
+
transition: all 200ms ease;
|
|
32787
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32788
|
+
transform: translateY(-4px);
|
|
32789
|
+
}
|
|
32790
|
+
|
|
32791
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32792
|
+
display: var(--at4ovwe-0);
|
|
32793
|
+
}
|
|
32794
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32795
|
+
padding: 5px 12px;
|
|
32796
|
+
display: inline-flex;
|
|
32797
|
+
line-height: 1.5715;
|
|
32798
|
+
height: 100%;
|
|
32799
|
+
width: 100%;
|
|
32800
|
+
}
|
|
32801
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32802
|
+
content: var(--at4ovwe-1);
|
|
32803
|
+
display: var(--at4ovwe-2);
|
|
32804
|
+
flex: none;
|
|
32805
|
+
align-items: center;
|
|
32806
|
+
margin-left: 4px;
|
|
32807
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32808
|
+
}
|
|
32809
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32810
|
+
content: var(--at4ovwe-3);
|
|
32811
|
+
display: var(--at4ovwe-4);
|
|
32812
|
+
flex: none;
|
|
32813
|
+
align-items: center;
|
|
32814
|
+
margin-right: 4px;
|
|
32815
|
+
cursor: auto;
|
|
32816
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32817
|
+
}
|
|
32818
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32819
|
+
border-radius: 0;
|
|
32820
|
+
}
|
|
32821
|
+
.at4ovwe.ant-input-number {
|
|
32822
|
+
width: 100%;
|
|
32823
|
+
border-radius: 6px;
|
|
32824
|
+
}
|
|
32825
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32826
|
+
border-color: #0096ff;
|
|
32827
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32828
|
+
}
|
|
32829
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32830
|
+
border-color: #e75a3a;
|
|
32831
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32832
|
+
}
|
|
32833
|
+
.at4ovwe .ant-input-number-input {
|
|
32834
|
+
padding: 0;
|
|
32835
|
+
margin: 0;
|
|
32836
|
+
height: auto;
|
|
32837
|
+
font-size: inherit;
|
|
32838
|
+
}
|
|
32839
|
+
|
|
32713
32840
|
.tc40oxa {
|
|
32714
32841
|
margin-bottom: 4px;
|
|
32715
32842
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32903,55 +33030,6 @@ input.rrg1fkn.ant-input {
|
|
|
32903
33030
|
margin-right: 8px;
|
|
32904
33031
|
}
|
|
32905
33032
|
|
|
32906
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32907
|
-
display: var(--at4ovwe-0);
|
|
32908
|
-
}
|
|
32909
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32910
|
-
padding: 5px 12px;
|
|
32911
|
-
display: inline-flex;
|
|
32912
|
-
line-height: 1.5715;
|
|
32913
|
-
height: 100%;
|
|
32914
|
-
width: 100%;
|
|
32915
|
-
}
|
|
32916
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32917
|
-
content: var(--at4ovwe-1);
|
|
32918
|
-
display: var(--at4ovwe-2);
|
|
32919
|
-
flex: none;
|
|
32920
|
-
align-items: center;
|
|
32921
|
-
margin-left: 4px;
|
|
32922
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32923
|
-
}
|
|
32924
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32925
|
-
content: var(--at4ovwe-3);
|
|
32926
|
-
display: var(--at4ovwe-4);
|
|
32927
|
-
flex: none;
|
|
32928
|
-
align-items: center;
|
|
32929
|
-
margin-right: 4px;
|
|
32930
|
-
cursor: auto;
|
|
32931
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32932
|
-
}
|
|
32933
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32934
|
-
border-radius: 0;
|
|
32935
|
-
}
|
|
32936
|
-
.at4ovwe.ant-input-number {
|
|
32937
|
-
width: 100%;
|
|
32938
|
-
border-radius: 6px;
|
|
32939
|
-
}
|
|
32940
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32941
|
-
border-color: #0096ff;
|
|
32942
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32943
|
-
}
|
|
32944
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32945
|
-
border-color: #e75a3a;
|
|
32946
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32947
|
-
}
|
|
32948
|
-
.at4ovwe .ant-input-number-input {
|
|
32949
|
-
padding: 0;
|
|
32950
|
-
margin: 0;
|
|
32951
|
-
height: auto;
|
|
32952
|
-
font-size: inherit;
|
|
32953
|
-
}
|
|
32954
|
-
|
|
32955
33033
|
.w1xcixj5.outside-tag {
|
|
32956
33034
|
padding-left: 0;
|
|
32957
33035
|
}
|
|
@@ -32961,11 +33039,6 @@ input.rrg1fkn.ant-input {
|
|
|
32961
33039
|
margin-right: 4px;
|
|
32962
33040
|
}
|
|
32963
33041
|
|
|
32964
|
-
.iwsze0q {
|
|
32965
|
-
margin-right: 4px;
|
|
32966
|
-
height: 16px;
|
|
32967
|
-
}
|
|
32968
|
-
|
|
32969
33042
|
.sut42l0 {
|
|
32970
33043
|
padding: 0 8px;
|
|
32971
33044
|
height: 18px;
|
|
@@ -32985,23 +33058,9 @@ input.rrg1fkn.ant-input {
|
|
|
32985
33058
|
height: 16px;
|
|
32986
33059
|
}
|
|
32987
33060
|
|
|
32988
|
-
.
|
|
32989
|
-
margin-
|
|
32990
|
-
|
|
32991
|
-
.feau332 .ant-form-item-explain {
|
|
32992
|
-
display: none;
|
|
32993
|
-
min-height: 18px;
|
|
32994
|
-
margin-top: 5px;
|
|
32995
|
-
font-family: "Inter";
|
|
32996
|
-
font-weight: 400;
|
|
32997
|
-
font-size: 12px;
|
|
32998
|
-
line-height: 18px;
|
|
32999
|
-
}
|
|
33000
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33001
|
-
white-space: pre-wrap;
|
|
33002
|
-
}
|
|
33003
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33004
|
-
display: block;
|
|
33061
|
+
.iwsze0q {
|
|
33062
|
+
margin-right: 4px;
|
|
33063
|
+
height: 16px;
|
|
33005
33064
|
}
|
|
33006
33065
|
|
|
33007
33066
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -33033,4 +33092,23 @@ input.rrg1fkn.ant-input {
|
|
|
33033
33092
|
margin: 0;
|
|
33034
33093
|
height: auto;
|
|
33035
33094
|
font-size: inherit;
|
|
33095
|
+
}
|
|
33096
|
+
|
|
33097
|
+
.feau332.ant-form-item {
|
|
33098
|
+
margin-bottom: 0;
|
|
33099
|
+
}
|
|
33100
|
+
.feau332 .ant-form-item-explain {
|
|
33101
|
+
display: none;
|
|
33102
|
+
min-height: 18px;
|
|
33103
|
+
margin-top: 5px;
|
|
33104
|
+
font-family: "Inter";
|
|
33105
|
+
font-weight: 400;
|
|
33106
|
+
font-size: 12px;
|
|
33107
|
+
line-height: 18px;
|
|
33108
|
+
}
|
|
33109
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33110
|
+
white-space: pre-wrap;
|
|
33111
|
+
}
|
|
33112
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33113
|
+
display: block;
|
|
33036
33114
|
}
|