@cloudtower/eagle 0.26.30 → 0.26.31
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/I18nNameTag/__test__/index.test.d.ts +1 -0
- package/dist/components/I18nNameTag/index.d.ts +10 -0
- package/dist/components.css +227 -215
- package/dist/esm/index.js +955 -902
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +1802 -1790
- package/dist/umd/index.js +954 -901
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export declare const NameTag: import("@linaria/react").StyledMeta & React.FunctionComponent<React.ClassAttributes<HTMLSpanElement> & React.HTMLAttributes<HTMLSpanElement> & Record<never, unknown> & {
|
|
3
|
+
as?: React.ElementType<any> | undefined;
|
|
4
|
+
}>;
|
|
5
|
+
declare const I18nNameTag: React.FC<{
|
|
6
|
+
name: string;
|
|
7
|
+
i18nKey: string;
|
|
8
|
+
[key: string]: unknown;
|
|
9
|
+
}>;
|
|
10
|
+
export default I18nNameTag;
|
package/dist/components.css
CHANGED
|
@@ -29840,6 +29840,63 @@ 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
|
+
.iap75of {
|
|
29844
|
+
height: 18px;
|
|
29845
|
+
line-height: 18px;
|
|
29846
|
+
padding: 0 4px;
|
|
29847
|
+
border-radius: 4px;
|
|
29848
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29849
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29850
|
+
display: flex;
|
|
29851
|
+
align-items: center;
|
|
29852
|
+
white-space: nowrap;
|
|
29853
|
+
margin-right: 4px;
|
|
29854
|
+
}
|
|
29855
|
+
|
|
29856
|
+
.fde5mpd {
|
|
29857
|
+
width: 100%;
|
|
29858
|
+
height: 100%;
|
|
29859
|
+
min-height: 124px;
|
|
29860
|
+
display: flex;
|
|
29861
|
+
flex-direction: column;
|
|
29862
|
+
justify-content: center;
|
|
29863
|
+
align-items: center;
|
|
29864
|
+
}
|
|
29865
|
+
.fde5mpd .error-text {
|
|
29866
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29867
|
+
margin-bottom: 16px;
|
|
29868
|
+
font-size: 18px;
|
|
29869
|
+
}
|
|
29870
|
+
|
|
29871
|
+
.bpq0js6 {
|
|
29872
|
+
padding: 4px 11px;
|
|
29873
|
+
}
|
|
29874
|
+
|
|
29875
|
+
.b15sn34c {
|
|
29876
|
+
white-space: nowrap;
|
|
29877
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29878
|
+
}
|
|
29879
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29880
|
+
--color: #0080ff;
|
|
29881
|
+
}
|
|
29882
|
+
.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] {
|
|
29883
|
+
--color: #0080ff;
|
|
29884
|
+
}
|
|
29885
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29886
|
+
margin-left: 1px;
|
|
29887
|
+
}
|
|
29888
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29889
|
+
border-top-right-radius: 0;
|
|
29890
|
+
border-bottom-right-radius: 0;
|
|
29891
|
+
}
|
|
29892
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29893
|
+
border-top-left-radius: 0;
|
|
29894
|
+
border-bottom-left-radius: 0;
|
|
29895
|
+
}
|
|
29896
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29897
|
+
border-radius: unset;
|
|
29898
|
+
}
|
|
29899
|
+
|
|
29843
29900
|
.buj61ew.ant-btn-icon-only {
|
|
29844
29901
|
justify-content: center;
|
|
29845
29902
|
}
|
|
@@ -30096,79 +30153,88 @@ html body {
|
|
|
30096
30153
|
padding: 0;
|
|
30097
30154
|
}
|
|
30098
30155
|
|
|
30099
|
-
.
|
|
30100
|
-
|
|
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;
|
|
30156
|
+
.i1mrf09m {
|
|
30157
|
+
display: inline-flex;
|
|
30107
30158
|
align-items: center;
|
|
30108
|
-
white-space: nowrap;
|
|
30109
|
-
margin-right: 4px;
|
|
30110
30159
|
}
|
|
30111
|
-
|
|
30112
|
-
|
|
30113
|
-
width: 100%;
|
|
30114
|
-
height: 100%;
|
|
30115
|
-
min-height: 124px;
|
|
30116
|
-
display: flex;
|
|
30117
|
-
flex-direction: column;
|
|
30118
|
-
justify-content: center;
|
|
30160
|
+
.i1mrf09m .icon-inner {
|
|
30161
|
+
display: inline-flex;
|
|
30119
30162
|
align-items: center;
|
|
30163
|
+
justify-content: center;
|
|
30120
30164
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30123
|
-
margin-
|
|
30124
|
-
font-size: 18px;
|
|
30165
|
+
.i1mrf09m .icon-inner + span,
|
|
30166
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30167
|
+
margin-left: 4px;
|
|
30125
30168
|
}
|
|
30126
|
-
|
|
30127
|
-
.
|
|
30128
|
-
|
|
30169
|
+
.i1mrf09m.is-rotate img,
|
|
30170
|
+
.i1mrf09m.is-rotate svg {
|
|
30171
|
+
animation: rotate 680ms linear infinite;
|
|
30129
30172
|
}
|
|
30130
30173
|
|
|
30131
|
-
.
|
|
30132
|
-
|
|
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;
|
|
30174
|
+
.obf05yr {
|
|
30175
|
+
display: inline-block;
|
|
30137
30176
|
}
|
|
30138
|
-
|
|
30139
|
-
|
|
30177
|
+
|
|
30178
|
+
.hsms1n6 {
|
|
30179
|
+
visibility: hidden;
|
|
30180
|
+
position: absolute;
|
|
30140
30181
|
}
|
|
30141
|
-
|
|
30142
|
-
|
|
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;
|
|
30143
30191
|
}
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
border-bottom-right-radius: 0;
|
|
30192
|
+
.p12gwtiw .pagination-left {
|
|
30193
|
+
padding: 2px 8px;
|
|
30147
30194
|
}
|
|
30148
|
-
.
|
|
30149
|
-
|
|
30150
|
-
|
|
30195
|
+
.p12gwtiw .dropdown-trigger {
|
|
30196
|
+
display: flex;
|
|
30197
|
+
align-items: center;
|
|
30198
|
+
border-radius: 6px;
|
|
30199
|
+
cursor: pointer;
|
|
30200
|
+
transition: all 0.3s ease;
|
|
30151
30201
|
}
|
|
30152
|
-
.
|
|
30153
|
-
|
|
30202
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30203
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30204
|
+
color: #0080ff;
|
|
30154
30205
|
}
|
|
30155
|
-
|
|
30156
|
-
|
|
30157
|
-
display: inline-flex;
|
|
30158
|
-
align-items: center;
|
|
30206
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30207
|
+
margin-left: 4px;
|
|
30159
30208
|
}
|
|
30160
|
-
.
|
|
30161
|
-
display:
|
|
30209
|
+
.p12gwtiw .pagination-right {
|
|
30210
|
+
display: flex;
|
|
30162
30211
|
align-items: center;
|
|
30163
|
-
|
|
30212
|
+
color: #0080ff;
|
|
30213
|
+
font-weight: bold;
|
|
30164
30214
|
}
|
|
30165
|
-
.
|
|
30166
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
30215
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30167
30216
|
margin-left: 4px;
|
|
30168
30217
|
}
|
|
30169
|
-
.
|
|
30170
|
-
.
|
|
30171
|
-
|
|
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;
|
|
30172
30238
|
}
|
|
30173
30239
|
|
|
30174
30240
|
.s34f1qb.ant-switch {
|
|
@@ -30984,72 +31050,6 @@ input.rrg1fkn.ant-input {
|
|
|
30984
31050
|
width: 36px;
|
|
30985
31051
|
}
|
|
30986
31052
|
|
|
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;
|
|
30995
|
-
}
|
|
30996
|
-
.p12gwtiw .pagination-left {
|
|
30997
|
-
padding: 2px 8px;
|
|
30998
|
-
}
|
|
30999
|
-
.p12gwtiw .dropdown-trigger {
|
|
31000
|
-
display: flex;
|
|
31001
|
-
align-items: center;
|
|
31002
|
-
border-radius: 6px;
|
|
31003
|
-
cursor: pointer;
|
|
31004
|
-
transition: all 0.3s ease;
|
|
31005
|
-
}
|
|
31006
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
31007
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31008
|
-
color: #0080ff;
|
|
31009
|
-
}
|
|
31010
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31011
|
-
margin-left: 4px;
|
|
31012
|
-
}
|
|
31013
|
-
.p12gwtiw .pagination-right {
|
|
31014
|
-
display: flex;
|
|
31015
|
-
align-items: center;
|
|
31016
|
-
color: #0080ff;
|
|
31017
|
-
font-weight: bold;
|
|
31018
|
-
}
|
|
31019
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
31020
|
-
margin-left: 4px;
|
|
31021
|
-
}
|
|
31022
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
31023
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
31024
|
-
padding: 0 8px;
|
|
31025
|
-
}
|
|
31026
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31027
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
31028
|
-
color: #0080ff;
|
|
31029
|
-
}
|
|
31030
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31031
|
-
transform: rotate(180deg);
|
|
31032
|
-
}
|
|
31033
|
-
|
|
31034
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31035
|
-
max-height: calc(100vh - 128px);
|
|
31036
|
-
overflow-y: auto;
|
|
31037
|
-
}
|
|
31038
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31039
|
-
padding: 4px 20px;
|
|
31040
|
-
font-size: 12px;
|
|
31041
|
-
line-height: 18px;
|
|
31042
|
-
}
|
|
31043
|
-
|
|
31044
|
-
.obf05yr {
|
|
31045
|
-
display: inline-block;
|
|
31046
|
-
}
|
|
31047
|
-
|
|
31048
|
-
.hsms1n6 {
|
|
31049
|
-
visibility: hidden;
|
|
31050
|
-
position: absolute;
|
|
31051
|
-
}
|
|
31052
|
-
|
|
31053
31053
|
.t1upn1sz {
|
|
31054
31054
|
height: 100%;
|
|
31055
31055
|
}
|
|
@@ -31495,6 +31495,10 @@ input.rrg1fkn.ant-input {
|
|
|
31495
31495
|
opacity: 0;
|
|
31496
31496
|
}
|
|
31497
31497
|
|
|
31498
|
+
.i1e4sgug {
|
|
31499
|
+
display: inline-block;
|
|
31500
|
+
}
|
|
31501
|
+
|
|
31498
31502
|
.d6j0lbj {
|
|
31499
31503
|
font-family: Inter;
|
|
31500
31504
|
font-style: normal;
|
|
@@ -31970,10 +31974,6 @@ input.rrg1fkn.ant-input {
|
|
|
31970
31974
|
line-height: 12px;
|
|
31971
31975
|
}
|
|
31972
31976
|
|
|
31973
|
-
.i1e4sgug {
|
|
31974
|
-
display: inline-block;
|
|
31975
|
-
}
|
|
31976
|
-
|
|
31977
31977
|
.m15dvk92 {
|
|
31978
31978
|
display: flex;
|
|
31979
31979
|
justify-content: space-between;
|
|
@@ -32087,16 +32087,6 @@ input.rrg1fkn.ant-input {
|
|
|
32087
32087
|
cursor: default;
|
|
32088
32088
|
}
|
|
32089
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
|
-
|
|
32100
32090
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32101
32091
|
border-radius: 6px;
|
|
32102
32092
|
}
|
|
@@ -32154,6 +32144,16 @@ input.rrg1fkn.ant-input {
|
|
|
32154
32144
|
transform: rotate(180deg);
|
|
32155
32145
|
}
|
|
32156
32146
|
|
|
32147
|
+
.igz4le8 {
|
|
32148
|
+
height: 24px;
|
|
32149
|
+
width: 56px !important;
|
|
32150
|
+
margin-right: 4px;
|
|
32151
|
+
}
|
|
32152
|
+
|
|
32153
|
+
.c1riexje {
|
|
32154
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32155
|
+
}
|
|
32156
|
+
|
|
32157
32157
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32158
32158
|
display: flex;
|
|
32159
32159
|
}
|
|
@@ -32327,6 +32327,18 @@ input.rrg1fkn.ant-input {
|
|
|
32327
32327
|
white-space: nowrap;
|
|
32328
32328
|
}
|
|
32329
32329
|
|
|
32330
|
+
.n3qomhu {
|
|
32331
|
+
font-size: 90%;
|
|
32332
|
+
font-weight: bold;
|
|
32333
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32334
|
+
padding: 1px 4px 1px;
|
|
32335
|
+
margin-left: 2px;
|
|
32336
|
+
margin-right: 2px;
|
|
32337
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32338
|
+
border-radius: 4px;
|
|
32339
|
+
word-break: break-all;
|
|
32340
|
+
}
|
|
32341
|
+
|
|
32330
32342
|
.m1thnes4 {
|
|
32331
32343
|
color: rgba(44, 56, 82, 0.6);
|
|
32332
32344
|
text-align: center;
|
|
@@ -32488,36 +32500,6 @@ input.rrg1fkn.ant-input {
|
|
|
32488
32500
|
margin-left: 8px;
|
|
32489
32501
|
}
|
|
32490
32502
|
|
|
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
|
-
|
|
32521
32503
|
.sq6vos1 {
|
|
32522
32504
|
--item-min-width: 60px;
|
|
32523
32505
|
}
|
|
@@ -32703,6 +32685,36 @@ input.rrg1fkn.ant-input {
|
|
|
32703
32685
|
justify-content: center;
|
|
32704
32686
|
}
|
|
32705
32687
|
|
|
32688
|
+
.t1gz6wqf {
|
|
32689
|
+
height: 100%;
|
|
32690
|
+
}
|
|
32691
|
+
.t1gz6wqf .table-loading-item {
|
|
32692
|
+
padding: 12px 4px;
|
|
32693
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32694
|
+
display: flex;
|
|
32695
|
+
}
|
|
32696
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32697
|
+
height: 16px;
|
|
32698
|
+
margin: 4px;
|
|
32699
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32700
|
+
border-radius: 2px;
|
|
32701
|
+
}
|
|
32702
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32703
|
+
width: 16px;
|
|
32704
|
+
}
|
|
32705
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32706
|
+
flex: 1;
|
|
32707
|
+
}
|
|
32708
|
+
.t1gz6wqf :nth-child(1) {
|
|
32709
|
+
padding: 8px 4px;
|
|
32710
|
+
}
|
|
32711
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32712
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32713
|
+
}
|
|
32714
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32715
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32716
|
+
}
|
|
32717
|
+
|
|
32706
32718
|
.c1k4vanq {
|
|
32707
32719
|
padding: 0 12px 14px 12px;
|
|
32708
32720
|
}
|
|
@@ -32811,6 +32823,56 @@ input.rrg1fkn.ant-input {
|
|
|
32811
32823
|
transform: translateY(-4px);
|
|
32812
32824
|
}
|
|
32813
32825
|
|
|
32826
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32827
|
+
display: var(--at4ovwe-0);
|
|
32828
|
+
}
|
|
32829
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32830
|
+
padding: 5px 12px;
|
|
32831
|
+
display: inline-flex;
|
|
32832
|
+
line-height: 1.5715;
|
|
32833
|
+
height: 100%;
|
|
32834
|
+
width: 100%;
|
|
32835
|
+
}
|
|
32836
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32837
|
+
content: var(--at4ovwe-1);
|
|
32838
|
+
display: var(--at4ovwe-2);
|
|
32839
|
+
flex: none;
|
|
32840
|
+
align-items: center;
|
|
32841
|
+
margin-left: 4px;
|
|
32842
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32843
|
+
}
|
|
32844
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32845
|
+
content: var(--at4ovwe-3);
|
|
32846
|
+
display: var(--at4ovwe-4);
|
|
32847
|
+
flex: none;
|
|
32848
|
+
align-items: center;
|
|
32849
|
+
margin-right: 4px;
|
|
32850
|
+
cursor: auto;
|
|
32851
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32852
|
+
}
|
|
32853
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32854
|
+
border-radius: 0;
|
|
32855
|
+
}
|
|
32856
|
+
.at4ovwe.ant-input-number {
|
|
32857
|
+
width: 100%;
|
|
32858
|
+
border-radius: 6px;
|
|
32859
|
+
}
|
|
32860
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32861
|
+
border-color: #0096ff;
|
|
32862
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32863
|
+
z-index: 1;
|
|
32864
|
+
}
|
|
32865
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32866
|
+
border-color: #e75a3a;
|
|
32867
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32868
|
+
}
|
|
32869
|
+
.at4ovwe .ant-input-number-input {
|
|
32870
|
+
padding: 0;
|
|
32871
|
+
margin: 0;
|
|
32872
|
+
height: auto;
|
|
32873
|
+
font-size: inherit;
|
|
32874
|
+
}
|
|
32875
|
+
|
|
32814
32876
|
.tc40oxa {
|
|
32815
32877
|
margin-bottom: 4px;
|
|
32816
32878
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33004,56 +33066,6 @@ input.rrg1fkn.ant-input {
|
|
|
33004
33066
|
margin-right: 8px;
|
|
33005
33067
|
}
|
|
33006
33068
|
|
|
33007
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33008
|
-
display: var(--at4ovwe-0);
|
|
33009
|
-
}
|
|
33010
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33011
|
-
padding: 5px 12px;
|
|
33012
|
-
display: inline-flex;
|
|
33013
|
-
line-height: 1.5715;
|
|
33014
|
-
height: 100%;
|
|
33015
|
-
width: 100%;
|
|
33016
|
-
}
|
|
33017
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33018
|
-
content: var(--at4ovwe-1);
|
|
33019
|
-
display: var(--at4ovwe-2);
|
|
33020
|
-
flex: none;
|
|
33021
|
-
align-items: center;
|
|
33022
|
-
margin-left: 4px;
|
|
33023
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33024
|
-
}
|
|
33025
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33026
|
-
content: var(--at4ovwe-3);
|
|
33027
|
-
display: var(--at4ovwe-4);
|
|
33028
|
-
flex: none;
|
|
33029
|
-
align-items: center;
|
|
33030
|
-
margin-right: 4px;
|
|
33031
|
-
cursor: auto;
|
|
33032
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33033
|
-
}
|
|
33034
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33035
|
-
border-radius: 0;
|
|
33036
|
-
}
|
|
33037
|
-
.at4ovwe.ant-input-number {
|
|
33038
|
-
width: 100%;
|
|
33039
|
-
border-radius: 6px;
|
|
33040
|
-
}
|
|
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 {
|
|
33042
|
-
border-color: #0096ff;
|
|
33043
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33044
|
-
z-index: 1;
|
|
33045
|
-
}
|
|
33046
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33047
|
-
border-color: #e75a3a;
|
|
33048
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33049
|
-
}
|
|
33050
|
-
.at4ovwe .ant-input-number-input {
|
|
33051
|
-
padding: 0;
|
|
33052
|
-
margin: 0;
|
|
33053
|
-
height: auto;
|
|
33054
|
-
font-size: inherit;
|
|
33055
|
-
}
|
|
33056
|
-
|
|
33057
33069
|
.w1xcixj5.outside-tag {
|
|
33058
33070
|
padding-left: 0;
|
|
33059
33071
|
}
|