@cloudtower/eagle 0.27.33 → 0.27.37-dry-1
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/README.md +2 -2
- package/dist/components.css +1999 -1781
- package/dist/esm/index.js +1395 -1271
- package/dist/esm/stats1.html +1 -1
- package/dist/src/components/Cascader/cascader.style.d.ts +10 -0
- package/dist/src/components/Cascader/cascader.type.d.ts +32 -0
- package/dist/src/components/Cascader/cascader.widget.d.ts +21 -0
- package/dist/src/components/Cascader/index.d.ts +1 -1
- package/dist/src/components/Checkbox/checkbox.style.d.ts +2 -0
- package/dist/src/components/OverflowTooltip/OverflowTooltip.stories.d.ts +13 -15
- package/dist/src/spec/base.d.ts +2 -2
- package/dist/src/utils/constants.d.ts +1 -0
- package/dist/stories/docs/cascader/cascader.stories.d.ts +62 -0
- package/dist/stories/types.d.ts +10 -0
- package/dist/style.css +2240 -2022
- package/dist/umd/index.js +1392 -1268
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +1 -0
- package/package.json +7 -5
- package/dist/src/components/Cascader/cascader.stories.d.ts +0 -6
package/dist/style.css
CHANGED
|
@@ -29632,17 +29632,33 @@ html body {
|
|
|
29632
29632
|
background: #fff;
|
|
29633
29633
|
}
|
|
29634
29634
|
|
|
29635
|
-
.
|
|
29636
|
-
|
|
29637
|
-
|
|
29638
|
-
|
|
29639
|
-
|
|
29640
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29641
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29642
|
-
display: flex;
|
|
29643
|
-
align-items: center;
|
|
29635
|
+
.bpq0js6 {
|
|
29636
|
+
padding: 4px 11px;
|
|
29637
|
+
}
|
|
29638
|
+
|
|
29639
|
+
.b15sn34c {
|
|
29644
29640
|
white-space: nowrap;
|
|
29645
|
-
|
|
29641
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29642
|
+
}
|
|
29643
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29644
|
+
--color: #0080ff;
|
|
29645
|
+
}
|
|
29646
|
+
.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] {
|
|
29647
|
+
--color: #0080ff;
|
|
29648
|
+
}
|
|
29649
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29650
|
+
margin-left: 1px;
|
|
29651
|
+
}
|
|
29652
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29653
|
+
border-top-right-radius: 0;
|
|
29654
|
+
border-bottom-right-radius: 0;
|
|
29655
|
+
}
|
|
29656
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29657
|
+
border-top-left-radius: 0;
|
|
29658
|
+
border-bottom-left-radius: 0;
|
|
29659
|
+
}
|
|
29660
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29661
|
+
border-radius: unset;
|
|
29646
29662
|
}
|
|
29647
29663
|
|
|
29648
29664
|
.fde5mpd {
|
|
@@ -29660,6 +29676,37 @@ html body {
|
|
|
29660
29676
|
font-size: 18px;
|
|
29661
29677
|
}
|
|
29662
29678
|
|
|
29679
|
+
.i1mrf09m {
|
|
29680
|
+
display: inline-flex;
|
|
29681
|
+
align-items: center;
|
|
29682
|
+
}
|
|
29683
|
+
.i1mrf09m .icon-inner {
|
|
29684
|
+
display: inline-flex;
|
|
29685
|
+
align-items: center;
|
|
29686
|
+
justify-content: center;
|
|
29687
|
+
}
|
|
29688
|
+
.i1mrf09m .icon-inner + span,
|
|
29689
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29690
|
+
margin-left: 4px;
|
|
29691
|
+
}
|
|
29692
|
+
.i1mrf09m.is-rotate img,
|
|
29693
|
+
.i1mrf09m.is-rotate svg {
|
|
29694
|
+
animation: rotate 680ms linear infinite;
|
|
29695
|
+
}
|
|
29696
|
+
|
|
29697
|
+
.iap75of {
|
|
29698
|
+
height: 18px;
|
|
29699
|
+
line-height: 18px;
|
|
29700
|
+
padding: 0 4px;
|
|
29701
|
+
border-radius: 4px;
|
|
29702
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29703
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29704
|
+
display: flex;
|
|
29705
|
+
align-items: center;
|
|
29706
|
+
white-space: nowrap;
|
|
29707
|
+
margin-right: 4px;
|
|
29708
|
+
}
|
|
29709
|
+
|
|
29663
29710
|
.buj61ew.ant-btn-icon-only {
|
|
29664
29711
|
justify-content: center;
|
|
29665
29712
|
}
|
|
@@ -29910,53 +29957,6 @@ html body {
|
|
|
29910
29957
|
padding: 0;
|
|
29911
29958
|
}
|
|
29912
29959
|
|
|
29913
|
-
.i1mrf09m {
|
|
29914
|
-
display: inline-flex;
|
|
29915
|
-
align-items: center;
|
|
29916
|
-
}
|
|
29917
|
-
.i1mrf09m .icon-inner {
|
|
29918
|
-
display: inline-flex;
|
|
29919
|
-
align-items: center;
|
|
29920
|
-
justify-content: center;
|
|
29921
|
-
}
|
|
29922
|
-
.i1mrf09m .icon-inner + span,
|
|
29923
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29924
|
-
margin-left: 4px;
|
|
29925
|
-
}
|
|
29926
|
-
.i1mrf09m.is-rotate img,
|
|
29927
|
-
.i1mrf09m.is-rotate svg {
|
|
29928
|
-
animation: rotate 680ms linear infinite;
|
|
29929
|
-
}
|
|
29930
|
-
|
|
29931
|
-
.bpq0js6 {
|
|
29932
|
-
padding: 4px 11px;
|
|
29933
|
-
}
|
|
29934
|
-
|
|
29935
|
-
.b15sn34c {
|
|
29936
|
-
white-space: nowrap;
|
|
29937
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29938
|
-
}
|
|
29939
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29940
|
-
--color: #0080ff;
|
|
29941
|
-
}
|
|
29942
|
-
.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] {
|
|
29943
|
-
--color: #0080ff;
|
|
29944
|
-
}
|
|
29945
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29946
|
-
margin-left: 1px;
|
|
29947
|
-
}
|
|
29948
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29949
|
-
border-top-right-radius: 0;
|
|
29950
|
-
border-bottom-right-radius: 0;
|
|
29951
|
-
}
|
|
29952
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29953
|
-
border-top-left-radius: 0;
|
|
29954
|
-
border-bottom-left-radius: 0;
|
|
29955
|
-
}
|
|
29956
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29957
|
-
border-radius: unset;
|
|
29958
|
-
}
|
|
29959
|
-
|
|
29960
29960
|
.c1up1pdz {
|
|
29961
29961
|
width: 648px;
|
|
29962
29962
|
}
|
|
@@ -30004,7 +30004,7 @@ html body {
|
|
|
30004
30004
|
.c156wh19 .retain {
|
|
30005
30005
|
color: rgba(129, 138, 153, 0.6);
|
|
30006
30006
|
}
|
|
30007
|
-
.c156wh19 .left {
|
|
30007
|
+
.c156wh19 div.left {
|
|
30008
30008
|
flex: 1;
|
|
30009
30009
|
display: flex;
|
|
30010
30010
|
overflow: hidden;
|
|
@@ -30012,12 +30012,12 @@ html body {
|
|
|
30012
30012
|
justify-content: flex-start;
|
|
30013
30013
|
white-space: nowrap;
|
|
30014
30014
|
}
|
|
30015
|
-
.c156wh19 .left .title {
|
|
30015
|
+
.c156wh19 div.left .title {
|
|
30016
30016
|
max-width: 100%;
|
|
30017
30017
|
overflow: hidden;
|
|
30018
30018
|
text-overflow: ellipsis;
|
|
30019
30019
|
}
|
|
30020
|
-
.c156wh19 .right {
|
|
30020
|
+
.c156wh19 div.right {
|
|
30021
30021
|
display: flex;
|
|
30022
30022
|
align-items: center;
|
|
30023
30023
|
}
|
|
@@ -30097,2023 +30097,1891 @@ html body {
|
|
|
30097
30097
|
color: #fff;
|
|
30098
30098
|
}
|
|
30099
30099
|
|
|
30100
|
-
.
|
|
30101
|
-
display: inline-
|
|
30100
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30101
|
+
display: inline-flex;
|
|
30102
|
+
align-items: baseline;
|
|
30103
|
+
white-space: pre-wrap;
|
|
30102
30104
|
}
|
|
30103
|
-
|
|
30104
|
-
|
|
30105
|
-
|
|
30106
|
-
height: 24px;
|
|
30107
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30108
|
-
overflow: hidden;
|
|
30105
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30106
|
+
position: relative;
|
|
30107
|
+
top: 3px;
|
|
30109
30108
|
}
|
|
30110
|
-
.
|
|
30111
|
-
|
|
30109
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30110
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30112
30111
|
}
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30115
|
-
height: 16px;
|
|
30112
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30113
|
+
border-color: #0080ff;
|
|
30116
30114
|
}
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
|
|
30115
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30116
|
+
border-color: #0080ff;
|
|
30117
|
+
background: #0080ff;
|
|
30120
30118
|
}
|
|
30121
|
-
.
|
|
30122
|
-
|
|
30123
|
-
|
|
30119
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30120
|
+
top: 4px;
|
|
30121
|
+
left: 4px;
|
|
30122
|
+
width: 6px;
|
|
30123
|
+
height: 6px;
|
|
30124
|
+
background: #fff;
|
|
30124
30125
|
}
|
|
30125
|
-
.
|
|
30126
|
-
|
|
30127
|
-
transition-delay: 120ms;
|
|
30126
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30127
|
+
opacity: 0.5;
|
|
30128
30128
|
}
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
top: 1px;
|
|
30133
|
-
left: 1px;
|
|
30129
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30130
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30131
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30134
30132
|
}
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
width: 28px;
|
|
30133
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30134
|
+
background: #00122e;
|
|
30138
30135
|
}
|
|
30139
|
-
.
|
|
30140
|
-
|
|
30136
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30137
|
+
color: #00122e;
|
|
30138
|
+
opacity: 0.5;
|
|
30141
30139
|
}
|
|
30142
|
-
.
|
|
30143
|
-
|
|
30140
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30141
|
+
color: #00122e;
|
|
30144
30142
|
}
|
|
30145
|
-
.
|
|
30146
|
-
|
|
30143
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30144
|
+
display: inline-block;
|
|
30145
|
+
padding: 0;
|
|
30146
|
+
padding-left: 12px;
|
|
30147
30147
|
}
|
|
30148
|
-
.
|
|
30149
|
-
|
|
30148
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30149
|
+
margin-bottom: 0;
|
|
30150
|
+
white-space: pre-wrap;
|
|
30151
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30150
30152
|
}
|
|
30151
|
-
.
|
|
30152
|
-
left:
|
|
30153
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30154
|
+
padding-left: 8px;
|
|
30153
30155
|
}
|
|
30154
30156
|
|
|
30155
|
-
.
|
|
30156
|
-
|
|
30157
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30158
|
+
border-radius: 5px 0 0 5px;
|
|
30159
|
+
}
|
|
30160
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30161
|
+
border-radius: 0 5px 5px 0;
|
|
30157
30162
|
}
|
|
30158
30163
|
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
align-items: center;
|
|
30163
|
-
padding: 10px 0;
|
|
30164
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30165
|
-
font-size: 12px;
|
|
30166
|
-
line-height: 24px;
|
|
30164
|
+
.r1f0aqcc {
|
|
30165
|
+
color: #00122e;
|
|
30166
|
+
border-color: #ccd4e3;
|
|
30167
30167
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30168
|
+
.r1f0aqcc:first-child {
|
|
30169
|
+
border-color: #a3b4cc;
|
|
30170
30170
|
}
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
cursor: pointer;
|
|
30176
|
-
transition: all 0.3s ease;
|
|
30171
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30172
|
+
padding: 0 12px;
|
|
30173
|
+
line-height: 32px;
|
|
30174
|
+
height: 32px;
|
|
30177
30175
|
}
|
|
30178
|
-
.
|
|
30179
|
-
|
|
30180
|
-
color: #0080ff;
|
|
30176
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30177
|
+
white-space: nowrap;
|
|
30181
30178
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30179
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30180
|
+
height: 22px;
|
|
30181
|
+
padding: 0 7px;
|
|
30182
|
+
line-height: 20px;
|
|
30184
30183
|
}
|
|
30185
|
-
.
|
|
30186
|
-
|
|
30187
|
-
align-items: center;
|
|
30188
|
-
color: #0080ff;
|
|
30189
|
-
font-weight: bold;
|
|
30184
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30185
|
+
background: #ccd4e3;
|
|
30190
30186
|
}
|
|
30191
|
-
.
|
|
30192
|
-
|
|
30187
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30188
|
+
background: #0080ff;
|
|
30193
30189
|
}
|
|
30194
|
-
.
|
|
30195
|
-
|
|
30196
|
-
|
|
30190
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30191
|
+
background: #ccd4e3;
|
|
30192
|
+
opacity: 0.5;
|
|
30197
30193
|
}
|
|
30198
|
-
.
|
|
30199
|
-
|
|
30200
|
-
color: #0080ff;
|
|
30194
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30195
|
+
border-right-color: #0080ff;
|
|
30201
30196
|
}
|
|
30202
|
-
.
|
|
30203
|
-
|
|
30197
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30198
|
+
border-color: #0080ff;
|
|
30204
30199
|
}
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
max-height: calc(100vh - 128px);
|
|
30208
|
-
overflow-y: auto;
|
|
30200
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30201
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30209
30202
|
}
|
|
30210
|
-
.
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
|
|
30203
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30204
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30205
|
+
border-color: #ccd4e3;
|
|
30206
|
+
opacity: 0.5;
|
|
30207
|
+
}
|
|
30208
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30209
|
+
color: #00122e;
|
|
30210
|
+
border-color: #ccd4e3;
|
|
30211
|
+
}
|
|
30212
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30213
|
+
color: #00122e;
|
|
30214
|
+
border-color: #ccd4e3;
|
|
30215
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30216
|
+
}
|
|
30217
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30218
|
+
margin-right: 8px;
|
|
30219
|
+
display: inline;
|
|
30220
|
+
border: none;
|
|
30221
|
+
padding: 0;
|
|
30222
|
+
width: 36px;
|
|
30223
|
+
background: transparent;
|
|
30224
|
+
}
|
|
30225
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30226
|
+
box-shadow: none;
|
|
30227
|
+
}
|
|
30228
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30229
|
+
margin-right: 0;
|
|
30230
|
+
width: initial;
|
|
30231
|
+
box-shadow: none;
|
|
30232
|
+
}
|
|
30233
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30234
|
+
display: none;
|
|
30235
|
+
}
|
|
30236
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30237
|
+
display: inline;
|
|
30238
|
+
}
|
|
30239
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30240
|
+
display: inline;
|
|
30241
|
+
margin-right: 8px;
|
|
30242
|
+
padding: 0;
|
|
30243
|
+
width: 36px;
|
|
30214
30244
|
}
|
|
30215
30245
|
|
|
30216
|
-
.
|
|
30246
|
+
.i1e4sgug {
|
|
30217
30247
|
display: inline-block;
|
|
30218
30248
|
}
|
|
30219
30249
|
|
|
30220
|
-
.
|
|
30221
|
-
|
|
30222
|
-
|
|
30250
|
+
.cz04yix {
|
|
30251
|
+
display: flex;
|
|
30252
|
+
flex-direction: column;
|
|
30223
30253
|
}
|
|
30224
30254
|
|
|
30225
|
-
.
|
|
30226
|
-
|
|
30227
|
-
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
line-height: 40px;
|
|
30255
|
+
.m1if5j39 {
|
|
30256
|
+
max-width: 1120px;
|
|
30257
|
+
width: 100%;
|
|
30258
|
+
margin: 0 auto;
|
|
30259
|
+
height: 100%;
|
|
30231
30260
|
}
|
|
30232
30261
|
|
|
30233
|
-
.
|
|
30234
|
-
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
|
|
30238
|
-
line-height: 32px;
|
|
30262
|
+
.w1vvwdlp {
|
|
30263
|
+
max-width: 1120px;
|
|
30264
|
+
width: 100%;
|
|
30265
|
+
margin: 0 auto;
|
|
30266
|
+
display: flex;
|
|
30239
30267
|
}
|
|
30240
|
-
|
|
30241
|
-
.
|
|
30242
|
-
|
|
30243
|
-
|
|
30244
|
-
|
|
30245
|
-
font-size: 32px;
|
|
30246
|
-
line-height: 40px;
|
|
30268
|
+
.w1vvwdlp .left,
|
|
30269
|
+
.w1vvwdlp .right {
|
|
30270
|
+
flex-grow: 0;
|
|
30271
|
+
flex-shrink: 0;
|
|
30272
|
+
flex-basis: 21%;
|
|
30247
30273
|
}
|
|
30248
|
-
|
|
30249
|
-
|
|
30250
|
-
|
|
30251
|
-
|
|
30252
|
-
font-weight: bold;
|
|
30253
|
-
font-size: 20px;
|
|
30254
|
-
line-height: 24px;
|
|
30274
|
+
.w1vvwdlp .left {
|
|
30275
|
+
display: flex;
|
|
30276
|
+
justify-content: flex-end;
|
|
30277
|
+
padding-right: 44px;
|
|
30255
30278
|
}
|
|
30256
|
-
|
|
30257
|
-
|
|
30258
|
-
font-family: Inter;
|
|
30259
|
-
font-style: normal;
|
|
30260
|
-
font-weight: normal;
|
|
30261
|
-
font-size: 20px;
|
|
30262
|
-
line-height: 24px;
|
|
30279
|
+
.w1vvwdlp .right {
|
|
30280
|
+
padding-left: 44px;
|
|
30263
30281
|
}
|
|
30264
|
-
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
-
|
|
30268
|
-
|
|
30269
|
-
font-size: 18px;
|
|
30270
|
-
line-height: 22px;
|
|
30282
|
+
.w1vvwdlp .middle {
|
|
30283
|
+
margin-bottom: 40px;
|
|
30284
|
+
flex-grow: 0;
|
|
30285
|
+
flex-shrink: 0;
|
|
30286
|
+
flex-basis: 58%;
|
|
30271
30287
|
}
|
|
30272
|
-
|
|
30273
|
-
|
|
30274
|
-
|
|
30275
|
-
|
|
30276
|
-
|
|
30277
|
-
font-size: 18px;
|
|
30278
|
-
line-height: 22px;
|
|
30288
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30289
|
+
width: 100%;
|
|
30290
|
+
}
|
|
30291
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30292
|
+
width: auto;
|
|
30279
30293
|
}
|
|
30280
30294
|
|
|
30281
|
-
.
|
|
30282
|
-
|
|
30283
|
-
|
|
30284
|
-
|
|
30285
|
-
|
|
30286
|
-
|
|
30295
|
+
.h1cuopx7 .ant-modal-header {
|
|
30296
|
+
margin: 0 auto;
|
|
30297
|
+
width: 100%;
|
|
30298
|
+
max-width: 648px;
|
|
30299
|
+
}
|
|
30300
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30301
|
+
margin-left: 0;
|
|
30302
|
+
}
|
|
30303
|
+
.h1cuopx7 .ant-modal-body {
|
|
30304
|
+
margin: 0 auto;
|
|
30305
|
+
padding: 0;
|
|
30306
|
+
width: 100%;
|
|
30307
|
+
max-width: 648px;
|
|
30308
|
+
overflow: hidden;
|
|
30309
|
+
}
|
|
30310
|
+
.h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30311
|
+
margin-bottom: 40px;
|
|
30312
|
+
}
|
|
30313
|
+
.h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30314
|
+
height: calc(100vh - 225px);
|
|
30315
|
+
overflow-y: auto;
|
|
30316
|
+
}
|
|
30317
|
+
.h1cuopx7 .ant-modal-footer .footer-content {
|
|
30318
|
+
margin: 0 auto;
|
|
30319
|
+
max-width: 648px;
|
|
30287
30320
|
}
|
|
30288
30321
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30322
|
+
.h1p6d3y3 .ant-modal-header {
|
|
30323
|
+
margin: 0 auto;
|
|
30324
|
+
width: 100%;
|
|
30325
|
+
max-width: 1024px;
|
|
30326
|
+
}
|
|
30327
|
+
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30328
|
+
margin-left: 0;
|
|
30329
|
+
}
|
|
30330
|
+
.h1p6d3y3 .ant-modal-body {
|
|
30331
|
+
margin: 0 auto;
|
|
30332
|
+
padding: 0;
|
|
30333
|
+
width: 100%;
|
|
30334
|
+
max-width: 1024px;
|
|
30335
|
+
overflow: hidden;
|
|
30336
|
+
}
|
|
30337
|
+
.h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30338
|
+
margin-bottom: 40px;
|
|
30339
|
+
}
|
|
30340
|
+
.h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30341
|
+
height: calc(100vh - 225px);
|
|
30342
|
+
overflow-y: auto;
|
|
30343
|
+
}
|
|
30344
|
+
.h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30345
|
+
margin: 0 auto;
|
|
30346
|
+
max-width: 1024px;
|
|
30295
30347
|
}
|
|
30296
30348
|
|
|
30297
|
-
.
|
|
30298
|
-
|
|
30299
|
-
|
|
30300
|
-
|
|
30301
|
-
font-size:
|
|
30349
|
+
.fxgckuk {
|
|
30350
|
+
flex: 1;
|
|
30351
|
+
}
|
|
30352
|
+
.fxgckuk label {
|
|
30353
|
+
font-size: 13px;
|
|
30302
30354
|
line-height: 20px;
|
|
30355
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30303
30356
|
}
|
|
30304
|
-
|
|
30305
|
-
.hedm4pz {
|
|
30306
|
-
font-family: Inter;
|
|
30307
|
-
font-style: normal;
|
|
30308
|
-
font-weight: normal;
|
|
30357
|
+
.fxgckuk .title {
|
|
30309
30358
|
font-size: 14px;
|
|
30310
30359
|
line-height: 20px;
|
|
30360
|
+
color: #2d3a56;
|
|
30361
|
+
margin-bottom: 12px;
|
|
30311
30362
|
}
|
|
30312
|
-
|
|
30313
|
-
|
|
30314
|
-
font-family: Inter;
|
|
30315
|
-
font-style: normal;
|
|
30316
|
-
font-weight: bold;
|
|
30317
|
-
font-size: 12px;
|
|
30318
|
-
line-height: 18px;
|
|
30319
|
-
}
|
|
30320
|
-
|
|
30321
|
-
.hp14fr {
|
|
30322
|
-
font-family: Inter;
|
|
30323
|
-
font-style: normal;
|
|
30324
|
-
font-weight: normal;
|
|
30325
|
-
font-size: 12px;
|
|
30326
|
-
line-height: 18px;
|
|
30363
|
+
.fxgckuk.connect-cluster .title {
|
|
30364
|
+
padding-bottom: 26px;
|
|
30327
30365
|
}
|
|
30328
30366
|
|
|
30329
|
-
.
|
|
30330
|
-
|
|
30331
|
-
|
|
30332
|
-
|
|
30333
|
-
text-transform: uppercase;
|
|
30334
|
-
font-feature-settings: "cpsp" on;
|
|
30335
|
-
font-size: 12px;
|
|
30336
|
-
line-height: 18px;
|
|
30367
|
+
.f1d0vek1 {
|
|
30368
|
+
padding: 25px 0 15px 0;
|
|
30369
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30370
|
+
margin-bottom: 16px;
|
|
30337
30371
|
}
|
|
30338
30372
|
|
|
30339
|
-
.
|
|
30340
|
-
|
|
30341
|
-
|
|
30342
|
-
|
|
30343
|
-
text-transform: uppercase;
|
|
30344
|
-
font-feature-settings: "cpsp" on;
|
|
30345
|
-
font-size: 12px;
|
|
30346
|
-
line-height: 18px;
|
|
30373
|
+
.f4u402y {
|
|
30374
|
+
display: flex;
|
|
30375
|
+
align-items: center;
|
|
30376
|
+
margin-bottom: 8px;
|
|
30347
30377
|
}
|
|
30348
|
-
|
|
30349
|
-
|
|
30350
|
-
font-family: Inter;
|
|
30351
|
-
font-style: normal;
|
|
30352
|
-
font-weight: normal;
|
|
30353
|
-
font-size: 16px;
|
|
30354
|
-
line-height: 24px;
|
|
30378
|
+
.f4u402y > label {
|
|
30379
|
+
width: 216px;
|
|
30355
30380
|
}
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
font-family: Inter;
|
|
30359
|
-
font-style: normal;
|
|
30360
|
-
font-weight: bold;
|
|
30361
|
-
font-size: 16px;
|
|
30362
|
-
line-height: 24px;
|
|
30381
|
+
.f4u402y > label + * {
|
|
30382
|
+
width: 100%;
|
|
30363
30383
|
}
|
|
30364
|
-
|
|
30365
|
-
|
|
30366
|
-
font-family: Inter;
|
|
30367
|
-
font-style: normal;
|
|
30368
|
-
font-weight: normal;
|
|
30369
|
-
font-size: 16px;
|
|
30370
|
-
line-height: 24px;
|
|
30384
|
+
.f4u402y .ant-select {
|
|
30385
|
+
width: 100%;
|
|
30371
30386
|
}
|
|
30372
30387
|
|
|
30373
|
-
.
|
|
30374
|
-
|
|
30375
|
-
|
|
30376
|
-
font-weight: bold;
|
|
30377
|
-
font-size: 16px;
|
|
30378
|
-
line-height: 24px;
|
|
30388
|
+
.e1pldf6v {
|
|
30389
|
+
color: #e75a3a;
|
|
30390
|
+
margin-right: 10px;
|
|
30379
30391
|
}
|
|
30380
30392
|
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30383
|
-
|
|
30384
|
-
|
|
30385
|
-
|
|
30386
|
-
font-feature-settings: "cpsp" on;
|
|
30387
|
-
font-size: 16px;
|
|
30388
|
-
line-height: 24px;
|
|
30393
|
+
.dq0gblh {
|
|
30394
|
+
width: 100%;
|
|
30395
|
+
height: 1px;
|
|
30396
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30397
|
+
margin: 24px 0;
|
|
30389
30398
|
}
|
|
30390
30399
|
|
|
30391
|
-
.
|
|
30392
|
-
|
|
30393
|
-
|
|
30394
|
-
|
|
30395
|
-
|
|
30396
|
-
font-feature-settings: "cpsp" on;
|
|
30397
|
-
font-size: 16px;
|
|
30398
|
-
line-height: 24px;
|
|
30400
|
+
.l1v7sr0n {
|
|
30401
|
+
display: flex;
|
|
30402
|
+
justify-content: center;
|
|
30403
|
+
align-items: center;
|
|
30404
|
+
height: 100%;
|
|
30399
30405
|
}
|
|
30400
30406
|
|
|
30401
|
-
.
|
|
30402
|
-
|
|
30403
|
-
|
|
30404
|
-
|
|
30405
|
-
|
|
30406
|
-
|
|
30407
|
+
.d1i4ou6o {
|
|
30408
|
+
display: inline-block;
|
|
30409
|
+
width: 4px;
|
|
30410
|
+
height: 4px;
|
|
30411
|
+
background: #8e9aa9;
|
|
30412
|
+
opacity: 0.4;
|
|
30413
|
+
border-radius: 50%;
|
|
30414
|
+
margin: 0 4px;
|
|
30407
30415
|
}
|
|
30408
30416
|
|
|
30409
|
-
.
|
|
30410
|
-
|
|
30411
|
-
|
|
30412
|
-
|
|
30413
|
-
font-size: 14px;
|
|
30414
|
-
line-height: 22px;
|
|
30417
|
+
.m1jy87hk .ant-modal-header,
|
|
30418
|
+
.m1jy87hk .ant-modal-footer .footer-content {
|
|
30419
|
+
width: 648px;
|
|
30420
|
+
margin: 0 auto;
|
|
30415
30421
|
}
|
|
30416
|
-
|
|
30417
|
-
|
|
30418
|
-
|
|
30419
|
-
font-style: normal;
|
|
30420
|
-
font-weight: bold;
|
|
30421
|
-
font-size: 14px;
|
|
30422
|
-
line-height: 22px;
|
|
30422
|
+
.m1jy87hk .ant-modal-header {
|
|
30423
|
+
padding: 35px 0 24px;
|
|
30424
|
+
border: none;
|
|
30423
30425
|
}
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
font-family: Inter;
|
|
30427
|
-
font-style: normal;
|
|
30428
|
-
font-weight: normal;
|
|
30429
|
-
font-size: 14px;
|
|
30430
|
-
line-height: 22px;
|
|
30426
|
+
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30427
|
+
font-size: 30px;
|
|
30431
30428
|
}
|
|
30432
|
-
|
|
30433
|
-
|
|
30434
|
-
font-family: Inter;
|
|
30435
|
-
font-style: normal;
|
|
30436
|
-
font-weight: bold;
|
|
30437
|
-
font-size: 14px;
|
|
30438
|
-
line-height: 22px;
|
|
30429
|
+
.m1jy87hk .ant-modal-body {
|
|
30430
|
+
padding: 4px 0 2px;
|
|
30439
30431
|
}
|
|
30440
|
-
|
|
30441
|
-
|
|
30442
|
-
font-family: Inter;
|
|
30443
|
-
font-style: normal;
|
|
30444
|
-
font-weight: normal;
|
|
30445
|
-
text-transform: uppercase;
|
|
30446
|
-
font-feature-settings: "cpsp" on;
|
|
30447
|
-
font-size: 14px;
|
|
30448
|
-
line-height: 22px;
|
|
30432
|
+
.m1jy87hk .ant-modal-footer {
|
|
30433
|
+
border: none;
|
|
30449
30434
|
}
|
|
30450
30435
|
|
|
30451
|
-
.
|
|
30452
|
-
font-
|
|
30453
|
-
|
|
30436
|
+
.ti7fpyu {
|
|
30437
|
+
font-size: 12px;
|
|
30438
|
+
line-height: 18px;
|
|
30454
30439
|
font-weight: bold;
|
|
30455
|
-
|
|
30456
|
-
|
|
30457
|
-
|
|
30458
|
-
|
|
30440
|
+
color: #fff;
|
|
30441
|
+
padding: 0 4px;
|
|
30442
|
+
border-radius: 4px;
|
|
30443
|
+
display: inline-block;
|
|
30444
|
+
background: var(--ti7fpyu-0);
|
|
30459
30445
|
}
|
|
30460
|
-
|
|
30461
|
-
|
|
30462
|
-
font-family: Inter;
|
|
30463
|
-
font-style: normal;
|
|
30464
|
-
font-weight: normal;
|
|
30465
|
-
font-size: 13px;
|
|
30466
|
-
line-height: 20px;
|
|
30446
|
+
.ti7fpyu:not(:first-child) {
|
|
30447
|
+
margin-left: 4px;
|
|
30467
30448
|
}
|
|
30468
30449
|
|
|
30469
|
-
.
|
|
30470
|
-
|
|
30471
|
-
|
|
30472
|
-
|
|
30473
|
-
|
|
30474
|
-
|
|
30450
|
+
.f1rest1f {
|
|
30451
|
+
width: 100%;
|
|
30452
|
+
height: 100%;
|
|
30453
|
+
display: flex;
|
|
30454
|
+
align-items: center;
|
|
30455
|
+
justify-content: center;
|
|
30475
30456
|
}
|
|
30476
30457
|
|
|
30477
|
-
.
|
|
30478
|
-
font-
|
|
30479
|
-
font-style: normal;
|
|
30458
|
+
.n1kbdoln {
|
|
30459
|
+
font-size: 90%;
|
|
30480
30460
|
font-weight: bold;
|
|
30481
|
-
|
|
30482
|
-
|
|
30461
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30462
|
+
padding: 1px 4px 1px;
|
|
30463
|
+
margin-left: 2px;
|
|
30464
|
+
margin-right: 2px;
|
|
30465
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30466
|
+
border-radius: 4px;
|
|
30483
30467
|
}
|
|
30484
30468
|
|
|
30485
|
-
.
|
|
30486
|
-
|
|
30487
|
-
font-style: normal;
|
|
30488
|
-
font-weight: normal;
|
|
30489
|
-
font-size: 13px;
|
|
30490
|
-
line-height: 20px;
|
|
30469
|
+
.f1y3gta0.form-item-general {
|
|
30470
|
+
width: 640px;
|
|
30491
30471
|
}
|
|
30492
|
-
|
|
30493
|
-
|
|
30494
|
-
font-family: Inter;
|
|
30495
|
-
font-style: normal;
|
|
30496
|
-
font-weight: 600;
|
|
30497
|
-
font-size: 13px;
|
|
30498
|
-
line-height: 20px;
|
|
30472
|
+
.f1y3gta0.form-item-general.form-item + .f1y3gta0.form-item-general.form-item {
|
|
30473
|
+
margin-top: 16px;
|
|
30499
30474
|
}
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
font-family: Inter;
|
|
30503
|
-
font-style: normal;
|
|
30504
|
-
font-weight: bold;
|
|
30505
|
-
font-size: 13px;
|
|
30506
|
-
line-height: 20px;
|
|
30475
|
+
.f1y3gta0.form-item-compact {
|
|
30476
|
+
width: 412px;
|
|
30507
30477
|
}
|
|
30508
|
-
|
|
30509
|
-
|
|
30510
|
-
font-family: Inter;
|
|
30511
|
-
font-style: normal;
|
|
30512
|
-
font-weight: normal;
|
|
30513
|
-
text-transform: uppercase;
|
|
30514
|
-
font-feature-settings: "cpsp" on;
|
|
30515
|
-
font-size: 13px;
|
|
30516
|
-
line-height: 20px;
|
|
30478
|
+
.f1y3gta0.form-item-compact.form-item + .f1y3gta0.form-item-compact.form-item {
|
|
30479
|
+
margin-top: 8px;
|
|
30517
30480
|
}
|
|
30518
|
-
|
|
30519
|
-
|
|
30520
|
-
|
|
30521
|
-
|
|
30522
|
-
|
|
30523
|
-
|
|
30524
|
-
|
|
30481
|
+
.f1y3gta0 .form-item {
|
|
30482
|
+
width: auto;
|
|
30483
|
+
}
|
|
30484
|
+
.f1y3gta0 .form-item-main {
|
|
30485
|
+
position: relative;
|
|
30486
|
+
display: flex;
|
|
30487
|
+
}
|
|
30488
|
+
.f1y3gta0 .form-item-extra {
|
|
30489
|
+
margin-top: 4px;
|
|
30490
|
+
width: 100%;
|
|
30491
|
+
padding: 14px;
|
|
30492
|
+
background: #f2f4f6;
|
|
30525
30493
|
font-size: 13px;
|
|
30526
|
-
line-height:
|
|
30494
|
+
line-height: 1.8;
|
|
30495
|
+
color: #8e9aa9;
|
|
30527
30496
|
}
|
|
30528
|
-
|
|
30529
|
-
|
|
30530
|
-
font-
|
|
30531
|
-
|
|
30532
|
-
font-weight: normal;
|
|
30533
|
-
font-size: 12px;
|
|
30534
|
-
line-height: 18px;
|
|
30497
|
+
.f1y3gta0 .form-item-label {
|
|
30498
|
+
padding-right: 12px;
|
|
30499
|
+
font-size: 13px;
|
|
30500
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30535
30501
|
}
|
|
30536
|
-
|
|
30537
|
-
|
|
30538
|
-
font-family: Inter;
|
|
30539
|
-
font-style: normal;
|
|
30540
|
-
font-weight: 500;
|
|
30541
|
-
font-size: 12px;
|
|
30542
|
-
line-height: 18px;
|
|
30502
|
+
.f1y3gta0 .form-item-label.label-right {
|
|
30503
|
+
text-align: right;
|
|
30543
30504
|
}
|
|
30544
|
-
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30547
|
-
font-style: normal;
|
|
30548
|
-
font-weight: bold;
|
|
30549
|
-
font-size: 12px;
|
|
30550
|
-
line-height: 18px;
|
|
30505
|
+
.f1y3gta0 .form-item-label,
|
|
30506
|
+
.f1y3gta0 .form-item-control {
|
|
30507
|
+
line-height: 32px;
|
|
30551
30508
|
}
|
|
30552
|
-
|
|
30553
|
-
.lyxynfj {
|
|
30554
|
-
font-family: Inter;
|
|
30555
|
-
font-style: normal;
|
|
30556
|
-
font-weight: normal;
|
|
30557
|
-
font-size: 12px;
|
|
30509
|
+
.f1y3gta0 .form-item-control .form-item-error {
|
|
30558
30510
|
line-height: 18px;
|
|
30559
30511
|
}
|
|
30560
|
-
|
|
30561
|
-
|
|
30562
|
-
font-family: Inter;
|
|
30563
|
-
font-style: normal;
|
|
30564
|
-
font-weight: 500;
|
|
30565
|
-
font-size: 12px;
|
|
30566
|
-
line-height: 18px;
|
|
30512
|
+
.f1y3gta0 .form-item-children {
|
|
30513
|
+
width: 100%;
|
|
30567
30514
|
}
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
font-family: Inter;
|
|
30571
|
-
font-style: normal;
|
|
30572
|
-
font-weight: bold;
|
|
30573
|
-
font-size: 12px;
|
|
30574
|
-
line-height: 18px;
|
|
30515
|
+
.f1y3gta0 .form-item-children > *:only-child.ant-select, .f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30516
|
+
width: 100%;
|
|
30575
30517
|
}
|
|
30576
|
-
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
|
|
30581
|
-
|
|
30582
|
-
|
|
30583
|
-
|
|
30584
|
-
|
|
30518
|
+
.f1y3gta0 .form-item-error {
|
|
30519
|
+
color: #e75a3a;
|
|
30520
|
+
height: 0;
|
|
30521
|
+
overflow: hidden;
|
|
30522
|
+
}
|
|
30523
|
+
.f1y3gta0 .form-item-error-enter-done {
|
|
30524
|
+
margin-top: 4px;
|
|
30525
|
+
height: auto;
|
|
30526
|
+
overflow: auto;
|
|
30527
|
+
}
|
|
30528
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30529
|
+
.f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30530
|
+
border: 1px solid #e75a3a;
|
|
30531
|
+
color: #e75a3a;
|
|
30585
30532
|
}
|
|
30586
30533
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30589
|
-
font-style: normal;
|
|
30534
|
+
.fujbm7g {
|
|
30535
|
+
color: #2d3a56;
|
|
30590
30536
|
font-weight: bold;
|
|
30591
|
-
|
|
30592
|
-
|
|
30593
|
-
|
|
30594
|
-
line-height: 18px;
|
|
30537
|
+
padding-bottom: 6px;
|
|
30538
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30539
|
+
margin-bottom: 16px;
|
|
30595
30540
|
}
|
|
30596
|
-
|
|
30597
|
-
|
|
30598
|
-
font-family: Inter;
|
|
30599
|
-
font-style: normal;
|
|
30600
|
-
font-weight: normal;
|
|
30601
|
-
font-size: 13px;
|
|
30602
|
-
line-height: 20px;
|
|
30541
|
+
.fujbm7g:not(:first-of-type) {
|
|
30542
|
+
margin-top: 16px;
|
|
30603
30543
|
}
|
|
30604
30544
|
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30607
|
-
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
|
|
30545
|
+
.e5fsw5s {
|
|
30546
|
+
width: 8px;
|
|
30547
|
+
height: 24px;
|
|
30548
|
+
display: flex;
|
|
30549
|
+
justify-content: center;
|
|
30550
|
+
align-items: center;
|
|
30551
|
+
cursor: pointer;
|
|
30552
|
+
transition: all 200ms ease-out 40ms;
|
|
30611
30553
|
}
|
|
30612
|
-
|
|
30613
|
-
|
|
30614
|
-
|
|
30615
|
-
|
|
30616
|
-
|
|
30617
|
-
|
|
30618
|
-
|
|
30554
|
+
.e5fsw5s:before, .e5fsw5s:after {
|
|
30555
|
+
content: "";
|
|
30556
|
+
width: 1px;
|
|
30557
|
+
height: 6px;
|
|
30558
|
+
border-radius: 1px;
|
|
30559
|
+
background: #ccd4e3;
|
|
30560
|
+
position: relative;
|
|
30561
|
+
right: 2px;
|
|
30562
|
+
transform: rotate(-45deg);
|
|
30619
30563
|
}
|
|
30620
|
-
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
font-style: normal;
|
|
30624
|
-
font-weight: normal;
|
|
30625
|
-
font-size: 12px;
|
|
30626
|
-
line-height: 18px;
|
|
30564
|
+
.e5fsw5s:after {
|
|
30565
|
+
transform: rotate(45deg);
|
|
30566
|
+
left: 1px;
|
|
30627
30567
|
}
|
|
30628
30568
|
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30634
|
-
font-size: 13px;
|
|
30635
|
-
line-height: 20px;
|
|
30569
|
+
.w18knsg4.ant-alert-warning {
|
|
30570
|
+
border: 0;
|
|
30571
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30572
|
+
border-radius: 6px;
|
|
30636
30573
|
}
|
|
30637
|
-
|
|
30638
|
-
.
|
|
30639
|
-
|
|
30640
|
-
|
|
30641
|
-
|
|
30642
|
-
|
|
30643
|
-
|
|
30644
|
-
line-height: 20px;
|
|
30574
|
+
.w18knsg4.ant-alert,
|
|
30575
|
+
.w18knsg4 .ant-alert-message {
|
|
30576
|
+
color: #e07f00;
|
|
30577
|
+
}
|
|
30578
|
+
.w18knsg4.ant-alert .dashed-border-bottom,
|
|
30579
|
+
.w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30580
|
+
border-bottom-color: #e07f00;
|
|
30645
30581
|
}
|
|
30646
30582
|
|
|
30647
|
-
.
|
|
30648
|
-
|
|
30649
|
-
|
|
30650
|
-
|
|
30651
|
-
|
|
30583
|
+
.ng31n2o {
|
|
30584
|
+
display: flex;
|
|
30585
|
+
flex-direction: row;
|
|
30586
|
+
padding: 7px 12px;
|
|
30587
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30588
|
+
border-radius: 6px;
|
|
30589
|
+
color: #e07f00;
|
|
30652
30590
|
font-size: 12px;
|
|
30653
30591
|
line-height: 18px;
|
|
30654
30592
|
}
|
|
30593
|
+
.ng31n2o .icon-wrapper {
|
|
30594
|
+
margin-right: 10px;
|
|
30595
|
+
height: 18px;
|
|
30596
|
+
}
|
|
30655
30597
|
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
|
|
30659
|
-
|
|
30660
|
-
|
|
30598
|
+
.n15x5f5y {
|
|
30599
|
+
display: flex;
|
|
30600
|
+
flex-direction: row;
|
|
30601
|
+
padding: 7px 12px;
|
|
30602
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30603
|
+
border-radius: 6px;
|
|
30604
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30661
30605
|
font-size: 12px;
|
|
30662
30606
|
line-height: 18px;
|
|
30663
30607
|
}
|
|
30608
|
+
.n15x5f5y .icon-wrapper {
|
|
30609
|
+
margin-right: 10px;
|
|
30610
|
+
height: 18px;
|
|
30611
|
+
}
|
|
30664
30612
|
|
|
30665
|
-
.
|
|
30666
|
-
|
|
30667
|
-
|
|
30668
|
-
|
|
30669
|
-
|
|
30613
|
+
.i16ozz3f {
|
|
30614
|
+
display: flex;
|
|
30615
|
+
flex-direction: row;
|
|
30616
|
+
padding: 7px 12px;
|
|
30617
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30618
|
+
border-radius: 6px;
|
|
30619
|
+
color: #005ed1;
|
|
30670
30620
|
font-size: 12px;
|
|
30671
30621
|
line-height: 18px;
|
|
30672
30622
|
}
|
|
30623
|
+
.i16ozz3f .icon-wrapper {
|
|
30624
|
+
margin-right: 10px;
|
|
30625
|
+
height: 18px;
|
|
30626
|
+
}
|
|
30673
30627
|
|
|
30674
|
-
.
|
|
30675
|
-
|
|
30676
|
-
|
|
30677
|
-
font-weight: 500;
|
|
30678
|
-
font-feature-settings: "zero" on;
|
|
30628
|
+
.dszu9qr {
|
|
30629
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30630
|
+
margin-top: 5px;
|
|
30679
30631
|
font-size: 12px;
|
|
30680
30632
|
line-height: 18px;
|
|
30681
30633
|
}
|
|
30682
30634
|
|
|
30683
|
-
.
|
|
30684
|
-
|
|
30685
|
-
font-
|
|
30686
|
-
|
|
30687
|
-
font-feature-settings: "zero" on;
|
|
30688
|
-
font-size: 16px;
|
|
30689
|
-
line-height: 24px;
|
|
30635
|
+
.snxzgx {
|
|
30636
|
+
color: #f0483e;
|
|
30637
|
+
font-size: 12px;
|
|
30638
|
+
white-space: pre-wrap;
|
|
30690
30639
|
}
|
|
30691
30640
|
|
|
30692
|
-
.
|
|
30693
|
-
|
|
30694
|
-
|
|
30695
|
-
|
|
30696
|
-
|
|
30697
|
-
|
|
30641
|
+
.o1i4orqw {
|
|
30642
|
+
display: flex;
|
|
30643
|
+
align-items: center;
|
|
30644
|
+
justify-content: flex-end;
|
|
30645
|
+
}
|
|
30646
|
+
.o1i4orqw .icon-wrapper {
|
|
30647
|
+
margin-right: 16px;
|
|
30698
30648
|
}
|
|
30699
30649
|
|
|
30700
|
-
.
|
|
30701
|
-
|
|
30650
|
+
.t79k8o2 {
|
|
30651
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30702
30652
|
}
|
|
30703
30653
|
|
|
30704
|
-
.
|
|
30654
|
+
.ipd9bk.ant-input {
|
|
30655
|
+
padding: 5px 12px;
|
|
30656
|
+
line-height: 20px;
|
|
30657
|
+
color: #2d3a56;
|
|
30658
|
+
border-radius: 6px;
|
|
30659
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30660
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30661
|
+
}
|
|
30662
|
+
.ipd9bk.ant-input.ant-input-lg {
|
|
30705
30663
|
padding: 8px 16px;
|
|
30706
|
-
line-height:
|
|
30707
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30708
|
-
height: 34px;
|
|
30709
|
-
min-height: 34px;
|
|
30710
|
-
box-sizing: border-box;
|
|
30711
|
-
margin-top: 8px;
|
|
30664
|
+
line-height: 22px;
|
|
30712
30665
|
}
|
|
30713
|
-
|
|
30714
|
-
|
|
30715
|
-
|
|
30716
|
-
flex-direction: column;
|
|
30717
|
-
margin: 1px 8px;
|
|
30718
|
-
padding: 8px;
|
|
30719
|
-
border-radius: 4px;
|
|
30720
|
-
}
|
|
30721
|
-
.onr9gzt .selected-icon {
|
|
30722
|
-
display: none;
|
|
30723
|
-
}
|
|
30724
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
30725
|
-
padding-left: 8px;
|
|
30666
|
+
.ipd9bk.ant-input.ant-input-sm {
|
|
30667
|
+
padding: 2px 8px;
|
|
30668
|
+
line-height: 18px;
|
|
30726
30669
|
}
|
|
30727
|
-
.
|
|
30728
|
-
|
|
30670
|
+
.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 {
|
|
30671
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30672
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30673
|
+
z-index: 1;
|
|
30729
30674
|
}
|
|
30730
|
-
.
|
|
30731
|
-
color: #
|
|
30675
|
+
.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 {
|
|
30676
|
+
border-color: #0096ff;
|
|
30677
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30678
|
+
z-index: 1;
|
|
30732
30679
|
}
|
|
30733
|
-
.
|
|
30734
|
-
|
|
30680
|
+
.ipd9bk.ant-input.error:not([disabled]), .ipd9bk.ant-picker.error:not([disabled]), .ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30681
|
+
border-color: #e75a3a;
|
|
30682
|
+
color: #e75a3a;
|
|
30735
30683
|
}
|
|
30736
|
-
.
|
|
30737
|
-
|
|
30684
|
+
.ipd9bk.ant-input.error:not([disabled]):hover, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-picker.error:not([disabled]):hover, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number.error:not([disabled]):hover, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30685
|
+
border-color: #e75a3a;
|
|
30686
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30738
30687
|
}
|
|
30739
|
-
.
|
|
30740
|
-
color: #
|
|
30688
|
+
.ipd9bk.ant-input.error:not([disabled]):active, .ipd9bk.ant-input.error:not([disabled]):focus, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-picker.error:not([disabled]):active, .ipd9bk.ant-picker.error:not([disabled]):focus, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number.error:not([disabled]):active, .ipd9bk.ant-input-number.error:not([disabled]):focus, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30689
|
+
border-color: #e75a3a;
|
|
30690
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30741
30691
|
}
|
|
30742
|
-
.
|
|
30743
|
-
background: rgba(
|
|
30744
|
-
color:
|
|
30692
|
+
.ipd9bk.ant-input[disabled], .ipd9bk.ant-input.ant-input-disabled, .ipd9bk.ant-input-number[disabled], .ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30693
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30694
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30695
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30745
30696
|
}
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
|
|
30749
|
-
|
|
30750
|
-
height: 20px;
|
|
30697
|
+
.ipd9bk.ant-input-affix-wrapper {
|
|
30698
|
+
padding: 5px 12px;
|
|
30699
|
+
border-radius: 6px;
|
|
30700
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30751
30701
|
line-height: 20px;
|
|
30752
|
-
}
|
|
30753
|
-
.oiy0apc .timezone-title {
|
|
30754
30702
|
color: #2d3a56;
|
|
30755
|
-
|
|
30756
|
-
text-overflow: ellipsis;
|
|
30703
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30757
30704
|
}
|
|
30758
|
-
|
|
30759
|
-
.
|
|
30760
|
-
display: flex;
|
|
30761
|
-
justify-content: space-between;
|
|
30705
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30706
|
+
.ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30762
30707
|
color: rgba(44, 56, 82, 0.6);
|
|
30763
|
-
height: 18px;
|
|
30764
|
-
line-height: 18px;
|
|
30765
|
-
margin-top: 2px;
|
|
30766
|
-
}
|
|
30767
|
-
|
|
30768
|
-
.t19903l9 {
|
|
30769
|
-
border: none;
|
|
30770
|
-
margin-right: 0;
|
|
30771
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30772
|
-
}
|
|
30773
|
-
|
|
30774
|
-
.ohwbvxu {
|
|
30775
|
-
pointer-events: none;
|
|
30776
|
-
height: 32px;
|
|
30777
|
-
width: 100%;
|
|
30778
|
-
opacity: 0;
|
|
30779
30708
|
}
|
|
30780
|
-
|
|
30781
|
-
|
|
30782
|
-
|
|
30783
|
-
align-items: baseline;
|
|
30784
|
-
white-space: pre-wrap;
|
|
30709
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30710
|
+
padding: 8px 16px;
|
|
30711
|
+
line-height: 22px;
|
|
30785
30712
|
}
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30788
|
-
|
|
30713
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30714
|
+
padding: 2px 8px;
|
|
30715
|
+
line-height: 18px;
|
|
30789
30716
|
}
|
|
30790
|
-
.
|
|
30717
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30791
30718
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30719
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30792
30720
|
}
|
|
30793
|
-
.
|
|
30794
|
-
border-color: #
|
|
30721
|
+
.ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30722
|
+
border-color: #0096ff;
|
|
30723
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30795
30724
|
}
|
|
30796
|
-
.
|
|
30797
|
-
border-color: #
|
|
30798
|
-
background: #0080ff;
|
|
30725
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30726
|
+
border-color: #e75a3a;
|
|
30799
30727
|
}
|
|
30800
|
-
.
|
|
30801
|
-
|
|
30802
|
-
left: 4px;
|
|
30803
|
-
width: 6px;
|
|
30804
|
-
height: 6px;
|
|
30805
|
-
background: #fff;
|
|
30728
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30729
|
+
color: #e75a3a;
|
|
30806
30730
|
}
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30731
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30732
|
+
border-color: #e75a3a;
|
|
30733
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30809
30734
|
}
|
|
30810
|
-
.
|
|
30811
|
-
border-color:
|
|
30812
|
-
|
|
30735
|
+
.ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30736
|
+
border-color: #e75a3a;
|
|
30737
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30813
30738
|
}
|
|
30814
|
-
.
|
|
30815
|
-
background:
|
|
30739
|
+
.ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30740
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30741
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30742
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30816
30743
|
}
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30819
|
-
|
|
30744
|
+
textarea.ipd9bk.ant-input {
|
|
30745
|
+
transition-property: height;
|
|
30746
|
+
transition-delay: 50ms;
|
|
30820
30747
|
}
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30748
|
+
textarea.ipd9bk.ant-input.textarea-large {
|
|
30749
|
+
min-height: 40px;
|
|
30750
|
+
height: 40px;
|
|
30823
30751
|
}
|
|
30824
|
-
.
|
|
30825
|
-
|
|
30826
|
-
padding: 0;
|
|
30827
|
-
padding-left: 12px;
|
|
30752
|
+
textarea.ipd9bk.ant-input.textarea-large:focus {
|
|
30753
|
+
height: 80px;
|
|
30828
30754
|
}
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30755
|
+
textarea.ipd9bk.ant-input.textarea-middle {
|
|
30756
|
+
min-height: 32px;
|
|
30757
|
+
height: 32px;
|
|
30833
30758
|
}
|
|
30834
|
-
.
|
|
30835
|
-
|
|
30759
|
+
textarea.ipd9bk.ant-input.textarea-middle:focus {
|
|
30760
|
+
height: 64px;
|
|
30836
30761
|
}
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
|
|
30762
|
+
textarea.ipd9bk.ant-input.textarea-small {
|
|
30763
|
+
min-height: 24px;
|
|
30764
|
+
height: 24px;
|
|
30840
30765
|
}
|
|
30841
|
-
.
|
|
30842
|
-
|
|
30766
|
+
textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
30767
|
+
height: 40px;
|
|
30843
30768
|
}
|
|
30844
30769
|
|
|
30845
|
-
.
|
|
30846
|
-
|
|
30847
|
-
border-
|
|
30848
|
-
}
|
|
30849
|
-
.r1f0aqcc:first-child {
|
|
30850
|
-
border-color: #a3b4cc;
|
|
30770
|
+
.kypn5o5 input, .kypn5o5.input-tags {
|
|
30771
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30772
|
+
border-radius: 4px;
|
|
30851
30773
|
}
|
|
30852
|
-
.
|
|
30853
|
-
|
|
30854
|
-
|
|
30774
|
+
.kypn5o5.input-tags {
|
|
30775
|
+
position: relative;
|
|
30776
|
+
padding: 6px;
|
|
30855
30777
|
height: 32px;
|
|
30778
|
+
cursor: pointer;
|
|
30779
|
+
transition: border 150ms;
|
|
30856
30780
|
}
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30861
|
-
height: 22px;
|
|
30862
|
-
padding: 0 7px;
|
|
30863
|
-
line-height: 20px;
|
|
30781
|
+
.kypn5o5.input-tags:hover {
|
|
30782
|
+
border-color: #0080ff;
|
|
30783
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30864
30784
|
}
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30785
|
+
.kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30786
|
+
padding-right: 30px;
|
|
30867
30787
|
}
|
|
30868
|
-
.
|
|
30869
|
-
|
|
30788
|
+
.kypn5o5.input-tags .input-tags-inner {
|
|
30789
|
+
display: flex;
|
|
30870
30790
|
}
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30873
|
-
opacity: 0.5;
|
|
30791
|
+
.kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30792
|
+
display: flex;
|
|
30874
30793
|
}
|
|
30875
|
-
.
|
|
30876
|
-
|
|
30794
|
+
.kypn5o5.input-tags .input-tag-suffix {
|
|
30795
|
+
position: absolute;
|
|
30796
|
+
right: 12px;
|
|
30797
|
+
top: 50%;
|
|
30798
|
+
transform: translateY(-50%);
|
|
30877
30799
|
}
|
|
30878
|
-
.
|
|
30879
|
-
|
|
30800
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30801
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30802
|
+
font-size: 12px;
|
|
30803
|
+
cursor: pointer;
|
|
30880
30804
|
}
|
|
30881
|
-
.
|
|
30882
|
-
|
|
30805
|
+
.kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30806
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30883
30807
|
}
|
|
30884
|
-
.
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
opacity: 0.5;
|
|
30808
|
+
.kypn5o5.has-focus-indicator {
|
|
30809
|
+
position: relative;
|
|
30810
|
+
overflow: hidden;
|
|
30888
30811
|
}
|
|
30889
|
-
.
|
|
30890
|
-
|
|
30891
|
-
|
|
30812
|
+
.kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30813
|
+
position: absolute;
|
|
30814
|
+
top: 50%;
|
|
30815
|
+
transform: translateY(-50%);
|
|
30816
|
+
left: -16px;
|
|
30817
|
+
transition: left 150ms ease;
|
|
30818
|
+
opacity: 0;
|
|
30892
30819
|
}
|
|
30893
|
-
.
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30820
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30821
|
+
left: 8px;
|
|
30822
|
+
opacity: 1;
|
|
30897
30823
|
}
|
|
30898
|
-
.
|
|
30899
|
-
margin-
|
|
30900
|
-
|
|
30901
|
-
border: none;
|
|
30902
|
-
padding: 0;
|
|
30903
|
-
width: 36px;
|
|
30904
|
-
background: transparent;
|
|
30905
|
-
}
|
|
30906
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30907
|
-
box-shadow: none;
|
|
30908
|
-
}
|
|
30909
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30910
|
-
margin-right: 0;
|
|
30911
|
-
width: initial;
|
|
30912
|
-
box-shadow: none;
|
|
30824
|
+
.kypn5o5.has-focus-indicator input {
|
|
30825
|
+
transition: margin-left 150ms ease;
|
|
30826
|
+
margin-left: 0px;
|
|
30913
30827
|
}
|
|
30914
|
-
.
|
|
30915
|
-
|
|
30828
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30829
|
+
margin-left: 16px;
|
|
30916
30830
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30831
|
+
|
|
30832
|
+
input.l1ki27se.ant-input {
|
|
30833
|
+
border-top-right-radius: 0;
|
|
30834
|
+
border-bottom-right-radius: 0;
|
|
30919
30835
|
}
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
width: 36px;
|
|
30836
|
+
|
|
30837
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30838
|
+
border-top-right-radius: 0;
|
|
30839
|
+
border-bottom-right-radius: 0;
|
|
30925
30840
|
}
|
|
30926
30841
|
|
|
30927
|
-
.
|
|
30928
|
-
|
|
30929
|
-
|
|
30842
|
+
input.rrg1fkn.ant-input {
|
|
30843
|
+
border-top-left-radius: 0;
|
|
30844
|
+
border-bottom-left-radius: 0;
|
|
30930
30845
|
}
|
|
30931
30846
|
|
|
30932
|
-
.
|
|
30933
|
-
|
|
30934
|
-
|
|
30935
|
-
margin: 0 auto;
|
|
30936
|
-
height: 100%;
|
|
30847
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30848
|
+
border-top-left-radius: 0;
|
|
30849
|
+
border-bottom-left-radius: 0;
|
|
30937
30850
|
}
|
|
30938
30851
|
|
|
30939
|
-
.
|
|
30940
|
-
|
|
30941
|
-
|
|
30942
|
-
margin: 0 auto;
|
|
30943
|
-
display: flex;
|
|
30852
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30853
|
+
border-top-right-radius: 0;
|
|
30854
|
+
border-bottom-right-radius: 0;
|
|
30944
30855
|
}
|
|
30945
|
-
|
|
30946
|
-
.
|
|
30947
|
-
|
|
30948
|
-
|
|
30949
|
-
flex-basis: 21%;
|
|
30856
|
+
|
|
30857
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30858
|
+
border-top-left-radius: 0;
|
|
30859
|
+
border-bottom-left-radius: 0;
|
|
30950
30860
|
}
|
|
30951
|
-
|
|
30861
|
+
|
|
30862
|
+
.c1t6wbwv {
|
|
30952
30863
|
display: flex;
|
|
30953
|
-
|
|
30954
|
-
padding-right: 44px;
|
|
30955
|
-
}
|
|
30956
|
-
.w1vvwdlp .right {
|
|
30957
|
-
padding-left: 44px;
|
|
30958
|
-
}
|
|
30959
|
-
.w1vvwdlp .middle {
|
|
30960
|
-
margin-bottom: 40px;
|
|
30961
|
-
flex-grow: 0;
|
|
30962
|
-
flex-shrink: 0;
|
|
30963
|
-
flex-basis: 58%;
|
|
30964
|
-
}
|
|
30965
|
-
.w1vvwdlp .middle .form-base-field {
|
|
30966
|
-
width: 100%;
|
|
30864
|
+
flex-direction: column;
|
|
30967
30865
|
}
|
|
30968
|
-
.
|
|
30969
|
-
|
|
30866
|
+
.c1t6wbwv .select-wrapper {
|
|
30867
|
+
margin-top: 12px;
|
|
30970
30868
|
}
|
|
30971
|
-
|
|
30972
|
-
.h1cuopx7 .ant-modal-header {
|
|
30973
|
-
margin: 0 auto;
|
|
30869
|
+
.c1t6wbwv .select-wrapper .select {
|
|
30974
30870
|
width: 100%;
|
|
30975
|
-
max-width: 648px;
|
|
30976
30871
|
}
|
|
30977
|
-
.
|
|
30978
|
-
margin-
|
|
30872
|
+
.c1t6wbwv .radio-wrapper {
|
|
30873
|
+
margin-top: 24px;
|
|
30979
30874
|
}
|
|
30980
|
-
.
|
|
30981
|
-
margin: 0 auto;
|
|
30982
|
-
padding: 0;
|
|
30875
|
+
.c1t6wbwv div.form-item {
|
|
30983
30876
|
width: 100%;
|
|
30984
|
-
max-width: 648px;
|
|
30985
|
-
overflow: hidden;
|
|
30986
30877
|
}
|
|
30987
|
-
|
|
30988
|
-
|
|
30878
|
+
|
|
30879
|
+
.d1k7vv5v {
|
|
30880
|
+
font-size: 14px;
|
|
30881
|
+
font-weight: 500;
|
|
30882
|
+
color: #3e4652;
|
|
30883
|
+
line-height: 18px;
|
|
30989
30884
|
}
|
|
30990
|
-
.
|
|
30991
|
-
|
|
30992
|
-
overflow-y: auto;
|
|
30885
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
30886
|
+
margin-top: 16px;
|
|
30993
30887
|
}
|
|
30994
|
-
.
|
|
30995
|
-
margin:
|
|
30996
|
-
max-width: 648px;
|
|
30888
|
+
.d1k7vv5v + * {
|
|
30889
|
+
margin-top: 16px;
|
|
30997
30890
|
}
|
|
30998
30891
|
|
|
30999
|
-
.
|
|
31000
|
-
|
|
31001
|
-
|
|
31002
|
-
|
|
31003
|
-
}
|
|
31004
|
-
.h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
31005
|
-
margin-left: 0;
|
|
31006
|
-
}
|
|
31007
|
-
.h1p6d3y3 .ant-modal-body {
|
|
31008
|
-
margin: 0 auto;
|
|
31009
|
-
padding: 0;
|
|
31010
|
-
width: 100%;
|
|
31011
|
-
max-width: 1024px;
|
|
31012
|
-
overflow: hidden;
|
|
30892
|
+
.le7b9r4.d1k7vv5v {
|
|
30893
|
+
font-size: 12px;
|
|
30894
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30895
|
+
margin-top: 12px;
|
|
31013
30896
|
}
|
|
31014
|
-
|
|
31015
|
-
|
|
30897
|
+
|
|
30898
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
30899
|
+
line-height: 18px;
|
|
30900
|
+
font-weight: 500;
|
|
30901
|
+
margin-top: 0;
|
|
30902
|
+
white-space: initial;
|
|
31016
30903
|
}
|
|
31017
|
-
|
|
31018
|
-
|
|
31019
|
-
|
|
30904
|
+
|
|
30905
|
+
.r12ddqmh {
|
|
30906
|
+
display: block;
|
|
31020
30907
|
}
|
|
31021
|
-
.
|
|
31022
|
-
|
|
31023
|
-
|
|
30908
|
+
.r12ddqmh span {
|
|
30909
|
+
font-size: 14px;
|
|
30910
|
+
font-weight: 500;
|
|
30911
|
+
line-height: 32px;
|
|
30912
|
+
color: #3e4652;
|
|
31024
30913
|
}
|
|
31025
30914
|
|
|
31026
|
-
.
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
line-height: 20px;
|
|
30915
|
+
.ctcr26a {
|
|
30916
|
+
margin-top: 8px;
|
|
30917
|
+
padding: 8px;
|
|
30918
|
+
border-radius: 6px;
|
|
30919
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31032
30920
|
color: rgba(44, 56, 82, 0.6);
|
|
30921
|
+
font-size: 12px;
|
|
31033
30922
|
}
|
|
31034
|
-
.
|
|
31035
|
-
font-size: 14px;
|
|
30923
|
+
.ctcr26a div {
|
|
31036
30924
|
line-height: 20px;
|
|
31037
|
-
|
|
31038
|
-
|
|
30925
|
+
display: flex;
|
|
30926
|
+
align-items: center;
|
|
30927
|
+
word-break: break-all;
|
|
31039
30928
|
}
|
|
31040
|
-
|
|
31041
|
-
|
|
30929
|
+
|
|
30930
|
+
.s1fc623g {
|
|
30931
|
+
width: 430px !important;
|
|
31042
30932
|
}
|
|
31043
30933
|
|
|
31044
|
-
.
|
|
31045
|
-
padding:
|
|
31046
|
-
|
|
31047
|
-
|
|
30934
|
+
.da3mx0o .ant-select-item-group {
|
|
30935
|
+
padding: 8px 16px;
|
|
30936
|
+
line-height: 18px;
|
|
30937
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30938
|
+
height: 34px;
|
|
30939
|
+
min-height: 34px;
|
|
30940
|
+
box-sizing: border-box;
|
|
30941
|
+
margin-top: 8px;
|
|
31048
30942
|
}
|
|
31049
30943
|
|
|
31050
|
-
.
|
|
30944
|
+
.onr9gzt {
|
|
31051
30945
|
display: flex;
|
|
31052
|
-
|
|
31053
|
-
margin
|
|
30946
|
+
flex-direction: column;
|
|
30947
|
+
margin: 1px 8px;
|
|
30948
|
+
padding: 8px;
|
|
30949
|
+
border-radius: 4px;
|
|
31054
30950
|
}
|
|
31055
|
-
.
|
|
31056
|
-
|
|
30951
|
+
.onr9gzt .selected-icon {
|
|
30952
|
+
display: none;
|
|
31057
30953
|
}
|
|
31058
|
-
.
|
|
31059
|
-
|
|
30954
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30955
|
+
padding-left: 8px;
|
|
31060
30956
|
}
|
|
31061
|
-
.
|
|
31062
|
-
|
|
30957
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30958
|
+
background-color: white;
|
|
31063
30959
|
}
|
|
31064
|
-
|
|
31065
|
-
|
|
31066
|
-
color: #e75a3a;
|
|
31067
|
-
margin-right: 10px;
|
|
30960
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30961
|
+
color: #0080ff;
|
|
31068
30962
|
}
|
|
31069
|
-
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31073
|
-
background: rgba(
|
|
31074
|
-
|
|
30963
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30964
|
+
display: block;
|
|
30965
|
+
}
|
|
30966
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30967
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30968
|
+
}
|
|
30969
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30970
|
+
color: #0080ff;
|
|
30971
|
+
}
|
|
30972
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30973
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30974
|
+
color: #0080ff;
|
|
31075
30975
|
}
|
|
31076
30976
|
|
|
31077
|
-
.
|
|
30977
|
+
.oiy0apc {
|
|
31078
30978
|
display: flex;
|
|
31079
|
-
justify-content:
|
|
31080
|
-
|
|
31081
|
-
height:
|
|
30979
|
+
justify-content: space-between;
|
|
30980
|
+
height: 20px;
|
|
30981
|
+
line-height: 20px;
|
|
31082
30982
|
}
|
|
31083
|
-
|
|
31084
|
-
|
|
31085
|
-
|
|
31086
|
-
|
|
31087
|
-
height: 4px;
|
|
31088
|
-
background: #8e9aa9;
|
|
31089
|
-
opacity: 0.4;
|
|
31090
|
-
border-radius: 50%;
|
|
31091
|
-
margin: 0 4px;
|
|
31092
|
-
}
|
|
31093
|
-
|
|
31094
|
-
.m1jy87hk .ant-modal-header,
|
|
31095
|
-
.m1jy87hk .ant-modal-footer .footer-content {
|
|
31096
|
-
width: 648px;
|
|
31097
|
-
margin: 0 auto;
|
|
31098
|
-
}
|
|
31099
|
-
.m1jy87hk .ant-modal-header {
|
|
31100
|
-
padding: 35px 0 24px;
|
|
31101
|
-
border: none;
|
|
31102
|
-
}
|
|
31103
|
-
.m1jy87hk .ant-modal-header .ant-modal-title {
|
|
31104
|
-
font-size: 30px;
|
|
31105
|
-
}
|
|
31106
|
-
.m1jy87hk .ant-modal-body {
|
|
31107
|
-
padding: 4px 0 2px;
|
|
31108
|
-
}
|
|
31109
|
-
.m1jy87hk .ant-modal-footer {
|
|
31110
|
-
border: none;
|
|
30983
|
+
.oiy0apc .timezone-title {
|
|
30984
|
+
color: #2d3a56;
|
|
30985
|
+
overflow: hidden;
|
|
30986
|
+
text-overflow: ellipsis;
|
|
31111
30987
|
}
|
|
31112
30988
|
|
|
31113
|
-
.
|
|
31114
|
-
|
|
30989
|
+
.of4y382 {
|
|
30990
|
+
display: flex;
|
|
30991
|
+
justify-content: space-between;
|
|
30992
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30993
|
+
height: 18px;
|
|
31115
30994
|
line-height: 18px;
|
|
31116
|
-
|
|
31117
|
-
color: #fff;
|
|
31118
|
-
padding: 0 4px;
|
|
31119
|
-
border-radius: 4px;
|
|
31120
|
-
display: inline-block;
|
|
31121
|
-
background: var(--ti7fpyu-0);
|
|
31122
|
-
}
|
|
31123
|
-
.ti7fpyu:not(:first-child) {
|
|
31124
|
-
margin-left: 4px;
|
|
30995
|
+
margin-top: 2px;
|
|
31125
30996
|
}
|
|
31126
30997
|
|
|
31127
|
-
.
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
align-items: center;
|
|
31132
|
-
justify-content: center;
|
|
30998
|
+
.t19903l9 {
|
|
30999
|
+
border: none;
|
|
31000
|
+
margin-right: 0;
|
|
31001
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31133
31002
|
}
|
|
31134
31003
|
|
|
31135
|
-
.
|
|
31136
|
-
|
|
31137
|
-
|
|
31138
|
-
|
|
31139
|
-
|
|
31140
|
-
margin-left: 2px;
|
|
31141
|
-
margin-right: 2px;
|
|
31142
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31143
|
-
border-radius: 4px;
|
|
31004
|
+
.ohwbvxu {
|
|
31005
|
+
pointer-events: none;
|
|
31006
|
+
height: 32px;
|
|
31007
|
+
width: 100%;
|
|
31008
|
+
opacity: 0;
|
|
31144
31009
|
}
|
|
31145
31010
|
|
|
31146
|
-
.
|
|
31147
|
-
width:
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
|
|
31011
|
+
.s34f1qb.ant-switch {
|
|
31012
|
+
min-width: 40px;
|
|
31013
|
+
height: 24px;
|
|
31014
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31015
|
+
overflow: hidden;
|
|
31151
31016
|
}
|
|
31152
|
-
.
|
|
31153
|
-
|
|
31017
|
+
.s34f1qb.ant-switch:focus {
|
|
31018
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31154
31019
|
}
|
|
31155
|
-
.
|
|
31156
|
-
|
|
31020
|
+
.s34f1qb.ant-switch-small {
|
|
31021
|
+
min-width: 26px;
|
|
31022
|
+
height: 16px;
|
|
31157
31023
|
}
|
|
31158
|
-
.
|
|
31159
|
-
width:
|
|
31024
|
+
.s34f1qb.ant-switch-large {
|
|
31025
|
+
min-width: 52px;
|
|
31026
|
+
height: 32px;
|
|
31160
31027
|
}
|
|
31161
|
-
.
|
|
31162
|
-
|
|
31163
|
-
|
|
31028
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31029
|
+
height: 20px;
|
|
31030
|
+
width: 20px;
|
|
31164
31031
|
}
|
|
31165
|
-
.
|
|
31166
|
-
|
|
31167
|
-
|
|
31168
|
-
padding: 14px;
|
|
31169
|
-
background: #f2f4f6;
|
|
31170
|
-
font-size: 13px;
|
|
31171
|
-
line-height: 1.8;
|
|
31172
|
-
color: #8e9aa9;
|
|
31032
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31033
|
+
border-radius: 10px;
|
|
31034
|
+
transition-delay: 120ms;
|
|
31173
31035
|
}
|
|
31174
|
-
.
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31036
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31037
|
+
height: 14px;
|
|
31038
|
+
width: 14px;
|
|
31039
|
+
top: 1px;
|
|
31040
|
+
left: 1px;
|
|
31178
31041
|
}
|
|
31179
|
-
.
|
|
31180
|
-
|
|
31042
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31043
|
+
height: 28px;
|
|
31044
|
+
width: 28px;
|
|
31181
31045
|
}
|
|
31182
|
-
.
|
|
31183
|
-
|
|
31184
|
-
line-height: 32px;
|
|
31046
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31047
|
+
border-radius: 14px;
|
|
31185
31048
|
}
|
|
31186
|
-
.
|
|
31187
|
-
|
|
31049
|
+
.s34f1qb.ant-switch-checked {
|
|
31050
|
+
background-color: #00ba5d;
|
|
31188
31051
|
}
|
|
31189
|
-
.
|
|
31190
|
-
|
|
31052
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31053
|
+
left: calc(100% - 20px - 2px);
|
|
31191
31054
|
}
|
|
31192
|
-
.
|
|
31193
|
-
|
|
31055
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31056
|
+
left: calc(100% - 14px - 1px);
|
|
31194
31057
|
}
|
|
31195
|
-
.
|
|
31196
|
-
|
|
31197
|
-
height: 0;
|
|
31198
|
-
overflow: hidden;
|
|
31058
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31059
|
+
left: calc(100% - 28px - 2px);
|
|
31199
31060
|
}
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
|
|
31203
|
-
overflow: auto;
|
|
31061
|
+
|
|
31062
|
+
.c1to9vb9 {
|
|
31063
|
+
margin-left: 5px;
|
|
31204
31064
|
}
|
|
31205
|
-
|
|
31206
|
-
.
|
|
31207
|
-
|
|
31208
|
-
color: #e75a3a;
|
|
31065
|
+
|
|
31066
|
+
.t1upn1sz {
|
|
31067
|
+
height: 100%;
|
|
31209
31068
|
}
|
|
31210
31069
|
|
|
31211
|
-
.
|
|
31212
|
-
|
|
31213
|
-
font-weight: bold;
|
|
31214
|
-
padding-bottom: 6px;
|
|
31215
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31216
|
-
margin-bottom: 16px;
|
|
31070
|
+
.tta5kd2 {
|
|
31071
|
+
height: 100%;
|
|
31217
31072
|
}
|
|
31218
|
-
.
|
|
31219
|
-
|
|
31073
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31074
|
+
overflow: visible !important;
|
|
31075
|
+
height: 100%;
|
|
31220
31076
|
}
|
|
31221
|
-
|
|
31222
|
-
|
|
31223
|
-
width: 8px;
|
|
31224
|
-
height: 24px;
|
|
31225
|
-
display: flex;
|
|
31226
|
-
justify-content: center;
|
|
31227
|
-
align-items: center;
|
|
31228
|
-
cursor: pointer;
|
|
31229
|
-
transition: all 200ms ease-out 40ms;
|
|
31077
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31078
|
+
height: 100%;
|
|
31230
31079
|
}
|
|
31231
|
-
.
|
|
31232
|
-
|
|
31233
|
-
|
|
31234
|
-
height: 6px;
|
|
31235
|
-
border-radius: 1px;
|
|
31236
|
-
background: #ccd4e3;
|
|
31237
|
-
position: relative;
|
|
31238
|
-
right: 2px;
|
|
31239
|
-
transform: rotate(-45deg);
|
|
31080
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31081
|
+
width: 100% !important;
|
|
31082
|
+
height: 100%;
|
|
31240
31083
|
}
|
|
31241
|
-
.
|
|
31242
|
-
|
|
31243
|
-
left: 1px;
|
|
31084
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31085
|
+
padding: 15px 0;
|
|
31244
31086
|
}
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
border: 0;
|
|
31248
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31249
|
-
border-radius: 6px;
|
|
31087
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31088
|
+
display: none;
|
|
31250
31089
|
}
|
|
31251
|
-
.
|
|
31252
|
-
|
|
31253
|
-
color: #e07f00;
|
|
31090
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31091
|
+
font-weight: 700;
|
|
31254
31092
|
}
|
|
31255
|
-
.
|
|
31256
|
-
|
|
31257
|
-
border-bottom-color: #e07f00;
|
|
31093
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31094
|
+
font-weight: 700;
|
|
31258
31095
|
}
|
|
31259
|
-
|
|
31260
|
-
|
|
31261
|
-
display: flex;
|
|
31262
|
-
flex-direction: row;
|
|
31263
|
-
padding: 7px 12px;
|
|
31264
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31265
|
-
border-radius: 6px;
|
|
31266
|
-
color: #e07f00;
|
|
31267
|
-
font-size: 12px;
|
|
31268
|
-
line-height: 18px;
|
|
31096
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31097
|
+
height: 100%;
|
|
31269
31098
|
}
|
|
31270
|
-
.
|
|
31271
|
-
|
|
31272
|
-
|
|
31099
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31100
|
+
height: 100%;
|
|
31101
|
+
overflow: visible;
|
|
31273
31102
|
}
|
|
31274
|
-
|
|
31275
|
-
|
|
31276
|
-
display: flex;
|
|
31277
|
-
flex-direction: row;
|
|
31278
|
-
padding: 7px 12px;
|
|
31279
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31280
|
-
border-radius: 6px;
|
|
31281
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31282
|
-
font-size: 12px;
|
|
31283
|
-
line-height: 18px;
|
|
31103
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31104
|
+
max-height: none;
|
|
31284
31105
|
}
|
|
31285
|
-
.
|
|
31286
|
-
|
|
31287
|
-
|
|
31106
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31107
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31108
|
+
display: none;
|
|
31288
31109
|
}
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
display: flex;
|
|
31292
|
-
flex-direction: row;
|
|
31293
|
-
padding: 7px 12px;
|
|
31294
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31295
|
-
border-radius: 6px;
|
|
31296
|
-
color: #005ed1;
|
|
31297
|
-
font-size: 12px;
|
|
31298
|
-
line-height: 18px;
|
|
31299
|
-
}
|
|
31300
|
-
.i16ozz3f .icon-wrapper {
|
|
31301
|
-
margin-right: 10px;
|
|
31302
|
-
height: 18px;
|
|
31303
|
-
}
|
|
31304
|
-
|
|
31305
|
-
.dszu9qr {
|
|
31306
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31307
|
-
margin-top: 5px;
|
|
31308
|
-
font-size: 12px;
|
|
31309
|
-
line-height: 18px;
|
|
31110
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31111
|
+
background: transparent;
|
|
31310
31112
|
}
|
|
31311
|
-
|
|
31312
|
-
.
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
white-space: pre-wrap;
|
|
31113
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31114
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31115
|
+
background: #fff;
|
|
31116
|
+
padding: 0 !important;
|
|
31316
31117
|
}
|
|
31317
|
-
|
|
31318
|
-
.
|
|
31118
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31119
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31319
31120
|
display: flex;
|
|
31320
31121
|
align-items: center;
|
|
31321
|
-
|
|
31322
|
-
|
|
31323
|
-
.o1i4orqw .icon-wrapper {
|
|
31324
|
-
margin-right: 16px;
|
|
31325
|
-
}
|
|
31326
|
-
|
|
31327
|
-
.t79k8o2 {
|
|
31328
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31329
|
-
}
|
|
31330
|
-
|
|
31331
|
-
.ipd9bk.ant-input {
|
|
31332
|
-
padding: 5px 12px;
|
|
31333
|
-
line-height: 20px;
|
|
31334
|
-
color: #2d3a56;
|
|
31335
|
-
border-radius: 6px;
|
|
31336
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31337
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31338
|
-
}
|
|
31339
|
-
.ipd9bk.ant-input.ant-input-lg {
|
|
31340
|
-
padding: 8px 16px;
|
|
31341
|
-
line-height: 22px;
|
|
31342
|
-
}
|
|
31343
|
-
.ipd9bk.ant-input.ant-input-sm {
|
|
31344
|
-
padding: 2px 8px;
|
|
31345
|
-
line-height: 18px;
|
|
31346
|
-
}
|
|
31347
|
-
.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 {
|
|
31348
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31349
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31350
|
-
z-index: 1;
|
|
31122
|
+
height: 100%;
|
|
31123
|
+
padding: 8px;
|
|
31351
31124
|
}
|
|
31352
|
-
.
|
|
31353
|
-
|
|
31354
|
-
|
|
31355
|
-
|
|
31125
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31126
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31127
|
+
overflow: hidden;
|
|
31128
|
+
text-overflow: ellipsis;
|
|
31129
|
+
width: 100%;
|
|
31356
31130
|
}
|
|
31357
|
-
.
|
|
31358
|
-
|
|
31359
|
-
color: #e75a3a;
|
|
31131
|
+
.tta5kd2 .ant-table-container {
|
|
31132
|
+
height: 100%;
|
|
31360
31133
|
}
|
|
31361
|
-
.
|
|
31362
|
-
|
|
31363
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
31134
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31135
|
+
box-shadow: none !important;
|
|
31364
31136
|
}
|
|
31365
|
-
.
|
|
31366
|
-
border-
|
|
31367
|
-
|
|
31137
|
+
.tta5kd2 .ant-table {
|
|
31138
|
+
border-radius: 0px;
|
|
31139
|
+
border-left: none;
|
|
31140
|
+
border-right: none;
|
|
31141
|
+
border-bottom: none;
|
|
31142
|
+
height: 100%;
|
|
31143
|
+
font-size: 12px;
|
|
31144
|
+
background: transparent;
|
|
31368
31145
|
}
|
|
31369
|
-
.
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
border-
|
|
31146
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31147
|
+
position: relative;
|
|
31148
|
+
z-index: 3;
|
|
31149
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31150
|
+
margin-bottom: -1px;
|
|
31373
31151
|
}
|
|
31374
|
-
.
|
|
31375
|
-
|
|
31376
|
-
border-radius: 6px;
|
|
31377
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
31378
|
-
line-height: 20px;
|
|
31152
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31153
|
+
.tta5kd2 .ant-table .value {
|
|
31379
31154
|
color: #2d3a56;
|
|
31380
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31381
31155
|
}
|
|
31382
|
-
.
|
|
31383
|
-
.
|
|
31156
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31157
|
+
.tta5kd2 .ant-table .unit {
|
|
31384
31158
|
color: rgba(44, 56, 82, 0.6);
|
|
31385
31159
|
}
|
|
31386
|
-
.
|
|
31387
|
-
|
|
31388
|
-
|
|
31160
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31161
|
+
position: unset;
|
|
31162
|
+
text-align: center;
|
|
31389
31163
|
}
|
|
31390
|
-
.
|
|
31391
|
-
|
|
31392
|
-
line-height: 18px;
|
|
31164
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31165
|
+
background: #fff;
|
|
31393
31166
|
}
|
|
31394
|
-
.
|
|
31395
|
-
|
|
31396
|
-
|
|
31167
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31168
|
+
cursor: pointer;
|
|
31169
|
+
position: absolute;
|
|
31170
|
+
top: 50%;
|
|
31171
|
+
right: 12px;
|
|
31172
|
+
transform: translateY(-50%);
|
|
31397
31173
|
}
|
|
31398
|
-
.
|
|
31399
|
-
|
|
31400
|
-
|
|
31174
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31175
|
+
box-shadow: none;
|
|
31176
|
+
width: 1px;
|
|
31177
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31401
31178
|
}
|
|
31402
|
-
.
|
|
31403
|
-
|
|
31179
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31180
|
+
box-shadow: none;
|
|
31181
|
+
width: 1px;
|
|
31182
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31404
31183
|
}
|
|
31405
|
-
.
|
|
31406
|
-
|
|
31184
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31185
|
+
position: relative;
|
|
31407
31186
|
}
|
|
31408
|
-
.
|
|
31409
|
-
border-
|
|
31410
|
-
|
|
31187
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31188
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31189
|
+
border-bottom: 1px solid white;
|
|
31190
|
+
height: 40px;
|
|
31191
|
+
vertical-align: middle;
|
|
31192
|
+
transition: background 0ms;
|
|
31193
|
+
color: #00122e;
|
|
31411
31194
|
}
|
|
31412
|
-
.
|
|
31413
|
-
|
|
31414
|
-
|
|
31195
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31196
|
+
background: #f2f5fa;
|
|
31197
|
+
border-bottom-color: #f2f5fa;
|
|
31415
31198
|
}
|
|
31416
|
-
.
|
|
31417
|
-
|
|
31418
|
-
color:
|
|
31419
|
-
|
|
31199
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31200
|
+
height: auto;
|
|
31201
|
+
color: #00122e;
|
|
31202
|
+
font-size: 12px;
|
|
31203
|
+
text-align: left;
|
|
31204
|
+
transition: none;
|
|
31205
|
+
overflow: hidden;
|
|
31206
|
+
text-overflow: ellipsis;
|
|
31207
|
+
white-space: nowrap;
|
|
31420
31208
|
}
|
|
31421
|
-
|
|
31422
|
-
|
|
31423
|
-
transition-delay: 50ms;
|
|
31209
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31210
|
+
color: #0096ff;
|
|
31424
31211
|
}
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
|
|
31212
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31213
|
+
overflow: hidden;
|
|
31214
|
+
text-overflow: ellipsis;
|
|
31215
|
+
width: 100%;
|
|
31216
|
+
vertical-align: middle;
|
|
31428
31217
|
}
|
|
31429
|
-
|
|
31430
|
-
height:
|
|
31218
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31219
|
+
line-height: 0px;
|
|
31431
31220
|
}
|
|
31432
|
-
|
|
31433
|
-
|
|
31434
|
-
height: 32px;
|
|
31221
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31222
|
+
padding-right: 25px;
|
|
31435
31223
|
}
|
|
31436
|
-
|
|
31437
|
-
|
|
31224
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31225
|
+
border-top-color: transparent;
|
|
31438
31226
|
}
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31227
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31228
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31229
|
+
border-color: transparent transparent white;
|
|
31442
31230
|
}
|
|
31443
|
-
|
|
31444
|
-
|
|
31231
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31232
|
+
border-radius: 8px 0 0 8px;
|
|
31445
31233
|
}
|
|
31446
|
-
|
|
31447
|
-
|
|
31448
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31449
|
-
border-radius: 4px;
|
|
31234
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31235
|
+
border-radius: 8px 0 0 8px;
|
|
31450
31236
|
}
|
|
31451
|
-
.
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31237
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31238
|
+
content: "";
|
|
31239
|
+
width: 4px;
|
|
31240
|
+
top: -1px;
|
|
31241
|
+
bottom: -1px;
|
|
31242
|
+
background: white;
|
|
31457
31243
|
}
|
|
31458
|
-
.
|
|
31459
|
-
border-
|
|
31460
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31244
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31245
|
+
border-radius: 0 8px 8px 0;
|
|
31461
31246
|
}
|
|
31462
|
-
.
|
|
31463
|
-
|
|
31247
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31248
|
+
border-radius: 0;
|
|
31249
|
+
background: white;
|
|
31250
|
+
border-top: none;
|
|
31464
31251
|
}
|
|
31465
|
-
.
|
|
31466
|
-
|
|
31252
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31253
|
+
border-top: 1px solid transparent;
|
|
31254
|
+
border-radius: 0 8px 8px 0;
|
|
31255
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31467
31256
|
}
|
|
31468
|
-
.
|
|
31257
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31258
|
+
background: white;
|
|
31259
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31260
|
+
}
|
|
31261
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31469
31262
|
display: flex;
|
|
31263
|
+
align-items: center;
|
|
31264
|
+
height: 100%;
|
|
31265
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31470
31266
|
}
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31473
|
-
|
|
31474
|
-
top: 50%;
|
|
31475
|
-
transform: translateY(-50%);
|
|
31267
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31268
|
+
background: white;
|
|
31269
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31476
31270
|
}
|
|
31477
|
-
.
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
|
|
31271
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31272
|
+
display: flex;
|
|
31273
|
+
align-items: center;
|
|
31274
|
+
height: 100%;
|
|
31275
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31481
31276
|
}
|
|
31482
|
-
.
|
|
31483
|
-
|
|
31277
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31278
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31484
31279
|
}
|
|
31485
|
-
.
|
|
31280
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31281
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31282
|
+
border-radius: 8px;
|
|
31283
|
+
}
|
|
31284
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31285
|
+
border-top-color: white;
|
|
31286
|
+
}
|
|
31287
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31288
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31289
|
+
border-bottom-color: transparent;
|
|
31290
|
+
border-top-color: transparent;
|
|
31291
|
+
}
|
|
31292
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31293
|
+
border-radius: 8px 0 0 8px;
|
|
31294
|
+
}
|
|
31295
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31296
|
+
border-radius: 0 8px 8px 0;
|
|
31297
|
+
}
|
|
31298
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31299
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31300
|
+
}
|
|
31301
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31302
|
+
background: #fff;
|
|
31303
|
+
font-weight: 400;
|
|
31486
31304
|
position: relative;
|
|
31305
|
+
border-bottom: none;
|
|
31306
|
+
color: #00122e;
|
|
31307
|
+
transition: none;
|
|
31308
|
+
padding: 15px 8px 15px 8px;
|
|
31309
|
+
}
|
|
31310
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31311
|
+
content: "";
|
|
31312
|
+
width: 1px;
|
|
31313
|
+
top: 0;
|
|
31314
|
+
bottom: 0;
|
|
31315
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31316
|
+
position: absolute;
|
|
31317
|
+
right: 0;
|
|
31318
|
+
}
|
|
31319
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31320
|
+
padding: unset;
|
|
31321
|
+
}
|
|
31322
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31323
|
+
display: none;
|
|
31324
|
+
}
|
|
31325
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31326
|
+
width: 100%;
|
|
31487
31327
|
overflow: hidden;
|
|
31328
|
+
white-space: nowrap;
|
|
31329
|
+
text-overflow: ellipsis;
|
|
31488
31330
|
}
|
|
31489
|
-
.
|
|
31331
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31332
|
+
overflow: hidden;
|
|
31333
|
+
text-overflow: ellipsis;
|
|
31334
|
+
flex: 1;
|
|
31335
|
+
}
|
|
31336
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31337
|
+
padding: 15px 25px 15px 8px;
|
|
31338
|
+
}
|
|
31339
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31340
|
+
padding: 0;
|
|
31341
|
+
}
|
|
31342
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31490
31343
|
position: absolute;
|
|
31344
|
+
right: 6px;
|
|
31491
31345
|
top: 50%;
|
|
31492
31346
|
transform: translateY(-50%);
|
|
31493
|
-
|
|
31494
|
-
|
|
31495
|
-
|
|
31347
|
+
height: 16px;
|
|
31348
|
+
display: none;
|
|
31349
|
+
transition: transform 320ms ease;
|
|
31496
31350
|
}
|
|
31497
|
-
.
|
|
31498
|
-
|
|
31499
|
-
|
|
31351
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31352
|
+
display: block;
|
|
31353
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31500
31354
|
}
|
|
31501
|
-
.
|
|
31502
|
-
|
|
31503
|
-
margin-left: 0px;
|
|
31355
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31356
|
+
display: block;
|
|
31504
31357
|
}
|
|
31505
|
-
.
|
|
31506
|
-
|
|
31358
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31359
|
+
display: none;
|
|
31507
31360
|
}
|
|
31508
|
-
|
|
31509
|
-
|
|
31510
|
-
border-top-right-radius: 0;
|
|
31511
|
-
border-bottom-right-radius: 0;
|
|
31361
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31362
|
+
transform: translateY(-50%);
|
|
31512
31363
|
}
|
|
31513
|
-
|
|
31514
|
-
|
|
31515
|
-
border-top-right-radius: 0;
|
|
31516
|
-
border-bottom-right-radius: 0;
|
|
31364
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31365
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31517
31366
|
}
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
border-top-left-radius: 0;
|
|
31521
|
-
border-bottom-left-radius: 0;
|
|
31367
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31368
|
+
background: #f2f5fa;
|
|
31522
31369
|
}
|
|
31523
|
-
|
|
31524
|
-
|
|
31525
|
-
border-top-left-radius: 0;
|
|
31526
|
-
border-bottom-left-radius: 0;
|
|
31370
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31371
|
+
display: block;
|
|
31527
31372
|
}
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
border-top-right-radius: 0;
|
|
31531
|
-
border-bottom-right-radius: 0;
|
|
31373
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31374
|
+
padding-right: 25px;
|
|
31532
31375
|
}
|
|
31533
|
-
|
|
31534
|
-
|
|
31535
|
-
border-top-left-radius: 0;
|
|
31536
|
-
border-bottom-left-radius: 0;
|
|
31376
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31377
|
+
padding: 0 !important;
|
|
31537
31378
|
}
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
|
|
31541
|
-
|
|
31379
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31380
|
+
position: absolute;
|
|
31381
|
+
left: 50%;
|
|
31382
|
+
top: 50%;
|
|
31383
|
+
transform: translate(-50%, -50%);
|
|
31542
31384
|
}
|
|
31543
|
-
.
|
|
31544
|
-
|
|
31385
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31386
|
+
display: none;
|
|
31545
31387
|
}
|
|
31546
|
-
.
|
|
31547
|
-
|
|
31388
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31389
|
+
background: #fff;
|
|
31548
31390
|
}
|
|
31549
|
-
.
|
|
31550
|
-
|
|
31391
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31392
|
+
background: inherit;
|
|
31551
31393
|
}
|
|
31552
|
-
.
|
|
31553
|
-
|
|
31394
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31395
|
+
position: static;
|
|
31396
|
+
border: none;
|
|
31397
|
+
background: inherit !important;
|
|
31398
|
+
height: 100px;
|
|
31399
|
+
vertical-align: middle;
|
|
31554
31400
|
}
|
|
31555
|
-
|
|
31556
|
-
.
|
|
31557
|
-
font-
|
|
31558
|
-
font-
|
|
31559
|
-
color:
|
|
31560
|
-
line-height: 18px;
|
|
31401
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31402
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31403
|
+
font-weight: bold;
|
|
31404
|
+
font-size: 20px;
|
|
31405
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31561
31406
|
}
|
|
31562
|
-
.
|
|
31563
|
-
|
|
31407
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31408
|
+
padding: 0 !important;
|
|
31409
|
+
position: relative;
|
|
31410
|
+
background: #fff;
|
|
31564
31411
|
}
|
|
31565
|
-
.
|
|
31566
|
-
|
|
31412
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31413
|
+
height: 100%;
|
|
31414
|
+
display: flex;
|
|
31415
|
+
align-items: center;
|
|
31416
|
+
justify-content: flex-end;
|
|
31417
|
+
padding-right: 8px;
|
|
31567
31418
|
}
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31419
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31420
|
+
width: 24px;
|
|
31421
|
+
height: 24px;
|
|
31422
|
+
cursor: pointer;
|
|
31423
|
+
justify-content: center;
|
|
31424
|
+
border-radius: 4px;
|
|
31573
31425
|
}
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
line-height: 18px;
|
|
31577
|
-
font-weight: 500;
|
|
31578
|
-
margin-top: 0;
|
|
31579
|
-
white-space: initial;
|
|
31426
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31427
|
+
background: #fff;
|
|
31580
31428
|
}
|
|
31581
31429
|
|
|
31582
|
-
.
|
|
31583
|
-
display: block;
|
|
31430
|
+
.obf05yr {
|
|
31431
|
+
display: inline-block;
|
|
31584
31432
|
}
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
color: #3e4652;
|
|
31433
|
+
|
|
31434
|
+
.hsms1n6 {
|
|
31435
|
+
visibility: hidden;
|
|
31436
|
+
position: absolute;
|
|
31590
31437
|
}
|
|
31591
31438
|
|
|
31592
|
-
.
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
|
|
31439
|
+
.p12gwtiw {
|
|
31440
|
+
display: flex;
|
|
31441
|
+
justify-content: space-between;
|
|
31442
|
+
align-items: center;
|
|
31443
|
+
padding: 10px 0;
|
|
31597
31444
|
color: rgba(44, 56, 82, 0.6);
|
|
31598
31445
|
font-size: 12px;
|
|
31446
|
+
line-height: 24px;
|
|
31599
31447
|
}
|
|
31600
|
-
.
|
|
31601
|
-
|
|
31448
|
+
.p12gwtiw .pagination-left {
|
|
31449
|
+
padding: 2px 8px;
|
|
31450
|
+
}
|
|
31451
|
+
.p12gwtiw .dropdown-trigger {
|
|
31602
31452
|
display: flex;
|
|
31603
31453
|
align-items: center;
|
|
31604
|
-
|
|
31454
|
+
border-radius: 6px;
|
|
31455
|
+
cursor: pointer;
|
|
31456
|
+
transition: all 0.3s ease;
|
|
31605
31457
|
}
|
|
31606
|
-
|
|
31607
|
-
.
|
|
31608
|
-
|
|
31458
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31459
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31460
|
+
color: #0080ff;
|
|
31609
31461
|
}
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
height: 100%;
|
|
31462
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31463
|
+
margin-left: 4px;
|
|
31613
31464
|
}
|
|
31614
|
-
.
|
|
31615
|
-
|
|
31616
|
-
|
|
31465
|
+
.p12gwtiw .pagination-right {
|
|
31466
|
+
display: flex;
|
|
31467
|
+
align-items: center;
|
|
31468
|
+
color: #0080ff;
|
|
31469
|
+
font-weight: bold;
|
|
31617
31470
|
}
|
|
31618
|
-
.
|
|
31619
|
-
|
|
31471
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31472
|
+
margin-left: 4px;
|
|
31620
31473
|
}
|
|
31621
|
-
.
|
|
31622
|
-
|
|
31623
|
-
|
|
31474
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31475
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31476
|
+
padding: 0 8px;
|
|
31624
31477
|
}
|
|
31625
|
-
.
|
|
31626
|
-
|
|
31478
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31479
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31480
|
+
color: #0080ff;
|
|
31627
31481
|
}
|
|
31628
|
-
.
|
|
31629
|
-
|
|
31482
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31483
|
+
transform: rotate(180deg);
|
|
31630
31484
|
}
|
|
31631
|
-
|
|
31632
|
-
|
|
31485
|
+
|
|
31486
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31487
|
+
max-height: calc(100vh - 128px);
|
|
31488
|
+
overflow-y: auto;
|
|
31633
31489
|
}
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31490
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31491
|
+
padding: 4px 20px;
|
|
31492
|
+
font-size: 12px;
|
|
31493
|
+
line-height: 18px;
|
|
31636
31494
|
}
|
|
31637
|
-
|
|
31638
|
-
|
|
31495
|
+
|
|
31496
|
+
.d6j0lbj {
|
|
31497
|
+
font-family: Inter;
|
|
31498
|
+
font-style: normal;
|
|
31499
|
+
font-weight: bold;
|
|
31500
|
+
font-size: 32px;
|
|
31501
|
+
line-height: 40px;
|
|
31639
31502
|
}
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31503
|
+
|
|
31504
|
+
.d1xhvvxe {
|
|
31505
|
+
font-family: Inter;
|
|
31506
|
+
font-style: normal;
|
|
31507
|
+
font-weight: bold;
|
|
31508
|
+
font-size: 24px;
|
|
31509
|
+
line-height: 32px;
|
|
31643
31510
|
}
|
|
31644
|
-
|
|
31645
|
-
|
|
31511
|
+
|
|
31512
|
+
.dk10mxq {
|
|
31513
|
+
font-family: Inter;
|
|
31514
|
+
font-style: normal;
|
|
31515
|
+
font-weight: normal;
|
|
31516
|
+
font-size: 32px;
|
|
31517
|
+
line-height: 40px;
|
|
31646
31518
|
}
|
|
31647
|
-
|
|
31648
|
-
.
|
|
31649
|
-
|
|
31519
|
+
|
|
31520
|
+
.dxsait {
|
|
31521
|
+
font-family: Inter;
|
|
31522
|
+
font-style: normal;
|
|
31523
|
+
font-weight: bold;
|
|
31524
|
+
font-size: 20px;
|
|
31525
|
+
line-height: 24px;
|
|
31650
31526
|
}
|
|
31651
|
-
|
|
31652
|
-
|
|
31527
|
+
|
|
31528
|
+
.dokn0h3 {
|
|
31529
|
+
font-family: Inter;
|
|
31530
|
+
font-style: normal;
|
|
31531
|
+
font-weight: normal;
|
|
31532
|
+
font-size: 20px;
|
|
31533
|
+
line-height: 24px;
|
|
31653
31534
|
}
|
|
31654
|
-
|
|
31655
|
-
.
|
|
31656
|
-
|
|
31657
|
-
|
|
31535
|
+
|
|
31536
|
+
.dobau4p {
|
|
31537
|
+
font-family: Inter;
|
|
31538
|
+
font-style: normal;
|
|
31539
|
+
font-weight: bold;
|
|
31540
|
+
font-size: 18px;
|
|
31541
|
+
line-height: 22px;
|
|
31658
31542
|
}
|
|
31659
|
-
|
|
31660
|
-
.
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
|
|
31543
|
+
|
|
31544
|
+
.dvolwok {
|
|
31545
|
+
font-family: Inter;
|
|
31546
|
+
font-style: normal;
|
|
31547
|
+
font-weight: normal;
|
|
31548
|
+
font-size: 18px;
|
|
31549
|
+
line-height: 22px;
|
|
31665
31550
|
}
|
|
31666
|
-
|
|
31667
|
-
.
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
|
|
31551
|
+
|
|
31552
|
+
.h181qhg4 {
|
|
31553
|
+
font-family: Inter;
|
|
31554
|
+
font-style: normal;
|
|
31555
|
+
font-weight: bold;
|
|
31556
|
+
font-size: 16px;
|
|
31557
|
+
line-height: 22px;
|
|
31671
31558
|
}
|
|
31672
|
-
|
|
31673
|
-
|
|
31559
|
+
|
|
31560
|
+
.h1phgmcq {
|
|
31561
|
+
font-family: Inter;
|
|
31562
|
+
font-style: normal;
|
|
31563
|
+
font-weight: normal;
|
|
31564
|
+
font-size: 16px;
|
|
31565
|
+
line-height: 22px;
|
|
31674
31566
|
}
|
|
31675
|
-
|
|
31676
|
-
|
|
31567
|
+
|
|
31568
|
+
.h173xnl1 {
|
|
31569
|
+
font-family: Inter;
|
|
31570
|
+
font-style: normal;
|
|
31571
|
+
font-weight: bold;
|
|
31572
|
+
font-size: 14px;
|
|
31573
|
+
line-height: 20px;
|
|
31677
31574
|
}
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31685
|
-
background: transparent;
|
|
31575
|
+
|
|
31576
|
+
.hedm4pz {
|
|
31577
|
+
font-family: Inter;
|
|
31578
|
+
font-style: normal;
|
|
31579
|
+
font-weight: normal;
|
|
31580
|
+
font-size: 14px;
|
|
31581
|
+
line-height: 20px;
|
|
31686
31582
|
}
|
|
31687
|
-
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
|
|
31583
|
+
|
|
31584
|
+
.h1kd8xld {
|
|
31585
|
+
font-family: Inter;
|
|
31586
|
+
font-style: normal;
|
|
31587
|
+
font-weight: bold;
|
|
31588
|
+
font-size: 12px;
|
|
31589
|
+
line-height: 18px;
|
|
31692
31590
|
}
|
|
31693
|
-
|
|
31694
|
-
.
|
|
31695
|
-
|
|
31591
|
+
|
|
31592
|
+
.hp14fr {
|
|
31593
|
+
font-family: Inter;
|
|
31594
|
+
font-style: normal;
|
|
31595
|
+
font-weight: normal;
|
|
31596
|
+
font-size: 12px;
|
|
31597
|
+
line-height: 18px;
|
|
31696
31598
|
}
|
|
31697
|
-
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31599
|
+
|
|
31600
|
+
.hgrg7mn {
|
|
31601
|
+
font-family: Inter;
|
|
31602
|
+
font-style: normal;
|
|
31603
|
+
font-weight: bold;
|
|
31604
|
+
text-transform: uppercase;
|
|
31605
|
+
font-feature-settings: "cpsp" on;
|
|
31606
|
+
font-size: 12px;
|
|
31607
|
+
line-height: 18px;
|
|
31700
31608
|
}
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31609
|
+
|
|
31610
|
+
.h6zme9x {
|
|
31611
|
+
font-family: Inter;
|
|
31612
|
+
font-style: normal;
|
|
31613
|
+
font-weight: normal;
|
|
31614
|
+
text-transform: uppercase;
|
|
31615
|
+
font-feature-settings: "cpsp" on;
|
|
31616
|
+
font-size: 12px;
|
|
31617
|
+
line-height: 18px;
|
|
31704
31618
|
}
|
|
31705
|
-
|
|
31706
|
-
|
|
31619
|
+
|
|
31620
|
+
.locjvsv {
|
|
31621
|
+
font-family: Inter;
|
|
31622
|
+
font-style: normal;
|
|
31623
|
+
font-weight: normal;
|
|
31624
|
+
font-size: 16px;
|
|
31625
|
+
line-height: 24px;
|
|
31707
31626
|
}
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31627
|
+
|
|
31628
|
+
.l13gi131 {
|
|
31629
|
+
font-family: Inter;
|
|
31630
|
+
font-style: normal;
|
|
31631
|
+
font-weight: bold;
|
|
31632
|
+
font-size: 16px;
|
|
31633
|
+
line-height: 24px;
|
|
31714
31634
|
}
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
|
|
31718
|
-
|
|
31635
|
+
|
|
31636
|
+
.l1ynemsu {
|
|
31637
|
+
font-family: Inter;
|
|
31638
|
+
font-style: normal;
|
|
31639
|
+
font-weight: normal;
|
|
31640
|
+
font-size: 16px;
|
|
31641
|
+
line-height: 24px;
|
|
31719
31642
|
}
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
|
|
31723
|
-
|
|
31643
|
+
|
|
31644
|
+
.l1cft1cx {
|
|
31645
|
+
font-family: Inter;
|
|
31646
|
+
font-style: normal;
|
|
31647
|
+
font-weight: bold;
|
|
31648
|
+
font-size: 16px;
|
|
31649
|
+
line-height: 24px;
|
|
31724
31650
|
}
|
|
31725
|
-
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
|
|
31733
|
-
|
|
31734
|
-
color: #00122e;
|
|
31735
|
-
}
|
|
31736
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31737
|
-
background: #f2f5fa;
|
|
31738
|
-
border-bottom-color: #f2f5fa;
|
|
31739
|
-
}
|
|
31740
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31741
|
-
height: auto;
|
|
31742
|
-
color: #00122e;
|
|
31743
|
-
font-size: 12px;
|
|
31744
|
-
text-align: left;
|
|
31745
|
-
transition: none;
|
|
31746
|
-
overflow: hidden;
|
|
31747
|
-
text-overflow: ellipsis;
|
|
31748
|
-
white-space: nowrap;
|
|
31749
|
-
}
|
|
31750
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31751
|
-
color: #0096ff;
|
|
31752
|
-
}
|
|
31753
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31754
|
-
overflow: hidden;
|
|
31755
|
-
text-overflow: ellipsis;
|
|
31756
|
-
width: 100%;
|
|
31757
|
-
vertical-align: middle;
|
|
31758
|
-
}
|
|
31759
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31760
|
-
line-height: 0px;
|
|
31761
|
-
}
|
|
31762
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31763
|
-
padding-right: 25px;
|
|
31764
|
-
}
|
|
31765
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31766
|
-
border-top-color: transparent;
|
|
31767
|
-
}
|
|
31768
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31769
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31770
|
-
border-color: transparent transparent white;
|
|
31771
|
-
}
|
|
31772
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31773
|
-
border-radius: 8px 0 0 8px;
|
|
31774
|
-
}
|
|
31775
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31776
|
-
border-radius: 8px 0 0 8px;
|
|
31777
|
-
}
|
|
31778
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31779
|
-
content: "";
|
|
31780
|
-
width: 4px;
|
|
31781
|
-
top: -1px;
|
|
31782
|
-
bottom: -1px;
|
|
31783
|
-
background: white;
|
|
31784
|
-
}
|
|
31785
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31786
|
-
border-radius: 0 8px 8px 0;
|
|
31787
|
-
}
|
|
31788
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31789
|
-
border-radius: 0;
|
|
31790
|
-
background: white;
|
|
31791
|
-
border-top: none;
|
|
31792
|
-
}
|
|
31793
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31794
|
-
border-top: 1px solid transparent;
|
|
31795
|
-
border-radius: 0 8px 8px 0;
|
|
31796
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31797
|
-
}
|
|
31798
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31799
|
-
background: white;
|
|
31800
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31801
|
-
}
|
|
31802
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31803
|
-
display: flex;
|
|
31804
|
-
align-items: center;
|
|
31805
|
-
height: 100%;
|
|
31806
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31807
|
-
}
|
|
31808
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31809
|
-
background: white;
|
|
31810
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31811
|
-
}
|
|
31812
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31813
|
-
display: flex;
|
|
31814
|
-
align-items: center;
|
|
31815
|
-
height: 100%;
|
|
31816
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31817
|
-
}
|
|
31818
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31819
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31820
|
-
}
|
|
31821
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31822
|
-
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31823
|
-
border-radius: 8px;
|
|
31824
|
-
}
|
|
31825
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31826
|
-
border-top-color: white;
|
|
31827
|
-
}
|
|
31828
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31829
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31830
|
-
border-bottom-color: transparent;
|
|
31831
|
-
border-top-color: transparent;
|
|
31832
|
-
}
|
|
31833
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31834
|
-
border-radius: 8px 0 0 8px;
|
|
31835
|
-
}
|
|
31836
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31837
|
-
border-radius: 0 8px 8px 0;
|
|
31838
|
-
}
|
|
31839
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31840
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31841
|
-
}
|
|
31842
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31843
|
-
background: #fff;
|
|
31844
|
-
font-weight: 400;
|
|
31845
|
-
position: relative;
|
|
31846
|
-
border-bottom: none;
|
|
31847
|
-
color: #00122e;
|
|
31848
|
-
transition: none;
|
|
31849
|
-
padding: 15px 8px 15px 8px;
|
|
31850
|
-
}
|
|
31851
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31852
|
-
content: "";
|
|
31853
|
-
width: 1px;
|
|
31854
|
-
top: 0;
|
|
31855
|
-
bottom: 0;
|
|
31856
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31857
|
-
position: absolute;
|
|
31858
|
-
right: 0;
|
|
31859
|
-
}
|
|
31860
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31861
|
-
padding: unset;
|
|
31862
|
-
}
|
|
31863
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31864
|
-
display: none;
|
|
31865
|
-
}
|
|
31866
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31867
|
-
width: 100%;
|
|
31868
|
-
overflow: hidden;
|
|
31869
|
-
white-space: nowrap;
|
|
31870
|
-
text-overflow: ellipsis;
|
|
31871
|
-
}
|
|
31872
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31873
|
-
overflow: hidden;
|
|
31874
|
-
text-overflow: ellipsis;
|
|
31875
|
-
flex: 1;
|
|
31876
|
-
}
|
|
31877
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31878
|
-
padding: 15px 25px 15px 8px;
|
|
31879
|
-
}
|
|
31880
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31881
|
-
padding: 0;
|
|
31882
|
-
}
|
|
31883
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31884
|
-
position: absolute;
|
|
31885
|
-
right: 6px;
|
|
31886
|
-
top: 50%;
|
|
31887
|
-
transform: translateY(-50%);
|
|
31888
|
-
height: 16px;
|
|
31889
|
-
display: none;
|
|
31890
|
-
transition: transform 320ms ease;
|
|
31891
|
-
}
|
|
31892
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31893
|
-
display: block;
|
|
31894
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31895
|
-
}
|
|
31896
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31897
|
-
display: block;
|
|
31898
|
-
}
|
|
31899
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31900
|
-
display: none;
|
|
31901
|
-
}
|
|
31902
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31903
|
-
transform: translateY(-50%);
|
|
31904
|
-
}
|
|
31905
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31906
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31907
|
-
}
|
|
31908
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31909
|
-
background: #f2f5fa;
|
|
31910
|
-
}
|
|
31911
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31912
|
-
display: block;
|
|
31913
|
-
}
|
|
31914
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31915
|
-
padding-right: 25px;
|
|
31916
|
-
}
|
|
31917
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31918
|
-
padding: 0 !important;
|
|
31919
|
-
}
|
|
31920
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31921
|
-
position: absolute;
|
|
31922
|
-
left: 50%;
|
|
31923
|
-
top: 50%;
|
|
31924
|
-
transform: translate(-50%, -50%);
|
|
31925
|
-
}
|
|
31926
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31927
|
-
display: none;
|
|
31928
|
-
}
|
|
31929
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31930
|
-
background: #fff;
|
|
31931
|
-
}
|
|
31932
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31933
|
-
background: inherit;
|
|
31934
|
-
}
|
|
31935
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31936
|
-
position: static;
|
|
31937
|
-
border: none;
|
|
31938
|
-
background: inherit !important;
|
|
31939
|
-
height: 100px;
|
|
31940
|
-
vertical-align: middle;
|
|
31651
|
+
|
|
31652
|
+
.l17tqc8p {
|
|
31653
|
+
font-family: Inter;
|
|
31654
|
+
font-style: normal;
|
|
31655
|
+
font-weight: normal;
|
|
31656
|
+
text-transform: uppercase;
|
|
31657
|
+
font-feature-settings: "cpsp" on;
|
|
31658
|
+
font-size: 16px;
|
|
31659
|
+
line-height: 24px;
|
|
31941
31660
|
}
|
|
31942
|
-
|
|
31943
|
-
.
|
|
31661
|
+
|
|
31662
|
+
.l1j1e5w7 {
|
|
31663
|
+
font-family: Inter;
|
|
31664
|
+
font-style: normal;
|
|
31944
31665
|
font-weight: bold;
|
|
31945
|
-
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
|
|
31949
|
-
padding: 0 !important;
|
|
31950
|
-
position: relative;
|
|
31951
|
-
background: #fff;
|
|
31666
|
+
text-transform: uppercase;
|
|
31667
|
+
font-feature-settings: "cpsp" on;
|
|
31668
|
+
font-size: 16px;
|
|
31669
|
+
line-height: 24px;
|
|
31952
31670
|
}
|
|
31953
|
-
|
|
31954
|
-
|
|
31955
|
-
|
|
31956
|
-
|
|
31957
|
-
|
|
31958
|
-
|
|
31671
|
+
|
|
31672
|
+
.l1gf91jb {
|
|
31673
|
+
font-family: Inter;
|
|
31674
|
+
font-style: normal;
|
|
31675
|
+
font-weight: normal;
|
|
31676
|
+
font-size: 14px;
|
|
31677
|
+
line-height: 22px;
|
|
31959
31678
|
}
|
|
31960
|
-
|
|
31961
|
-
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
|
|
31679
|
+
|
|
31680
|
+
.lu7hlr6 {
|
|
31681
|
+
font-family: Inter;
|
|
31682
|
+
font-style: normal;
|
|
31683
|
+
font-weight: 500;
|
|
31684
|
+
font-size: 14px;
|
|
31685
|
+
line-height: 22px;
|
|
31966
31686
|
}
|
|
31967
|
-
|
|
31968
|
-
|
|
31687
|
+
|
|
31688
|
+
.l3l3jf0 {
|
|
31689
|
+
font-family: Inter;
|
|
31690
|
+
font-style: normal;
|
|
31691
|
+
font-weight: bold;
|
|
31692
|
+
font-size: 14px;
|
|
31693
|
+
line-height: 22px;
|
|
31969
31694
|
}
|
|
31970
31695
|
|
|
31971
|
-
.
|
|
31972
|
-
|
|
31696
|
+
.l12j5nqp {
|
|
31697
|
+
font-family: Inter;
|
|
31698
|
+
font-style: normal;
|
|
31699
|
+
font-weight: normal;
|
|
31700
|
+
font-size: 14px;
|
|
31701
|
+
line-height: 22px;
|
|
31973
31702
|
}
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
font-
|
|
31978
|
-
|
|
31703
|
+
|
|
31704
|
+
.l1tecqht {
|
|
31705
|
+
font-family: Inter;
|
|
31706
|
+
font-style: normal;
|
|
31707
|
+
font-weight: bold;
|
|
31708
|
+
font-size: 14px;
|
|
31709
|
+
line-height: 22px;
|
|
31979
31710
|
}
|
|
31980
|
-
|
|
31981
|
-
|
|
31982
|
-
|
|
31983
|
-
|
|
31711
|
+
|
|
31712
|
+
.l6sa990 {
|
|
31713
|
+
font-family: Inter;
|
|
31714
|
+
font-style: normal;
|
|
31715
|
+
font-weight: normal;
|
|
31716
|
+
text-transform: uppercase;
|
|
31717
|
+
font-feature-settings: "cpsp" on;
|
|
31718
|
+
font-size: 14px;
|
|
31719
|
+
line-height: 22px;
|
|
31984
31720
|
}
|
|
31985
|
-
|
|
31986
|
-
|
|
31721
|
+
|
|
31722
|
+
.lckqe8j {
|
|
31723
|
+
font-family: Inter;
|
|
31724
|
+
font-style: normal;
|
|
31725
|
+
font-weight: bold;
|
|
31726
|
+
text-transform: uppercase;
|
|
31727
|
+
font-feature-settings: "cpsp" on;
|
|
31987
31728
|
font-size: 14px;
|
|
31988
31729
|
line-height: 22px;
|
|
31989
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31990
|
-
text-align: center;
|
|
31991
31730
|
}
|
|
31992
31731
|
|
|
31993
|
-
.
|
|
31994
|
-
|
|
31995
|
-
|
|
31732
|
+
.l1kuminb {
|
|
31733
|
+
font-family: Inter;
|
|
31734
|
+
font-style: normal;
|
|
31735
|
+
font-weight: normal;
|
|
31736
|
+
font-size: 13px;
|
|
31737
|
+
line-height: 20px;
|
|
31996
31738
|
}
|
|
31997
|
-
|
|
31998
|
-
|
|
31999
|
-
|
|
32000
|
-
|
|
31739
|
+
|
|
31740
|
+
.l1pbuf5j {
|
|
31741
|
+
font-family: Inter;
|
|
31742
|
+
font-style: normal;
|
|
31743
|
+
font-weight: 600;
|
|
31744
|
+
font-size: 13px;
|
|
31745
|
+
line-height: 20px;
|
|
32001
31746
|
}
|
|
32002
|
-
|
|
32003
|
-
|
|
31747
|
+
|
|
31748
|
+
.l1r4ztu {
|
|
31749
|
+
font-family: Inter;
|
|
31750
|
+
font-style: normal;
|
|
31751
|
+
font-weight: bold;
|
|
31752
|
+
font-size: 13px;
|
|
31753
|
+
line-height: 20px;
|
|
32004
31754
|
}
|
|
32005
|
-
|
|
32006
|
-
|
|
31755
|
+
|
|
31756
|
+
.ly8vzok {
|
|
31757
|
+
font-family: Inter;
|
|
31758
|
+
font-style: normal;
|
|
31759
|
+
font-weight: normal;
|
|
31760
|
+
font-size: 13px;
|
|
31761
|
+
line-height: 20px;
|
|
32007
31762
|
}
|
|
32008
31763
|
|
|
32009
|
-
.
|
|
32010
|
-
|
|
32011
|
-
|
|
31764
|
+
.lumfmf {
|
|
31765
|
+
font-family: Inter;
|
|
31766
|
+
font-style: normal;
|
|
31767
|
+
font-weight: 600;
|
|
31768
|
+
font-size: 13px;
|
|
31769
|
+
line-height: 20px;
|
|
32012
31770
|
}
|
|
32013
|
-
|
|
32014
|
-
|
|
31771
|
+
|
|
31772
|
+
.l16ujwmv {
|
|
31773
|
+
font-family: Inter;
|
|
31774
|
+
font-style: normal;
|
|
31775
|
+
font-weight: bold;
|
|
31776
|
+
font-size: 13px;
|
|
31777
|
+
line-height: 20px;
|
|
32015
31778
|
}
|
|
32016
31779
|
|
|
32017
|
-
.
|
|
32018
|
-
|
|
31780
|
+
.l17o1ffr {
|
|
31781
|
+
font-family: Inter;
|
|
31782
|
+
font-style: normal;
|
|
31783
|
+
font-weight: normal;
|
|
31784
|
+
text-transform: uppercase;
|
|
31785
|
+
font-feature-settings: "cpsp" on;
|
|
31786
|
+
font-size: 13px;
|
|
31787
|
+
line-height: 20px;
|
|
32019
31788
|
}
|
|
32020
31789
|
|
|
32021
|
-
.
|
|
32022
|
-
|
|
32023
|
-
|
|
32024
|
-
|
|
31790
|
+
.lngllvn {
|
|
31791
|
+
font-family: Inter;
|
|
31792
|
+
font-style: normal;
|
|
31793
|
+
font-weight: bold;
|
|
31794
|
+
text-transform: uppercase;
|
|
31795
|
+
font-feature-settings: "cpsp" on;
|
|
32025
31796
|
font-size: 13px;
|
|
32026
|
-
line-height:
|
|
32027
|
-
color: #cccccc;
|
|
32028
|
-
white-space: nowrap;
|
|
31797
|
+
line-height: 20px;
|
|
32029
31798
|
}
|
|
32030
|
-
|
|
32031
|
-
|
|
31799
|
+
|
|
31800
|
+
.l2i7fo9 {
|
|
31801
|
+
font-family: Inter;
|
|
31802
|
+
font-style: normal;
|
|
31803
|
+
font-weight: normal;
|
|
31804
|
+
font-size: 12px;
|
|
31805
|
+
line-height: 18px;
|
|
32032
31806
|
}
|
|
32033
31807
|
|
|
32034
|
-
.
|
|
31808
|
+
.l1x7hscx {
|
|
31809
|
+
font-family: Inter;
|
|
31810
|
+
font-style: normal;
|
|
31811
|
+
font-weight: 500;
|
|
31812
|
+
font-size: 12px;
|
|
31813
|
+
line-height: 18px;
|
|
31814
|
+
}
|
|
31815
|
+
|
|
31816
|
+
.le1jwan {
|
|
31817
|
+
font-family: Inter;
|
|
31818
|
+
font-style: normal;
|
|
32035
31819
|
font-weight: bold;
|
|
32036
|
-
|
|
31820
|
+
font-size: 12px;
|
|
31821
|
+
line-height: 18px;
|
|
32037
31822
|
}
|
|
32038
31823
|
|
|
32039
|
-
.
|
|
32040
|
-
|
|
32041
|
-
|
|
32042
|
-
|
|
32043
|
-
|
|
32044
|
-
|
|
32045
|
-
border: 1px solid #fff;
|
|
32046
|
-
box-sizing: content-box;
|
|
32047
|
-
margin-right: 6px;
|
|
31824
|
+
.lyxynfj {
|
|
31825
|
+
font-family: Inter;
|
|
31826
|
+
font-style: normal;
|
|
31827
|
+
font-weight: normal;
|
|
31828
|
+
font-size: 12px;
|
|
31829
|
+
line-height: 18px;
|
|
32048
31830
|
}
|
|
32049
31831
|
|
|
32050
|
-
.
|
|
32051
|
-
font-
|
|
32052
|
-
|
|
32053
|
-
|
|
31832
|
+
.lpb2nxv {
|
|
31833
|
+
font-family: Inter;
|
|
31834
|
+
font-style: normal;
|
|
31835
|
+
font-weight: 500;
|
|
31836
|
+
font-size: 12px;
|
|
31837
|
+
line-height: 18px;
|
|
32054
31838
|
}
|
|
32055
31839
|
|
|
32056
|
-
.
|
|
32057
|
-
|
|
31840
|
+
.l1r8o3vv {
|
|
31841
|
+
font-family: Inter;
|
|
31842
|
+
font-style: normal;
|
|
31843
|
+
font-weight: bold;
|
|
31844
|
+
font-size: 12px;
|
|
31845
|
+
line-height: 18px;
|
|
32058
31846
|
}
|
|
32059
|
-
|
|
32060
|
-
|
|
31847
|
+
|
|
31848
|
+
.lemnjy2 {
|
|
31849
|
+
font-family: Inter;
|
|
31850
|
+
font-style: normal;
|
|
31851
|
+
font-weight: normal;
|
|
31852
|
+
text-transform: uppercase;
|
|
31853
|
+
font-feature-settings: "cpsp" on;
|
|
31854
|
+
font-size: 12px;
|
|
31855
|
+
line-height: 18px;
|
|
32061
31856
|
}
|
|
32062
|
-
|
|
32063
|
-
|
|
31857
|
+
|
|
31858
|
+
.lrc42gb {
|
|
31859
|
+
font-family: Inter;
|
|
31860
|
+
font-style: normal;
|
|
31861
|
+
font-weight: bold;
|
|
31862
|
+
text-transform: uppercase;
|
|
31863
|
+
font-feature-settings: "cpsp" on;
|
|
31864
|
+
font-size: 12px;
|
|
31865
|
+
line-height: 18px;
|
|
32064
31866
|
}
|
|
32065
31867
|
|
|
32066
|
-
.
|
|
32067
|
-
|
|
31868
|
+
.fqaz4mb {
|
|
31869
|
+
font-family: Inter;
|
|
31870
|
+
font-style: normal;
|
|
31871
|
+
font-weight: normal;
|
|
31872
|
+
font-size: 13px;
|
|
31873
|
+
line-height: 20px;
|
|
32068
31874
|
}
|
|
32069
31875
|
|
|
32070
|
-
.
|
|
32071
|
-
|
|
32072
|
-
|
|
31876
|
+
.f13we5o {
|
|
31877
|
+
font-family: Inter;
|
|
31878
|
+
font-style: normal;
|
|
31879
|
+
font-weight: normal;
|
|
31880
|
+
font-size: 13px;
|
|
31881
|
+
line-height: 20px;
|
|
32073
31882
|
}
|
|
32074
|
-
|
|
32075
|
-
|
|
31883
|
+
|
|
31884
|
+
.ffmjua2 {
|
|
31885
|
+
font-family: Inter;
|
|
31886
|
+
font-style: normal;
|
|
31887
|
+
font-weight: normal;
|
|
31888
|
+
font-size: 12px;
|
|
31889
|
+
line-height: 18px;
|
|
32076
31890
|
}
|
|
32077
|
-
|
|
32078
|
-
|
|
31891
|
+
|
|
31892
|
+
.fz2mxw0 {
|
|
31893
|
+
font-family: Inter;
|
|
31894
|
+
font-style: normal;
|
|
31895
|
+
font-weight: normal;
|
|
31896
|
+
font-size: 12px;
|
|
31897
|
+
line-height: 18px;
|
|
32079
31898
|
}
|
|
32080
31899
|
|
|
32081
|
-
.
|
|
32082
|
-
|
|
32083
|
-
|
|
31900
|
+
.t1ertzoh {
|
|
31901
|
+
font-family: Inter;
|
|
31902
|
+
font-style: normal;
|
|
31903
|
+
font-weight: normal;
|
|
31904
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31905
|
+
font-size: 13px;
|
|
31906
|
+
line-height: 20px;
|
|
32084
31907
|
}
|
|
32085
31908
|
|
|
32086
|
-
.
|
|
32087
|
-
|
|
31909
|
+
.t19bge8r {
|
|
31910
|
+
font-family: Inter;
|
|
31911
|
+
font-style: normal;
|
|
31912
|
+
font-weight: normal;
|
|
31913
|
+
font-feature-settings: "zero" on;
|
|
31914
|
+
font-size: 13px;
|
|
31915
|
+
line-height: 20px;
|
|
32088
31916
|
}
|
|
32089
|
-
|
|
32090
|
-
|
|
32091
|
-
|
|
31917
|
+
|
|
31918
|
+
.tjrzfyl {
|
|
31919
|
+
font-family: Inter;
|
|
31920
|
+
font-style: normal;
|
|
31921
|
+
font-weight: normal;
|
|
31922
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31923
|
+
font-size: 12px;
|
|
31924
|
+
line-height: 18px;
|
|
32092
31925
|
}
|
|
32093
|
-
|
|
32094
|
-
|
|
31926
|
+
|
|
31927
|
+
.tm6s7bo {
|
|
31928
|
+
font-family: Inter;
|
|
31929
|
+
font-style: normal;
|
|
31930
|
+
font-weight: 500;
|
|
31931
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31932
|
+
font-size: 12px;
|
|
31933
|
+
line-height: 18px;
|
|
32095
31934
|
}
|
|
32096
|
-
|
|
32097
|
-
|
|
31935
|
+
|
|
31936
|
+
.t19zq6ic {
|
|
31937
|
+
font-family: Inter;
|
|
31938
|
+
font-style: normal;
|
|
31939
|
+
font-weight: normal;
|
|
31940
|
+
font-feature-settings: "zero" on;
|
|
31941
|
+
font-size: 12px;
|
|
31942
|
+
line-height: 18px;
|
|
32098
31943
|
}
|
|
32099
31944
|
|
|
32100
|
-
.
|
|
32101
|
-
|
|
32102
|
-
|
|
31945
|
+
.t1gduru8 {
|
|
31946
|
+
font-family: Inter;
|
|
31947
|
+
font-style: normal;
|
|
31948
|
+
font-weight: 500;
|
|
31949
|
+
font-feature-settings: "zero" on;
|
|
32103
31950
|
font-size: 12px;
|
|
32104
31951
|
line-height: 18px;
|
|
32105
31952
|
}
|
|
32106
|
-
|
|
32107
|
-
|
|
31953
|
+
|
|
31954
|
+
.t55raab {
|
|
31955
|
+
font-family: Inter;
|
|
31956
|
+
font-style: normal;
|
|
31957
|
+
font-weight: bold;
|
|
31958
|
+
font-feature-settings: "zero" on;
|
|
31959
|
+
font-size: 16px;
|
|
31960
|
+
line-height: 24px;
|
|
32108
31961
|
}
|
|
32109
31962
|
|
|
32110
|
-
.
|
|
32111
|
-
|
|
31963
|
+
.u1w9abfe {
|
|
31964
|
+
font-family: Inter;
|
|
31965
|
+
font-style: normal;
|
|
31966
|
+
font-weight: normal;
|
|
31967
|
+
font-size: 10px;
|
|
31968
|
+
line-height: 12px;
|
|
32112
31969
|
}
|
|
32113
31970
|
|
|
32114
|
-
.
|
|
32115
|
-
|
|
32116
|
-
|
|
31971
|
+
.berrcjl {
|
|
31972
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31973
|
+
margin-bottom: 4px;
|
|
31974
|
+
}
|
|
31975
|
+
.berrcjl .breadcrumb-link {
|
|
31976
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31977
|
+
cursor: pointer;
|
|
31978
|
+
transition: color 160ms ease;
|
|
31979
|
+
}
|
|
31980
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31981
|
+
color: #0080ff;
|
|
31982
|
+
}
|
|
31983
|
+
.berrcjl .breadcrumb-link:active {
|
|
31984
|
+
color: #005ed1;
|
|
32117
31985
|
}
|
|
32118
31986
|
|
|
32119
31987
|
.c18gxmrl {
|
|
@@ -32136,27 +32004,26 @@ input.rrg1fkn.ant-input {
|
|
|
32136
32004
|
padding: 8px 12px;
|
|
32137
32005
|
}
|
|
32138
32006
|
|
|
32139
|
-
.
|
|
32140
|
-
|
|
32141
|
-
align-items: center;
|
|
32142
|
-
justify-content: flex-end;
|
|
32143
|
-
}
|
|
32144
|
-
|
|
32145
|
-
.b1ctd5xy {
|
|
32146
|
-
display: flex;
|
|
32147
|
-
align-items: center;
|
|
32148
|
-
width: calc(100% - 40px);
|
|
32007
|
+
.c1uzzomf {
|
|
32008
|
+
margin-bottom: 16px;
|
|
32149
32009
|
}
|
|
32150
|
-
.
|
|
32151
|
-
|
|
32152
|
-
|
|
32010
|
+
.c1uzzomf .card-title {
|
|
32011
|
+
font-size: 16px;
|
|
32012
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32013
|
+
font-weight: 700;
|
|
32014
|
+
line-height: 32px;
|
|
32153
32015
|
}
|
|
32154
|
-
|
|
32155
|
-
|
|
32156
|
-
|
|
32016
|
+
.c1uzzomf .card-body {
|
|
32017
|
+
padding: 24px;
|
|
32018
|
+
border-radius: 8px;
|
|
32019
|
+
background: #fff;
|
|
32157
32020
|
}
|
|
32158
|
-
.
|
|
32159
|
-
|
|
32021
|
+
.c1uzzomf .empty {
|
|
32022
|
+
font-weight: 700;
|
|
32023
|
+
font-size: 14px;
|
|
32024
|
+
line-height: 22px;
|
|
32025
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32026
|
+
text-align: center;
|
|
32160
32027
|
}
|
|
32161
32028
|
|
|
32162
32029
|
.c1bus5hc {
|
|
@@ -32199,11 +32066,27 @@ input.rrg1fkn.ant-input {
|
|
|
32199
32066
|
transform: rotate(0deg);
|
|
32200
32067
|
}
|
|
32201
32068
|
|
|
32202
|
-
.
|
|
32069
|
+
.m15dvk92 {
|
|
32070
|
+
display: flex;
|
|
32071
|
+
justify-content: space-between;
|
|
32203
32072
|
width: 100%;
|
|
32204
|
-
|
|
32205
|
-
|
|
32206
|
-
|
|
32073
|
+
}
|
|
32074
|
+
.m15dvk92 .action {
|
|
32075
|
+
margin-left: 16px;
|
|
32076
|
+
}
|
|
32077
|
+
|
|
32078
|
+
.aql8iqz .ant-alert-message {
|
|
32079
|
+
width: 100%;
|
|
32080
|
+
}
|
|
32081
|
+
|
|
32082
|
+
.gmyahx3 {
|
|
32083
|
+
cursor: pointer;
|
|
32084
|
+
}
|
|
32085
|
+
.gmyahx3 .link-text {
|
|
32086
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32087
|
+
}
|
|
32088
|
+
.gmyahx3:hover .link-text {
|
|
32089
|
+
color: #0080ff;
|
|
32207
32090
|
}
|
|
32208
32091
|
|
|
32209
32092
|
.clm1wy1 {
|
|
@@ -32299,6 +32182,36 @@ input.rrg1fkn.ant-input {
|
|
|
32299
32182
|
border-radius: 2px;
|
|
32300
32183
|
}
|
|
32301
32184
|
|
|
32185
|
+
.c10crapj {
|
|
32186
|
+
border-radius: 8px;
|
|
32187
|
+
}
|
|
32188
|
+
.c10crapj .ant-card-body {
|
|
32189
|
+
padding: 20px 24px 24px 24px;
|
|
32190
|
+
}
|
|
32191
|
+
|
|
32192
|
+
.o8ocss1 {
|
|
32193
|
+
overflow: hidden;
|
|
32194
|
+
text-overflow: ellipsis;
|
|
32195
|
+
}
|
|
32196
|
+
|
|
32197
|
+
.s17syc35 {
|
|
32198
|
+
white-space: nowrap;
|
|
32199
|
+
}
|
|
32200
|
+
|
|
32201
|
+
.m1rk4s1l {
|
|
32202
|
+
display: -webkit-box;
|
|
32203
|
+
-webkit-line-clamp: var(--m1rk4s1l-0);
|
|
32204
|
+
-webkit-box-orient: vertical;
|
|
32205
|
+
word-break: break-all;
|
|
32206
|
+
}
|
|
32207
|
+
|
|
32208
|
+
.tje3huy {
|
|
32209
|
+
width: 100%;
|
|
32210
|
+
overflow: inherit;
|
|
32211
|
+
white-space: inherit;
|
|
32212
|
+
text-overflow: ellipsis;
|
|
32213
|
+
}
|
|
32214
|
+
|
|
32302
32215
|
.s1iv0tp1 .enabled-switch {
|
|
32303
32216
|
display: flex;
|
|
32304
32217
|
align-items: center;
|
|
@@ -32397,24 +32310,85 @@ input.rrg1fkn.ant-input {
|
|
|
32397
32310
|
padding-right: 12px;
|
|
32398
32311
|
}
|
|
32399
32312
|
|
|
32400
|
-
.
|
|
32313
|
+
.s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32314
|
+
margin-right: 2px;
|
|
32315
|
+
}
|
|
32316
|
+
|
|
32317
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32318
|
+
padding-left: 8px;
|
|
32319
|
+
padding-right: 8px;
|
|
32320
|
+
}
|
|
32321
|
+
.s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32322
|
+
border-radius: 4px;
|
|
32323
|
+
}
|
|
32324
|
+
.s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32325
|
+
border-radius: 4px;
|
|
32326
|
+
}
|
|
32327
|
+
|
|
32328
|
+
.ma64lna .ant-segmented-item-label {
|
|
32329
|
+
padding-left: 12px;
|
|
32330
|
+
padding-right: 12px;
|
|
32331
|
+
}
|
|
32332
|
+
|
|
32333
|
+
.ckld275 {
|
|
32334
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32335
|
+
}
|
|
32336
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32337
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32338
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32339
|
+
}
|
|
32340
|
+
.ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32341
|
+
background-color: transparent;
|
|
32342
|
+
}
|
|
32343
|
+
.ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32344
|
+
background-color: transparent;
|
|
32345
|
+
}
|
|
32346
|
+
|
|
32347
|
+
.c18bcrac {
|
|
32348
|
+
display: inline-block;
|
|
32349
|
+
width: 100%;
|
|
32350
|
+
}
|
|
32351
|
+
.c18bcrac .recharts-wrapper {
|
|
32352
|
+
margin-left: 4px;
|
|
32353
|
+
}
|
|
32354
|
+
|
|
32355
|
+
.cro7kg2 {
|
|
32356
|
+
padding: 4px;
|
|
32357
|
+
}
|
|
32358
|
+
|
|
32359
|
+
.c14wcxf0 {
|
|
32401
32360
|
display: flex;
|
|
32402
32361
|
justify-content: space-between;
|
|
32403
|
-
|
|
32362
|
+
align-items: center;
|
|
32363
|
+
font-size: 13px;
|
|
32364
|
+
line-height: 24px;
|
|
32365
|
+
color: #cccccc;
|
|
32366
|
+
white-space: nowrap;
|
|
32404
32367
|
}
|
|
32405
|
-
.
|
|
32406
|
-
margin-
|
|
32368
|
+
.c14wcxf0 label {
|
|
32369
|
+
margin-right: 32px;
|
|
32407
32370
|
}
|
|
32408
32371
|
|
|
32409
|
-
.
|
|
32410
|
-
|
|
32372
|
+
.coy29mj.c14wcxf0 {
|
|
32373
|
+
font-weight: bold;
|
|
32374
|
+
color: white;
|
|
32411
32375
|
}
|
|
32412
32376
|
|
|
32413
|
-
.
|
|
32414
|
-
|
|
32377
|
+
.s11212zy {
|
|
32378
|
+
width: 8px;
|
|
32379
|
+
height: 8px;
|
|
32380
|
+
border-radius: 2px;
|
|
32381
|
+
display: inline-block;
|
|
32382
|
+
background: var(--s11212zy-0);
|
|
32383
|
+
border: 1px solid #fff;
|
|
32384
|
+
box-sizing: content-box;
|
|
32385
|
+
margin-right: 6px;
|
|
32415
32386
|
}
|
|
32416
|
-
|
|
32417
|
-
|
|
32387
|
+
|
|
32388
|
+
.p1lyky6c > :first-child {
|
|
32389
|
+
font-weight: bold;
|
|
32390
|
+
color: white;
|
|
32391
|
+
margin-right: 4px;
|
|
32418
32392
|
}
|
|
32419
32393
|
|
|
32420
32394
|
button.lujuy3j {
|
|
@@ -32439,14 +32413,56 @@ button.lujuy3j.ui-kit-link-disabled {
|
|
|
32439
32413
|
button.lujuy3j.ui-kit-link-subtle {
|
|
32440
32414
|
color: #00122e;
|
|
32441
32415
|
}
|
|
32442
|
-
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32443
|
-
color: #0080FF;
|
|
32416
|
+
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32417
|
+
color: #0080FF;
|
|
32418
|
+
}
|
|
32419
|
+
button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32420
|
+
color: #005ed1;
|
|
32421
|
+
}
|
|
32422
|
+
button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32423
|
+
color: #00122e;
|
|
32424
|
+
}
|
|
32425
|
+
|
|
32426
|
+
.n12mqh7z {
|
|
32427
|
+
display: flex;
|
|
32428
|
+
align-items: center;
|
|
32429
|
+
font-size: 12px;
|
|
32430
|
+
line-height: 18px;
|
|
32431
|
+
}
|
|
32432
|
+
.n12mqh7z:not(:last-child) {
|
|
32433
|
+
margin-bottom: 4px;
|
|
32434
|
+
}
|
|
32435
|
+
|
|
32436
|
+
.tf5bynu {
|
|
32437
|
+
margin: 0 3px;
|
|
32438
|
+
}
|
|
32439
|
+
|
|
32440
|
+
.tcckoz1 {
|
|
32441
|
+
max-height: 400px;
|
|
32442
|
+
overflow: "auto";
|
|
32443
|
+
}
|
|
32444
|
+
|
|
32445
|
+
.wg1tsps {
|
|
32446
|
+
display: flex;
|
|
32447
|
+
align-items: center;
|
|
32448
|
+
justify-content: flex-end;
|
|
32449
|
+
}
|
|
32450
|
+
|
|
32451
|
+
.b1ctd5xy {
|
|
32452
|
+
display: flex;
|
|
32453
|
+
align-items: center;
|
|
32454
|
+
width: calc(100% - 40px);
|
|
32455
|
+
}
|
|
32456
|
+
.b1ctd5xy .chart {
|
|
32457
|
+
display: inline-block;
|
|
32458
|
+
width: 100%;
|
|
32444
32459
|
}
|
|
32445
|
-
|
|
32446
|
-
|
|
32460
|
+
|
|
32461
|
+
.u1p8acpn {
|
|
32462
|
+
min-width: 40px;
|
|
32447
32463
|
}
|
|
32448
|
-
|
|
32449
|
-
color: #00122e;
|
|
32464
|
+
.u1p8acpn .unit {
|
|
32465
|
+
color: #00122e !important;
|
|
32450
32466
|
}
|
|
32451
32467
|
|
|
32452
32468
|
.cav9p2m .ant-collapse-item {
|
|
@@ -32471,77 +32487,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32471
32487
|
cursor: default;
|
|
32472
32488
|
}
|
|
32473
32489
|
|
|
32474
|
-
.c198s9j3 {
|
|
32475
|
-
color: #2d3a56;
|
|
32476
|
-
line-height: 22px;
|
|
32477
|
-
display: inline-flex;
|
|
32478
|
-
}
|
|
32479
|
-
.c198s9j3 .ant-checkbox {
|
|
32480
|
-
height: 22px;
|
|
32481
|
-
display: flex;
|
|
32482
|
-
align-items: center;
|
|
32483
|
-
top: 0;
|
|
32484
|
-
}
|
|
32485
|
-
.c198s9j3 .ant-checkbox-checked::after {
|
|
32486
|
-
border: none;
|
|
32487
|
-
}
|
|
32488
|
-
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32489
|
-
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32490
|
-
border-color: #0080ff;
|
|
32491
|
-
}
|
|
32492
|
-
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32493
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32494
|
-
}
|
|
32495
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32496
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32497
|
-
border: 1px solid #0080ff;
|
|
32498
|
-
}
|
|
32499
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32500
|
-
background: #0080ff;
|
|
32501
|
-
}
|
|
32502
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32503
|
-
background-color: #fff;
|
|
32504
|
-
height: 2px;
|
|
32505
|
-
width: 10px;
|
|
32506
|
-
border-radius: 2px;
|
|
32507
|
-
}
|
|
32508
|
-
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
32509
|
-
opacity: 0.5;
|
|
32510
|
-
}
|
|
32511
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32512
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32513
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32514
|
-
}
|
|
32515
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32516
|
-
border-color: #2d3a56;
|
|
32517
|
-
}
|
|
32518
|
-
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32519
|
-
background: #2d3a56;
|
|
32520
|
-
}
|
|
32521
|
-
.c198s9j3 .ant-checkbox + span,
|
|
32522
|
-
.c198s9j3 .ant-checkbox-disabled + span {
|
|
32523
|
-
padding: 0;
|
|
32524
|
-
}
|
|
32525
|
-
.c198s9j3 .ant-checkbox + span .main,
|
|
32526
|
-
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
32527
|
-
display: inline-block;
|
|
32528
|
-
margin-left: 12px;
|
|
32529
|
-
color: #2d3a56;
|
|
32530
|
-
}
|
|
32531
|
-
.c198s9j3 .ant-checkbox + span .sub,
|
|
32532
|
-
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32533
|
-
margin-left: 28px;
|
|
32534
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32535
|
-
}
|
|
32536
|
-
.c198s9j3.compact .ant-checkbox + span .main,
|
|
32537
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32538
|
-
margin-left: 8px;
|
|
32539
|
-
}
|
|
32540
|
-
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32541
|
-
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32542
|
-
margin-left: 24px;
|
|
32543
|
-
}
|
|
32544
|
-
|
|
32545
32490
|
.t3qomhu {
|
|
32546
32491
|
margin: 0 2px;
|
|
32547
32492
|
}
|
|
@@ -32613,15 +32558,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32613
32558
|
transform: rotate(180deg);
|
|
32614
32559
|
}
|
|
32615
32560
|
|
|
32616
|
-
.o8ocss1 {
|
|
32617
|
-
overflow: hidden;
|
|
32618
|
-
text-overflow: ellipsis;
|
|
32619
|
-
}
|
|
32620
|
-
|
|
32621
|
-
.n17syc35 {
|
|
32622
|
-
white-space: nowrap;
|
|
32623
|
-
}
|
|
32624
|
-
|
|
32625
32561
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32626
32562
|
display: flex;
|
|
32627
32563
|
}
|
|
@@ -33109,6 +33045,80 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33109
33045
|
padding: unset;
|
|
33110
33046
|
}
|
|
33111
33047
|
|
|
33048
|
+
.s14dk8r1 {
|
|
33049
|
+
margin: 0;
|
|
33050
|
+
border-radius: 20px;
|
|
33051
|
+
padding: 2px 10px;
|
|
33052
|
+
height: 22px;
|
|
33053
|
+
}
|
|
33054
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
33055
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33056
|
+
}
|
|
33057
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33058
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33059
|
+
}
|
|
33060
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
33061
|
+
color: #00122e;
|
|
33062
|
+
}
|
|
33063
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33064
|
+
margin-right: 6px;
|
|
33065
|
+
}
|
|
33066
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33067
|
+
margin-left: 4px;
|
|
33068
|
+
}
|
|
33069
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33070
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33071
|
+
}
|
|
33072
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33073
|
+
background-color: #0080ff;
|
|
33074
|
+
}
|
|
33075
|
+
.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 {
|
|
33076
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33077
|
+
}
|
|
33078
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33079
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33080
|
+
}
|
|
33081
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33082
|
+
background-color: #f0483e;
|
|
33083
|
+
}
|
|
33084
|
+
.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 {
|
|
33085
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33086
|
+
}
|
|
33087
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33088
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33089
|
+
}
|
|
33090
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33091
|
+
background-color: #fea008;
|
|
33092
|
+
}
|
|
33093
|
+
.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 {
|
|
33094
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33095
|
+
}
|
|
33096
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33097
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33098
|
+
}
|
|
33099
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33100
|
+
background-color: #00ba5d;
|
|
33101
|
+
}
|
|
33102
|
+
.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 {
|
|
33103
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33104
|
+
}
|
|
33105
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33106
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33107
|
+
}
|
|
33108
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33109
|
+
background-color: #6b7d99;
|
|
33110
|
+
}
|
|
33111
|
+
.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 {
|
|
33112
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33113
|
+
}
|
|
33114
|
+
|
|
33115
|
+
.s1uupoto {
|
|
33116
|
+
width: 8px;
|
|
33117
|
+
height: 8px;
|
|
33118
|
+
border-radius: 50%;
|
|
33119
|
+
display: inline-block;
|
|
33120
|
+
}
|
|
33121
|
+
|
|
33112
33122
|
.t19ustft .date {
|
|
33113
33123
|
margin-right: 4px;
|
|
33114
33124
|
}
|
|
@@ -33195,80 +33205,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33195
33205
|
background-color: #7E41FF;
|
|
33196
33206
|
}
|
|
33197
33207
|
|
|
33198
|
-
.s14dk8r1 {
|
|
33199
|
-
margin: 0;
|
|
33200
|
-
border-radius: 20px;
|
|
33201
|
-
padding: 2px 10px;
|
|
33202
|
-
height: 22px;
|
|
33203
|
-
}
|
|
33204
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
33205
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33206
|
-
}
|
|
33207
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33208
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33209
|
-
}
|
|
33210
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
33211
|
-
color: #00122e;
|
|
33212
|
-
}
|
|
33213
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33214
|
-
margin-right: 6px;
|
|
33215
|
-
}
|
|
33216
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33217
|
-
margin-left: 4px;
|
|
33218
|
-
}
|
|
33219
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33220
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33221
|
-
}
|
|
33222
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33223
|
-
background-color: #0080ff;
|
|
33224
|
-
}
|
|
33225
|
-
.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 {
|
|
33226
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
33227
|
-
}
|
|
33228
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33229
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
33230
|
-
}
|
|
33231
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33232
|
-
background-color: #f0483e;
|
|
33233
|
-
}
|
|
33234
|
-
.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 {
|
|
33235
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
33236
|
-
}
|
|
33237
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33238
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
33239
|
-
}
|
|
33240
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33241
|
-
background-color: #fea008;
|
|
33242
|
-
}
|
|
33243
|
-
.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 {
|
|
33244
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
33245
|
-
}
|
|
33246
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33247
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33248
|
-
}
|
|
33249
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33250
|
-
background-color: #00ba5d;
|
|
33251
|
-
}
|
|
33252
|
-
.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 {
|
|
33253
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
33254
|
-
}
|
|
33255
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33256
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33257
|
-
}
|
|
33258
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33259
|
-
background-color: #6b7d99;
|
|
33260
|
-
}
|
|
33261
|
-
.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 {
|
|
33262
|
-
background-color: rgba(211, 218, 235, 0.6);
|
|
33263
|
-
}
|
|
33264
|
-
|
|
33265
|
-
.s1uupoto {
|
|
33266
|
-
width: 8px;
|
|
33267
|
-
height: 8px;
|
|
33268
|
-
border-radius: 50%;
|
|
33269
|
-
display: inline-block;
|
|
33270
|
-
}
|
|
33271
|
-
|
|
33272
33208
|
.t160l1cm {
|
|
33273
33209
|
display: flex;
|
|
33274
33210
|
flex-direction: column;
|
|
@@ -33467,9 +33403,58 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33467
33403
|
background: rgba(172, 186, 211, 0.6);
|
|
33468
33404
|
display: block;
|
|
33469
33405
|
}
|
|
33470
|
-
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33471
|
-
color: #0080ff;
|
|
33472
|
-
background: transparent;
|
|
33406
|
+
.t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33407
|
+
color: #0080ff;
|
|
33408
|
+
background: transparent;
|
|
33409
|
+
}
|
|
33410
|
+
|
|
33411
|
+
.l4bld33 {
|
|
33412
|
+
width: 64px;
|
|
33413
|
+
height: 64px;
|
|
33414
|
+
display: flex;
|
|
33415
|
+
align-items: center;
|
|
33416
|
+
justify-content: center;
|
|
33417
|
+
position: relative;
|
|
33418
|
+
opacity: 0.2;
|
|
33419
|
+
}
|
|
33420
|
+
|
|
33421
|
+
.lgitjoj {
|
|
33422
|
+
position: absolute;
|
|
33423
|
+
width: 5px;
|
|
33424
|
+
height: 48px;
|
|
33425
|
+
left: 9.33px;
|
|
33426
|
+
top: 40.5px;
|
|
33427
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33428
|
+
border-radius: 5px;
|
|
33429
|
+
transform: rotate(-128deg);
|
|
33430
|
+
transform-origin: top left;
|
|
33431
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33432
|
+
}
|
|
33433
|
+
|
|
33434
|
+
.l13g0exg {
|
|
33435
|
+
position: absolute;
|
|
33436
|
+
width: 5px;
|
|
33437
|
+
height: 48px;
|
|
33438
|
+
left: 40.8px;
|
|
33439
|
+
top: 8.4px;
|
|
33440
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33441
|
+
border-radius: 5px;
|
|
33442
|
+
transform: rotate(-8deg);
|
|
33443
|
+
transform-origin: top left;
|
|
33444
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33445
|
+
}
|
|
33446
|
+
|
|
33447
|
+
.l1exo3h6 {
|
|
33448
|
+
position: absolute;
|
|
33449
|
+
width: 5px;
|
|
33450
|
+
height: 48px;
|
|
33451
|
+
left: 52.9px;
|
|
33452
|
+
top: 51.8px;
|
|
33453
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33454
|
+
border-radius: 5px;
|
|
33455
|
+
transform: rotate(112deg);
|
|
33456
|
+
transform-origin: top left;
|
|
33457
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33473
33458
|
}
|
|
33474
33459
|
|
|
33475
33460
|
.m1thnes4 {
|
|
@@ -33633,55 +33618,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33633
33618
|
margin-left: 8px;
|
|
33634
33619
|
}
|
|
33635
33620
|
|
|
33636
|
-
.l4bld33 {
|
|
33637
|
-
width: 64px;
|
|
33638
|
-
height: 64px;
|
|
33639
|
-
display: flex;
|
|
33640
|
-
align-items: center;
|
|
33641
|
-
justify-content: center;
|
|
33642
|
-
position: relative;
|
|
33643
|
-
opacity: 0.2;
|
|
33644
|
-
}
|
|
33645
|
-
|
|
33646
|
-
.lgitjoj {
|
|
33647
|
-
position: absolute;
|
|
33648
|
-
width: 5px;
|
|
33649
|
-
height: 48px;
|
|
33650
|
-
left: 9.33px;
|
|
33651
|
-
top: 40.5px;
|
|
33652
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33653
|
-
border-radius: 5px;
|
|
33654
|
-
transform: rotate(-128deg);
|
|
33655
|
-
transform-origin: top left;
|
|
33656
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33657
|
-
}
|
|
33658
|
-
|
|
33659
|
-
.l13g0exg {
|
|
33660
|
-
position: absolute;
|
|
33661
|
-
width: 5px;
|
|
33662
|
-
height: 48px;
|
|
33663
|
-
left: 40.8px;
|
|
33664
|
-
top: 8.4px;
|
|
33665
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33666
|
-
border-radius: 5px;
|
|
33667
|
-
transform: rotate(-8deg);
|
|
33668
|
-
transform-origin: top left;
|
|
33669
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33670
|
-
}
|
|
33671
|
-
|
|
33672
|
-
.l1exo3h6 {
|
|
33673
|
-
position: absolute;
|
|
33674
|
-
width: 5px;
|
|
33675
|
-
height: 48px;
|
|
33676
|
-
left: 52.9px;
|
|
33677
|
-
top: 51.8px;
|
|
33678
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33679
|
-
border-radius: 5px;
|
|
33680
|
-
transform: rotate(112deg);
|
|
33681
|
-
transform-origin: top left;
|
|
33682
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33683
|
-
}
|
|
33684
|
-
|
|
33685
33621
|
.sq6vos1 {
|
|
33686
33622
|
--item-min-width: 60px;
|
|
33687
33623
|
}
|
|
@@ -33851,150 +33787,419 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33851
33787
|
justify-content: center;
|
|
33852
33788
|
column-gap: 4px;
|
|
33853
33789
|
}
|
|
33854
|
-
.h1xo7yjb .step-item-prefix-container {
|
|
33855
|
-
display: inline-flex;
|
|
33856
|
-
align-items: center;
|
|
33857
|
-
width: 18px;
|
|
33858
|
-
height: 18px;
|
|
33790
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
33791
|
+
display: inline-flex;
|
|
33792
|
+
align-items: center;
|
|
33793
|
+
width: 18px;
|
|
33794
|
+
height: 18px;
|
|
33795
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33796
|
+
justify-content: center;
|
|
33797
|
+
}
|
|
33798
|
+
|
|
33799
|
+
.v1f2f7cy {
|
|
33800
|
+
width: 100%;
|
|
33801
|
+
display: flex;
|
|
33802
|
+
align-items: center;
|
|
33803
|
+
justify-content: center;
|
|
33804
|
+
column-gap: 6px;
|
|
33805
|
+
font-size: 13px;
|
|
33806
|
+
}
|
|
33807
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
33808
|
+
display: inline-flex;
|
|
33809
|
+
align-items: center;
|
|
33810
|
+
min-width: 20px;
|
|
33811
|
+
min-height: 20px;
|
|
33812
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33813
|
+
justify-content: center;
|
|
33814
|
+
}
|
|
33815
|
+
|
|
33816
|
+
.t1gz6wqf {
|
|
33817
|
+
height: 100%;
|
|
33818
|
+
}
|
|
33819
|
+
.t1gz6wqf .table-loading-item {
|
|
33820
|
+
padding: 12px 4px;
|
|
33821
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33822
|
+
display: flex;
|
|
33823
|
+
}
|
|
33824
|
+
.t1gz6wqf .table-loading-item > * {
|
|
33825
|
+
height: 16px;
|
|
33826
|
+
margin: 4px;
|
|
33827
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33828
|
+
border-radius: 2px;
|
|
33829
|
+
}
|
|
33830
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33831
|
+
width: 16px;
|
|
33832
|
+
}
|
|
33833
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
33834
|
+
flex: 1;
|
|
33835
|
+
}
|
|
33836
|
+
.t1gz6wqf :nth-child(1) {
|
|
33837
|
+
padding: 8px 4px;
|
|
33838
|
+
}
|
|
33839
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
33840
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33841
|
+
}
|
|
33842
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
33843
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33844
|
+
}
|
|
33845
|
+
|
|
33846
|
+
.c1k4vanq {
|
|
33847
|
+
padding: 0 12px 14px 12px;
|
|
33848
|
+
}
|
|
33849
|
+
|
|
33850
|
+
.c1udgdh2 {
|
|
33851
|
+
color: #2d3a56;
|
|
33852
|
+
padding: 7px 12px;
|
|
33853
|
+
display: flex;
|
|
33854
|
+
justify-content: space-between;
|
|
33855
|
+
align-items: center;
|
|
33856
|
+
}
|
|
33857
|
+
.c1udgdh2.has-arrow {
|
|
33858
|
+
padding-left: 10px;
|
|
33859
|
+
}
|
|
33860
|
+
.c1udgdh2.has-arrow .title-wrapper {
|
|
33861
|
+
cursor: pointer;
|
|
33862
|
+
color: #00122e;
|
|
33863
|
+
}
|
|
33864
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
33865
|
+
color: #2d3a56;
|
|
33866
|
+
font-weight: 600;
|
|
33867
|
+
}
|
|
33868
|
+
.c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33869
|
+
transform: rotate(90deg);
|
|
33870
|
+
}
|
|
33871
|
+
.c1udgdh2 .sub-info {
|
|
33872
|
+
font-size: 12px;
|
|
33873
|
+
line-height: 18px;
|
|
33874
|
+
}
|
|
33875
|
+
.c1udgdh2 .title-wrapper {
|
|
33876
|
+
display: flex;
|
|
33877
|
+
align-items: center;
|
|
33878
|
+
user-select: none;
|
|
33879
|
+
flex-grow: 1;
|
|
33880
|
+
font-size: 12px;
|
|
33881
|
+
line-height: 18px;
|
|
33882
|
+
color: #2d3a56;
|
|
33883
|
+
font-weight: 700;
|
|
33884
|
+
}
|
|
33885
|
+
.c1udgdh2 .collapse-arrow {
|
|
33886
|
+
transition: all 50ms ease-out 0ms;
|
|
33887
|
+
margin-right: 2px;
|
|
33888
|
+
}
|
|
33889
|
+
|
|
33890
|
+
.c1igej8b {
|
|
33891
|
+
color: #2d3a56;
|
|
33892
|
+
line-height: 22px;
|
|
33893
|
+
display: inline-flex;
|
|
33894
|
+
}
|
|
33895
|
+
.c1igej8b .ant-checkbox {
|
|
33896
|
+
height: 22px;
|
|
33897
|
+
display: flex;
|
|
33898
|
+
align-items: center;
|
|
33899
|
+
top: 0;
|
|
33900
|
+
}
|
|
33901
|
+
.c1igej8b .ant-checkbox-checked::after {
|
|
33902
|
+
border: none;
|
|
33903
|
+
}
|
|
33904
|
+
.c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33905
|
+
border-color: #0080ff;
|
|
33906
|
+
}
|
|
33907
|
+
.c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33908
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33909
|
+
}
|
|
33910
|
+
.c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33911
|
+
border: 1px solid #0080ff;
|
|
33912
|
+
}
|
|
33913
|
+
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33914
|
+
background: #0080ff;
|
|
33915
|
+
}
|
|
33916
|
+
.c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33917
|
+
background-color: #fff;
|
|
33918
|
+
height: 2px;
|
|
33919
|
+
width: 10px;
|
|
33920
|
+
border-radius: 2px;
|
|
33921
|
+
}
|
|
33922
|
+
.c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33923
|
+
opacity: 0.5;
|
|
33924
|
+
}
|
|
33925
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33926
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33927
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33928
|
+
}
|
|
33929
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33930
|
+
border-color: #2d3a56;
|
|
33931
|
+
}
|
|
33932
|
+
.c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33933
|
+
background: #2d3a56;
|
|
33934
|
+
}
|
|
33935
|
+
.c1igej8b .ant-checkbox + span, .c1igej8b .ant-checkbox-disabled + span {
|
|
33936
|
+
padding: 0;
|
|
33937
|
+
}
|
|
33938
|
+
.c1igej8b .ant-checkbox + span .main, .c1igej8b .ant-checkbox-disabled + span .main {
|
|
33939
|
+
display: inline-block;
|
|
33940
|
+
margin-left: 12px;
|
|
33941
|
+
color: #2d3a56;
|
|
33942
|
+
}
|
|
33943
|
+
.c1igej8b .ant-checkbox + span .sub, .c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33944
|
+
margin-left: 28px;
|
|
33945
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33946
|
+
}
|
|
33947
|
+
.c1igej8b.compact .ant-checkbox + span .main, .c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33948
|
+
margin-left: 8px;
|
|
33949
|
+
}
|
|
33950
|
+
.c1igej8b.compact .ant-checkbox + span .sub, .c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33951
|
+
margin-left: 24px;
|
|
33952
|
+
}
|
|
33953
|
+
|
|
33954
|
+
.s6rjqv7 {
|
|
33955
|
+
height: 24px;
|
|
33956
|
+
width: 24px;
|
|
33957
|
+
border-radius: 6px;
|
|
33958
|
+
padding: 4px;
|
|
33959
|
+
}
|
|
33960
|
+
.s6rjqv7:hover {
|
|
33961
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33962
|
+
}
|
|
33963
|
+
.s6rjqv7:hover svg path {
|
|
33964
|
+
fill: blue;
|
|
33965
|
+
}
|
|
33966
|
+
|
|
33967
|
+
.rrwcpby {
|
|
33968
|
+
display: flex;
|
|
33969
|
+
align-items: center;
|
|
33970
|
+
}
|
|
33971
|
+
.rrwcpby .order {
|
|
33972
|
+
height: 24px;
|
|
33973
|
+
width: 24px;
|
|
33974
|
+
border-radius: 20px;
|
|
33975
|
+
color: #0080ff;
|
|
33976
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33977
|
+
display: flex;
|
|
33978
|
+
align-items: center;
|
|
33979
|
+
justify-content: center;
|
|
33980
|
+
margin-right: 6px;
|
|
33981
|
+
}
|
|
33982
|
+
|
|
33983
|
+
.bab9xum {
|
|
33984
|
+
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);
|
|
33985
|
+
}
|
|
33986
|
+
|
|
33987
|
+
.cav4gt6 {
|
|
33988
|
+
border-radius: 8px;
|
|
33989
|
+
background-color: white;
|
|
33990
|
+
}
|
|
33991
|
+
.cav4gt6.hoverable {
|
|
33992
|
+
cursor: pointer;
|
|
33993
|
+
}
|
|
33994
|
+
.cav4gt6.hoverable:hover {
|
|
33995
|
+
transition: all 200ms ease;
|
|
33996
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33997
|
+
transform: translateY(-4px);
|
|
33998
|
+
}
|
|
33999
|
+
|
|
34000
|
+
.damzgq8 {
|
|
34001
|
+
width: 400px;
|
|
34002
|
+
}
|
|
34003
|
+
.damzgq8 .bottom {
|
|
33859
34004
|
color: rgba(44, 56, 82, 0.75);
|
|
33860
|
-
justify-content: center;
|
|
33861
34005
|
}
|
|
33862
34006
|
|
|
33863
|
-
.
|
|
33864
|
-
width: 100%;
|
|
34007
|
+
.c1t5t7l0 {
|
|
33865
34008
|
display: flex;
|
|
33866
|
-
|
|
33867
|
-
justify-content:
|
|
33868
|
-
column-gap: 6px;
|
|
33869
|
-
font-size: 13px;
|
|
34009
|
+
flex-direction: row;
|
|
34010
|
+
justify-content: space-between;
|
|
33870
34011
|
}
|
|
33871
|
-
.
|
|
33872
|
-
|
|
33873
|
-
|
|
33874
|
-
min-width: 20px;
|
|
33875
|
-
min-height: 20px;
|
|
33876
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33877
|
-
justify-content: center;
|
|
34012
|
+
.c1t5t7l0 .label {
|
|
34013
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34014
|
+
font-weight: 400;
|
|
33878
34015
|
}
|
|
33879
34016
|
|
|
33880
|
-
.
|
|
33881
|
-
|
|
34017
|
+
.cg9brz0 {
|
|
34018
|
+
display: flex;
|
|
34019
|
+
flex-direction: column;
|
|
34020
|
+
justify-content: center;
|
|
34021
|
+
align-items: center;
|
|
34022
|
+
height: 240px;
|
|
34023
|
+
width: 432px;
|
|
33882
34024
|
}
|
|
33883
34025
|
|
|
33884
|
-
.
|
|
33885
|
-
|
|
33886
|
-
|
|
33887
|
-
|
|
33888
|
-
|
|
33889
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33890
|
-
display: flex;
|
|
34026
|
+
.c1efuzht.ant-input-affix-wrapper {
|
|
34027
|
+
border-radius: 0px;
|
|
34028
|
+
box-shadow: unset;
|
|
34029
|
+
border: 0;
|
|
34030
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33891
34031
|
}
|
|
33892
|
-
|
|
33893
|
-
|
|
33894
|
-
|
|
33895
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33896
|
-
border-radius: 2px;
|
|
34032
|
+
|
|
34033
|
+
.c1sqzi2s.antd5 .antd5-selector {
|
|
34034
|
+
padding: 4px;
|
|
33897
34035
|
}
|
|
33898
|
-
.
|
|
33899
|
-
|
|
34036
|
+
.c1sqzi2s.antd5 .antd5-selector:after {
|
|
34037
|
+
line-height: normal;
|
|
33900
34038
|
}
|
|
33901
|
-
.
|
|
33902
|
-
|
|
34039
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
34040
|
+
height: 22px;
|
|
33903
34041
|
}
|
|
33904
|
-
.
|
|
33905
|
-
|
|
34042
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
34043
|
+
row-gap: 2px;
|
|
33906
34044
|
}
|
|
33907
|
-
.
|
|
33908
|
-
|
|
34045
|
+
.c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
|
|
34046
|
+
line-height: normal;
|
|
33909
34047
|
}
|
|
33910
|
-
|
|
33911
|
-
|
|
34048
|
+
|
|
34049
|
+
.cyg2a2l {
|
|
34050
|
+
font-size: 13px;
|
|
33912
34051
|
}
|
|
33913
34052
|
|
|
33914
|
-
.
|
|
33915
|
-
|
|
33916
|
-
|
|
34053
|
+
.c14uped1 {
|
|
34054
|
+
padding: 7px 14px;
|
|
34055
|
+
height: 20px;
|
|
34056
|
+
font-weight: 400;
|
|
34057
|
+
box-sizing: content-box;
|
|
34058
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33917
34059
|
display: flex;
|
|
34060
|
+
flex-direction: row;
|
|
33918
34061
|
justify-content: space-between;
|
|
33919
34062
|
align-items: center;
|
|
34063
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33920
34064
|
}
|
|
33921
|
-
|
|
33922
|
-
|
|
34065
|
+
|
|
34066
|
+
.cz3vc94 {
|
|
34067
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34068
|
+
border-radius: 8px;
|
|
34069
|
+
padding: 0px;
|
|
33923
34070
|
}
|
|
33924
|
-
.
|
|
33925
|
-
|
|
34071
|
+
.cz3vc94 ul.antd5-menu {
|
|
34072
|
+
padding: 6px;
|
|
34073
|
+
height: 240px;
|
|
34074
|
+
}
|
|
34075
|
+
.cz3vc94:not(:has(.cg9brz0)) li {
|
|
34076
|
+
min-width: 296px;
|
|
34077
|
+
padding: 4px 4px 4px 8px;
|
|
33926
34078
|
color: #00122e;
|
|
34079
|
+
margin-bottom: 2px;
|
|
33927
34080
|
}
|
|
33928
|
-
.
|
|
33929
|
-
|
|
33930
|
-
font-weight: 600;
|
|
34081
|
+
.cz3vc94:not(:has(.cg9brz0)) li .icon-wrapper {
|
|
34082
|
+
vertical-align: middle;
|
|
33931
34083
|
}
|
|
33932
|
-
.
|
|
33933
|
-
|
|
34084
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active {
|
|
34085
|
+
font-weight: 400;
|
|
33934
34086
|
}
|
|
33935
|
-
.
|
|
33936
|
-
font-
|
|
33937
|
-
line-height: 18px;
|
|
34087
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:hover {
|
|
34088
|
+
font-weight: 400;
|
|
33938
34089
|
}
|
|
33939
|
-
.
|
|
33940
|
-
|
|
33941
|
-
align-items: center;
|
|
33942
|
-
user-select: none;
|
|
33943
|
-
flex-grow: 1;
|
|
33944
|
-
font-size: 12px;
|
|
33945
|
-
line-height: 18px;
|
|
33946
|
-
color: #2d3a56;
|
|
33947
|
-
font-weight: 700;
|
|
34090
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active:active {
|
|
34091
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33948
34092
|
}
|
|
33949
|
-
.
|
|
33950
|
-
|
|
33951
|
-
margin-right: 2px;
|
|
34093
|
+
.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
34094
|
+
fill: #0080ff;
|
|
33952
34095
|
}
|
|
33953
|
-
|
|
33954
|
-
.
|
|
33955
|
-
|
|
33956
|
-
align-items: center;
|
|
34096
|
+
.cz3vc94:not(:has(.cg9brz0)) li:hover {
|
|
34097
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34098
|
+
font-weight: 400;
|
|
33957
34099
|
}
|
|
33958
|
-
.
|
|
33959
|
-
|
|
33960
|
-
|
|
33961
|
-
|
|
33962
|
-
|
|
33963
|
-
|
|
34100
|
+
.cz3vc94:not(:has(.cg9brz0)) li:hover .icon-wrapper svg path {
|
|
34101
|
+
fill: #0080ff;
|
|
34102
|
+
}
|
|
34103
|
+
.cz3vc94:not(:has(.cg9brz0)) li:active {
|
|
34104
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34105
|
+
}
|
|
34106
|
+
.cz3vc94 li:has(.damzgq8) .antd5-checkbox {
|
|
34107
|
+
align-self: flex-start;
|
|
34108
|
+
}
|
|
34109
|
+
.cz3vc94:has(.cg9brz0) .cyg2a2l {
|
|
34110
|
+
display: none;
|
|
34111
|
+
}
|
|
34112
|
+
.cz3vc94 .antd5-checkbox {
|
|
34113
|
+
height: 22px;
|
|
33964
34114
|
display: flex;
|
|
33965
34115
|
align-items: center;
|
|
33966
|
-
|
|
33967
|
-
margin-right: 6px;
|
|
34116
|
+
top: 0;
|
|
33968
34117
|
}
|
|
33969
|
-
|
|
33970
|
-
|
|
33971
|
-
|
|
33972
|
-
|
|
34118
|
+
.cz3vc94 .antd5-checkbox-checked::after {
|
|
34119
|
+
border: none;
|
|
34120
|
+
}
|
|
34121
|
+
.cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
|
|
34122
|
+
border-color: #0080ff;
|
|
34123
|
+
}
|
|
34124
|
+
.cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
|
|
34125
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34126
|
+
}
|
|
34127
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
34128
|
+
border: 1px solid #0080ff;
|
|
34129
|
+
}
|
|
34130
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
34131
|
+
background: #0080ff;
|
|
34132
|
+
}
|
|
34133
|
+
.cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
34134
|
+
background-color: #fff;
|
|
34135
|
+
height: 2px;
|
|
34136
|
+
width: 10px;
|
|
33973
34137
|
border-radius: 2px;
|
|
33974
|
-
background: #f5f7fa;
|
|
33975
|
-
display: flex;
|
|
33976
|
-
width: 100%;
|
|
33977
|
-
overflow: hidden;
|
|
33978
34138
|
}
|
|
33979
|
-
.
|
|
33980
|
-
|
|
34139
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled {
|
|
34140
|
+
opacity: 0.5;
|
|
34141
|
+
}
|
|
34142
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
|
|
34143
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34144
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34145
|
+
}
|
|
34146
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
|
|
34147
|
+
border-color: #2d3a56;
|
|
34148
|
+
}
|
|
34149
|
+
.cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
34150
|
+
background: #2d3a56;
|
|
34151
|
+
}
|
|
34152
|
+
.cz3vc94 .antd5-checkbox + span, .cz3vc94 .antd5-checkbox-disabled + span {
|
|
34153
|
+
padding: 0;
|
|
34154
|
+
}
|
|
34155
|
+
.cz3vc94 .antd5-checkbox + span .main, .cz3vc94 .antd5-checkbox-disabled + span .main {
|
|
34156
|
+
display: inline-block;
|
|
34157
|
+
margin-left: 12px;
|
|
34158
|
+
color: #2d3a56;
|
|
34159
|
+
}
|
|
34160
|
+
.cz3vc94 .antd5-checkbox + span .sub, .cz3vc94 .antd5-checkbox-disabled + span .sub {
|
|
34161
|
+
margin-left: 28px;
|
|
34162
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34163
|
+
}
|
|
34164
|
+
.cz3vc94.compact .antd5-checkbox + span .main, .cz3vc94.compact .antd5-checkbox-disabled + span .main {
|
|
34165
|
+
margin-left: 8px;
|
|
34166
|
+
}
|
|
34167
|
+
.cz3vc94.compact .antd5-checkbox + span .sub, .cz3vc94.compact .antd5-checkbox-disabled + span .sub {
|
|
34168
|
+
margin-left: 24px;
|
|
33981
34169
|
}
|
|
33982
34170
|
|
|
33983
|
-
.
|
|
33984
|
-
|
|
34171
|
+
.csp3had ul.antd5-menu {
|
|
34172
|
+
padding: 4px;
|
|
34173
|
+
height: 158px;
|
|
34174
|
+
}
|
|
34175
|
+
.csp3had.cz3vc94 {
|
|
34176
|
+
border-radius: 6px;
|
|
34177
|
+
}
|
|
34178
|
+
.csp3had.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
34179
|
+
min-width: 200px;
|
|
34180
|
+
font-size: 12px;
|
|
34181
|
+
}
|
|
34182
|
+
.csp3had.cz3vc94 .c14uped1 {
|
|
34183
|
+
padding: 6px 12px;
|
|
34184
|
+
height: 18px;
|
|
34185
|
+
font-size: 12px;
|
|
33985
34186
|
}
|
|
33986
34187
|
|
|
33987
|
-
.
|
|
33988
|
-
|
|
33989
|
-
|
|
34188
|
+
.c1i4zk1 ul.antd5-menu {
|
|
34189
|
+
padding: 8px;
|
|
34190
|
+
height: 320px;
|
|
33990
34191
|
}
|
|
33991
|
-
.
|
|
33992
|
-
|
|
34192
|
+
.c1i4zk1.cz3vc94 {
|
|
34193
|
+
border-radius: 10px;
|
|
33993
34194
|
}
|
|
33994
|
-
.
|
|
33995
|
-
|
|
33996
|
-
|
|
33997
|
-
|
|
34195
|
+
.c1i4zk1.cz3vc94:not(:has(.cg9brz0)) li.antd5-menu-item {
|
|
34196
|
+
min-width: 296px;
|
|
34197
|
+
padding: 8px;
|
|
34198
|
+
}
|
|
34199
|
+
.c1i4zk1.cz3vc94 .c14uped1 {
|
|
34200
|
+
height: 22px;
|
|
34201
|
+
padding: 8px 16px;
|
|
34202
|
+
font-size: 14px;
|
|
33998
34203
|
}
|
|
33999
34204
|
|
|
34000
34205
|
.tc40oxa {
|
|
@@ -34221,6 +34426,19 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34221
34426
|
min-height: 0px;
|
|
34222
34427
|
}
|
|
34223
34428
|
|
|
34429
|
+
.skwah65 {
|
|
34430
|
+
height: 8px;
|
|
34431
|
+
box-sizing: border-box;
|
|
34432
|
+
border-radius: 2px;
|
|
34433
|
+
background: #f5f7fa;
|
|
34434
|
+
display: flex;
|
|
34435
|
+
width: 100%;
|
|
34436
|
+
overflow: hidden;
|
|
34437
|
+
}
|
|
34438
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
34439
|
+
margin-left: 1px;
|
|
34440
|
+
}
|
|
34441
|
+
|
|
34224
34442
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
34225
34443
|
display: var(--at4ovwe-0);
|
|
34226
34444
|
}
|
|
@@ -34271,11 +34489,6 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34271
34489
|
font-size: inherit;
|
|
34272
34490
|
}
|
|
34273
34491
|
|
|
34274
|
-
.iwsze0q {
|
|
34275
|
-
margin-right: 4px;
|
|
34276
|
-
height: 16px;
|
|
34277
|
-
}
|
|
34278
|
-
|
|
34279
34492
|
.w1xcixj5.outside-tag {
|
|
34280
34493
|
padding-left: 0;
|
|
34281
34494
|
}
|
|
@@ -34311,23 +34524,9 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34311
34524
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34312
34525
|
}
|
|
34313
34526
|
|
|
34314
|
-
.
|
|
34315
|
-
margin-
|
|
34316
|
-
|
|
34317
|
-
.feau332 .ant-form-item-explain {
|
|
34318
|
-
display: none;
|
|
34319
|
-
min-height: 18px;
|
|
34320
|
-
margin-top: 5px;
|
|
34321
|
-
font-family: "Inter";
|
|
34322
|
-
font-weight: 400;
|
|
34323
|
-
font-size: 12px;
|
|
34324
|
-
line-height: 18px;
|
|
34325
|
-
}
|
|
34326
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34327
|
-
white-space: pre-wrap;
|
|
34328
|
-
}
|
|
34329
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34330
|
-
display: block;
|
|
34527
|
+
.iwsze0q {
|
|
34528
|
+
margin-right: 4px;
|
|
34529
|
+
height: 16px;
|
|
34331
34530
|
}
|
|
34332
34531
|
|
|
34333
34532
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
@@ -34359,4 +34558,23 @@ button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34359
34558
|
margin: 0;
|
|
34360
34559
|
height: auto;
|
|
34361
34560
|
font-size: inherit;
|
|
34561
|
+
}
|
|
34562
|
+
|
|
34563
|
+
.feau332.ant-form-item {
|
|
34564
|
+
margin-bottom: 0;
|
|
34565
|
+
}
|
|
34566
|
+
.feau332 .ant-form-item-explain {
|
|
34567
|
+
display: none;
|
|
34568
|
+
min-height: 18px;
|
|
34569
|
+
margin-top: 5px;
|
|
34570
|
+
font-family: "Inter";
|
|
34571
|
+
font-weight: 400;
|
|
34572
|
+
font-size: 12px;
|
|
34573
|
+
line-height: 18px;
|
|
34574
|
+
}
|
|
34575
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34576
|
+
white-space: pre-wrap;
|
|
34577
|
+
}
|
|
34578
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34579
|
+
display: block;
|
|
34362
34580
|
}
|