@cloudtower/eagle 0.27.92 → 0.27.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/core/Avatar/index.js +37 -0
- package/dist/cjs/core/Nav/index.js +37 -0
- package/dist/cjs/core/Nav/style.js +13 -0
- package/dist/cjs/core/index.js +24 -24
- package/dist/cjs/index.js +250 -246
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1292 -1292
- package/dist/esm/core/Avatar/index.js +31 -0
- package/dist/esm/core/Nav/index.js +30 -0
- package/dist/esm/core/Nav/style.js +10 -0
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/core/index.d.ts +3 -3
- package/dist/style.css +1080 -1080
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29578,22 +29578,6 @@ html body {
|
|
|
29578
29578
|
padding: 8px 12px;
|
|
29579
29579
|
}
|
|
29580
29580
|
|
|
29581
|
-
.E_berrcjl {
|
|
29582
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29583
|
-
margin-bottom: 4px;
|
|
29584
|
-
}
|
|
29585
|
-
.E_berrcjl .breadcrumb-link {
|
|
29586
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29587
|
-
cursor: pointer;
|
|
29588
|
-
transition: color 160ms ease;
|
|
29589
|
-
}
|
|
29590
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
29591
|
-
color: #0080ff;
|
|
29592
|
-
}
|
|
29593
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
29594
|
-
color: #005ed1;
|
|
29595
|
-
}
|
|
29596
|
-
|
|
29597
29581
|
.E_m74vjol {
|
|
29598
29582
|
display: flex;
|
|
29599
29583
|
justify-content: space-between;
|
|
@@ -29607,33 +29591,20 @@ html body {
|
|
|
29607
29591
|
width: 100%;
|
|
29608
29592
|
}
|
|
29609
29593
|
|
|
29610
|
-
.
|
|
29611
|
-
|
|
29612
|
-
|
|
29613
|
-
|
|
29614
|
-
.E_bqamoqe {
|
|
29615
|
-
white-space: nowrap;
|
|
29616
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29617
|
-
}
|
|
29618
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29619
|
-
--color: #0080ff;
|
|
29620
|
-
}
|
|
29621
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29622
|
-
--color: #0080ff;
|
|
29623
|
-
}
|
|
29624
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29625
|
-
margin-left: 1px;
|
|
29594
|
+
.E_berrcjl {
|
|
29595
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29596
|
+
margin-bottom: 4px;
|
|
29626
29597
|
}
|
|
29627
|
-
.
|
|
29628
|
-
|
|
29629
|
-
|
|
29598
|
+
.E_berrcjl .breadcrumb-link {
|
|
29599
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29600
|
+
cursor: pointer;
|
|
29601
|
+
transition: color 160ms ease;
|
|
29630
29602
|
}
|
|
29631
|
-
.
|
|
29632
|
-
|
|
29633
|
-
border-bottom-left-radius: 0;
|
|
29603
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29604
|
+
color: #0080ff;
|
|
29634
29605
|
}
|
|
29635
|
-
.
|
|
29636
|
-
|
|
29606
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29607
|
+
color: #005ed1;
|
|
29637
29608
|
}
|
|
29638
29609
|
|
|
29639
29610
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -29886,19 +29857,6 @@ html body {
|
|
|
29886
29857
|
padding: 0;
|
|
29887
29858
|
}
|
|
29888
29859
|
|
|
29889
|
-
.E_i1inqkme {
|
|
29890
|
-
height: 18px;
|
|
29891
|
-
line-height: 18px;
|
|
29892
|
-
padding: 0 4px;
|
|
29893
|
-
border-radius: 4px;
|
|
29894
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29895
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29896
|
-
display: flex;
|
|
29897
|
-
align-items: center;
|
|
29898
|
-
white-space: nowrap;
|
|
29899
|
-
margin-right: 4px;
|
|
29900
|
-
}
|
|
29901
|
-
|
|
29902
29860
|
.E_fzh9mnb {
|
|
29903
29861
|
width: 100%;
|
|
29904
29862
|
height: 100%;
|
|
@@ -29914,99 +29872,46 @@ html body {
|
|
|
29914
29872
|
font-size: 18px;
|
|
29915
29873
|
}
|
|
29916
29874
|
|
|
29917
|
-
.
|
|
29918
|
-
|
|
29919
|
-
margin-bottom: 0 !important;
|
|
29920
|
-
flex-flow: nowrap !important;
|
|
29921
|
-
line-break: auto;
|
|
29922
|
-
}
|
|
29923
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
29924
|
-
text-align: left !important;
|
|
29925
|
-
padding-bottom: 0 !important;
|
|
29926
|
-
}
|
|
29927
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
29928
|
-
min-height: 32px;
|
|
29929
|
-
height: auto;
|
|
29930
|
-
font-size: 13px;
|
|
29875
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29876
|
+
padding: 4px 8px 0 8px;
|
|
29931
29877
|
color: rgba(44, 56, 82, 0.6);
|
|
29932
|
-
white-space: normal;
|
|
29933
|
-
}
|
|
29934
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
29935
|
-
border-color: #ff4d4f !important;
|
|
29936
|
-
}
|
|
29937
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
29938
|
-
margin-top: 4px;
|
|
29939
|
-
font-size: 12px;
|
|
29940
|
-
min-height: 0px;
|
|
29941
|
-
}
|
|
29942
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
29943
29878
|
font-size: 12px;
|
|
29944
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29945
|
-
min-height: 0px;
|
|
29946
|
-
}
|
|
29947
|
-
|
|
29948
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
29949
|
-
display: var(--ai7qkf2-0);
|
|
29950
|
-
}
|
|
29951
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
29952
|
-
display: inline-flex;
|
|
29953
|
-
line-height: 1.5715;
|
|
29954
|
-
height: 100%;
|
|
29955
|
-
width: 100%;
|
|
29956
29879
|
}
|
|
29957
|
-
.
|
|
29958
|
-
|
|
29959
|
-
display: var(--ai7qkf2-2);
|
|
29960
|
-
flex: none;
|
|
29961
|
-
align-items: center;
|
|
29962
|
-
margin-left: 4px;
|
|
29963
|
-
padding: 5px 12px 5px 0;
|
|
29964
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29880
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29881
|
+
padding-bottom: 6px;
|
|
29965
29882
|
}
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29968
|
-
|
|
29969
|
-
flex: none;
|
|
29970
|
-
align-items: center;
|
|
29971
|
-
margin-right: 4px;
|
|
29972
|
-
cursor: auto;
|
|
29973
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29883
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29884
|
+
padding-top: 4px;
|
|
29885
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29974
29886
|
}
|
|
29975
|
-
|
|
29976
|
-
|
|
29887
|
+
|
|
29888
|
+
.E_b1nip9bk {
|
|
29889
|
+
padding: 4px 11px;
|
|
29977
29890
|
}
|
|
29978
|
-
|
|
29979
|
-
|
|
29980
|
-
|
|
29891
|
+
|
|
29892
|
+
.E_bqamoqe {
|
|
29893
|
+
white-space: nowrap;
|
|
29894
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29981
29895
|
}
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29984
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
29985
|
-
z-index: 1;
|
|
29896
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29897
|
+
--color: #0080ff;
|
|
29986
29898
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29989
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
29899
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29900
|
+
--color: #0080ff;
|
|
29990
29901
|
}
|
|
29991
|
-
.
|
|
29992
|
-
|
|
29993
|
-
border: 1px;
|
|
29994
|
-
padding: 5px 12px;
|
|
29995
|
-
font-size: inherit;
|
|
29902
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29903
|
+
margin-left: 1px;
|
|
29996
29904
|
}
|
|
29997
|
-
.
|
|
29998
|
-
|
|
29999
|
-
border:
|
|
30000
|
-
padding: 8px 16px;
|
|
29905
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29906
|
+
border-top-right-radius: 0;
|
|
29907
|
+
border-bottom-right-radius: 0;
|
|
30001
29908
|
}
|
|
30002
|
-
.
|
|
30003
|
-
|
|
30004
|
-
border:
|
|
30005
|
-
padding: 2px 8px;
|
|
29909
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29910
|
+
border-top-left-radius: 0;
|
|
29911
|
+
border-bottom-left-radius: 0;
|
|
30006
29912
|
}
|
|
30007
|
-
|
|
30008
|
-
|
|
30009
|
-
line-height: 18px;
|
|
29913
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29914
|
+
border-radius: unset;
|
|
30010
29915
|
}
|
|
30011
29916
|
|
|
30012
29917
|
.E_c1uzzomf {
|
|
@@ -30031,75 +29936,6 @@ html body {
|
|
|
30031
29936
|
text-align: center;
|
|
30032
29937
|
}
|
|
30033
29938
|
|
|
30034
|
-
.E_atcz0kf .ant-input-suffix {
|
|
30035
|
-
margin-left: 8px;
|
|
30036
|
-
}
|
|
30037
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30038
|
-
padding: 2px 7px 2px 12px;
|
|
30039
|
-
}
|
|
30040
|
-
|
|
30041
|
-
.E_iouxfgt {
|
|
30042
|
-
display: inline-flex;
|
|
30043
|
-
align-items: center;
|
|
30044
|
-
}
|
|
30045
|
-
.E_iouxfgt .icon-inner {
|
|
30046
|
-
display: inline-flex;
|
|
30047
|
-
align-items: center;
|
|
30048
|
-
justify-content: center;
|
|
30049
|
-
}
|
|
30050
|
-
.E_iouxfgt .icon-inner + span,
|
|
30051
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
30052
|
-
margin-left: 4px;
|
|
30053
|
-
}
|
|
30054
|
-
.E_iouxfgt.is-rotate img,
|
|
30055
|
-
.E_iouxfgt.is-rotate svg {
|
|
30056
|
-
animation: rotate 680ms linear infinite;
|
|
30057
|
-
}
|
|
30058
|
-
|
|
30059
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30060
|
-
padding: 4px 8px 0 8px;
|
|
30061
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30062
|
-
font-size: 12px;
|
|
30063
|
-
}
|
|
30064
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30065
|
-
padding-bottom: 6px;
|
|
30066
|
-
}
|
|
30067
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30068
|
-
padding-top: 4px;
|
|
30069
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30070
|
-
}
|
|
30071
|
-
|
|
30072
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30073
|
-
display: var(--a1wfy30z-0);
|
|
30074
|
-
}
|
|
30075
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30076
|
-
padding: 4px 11px;
|
|
30077
|
-
display: inline-flex;
|
|
30078
|
-
line-height: 1.5715;
|
|
30079
|
-
height: inherit;
|
|
30080
|
-
}
|
|
30081
|
-
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30082
|
-
content: var(--a1wfy30z-1);
|
|
30083
|
-
display: var(--a1wfy30z-2);
|
|
30084
|
-
flex: none;
|
|
30085
|
-
align-items: center;
|
|
30086
|
-
margin-left: 4px;
|
|
30087
|
-
}
|
|
30088
|
-
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30089
|
-
content: var(--a1wfy30z-3);
|
|
30090
|
-
display: var(--a1wfy30z-4);
|
|
30091
|
-
flex: none;
|
|
30092
|
-
align-items: center;
|
|
30093
|
-
margin-right: 4px;
|
|
30094
|
-
cursor: auto;
|
|
30095
|
-
}
|
|
30096
|
-
.E_a1wfy30z .ant-input-number-input {
|
|
30097
|
-
padding: 0;
|
|
30098
|
-
margin: 0;
|
|
30099
|
-
height: auto;
|
|
30100
|
-
font-size: inherit;
|
|
30101
|
-
}
|
|
30102
|
-
|
|
30103
29939
|
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30104
29940
|
display: flex;
|
|
30105
29941
|
}
|
|
@@ -30187,73 +30023,236 @@ html body {
|
|
|
30187
30023
|
width: 102px;
|
|
30188
30024
|
}
|
|
30189
30025
|
|
|
30190
|
-
.
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
margin-right: 4px;
|
|
30026
|
+
.E_iouxfgt {
|
|
30027
|
+
display: inline-flex;
|
|
30028
|
+
align-items: center;
|
|
30194
30029
|
}
|
|
30195
|
-
|
|
30196
|
-
|
|
30197
|
-
|
|
30030
|
+
.E_iouxfgt .icon-inner {
|
|
30031
|
+
display: inline-flex;
|
|
30032
|
+
align-items: center;
|
|
30033
|
+
justify-content: center;
|
|
30198
30034
|
}
|
|
30199
|
-
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30035
|
+
.E_iouxfgt .icon-inner + span,
|
|
30036
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30037
|
+
margin-left: 4px;
|
|
30202
30038
|
}
|
|
30203
|
-
.
|
|
30039
|
+
.E_iouxfgt.is-rotate img,
|
|
30040
|
+
.E_iouxfgt.is-rotate svg {
|
|
30041
|
+
animation: rotate 680ms linear infinite;
|
|
30042
|
+
}
|
|
30043
|
+
|
|
30044
|
+
.E_f7pxqmh {
|
|
30204
30045
|
width: 100%;
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
|
|
30046
|
+
margin-bottom: 0 !important;
|
|
30047
|
+
flex-flow: nowrap !important;
|
|
30048
|
+
line-break: auto;
|
|
30049
|
+
}
|
|
30050
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30051
|
+
text-align: left !important;
|
|
30052
|
+
padding-bottom: 0 !important;
|
|
30053
|
+
}
|
|
30054
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30055
|
+
min-height: 32px;
|
|
30056
|
+
height: auto;
|
|
30208
30057
|
font-size: 13px;
|
|
30058
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30059
|
+
white-space: normal;
|
|
30209
30060
|
}
|
|
30210
|
-
.
|
|
30061
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30062
|
+
border-color: #ff4d4f !important;
|
|
30063
|
+
}
|
|
30064
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30065
|
+
margin-top: 4px;
|
|
30066
|
+
font-size: 12px;
|
|
30067
|
+
min-height: 0px;
|
|
30068
|
+
}
|
|
30069
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30070
|
+
font-size: 12px;
|
|
30071
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30072
|
+
min-height: 0px;
|
|
30073
|
+
}
|
|
30074
|
+
|
|
30075
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30076
|
+
line-height: 18px;
|
|
30077
|
+
}
|
|
30078
|
+
|
|
30079
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30080
|
+
display: var(--ai7qkf2-0);
|
|
30081
|
+
}
|
|
30082
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
30083
|
+
display: inline-flex;
|
|
30084
|
+
line-height: 1.5715;
|
|
30085
|
+
height: 100%;
|
|
30086
|
+
width: 100%;
|
|
30087
|
+
}
|
|
30088
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
30089
|
+
content: var(--ai7qkf2-1);
|
|
30090
|
+
display: var(--ai7qkf2-2);
|
|
30091
|
+
flex: none;
|
|
30092
|
+
align-items: center;
|
|
30093
|
+
margin-left: 4px;
|
|
30094
|
+
padding: 5px 12px 5px 0;
|
|
30095
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30096
|
+
}
|
|
30097
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
30098
|
+
content: var(--ai7qkf2-3);
|
|
30099
|
+
display: var(--ai7qkf2-4);
|
|
30100
|
+
flex: none;
|
|
30101
|
+
align-items: center;
|
|
30102
|
+
margin-right: 4px;
|
|
30103
|
+
cursor: auto;
|
|
30104
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30105
|
+
}
|
|
30106
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
30107
|
+
border-radius: 0;
|
|
30108
|
+
}
|
|
30109
|
+
.E_ai7qkf2.ant-input-number {
|
|
30110
|
+
width: 100%;
|
|
30111
|
+
border-radius: 6px;
|
|
30112
|
+
}
|
|
30113
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
30114
|
+
border-color: #0096ff;
|
|
30115
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30116
|
+
z-index: 1;
|
|
30117
|
+
}
|
|
30118
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
30119
|
+
border-color: #e75a3a;
|
|
30120
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30121
|
+
}
|
|
30122
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
30211
30123
|
height: 30px;
|
|
30124
|
+
border: 1px;
|
|
30125
|
+
padding: 5px 12px;
|
|
30126
|
+
font-size: inherit;
|
|
30212
30127
|
}
|
|
30213
|
-
.
|
|
30128
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
30214
30129
|
height: 38px;
|
|
30215
|
-
|
|
30130
|
+
border: 1px;
|
|
30131
|
+
padding: 8px 16px;
|
|
30216
30132
|
}
|
|
30217
|
-
.
|
|
30218
|
-
|
|
30219
|
-
|
|
30133
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
30134
|
+
height: 22px;
|
|
30135
|
+
border: 1px;
|
|
30136
|
+
padding: 2px 8px;
|
|
30220
30137
|
}
|
|
30221
|
-
|
|
30222
|
-
|
|
30138
|
+
|
|
30139
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
30140
|
+
display: var(--a1wfy30z-0);
|
|
30223
30141
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30226
|
-
|
|
30142
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
30143
|
+
padding: 4px 11px;
|
|
30144
|
+
display: inline-flex;
|
|
30145
|
+
line-height: 1.5715;
|
|
30146
|
+
height: inherit;
|
|
30227
30147
|
}
|
|
30228
|
-
.
|
|
30229
|
-
|
|
30148
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
30149
|
+
content: var(--a1wfy30z-1);
|
|
30150
|
+
display: var(--a1wfy30z-2);
|
|
30151
|
+
flex: none;
|
|
30152
|
+
align-items: center;
|
|
30153
|
+
margin-left: 4px;
|
|
30230
30154
|
}
|
|
30231
|
-
.
|
|
30232
|
-
|
|
30233
|
-
|
|
30155
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
30156
|
+
content: var(--a1wfy30z-3);
|
|
30157
|
+
display: var(--a1wfy30z-4);
|
|
30158
|
+
flex: none;
|
|
30159
|
+
align-items: center;
|
|
30160
|
+
margin-right: 4px;
|
|
30161
|
+
cursor: auto;
|
|
30234
30162
|
}
|
|
30235
|
-
.
|
|
30236
|
-
|
|
30163
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
30164
|
+
padding: 0;
|
|
30165
|
+
margin: 0;
|
|
30166
|
+
height: auto;
|
|
30167
|
+
font-size: inherit;
|
|
30237
30168
|
}
|
|
30238
|
-
|
|
30169
|
+
|
|
30170
|
+
.E_i1inqkme {
|
|
30171
|
+
height: 18px;
|
|
30172
|
+
line-height: 18px;
|
|
30173
|
+
padding: 0 4px;
|
|
30174
|
+
border-radius: 4px;
|
|
30175
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30176
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30177
|
+
display: flex;
|
|
30178
|
+
align-items: center;
|
|
30179
|
+
white-space: nowrap;
|
|
30180
|
+
margin-right: 4px;
|
|
30181
|
+
}
|
|
30182
|
+
|
|
30183
|
+
.E_owd0kml {
|
|
30184
|
+
display: inline-block;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
30187
|
+
.E_h1jsgezc {
|
|
30188
|
+
visibility: hidden;
|
|
30189
|
+
position: absolute;
|
|
30190
|
+
}
|
|
30191
|
+
|
|
30192
|
+
.E_atcz0kf .ant-input-suffix {
|
|
30193
|
+
margin-left: 8px;
|
|
30194
|
+
}
|
|
30195
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30196
|
+
padding: 2px 7px 2px 12px;
|
|
30197
|
+
}
|
|
30198
|
+
|
|
30199
|
+
.E_phljevk {
|
|
30200
|
+
display: flex;
|
|
30201
|
+
justify-content: space-between;
|
|
30202
|
+
align-items: center;
|
|
30203
|
+
padding: 10px 0;
|
|
30204
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30205
|
+
font-size: 12px;
|
|
30206
|
+
line-height: 24px;
|
|
30207
|
+
}
|
|
30208
|
+
.E_phljevk .pagination-left {
|
|
30209
|
+
padding: 2px 8px;
|
|
30210
|
+
}
|
|
30211
|
+
.E_phljevk .dropdown-trigger {
|
|
30212
|
+
display: flex;
|
|
30213
|
+
align-items: center;
|
|
30214
|
+
border-radius: 6px;
|
|
30215
|
+
cursor: pointer;
|
|
30216
|
+
transition: all 0.3s ease;
|
|
30217
|
+
}
|
|
30218
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30239
30219
|
background: rgba(211, 218, 235, 0.6);
|
|
30240
|
-
|
|
30241
|
-
cursor: "not-allowed";
|
|
30220
|
+
color: #0080ff;
|
|
30242
30221
|
}
|
|
30243
|
-
.
|
|
30244
|
-
|
|
30222
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30223
|
+
margin-left: 4px;
|
|
30245
30224
|
}
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30225
|
+
.E_phljevk .pagination-right {
|
|
30226
|
+
display: flex;
|
|
30227
|
+
align-items: center;
|
|
30228
|
+
color: #0080ff;
|
|
30229
|
+
font-weight: bold;
|
|
30248
30230
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30251
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30231
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30232
|
+
margin-left: 4px;
|
|
30252
30233
|
}
|
|
30253
|
-
.
|
|
30234
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30235
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30236
|
+
padding: 0 8px;
|
|
30237
|
+
}
|
|
30238
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30239
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30240
|
+
color: #0080ff;
|
|
30241
|
+
}
|
|
30242
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30254
30243
|
transform: rotate(180deg);
|
|
30255
30244
|
}
|
|
30256
30245
|
|
|
30246
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30247
|
+
max-height: calc(100vh - 128px);
|
|
30248
|
+
overflow-y: auto;
|
|
30249
|
+
}
|
|
30250
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30251
|
+
padding: 4px 20px;
|
|
30252
|
+
font-size: 12px;
|
|
30253
|
+
line-height: 18px;
|
|
30254
|
+
}
|
|
30255
|
+
|
|
30257
30256
|
.E_rapgekc.ant-radio-wrapper {
|
|
30258
30257
|
display: inline-flex;
|
|
30259
30258
|
align-items: baseline;
|
|
@@ -30400,70 +30399,111 @@ html body {
|
|
|
30400
30399
|
width: 36px;
|
|
30401
30400
|
}
|
|
30402
30401
|
|
|
30403
|
-
.
|
|
30404
|
-
|
|
30402
|
+
.E_s177mls5.ant-select, .E_s177mls5.ant-select .ant-select-selector {
|
|
30403
|
+
border-radius: 6px;
|
|
30405
30404
|
}
|
|
30406
|
-
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
|
|
30405
|
+
.E_s177mls5.ant-select.ant-select-single {
|
|
30406
|
+
width: 100%;
|
|
30407
|
+
color: #2d3a56;
|
|
30408
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
30409
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30410
|
+
font-size: 13px;
|
|
30410
30411
|
}
|
|
30411
|
-
|
|
30412
|
-
|
|
30413
|
-
display: flex;
|
|
30414
|
-
justify-content: space-between;
|
|
30415
|
-
align-items: center;
|
|
30416
|
-
padding: 10px 0;
|
|
30417
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30418
|
-
font-size: 12px;
|
|
30419
|
-
line-height: 24px;
|
|
30412
|
+
.E_s177mls5.ant-select.ant-select-single[data-size=middle] {
|
|
30413
|
+
height: 30px;
|
|
30420
30414
|
}
|
|
30421
|
-
.
|
|
30422
|
-
|
|
30415
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-lg {
|
|
30416
|
+
height: 38px;
|
|
30417
|
+
font-size: 13px;
|
|
30423
30418
|
}
|
|
30424
|
-
.
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
border-radius: 6px;
|
|
30428
|
-
cursor: pointer;
|
|
30429
|
-
transition: all 0.3s ease;
|
|
30419
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow,
|
|
30420
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
30421
|
+
transition: 160ms ease;
|
|
30430
30422
|
}
|
|
30431
|
-
.
|
|
30432
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30423
|
+
.E_s177mls5.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
30433
30424
|
color: #0080ff;
|
|
30434
30425
|
}
|
|
30435
|
-
.
|
|
30436
|
-
|
|
30426
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
30427
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30428
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30437
30429
|
}
|
|
30438
|
-
.
|
|
30439
|
-
display: flex;
|
|
30440
|
-
align-items: center;
|
|
30430
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30441
30431
|
color: #0080ff;
|
|
30442
|
-
font-weight: bold;
|
|
30443
30432
|
}
|
|
30444
|
-
.
|
|
30445
|
-
|
|
30433
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
30434
|
+
border-color: #0080ff;
|
|
30435
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30446
30436
|
}
|
|
30447
|
-
.
|
|
30448
|
-
|
|
30449
|
-
padding: 0 8px;
|
|
30437
|
+
.E_s177mls5.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30438
|
+
transform: rotate(180deg);
|
|
30450
30439
|
}
|
|
30451
|
-
.
|
|
30452
|
-
|
|
30453
|
-
color:
|
|
30440
|
+
.E_s177mls5.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
30441
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30442
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30443
|
+
cursor: "not-allowed";
|
|
30454
30444
|
}
|
|
30455
|
-
.
|
|
30445
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
30446
|
+
border-color: #f0483e !important;
|
|
30447
|
+
}
|
|
30448
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
30449
|
+
color: #1d326c;
|
|
30450
|
+
}
|
|
30451
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_s177mls5.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
30452
|
+
border-color: #0080ff;
|
|
30453
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30454
|
+
}
|
|
30455
|
+
.E_s177mls5.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
30456
30456
|
transform: rotate(180deg);
|
|
30457
30457
|
}
|
|
30458
30458
|
|
|
30459
|
-
.
|
|
30460
|
-
|
|
30461
|
-
|
|
30459
|
+
.E_c1bus5hc {
|
|
30460
|
+
--color: white;
|
|
30461
|
+
height: 14px;
|
|
30462
|
+
width: 14px;
|
|
30463
|
+
border-radius: 50%;
|
|
30464
|
+
flex-shrink: 0;
|
|
30465
|
+
display: flex;
|
|
30466
|
+
align-items: center;
|
|
30467
|
+
justify-content: center;
|
|
30468
|
+
border: 1px solid var(--color);
|
|
30462
30469
|
}
|
|
30463
|
-
.
|
|
30464
|
-
|
|
30465
|
-
|
|
30466
|
-
|
|
30470
|
+
.E_c1bus5hc .circle-inner {
|
|
30471
|
+
position: relative;
|
|
30472
|
+
height: 10px;
|
|
30473
|
+
width: 10px;
|
|
30474
|
+
border-radius: 50%;
|
|
30475
|
+
overflow: hidden;
|
|
30476
|
+
}
|
|
30477
|
+
.E_c1bus5hc .circle-content {
|
|
30478
|
+
position: absolute;
|
|
30479
|
+
height: 100%;
|
|
30480
|
+
width: 100%;
|
|
30481
|
+
left: 0;
|
|
30482
|
+
top: 0;
|
|
30483
|
+
border-radius: 50%;
|
|
30484
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30485
|
+
transform: rotate(180deg);
|
|
30486
|
+
}
|
|
30487
|
+
.E_c1bus5hc .circle-child {
|
|
30488
|
+
position: absolute;
|
|
30489
|
+
height: 100%;
|
|
30490
|
+
width: 100%;
|
|
30491
|
+
left: 0;
|
|
30492
|
+
top: 0;
|
|
30493
|
+
margin-left: 50%;
|
|
30494
|
+
transform-origin: left;
|
|
30495
|
+
background: white;
|
|
30496
|
+
transform: rotate(0deg);
|
|
30497
|
+
}
|
|
30498
|
+
|
|
30499
|
+
.E_ivqqkzv {
|
|
30500
|
+
height: 24px;
|
|
30501
|
+
width: 56px !important;
|
|
30502
|
+
margin-right: 4px;
|
|
30503
|
+
}
|
|
30504
|
+
|
|
30505
|
+
.E_c1wk4q29 {
|
|
30506
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30467
30507
|
}
|
|
30468
30508
|
|
|
30469
30509
|
.E_s1dizucg.ant-switch {
|
|
@@ -30521,74 +30561,179 @@ html body {
|
|
|
30521
30561
|
margin-left: 5px;
|
|
30522
30562
|
}
|
|
30523
30563
|
|
|
30524
|
-
.
|
|
30525
|
-
|
|
30526
|
-
|
|
30527
|
-
width: 14px;
|
|
30528
|
-
border-radius: 50%;
|
|
30529
|
-
flex-shrink: 0;
|
|
30530
|
-
display: flex;
|
|
30531
|
-
align-items: center;
|
|
30532
|
-
justify-content: center;
|
|
30533
|
-
border: 1px solid var(--color);
|
|
30534
|
-
}
|
|
30535
|
-
.E_c1bus5hc .circle-inner {
|
|
30536
|
-
position: relative;
|
|
30537
|
-
height: 10px;
|
|
30538
|
-
width: 10px;
|
|
30539
|
-
border-radius: 50%;
|
|
30540
|
-
overflow: hidden;
|
|
30564
|
+
.E_s1sck0th {
|
|
30565
|
+
padding: 0 8px;
|
|
30566
|
+
border-radius: 4px;
|
|
30541
30567
|
}
|
|
30542
|
-
|
|
30543
|
-
|
|
30544
|
-
|
|
30545
|
-
|
|
30546
|
-
left: 0;
|
|
30547
|
-
top: 0;
|
|
30548
|
-
border-radius: 50%;
|
|
30549
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30550
|
-
transform: rotate(180deg);
|
|
30568
|
+
|
|
30569
|
+
.E_m855nr1 {
|
|
30570
|
+
padding: 2px 8px;
|
|
30571
|
+
border-radius: 3px;
|
|
30551
30572
|
}
|
|
30552
|
-
|
|
30553
|
-
|
|
30554
|
-
|
|
30555
|
-
|
|
30556
|
-
left: 0;
|
|
30557
|
-
top: 0;
|
|
30558
|
-
margin-left: 50%;
|
|
30559
|
-
transform-origin: left;
|
|
30560
|
-
background: white;
|
|
30561
|
-
transform: rotate(0deg);
|
|
30573
|
+
|
|
30574
|
+
.E_l1270xpg {
|
|
30575
|
+
padding: 3px 8px;
|
|
30576
|
+
border-radius: 2px;
|
|
30562
30577
|
}
|
|
30563
30578
|
|
|
30564
|
-
.
|
|
30579
|
+
.E_t14rextb.ant-tag:hover {
|
|
30580
|
+
opacity: unset;
|
|
30581
|
+
}
|
|
30582
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30583
|
+
margin: 0;
|
|
30584
|
+
margin-right: 8px;
|
|
30565
30585
|
display: inline-flex;
|
|
30566
30586
|
align-items: center;
|
|
30567
|
-
|
|
30568
|
-
color: #fff;
|
|
30569
|
-
font-weight: bold;
|
|
30570
|
-
font-size: 12px;
|
|
30571
|
-
width: 24px;
|
|
30572
|
-
height: 24px;
|
|
30573
|
-
border-radius: 50%;
|
|
30574
|
-
background: var(--a1b5xrg3-0);
|
|
30587
|
+
border: none;
|
|
30575
30588
|
}
|
|
30576
|
-
.
|
|
30577
|
-
|
|
30578
|
-
|
|
30579
|
-
|
|
30580
|
-
|
|
30589
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30590
|
+
width: 16px;
|
|
30591
|
+
height: 16px;
|
|
30592
|
+
color: inherit;
|
|
30593
|
+
margin-left: 4px;
|
|
30594
|
+
opacity: 0.6;
|
|
30581
30595
|
display: inline-flex;
|
|
30582
|
-
align-items: center;
|
|
30583
|
-
justify-content: center;
|
|
30584
|
-
border-radius: 6px;
|
|
30585
30596
|
}
|
|
30586
|
-
.
|
|
30587
|
-
|
|
30597
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30598
|
+
opacity: 1;
|
|
30588
30599
|
}
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30591
|
-
|
|
30600
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30601
|
+
color: #0080ff;
|
|
30602
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30603
|
+
}
|
|
30604
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30605
|
+
color: #f0483e;
|
|
30606
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30607
|
+
}
|
|
30608
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30609
|
+
color: #e07f00;
|
|
30610
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30611
|
+
}
|
|
30612
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30613
|
+
color: #008f4c;
|
|
30614
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30615
|
+
}
|
|
30616
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30617
|
+
color: #1d326c;
|
|
30618
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30619
|
+
}
|
|
30620
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30621
|
+
color: #7E41FF;
|
|
30622
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30623
|
+
}
|
|
30624
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30625
|
+
color: #fff;
|
|
30626
|
+
}
|
|
30627
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30628
|
+
background-color: #f0483e;
|
|
30629
|
+
}
|
|
30630
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30631
|
+
background-color: #fea008;
|
|
30632
|
+
}
|
|
30633
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30634
|
+
background-color: #00ba5d;
|
|
30635
|
+
}
|
|
30636
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30637
|
+
background-color: #0080ff;
|
|
30638
|
+
}
|
|
30639
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30640
|
+
background-color: #6b7d99;
|
|
30641
|
+
}
|
|
30642
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30643
|
+
background-color: #7E41FF;
|
|
30644
|
+
}
|
|
30645
|
+
|
|
30646
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30647
|
+
display: none;
|
|
30648
|
+
}
|
|
30649
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30650
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30651
|
+
border-radius: 4px;
|
|
30652
|
+
}
|
|
30653
|
+
|
|
30654
|
+
.E_tju3gfj .date {
|
|
30655
|
+
margin-right: 4px;
|
|
30656
|
+
}
|
|
30657
|
+
|
|
30658
|
+
.E_s1dni7lo {
|
|
30659
|
+
width: 430px !important;
|
|
30660
|
+
}
|
|
30661
|
+
|
|
30662
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30663
|
+
padding: 8px 16px;
|
|
30664
|
+
line-height: 18px;
|
|
30665
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30666
|
+
height: 34px;
|
|
30667
|
+
min-height: 34px;
|
|
30668
|
+
box-sizing: border-box;
|
|
30669
|
+
margin-top: 8px;
|
|
30670
|
+
}
|
|
30671
|
+
|
|
30672
|
+
.E_o1ugr09p {
|
|
30673
|
+
display: flex;
|
|
30674
|
+
flex-direction: column;
|
|
30675
|
+
margin: 1px 8px;
|
|
30676
|
+
padding: 8px;
|
|
30677
|
+
border-radius: 4px;
|
|
30678
|
+
}
|
|
30679
|
+
.E_o1ugr09p .selected-icon {
|
|
30680
|
+
display: none;
|
|
30681
|
+
}
|
|
30682
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30683
|
+
padding-left: 8px;
|
|
30684
|
+
}
|
|
30685
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30686
|
+
background-color: white;
|
|
30687
|
+
}
|
|
30688
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30689
|
+
color: #0080ff;
|
|
30690
|
+
}
|
|
30691
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30692
|
+
display: block;
|
|
30693
|
+
}
|
|
30694
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30695
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30696
|
+
}
|
|
30697
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30698
|
+
color: #0080ff;
|
|
30699
|
+
}
|
|
30700
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30701
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30702
|
+
color: #0080ff;
|
|
30703
|
+
}
|
|
30704
|
+
|
|
30705
|
+
.E_o1ifxsq4 {
|
|
30706
|
+
display: flex;
|
|
30707
|
+
justify-content: space-between;
|
|
30708
|
+
height: 20px;
|
|
30709
|
+
line-height: 20px;
|
|
30710
|
+
}
|
|
30711
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30712
|
+
color: #2d3a56;
|
|
30713
|
+
overflow: hidden;
|
|
30714
|
+
text-overflow: ellipsis;
|
|
30715
|
+
}
|
|
30716
|
+
|
|
30717
|
+
.E_o1zue7 {
|
|
30718
|
+
display: flex;
|
|
30719
|
+
justify-content: space-between;
|
|
30720
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30721
|
+
height: 18px;
|
|
30722
|
+
line-height: 18px;
|
|
30723
|
+
margin-top: 2px;
|
|
30724
|
+
}
|
|
30725
|
+
|
|
30726
|
+
.E_tyfmlxg {
|
|
30727
|
+
border: none;
|
|
30728
|
+
margin-right: 0;
|
|
30729
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30730
|
+
}
|
|
30731
|
+
|
|
30732
|
+
.E_o18uybox {
|
|
30733
|
+
pointer-events: none;
|
|
30734
|
+
height: 32px;
|
|
30735
|
+
width: 100%;
|
|
30736
|
+
opacity: 0;
|
|
30592
30737
|
}
|
|
30593
30738
|
|
|
30594
30739
|
.E_cnujxq2 {
|
|
@@ -31270,10 +31415,44 @@ input.E_rf8rlle.ant-input {
|
|
|
31270
31415
|
align-items: center;
|
|
31271
31416
|
word-break: break-all;
|
|
31272
31417
|
}
|
|
31273
|
-
.E_c3cobmo .title {
|
|
31274
|
-
font-weight: 700;
|
|
31275
|
-
line-height: 18px;
|
|
31276
|
-
margin: 4px 0;
|
|
31418
|
+
.E_c3cobmo .title {
|
|
31419
|
+
font-weight: 700;
|
|
31420
|
+
line-height: 18px;
|
|
31421
|
+
margin: 4px 0;
|
|
31422
|
+
}
|
|
31423
|
+
|
|
31424
|
+
.E_iq1gosr {
|
|
31425
|
+
display: inline-block;
|
|
31426
|
+
}
|
|
31427
|
+
|
|
31428
|
+
.E_a1b5xrg3 .user-icon-inner {
|
|
31429
|
+
display: inline-flex;
|
|
31430
|
+
align-items: center;
|
|
31431
|
+
justify-content: center;
|
|
31432
|
+
color: #fff;
|
|
31433
|
+
font-weight: bold;
|
|
31434
|
+
font-size: 12px;
|
|
31435
|
+
width: 24px;
|
|
31436
|
+
height: 24px;
|
|
31437
|
+
border-radius: 50%;
|
|
31438
|
+
background: var(--a1b5xrg3-0);
|
|
31439
|
+
}
|
|
31440
|
+
.E_a1b5xrg3.btn-item {
|
|
31441
|
+
transition: all 160ms ease;
|
|
31442
|
+
cursor: pointer;
|
|
31443
|
+
width: 56px;
|
|
31444
|
+
height: 40px;
|
|
31445
|
+
display: inline-flex;
|
|
31446
|
+
align-items: center;
|
|
31447
|
+
justify-content: center;
|
|
31448
|
+
border-radius: 6px;
|
|
31449
|
+
}
|
|
31450
|
+
.E_a1b5xrg3.btn-item:hover {
|
|
31451
|
+
box-shadow: 0px 0px 20px rgba(107, 125, 153, 0.18), 0px 25px 80px rgba(45, 58, 86, 0.3);
|
|
31452
|
+
}
|
|
31453
|
+
.E_a1b5xrg3.btn-item:active {
|
|
31454
|
+
transform: translateY(2px);
|
|
31455
|
+
transition: all 320ms ease;
|
|
31277
31456
|
}
|
|
31278
31457
|
|
|
31279
31458
|
.E_dsnbhzf {
|
|
@@ -31751,200 +31930,107 @@ input.E_rf8rlle.ant-input {
|
|
|
31751
31930
|
line-height: 12px;
|
|
31752
31931
|
}
|
|
31753
31932
|
|
|
31754
|
-
.
|
|
31755
|
-
|
|
31756
|
-
}
|
|
31757
|
-
|
|
31758
|
-
.E_s1sck0th {
|
|
31759
|
-
padding: 0 8px;
|
|
31760
|
-
border-radius: 4px;
|
|
31761
|
-
}
|
|
31762
|
-
|
|
31763
|
-
.E_m855nr1 {
|
|
31764
|
-
padding: 2px 8px;
|
|
31765
|
-
border-radius: 3px;
|
|
31933
|
+
.E_c1yyuluq {
|
|
31934
|
+
border-radius: 8px;
|
|
31766
31935
|
}
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
padding: 3px 8px;
|
|
31770
|
-
border-radius: 2px;
|
|
31936
|
+
.E_c1yyuluq .ant-card-body {
|
|
31937
|
+
padding: 20px 24px 24px 24px;
|
|
31771
31938
|
}
|
|
31772
31939
|
|
|
31773
|
-
.
|
|
31774
|
-
|
|
31775
|
-
|
|
31776
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
31777
|
-
margin: 0;
|
|
31778
|
-
margin-right: 8px;
|
|
31779
|
-
display: inline-flex;
|
|
31780
|
-
align-items: center;
|
|
31781
|
-
border: none;
|
|
31782
|
-
}
|
|
31783
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
31784
|
-
width: 16px;
|
|
31785
|
-
height: 16px;
|
|
31786
|
-
color: inherit;
|
|
31787
|
-
margin-left: 4px;
|
|
31788
|
-
opacity: 0.6;
|
|
31789
|
-
display: inline-flex;
|
|
31790
|
-
}
|
|
31791
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
31792
|
-
opacity: 1;
|
|
31793
|
-
}
|
|
31794
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
31795
|
-
color: #0080ff;
|
|
31796
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
31797
|
-
}
|
|
31798
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
31799
|
-
color: #f0483e;
|
|
31800
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
31801
|
-
}
|
|
31802
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
31803
|
-
color: #e07f00;
|
|
31804
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
31805
|
-
}
|
|
31806
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
31807
|
-
color: #008f4c;
|
|
31808
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
31809
|
-
}
|
|
31810
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
31811
|
-
color: #1d326c;
|
|
31812
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
31813
|
-
}
|
|
31814
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
31815
|
-
color: #7E41FF;
|
|
31816
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
31817
|
-
}
|
|
31818
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
31819
|
-
color: #fff;
|
|
31820
|
-
}
|
|
31821
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
31822
|
-
background-color: #f0483e;
|
|
31823
|
-
}
|
|
31824
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
31825
|
-
background-color: #fea008;
|
|
31826
|
-
}
|
|
31827
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
31828
|
-
background-color: #00ba5d;
|
|
31940
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31941
|
+
border: 0px;
|
|
31942
|
+
background-color: #fff;
|
|
31829
31943
|
}
|
|
31830
|
-
.
|
|
31831
|
-
|
|
31944
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31945
|
+
padding-top: 0px;
|
|
31946
|
+
padding-bottom: 0px;
|
|
31947
|
+
padding-left: 0px !important;
|
|
31948
|
+
padding-right: 24px;
|
|
31832
31949
|
}
|
|
31833
|
-
.
|
|
31834
|
-
|
|
31950
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31951
|
+
right: 0px;
|
|
31835
31952
|
}
|
|
31836
|
-
.
|
|
31837
|
-
|
|
31953
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31954
|
+
padding: 0px;
|
|
31838
31955
|
}
|
|
31839
31956
|
|
|
31840
|
-
.
|
|
31841
|
-
|
|
31957
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31958
|
+
padding-right: 0px;
|
|
31959
|
+
cursor: default;
|
|
31842
31960
|
}
|
|
31843
31961
|
|
|
31844
|
-
.
|
|
31845
|
-
|
|
31846
|
-
line-height: 18px;
|
|
31847
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31848
|
-
height: 34px;
|
|
31849
|
-
min-height: 34px;
|
|
31850
|
-
box-sizing: border-box;
|
|
31851
|
-
margin-top: 8px;
|
|
31962
|
+
.E_m196gn1d {
|
|
31963
|
+
min-width: 1280px;
|
|
31852
31964
|
}
|
|
31853
31965
|
|
|
31854
|
-
.
|
|
31966
|
+
.E_n12mqh7z {
|
|
31855
31967
|
display: flex;
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
|
|
31859
|
-
border-radius: 4px;
|
|
31860
|
-
}
|
|
31861
|
-
.E_o1ugr09p .selected-icon {
|
|
31862
|
-
display: none;
|
|
31863
|
-
}
|
|
31864
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
31865
|
-
padding-left: 8px;
|
|
31866
|
-
}
|
|
31867
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
31868
|
-
background-color: white;
|
|
31968
|
+
align-items: center;
|
|
31969
|
+
font-size: 12px;
|
|
31970
|
+
line-height: 18px;
|
|
31869
31971
|
}
|
|
31870
|
-
.
|
|
31871
|
-
|
|
31972
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31973
|
+
margin-bottom: 4px;
|
|
31872
31974
|
}
|
|
31873
|
-
|
|
31874
|
-
|
|
31975
|
+
|
|
31976
|
+
.E_tf5bynu {
|
|
31977
|
+
margin: 0 3px;
|
|
31875
31978
|
}
|
|
31876
|
-
|
|
31877
|
-
|
|
31979
|
+
|
|
31980
|
+
.E_tcckoz1 {
|
|
31981
|
+
max-height: 400px;
|
|
31982
|
+
overflow: auto;
|
|
31878
31983
|
}
|
|
31879
|
-
|
|
31880
|
-
|
|
31984
|
+
|
|
31985
|
+
.E_c18bcrac {
|
|
31986
|
+
display: inline-block;
|
|
31987
|
+
width: 100%;
|
|
31881
31988
|
}
|
|
31882
|
-
.
|
|
31883
|
-
|
|
31884
|
-
color: #0080ff;
|
|
31989
|
+
.E_c18bcrac .recharts-wrapper {
|
|
31990
|
+
margin-left: 4px;
|
|
31885
31991
|
}
|
|
31886
31992
|
|
|
31887
|
-
.
|
|
31888
|
-
|
|
31889
|
-
justify-content: space-between;
|
|
31890
|
-
height: 20px;
|
|
31891
|
-
line-height: 20px;
|
|
31892
|
-
}
|
|
31893
|
-
.E_o1ifxsq4 .timezone-title {
|
|
31894
|
-
color: #2d3a56;
|
|
31895
|
-
overflow: hidden;
|
|
31896
|
-
text-overflow: ellipsis;
|
|
31993
|
+
.E_cro7kg2 {
|
|
31994
|
+
padding: 4px;
|
|
31897
31995
|
}
|
|
31898
31996
|
|
|
31899
|
-
.
|
|
31997
|
+
.E_c14wcxf0 {
|
|
31900
31998
|
display: flex;
|
|
31901
31999
|
justify-content: space-between;
|
|
31902
|
-
|
|
31903
|
-
|
|
31904
|
-
line-height:
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
31908
|
-
.E_tyfmlxg {
|
|
31909
|
-
border: none;
|
|
31910
|
-
margin-right: 0;
|
|
31911
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32000
|
+
align-items: center;
|
|
32001
|
+
font-size: 13px;
|
|
32002
|
+
line-height: 24px;
|
|
32003
|
+
color: #cccccc;
|
|
32004
|
+
white-space: nowrap;
|
|
31912
32005
|
}
|
|
31913
|
-
|
|
31914
|
-
|
|
31915
|
-
pointer-events: none;
|
|
31916
|
-
height: 32px;
|
|
31917
|
-
width: 100%;
|
|
31918
|
-
opacity: 0;
|
|
32006
|
+
.E_c14wcxf0 label {
|
|
32007
|
+
margin-right: 32px;
|
|
31919
32008
|
}
|
|
31920
32009
|
|
|
31921
|
-
.
|
|
31922
|
-
|
|
31923
|
-
|
|
31924
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
31925
|
-
background: rgba(23, 38, 64, 0.8);
|
|
31926
|
-
border-radius: 4px;
|
|
32010
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32011
|
+
font-weight: bold;
|
|
32012
|
+
color: white;
|
|
31927
32013
|
}
|
|
31928
32014
|
|
|
31929
|
-
.
|
|
32015
|
+
.E_s11212zy {
|
|
32016
|
+
width: 8px;
|
|
32017
|
+
height: 8px;
|
|
32018
|
+
border-radius: 2px;
|
|
31930
32019
|
display: inline-block;
|
|
32020
|
+
background: var(--s11212zy-0);
|
|
32021
|
+
border: 1px solid #fff;
|
|
32022
|
+
box-sizing: content-box;
|
|
32023
|
+
margin-right: 6px;
|
|
31931
32024
|
}
|
|
31932
32025
|
|
|
31933
|
-
.
|
|
32026
|
+
.E_p1lyky6c > :first-child {
|
|
32027
|
+
font-weight: bold;
|
|
32028
|
+
color: white;
|
|
31934
32029
|
margin-right: 4px;
|
|
31935
32030
|
}
|
|
31936
32031
|
|
|
31937
|
-
.
|
|
31938
|
-
|
|
31939
|
-
box-sizing: border-box;
|
|
31940
|
-
border-radius: 2px;
|
|
31941
|
-
background: #f5f7fa;
|
|
31942
|
-
display: flex;
|
|
31943
|
-
width: 100%;
|
|
31944
|
-
overflow: hidden;
|
|
31945
|
-
}
|
|
31946
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
31947
|
-
margin-left: 1px;
|
|
32032
|
+
.E_tqjc4ui {
|
|
32033
|
+
margin: 0 2px;
|
|
31948
32034
|
}
|
|
31949
32035
|
|
|
31950
32036
|
.E_s1ebs0ra {
|
|
@@ -32008,51 +32094,30 @@ input.E_rf8rlle.ant-input {
|
|
|
32008
32094
|
background: #fff;
|
|
32009
32095
|
}
|
|
32010
32096
|
|
|
32011
|
-
.
|
|
32012
|
-
|
|
32013
|
-
width: 100%;
|
|
32014
|
-
}
|
|
32015
|
-
.E_c18bcrac .recharts-wrapper {
|
|
32016
|
-
margin-left: 4px;
|
|
32017
|
-
}
|
|
32018
|
-
|
|
32019
|
-
.E_cro7kg2 {
|
|
32020
|
-
padding: 4px;
|
|
32097
|
+
.E_gmyahx3 {
|
|
32098
|
+
cursor: pointer;
|
|
32021
32099
|
}
|
|
32022
|
-
|
|
32023
|
-
.
|
|
32024
|
-
display: flex;
|
|
32025
|
-
justify-content: space-between;
|
|
32026
|
-
align-items: center;
|
|
32027
|
-
font-size: 13px;
|
|
32028
|
-
line-height: 24px;
|
|
32029
|
-
color: #cccccc;
|
|
32030
|
-
white-space: nowrap;
|
|
32100
|
+
.E_gmyahx3 .link-text {
|
|
32101
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32031
32102
|
}
|
|
32032
|
-
.
|
|
32033
|
-
|
|
32103
|
+
.E_gmyahx3:hover .link-text {
|
|
32104
|
+
color: #0080ff;
|
|
32034
32105
|
}
|
|
32035
32106
|
|
|
32036
|
-
.
|
|
32037
|
-
|
|
32038
|
-
|
|
32107
|
+
.E_ou7iq30 {
|
|
32108
|
+
overflow: hidden;
|
|
32109
|
+
text-overflow: ellipsis;
|
|
32039
32110
|
}
|
|
32040
32111
|
|
|
32041
|
-
.
|
|
32042
|
-
|
|
32043
|
-
height: 8px;
|
|
32044
|
-
border-radius: 2px;
|
|
32045
|
-
display: inline-block;
|
|
32046
|
-
background: var(--s11212zy-0);
|
|
32047
|
-
border: 1px solid #fff;
|
|
32048
|
-
box-sizing: content-box;
|
|
32049
|
-
margin-right: 6px;
|
|
32112
|
+
.E_s1tui002 {
|
|
32113
|
+
white-space: nowrap;
|
|
32050
32114
|
}
|
|
32051
32115
|
|
|
32052
|
-
.
|
|
32053
|
-
|
|
32054
|
-
|
|
32055
|
-
|
|
32116
|
+
.E_mxrc2zg {
|
|
32117
|
+
display: -webkit-box;
|
|
32118
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32119
|
+
-webkit-box-orient: vertical;
|
|
32120
|
+
word-break: break-all;
|
|
32056
32121
|
}
|
|
32057
32122
|
|
|
32058
32123
|
.E_clm1wy1 {
|
|
@@ -32148,51 +32213,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32148
32213
|
border-radius: 2px;
|
|
32149
32214
|
}
|
|
32150
32215
|
|
|
32151
|
-
.E_gmyahx3 {
|
|
32152
|
-
cursor: pointer;
|
|
32153
|
-
}
|
|
32154
|
-
.E_gmyahx3 .link-text {
|
|
32155
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32156
|
-
}
|
|
32157
|
-
.E_gmyahx3:hover .link-text {
|
|
32158
|
-
color: #0080ff;
|
|
32159
|
-
}
|
|
32160
|
-
|
|
32161
|
-
.E_ou7iq30 {
|
|
32162
|
-
overflow: hidden;
|
|
32163
|
-
text-overflow: ellipsis;
|
|
32164
|
-
}
|
|
32165
|
-
|
|
32166
|
-
.E_s1tui002 {
|
|
32167
|
-
white-space: nowrap;
|
|
32168
|
-
}
|
|
32169
|
-
|
|
32170
|
-
.E_mxrc2zg {
|
|
32171
|
-
display: -webkit-box;
|
|
32172
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
32173
|
-
-webkit-box-orient: vertical;
|
|
32174
|
-
word-break: break-all;
|
|
32175
|
-
}
|
|
32176
|
-
|
|
32177
|
-
.E_n12mqh7z {
|
|
32178
|
-
display: flex;
|
|
32179
|
-
align-items: center;
|
|
32180
|
-
font-size: 12px;
|
|
32181
|
-
line-height: 18px;
|
|
32182
|
-
}
|
|
32183
|
-
.E_n12mqh7z:not(:last-child) {
|
|
32184
|
-
margin-bottom: 4px;
|
|
32185
|
-
}
|
|
32186
|
-
|
|
32187
|
-
.E_tf5bynu {
|
|
32188
|
-
margin: 0 3px;
|
|
32189
|
-
}
|
|
32190
|
-
|
|
32191
|
-
.E_tcckoz1 {
|
|
32192
|
-
max-height: 400px;
|
|
32193
|
-
overflow: auto;
|
|
32194
|
-
}
|
|
32195
|
-
|
|
32196
32216
|
.E_c1up1pdz {
|
|
32197
32217
|
width: 648px;
|
|
32198
32218
|
}
|
|
@@ -32333,39 +32353,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32333
32353
|
color: #fff;
|
|
32334
32354
|
}
|
|
32335
32355
|
|
|
32336
|
-
.E_tqjc4ui {
|
|
32337
|
-
margin: 0 2px;
|
|
32338
|
-
}
|
|
32339
|
-
|
|
32340
|
-
.E_c1yyuluq {
|
|
32341
|
-
border-radius: 8px;
|
|
32342
|
-
}
|
|
32343
|
-
.E_c1yyuluq .ant-card-body {
|
|
32344
|
-
padding: 20px 24px 24px 24px;
|
|
32345
|
-
}
|
|
32346
|
-
|
|
32347
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
32348
|
-
border: 0px;
|
|
32349
|
-
background-color: #fff;
|
|
32350
|
-
}
|
|
32351
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
32352
|
-
padding-top: 0px;
|
|
32353
|
-
padding-bottom: 0px;
|
|
32354
|
-
padding-left: 0px !important;
|
|
32355
|
-
padding-right: 24px;
|
|
32356
|
-
}
|
|
32357
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32358
|
-
right: 0px;
|
|
32359
|
-
}
|
|
32360
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32361
|
-
padding: 0px;
|
|
32362
|
-
}
|
|
32363
|
-
|
|
32364
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
32365
|
-
padding-right: 0px;
|
|
32366
|
-
cursor: default;
|
|
32367
|
-
}
|
|
32368
|
-
|
|
32369
32356
|
.E_t1sqg15u {
|
|
32370
32357
|
background: white;
|
|
32371
32358
|
}
|
|
@@ -32463,6 +32450,14 @@ input.E_rf8rlle.ant-input {
|
|
|
32463
32450
|
text-overflow: ellipsis;
|
|
32464
32451
|
}
|
|
32465
32452
|
|
|
32453
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32454
|
+
display: flex;
|
|
32455
|
+
align-items: center;
|
|
32456
|
+
}
|
|
32457
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32458
|
+
margin-right: 8px;
|
|
32459
|
+
}
|
|
32460
|
+
|
|
32466
32461
|
.E_wg1tsps {
|
|
32467
32462
|
display: flex;
|
|
32468
32463
|
align-items: center;
|
|
@@ -32486,6 +32481,19 @@ input.E_rf8rlle.ant-input {
|
|
|
32486
32481
|
color: #00122e !important;
|
|
32487
32482
|
}
|
|
32488
32483
|
|
|
32484
|
+
.E_skwah65 {
|
|
32485
|
+
height: 8px;
|
|
32486
|
+
box-sizing: border-box;
|
|
32487
|
+
border-radius: 2px;
|
|
32488
|
+
background: #f5f7fa;
|
|
32489
|
+
display: flex;
|
|
32490
|
+
width: 100%;
|
|
32491
|
+
overflow: hidden;
|
|
32492
|
+
}
|
|
32493
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
32494
|
+
margin-left: 1px;
|
|
32495
|
+
}
|
|
32496
|
+
|
|
32489
32497
|
.E_t160l1cm {
|
|
32490
32498
|
display: flex;
|
|
32491
32499
|
flex-direction: column;
|
|
@@ -32689,14 +32697,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32689
32697
|
background: transparent;
|
|
32690
32698
|
}
|
|
32691
32699
|
|
|
32692
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32693
|
-
display: flex;
|
|
32694
|
-
align-items: center;
|
|
32695
|
-
}
|
|
32696
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32697
|
-
margin-right: 8px;
|
|
32698
|
-
}
|
|
32699
|
-
|
|
32700
32700
|
.E_suhck3k {
|
|
32701
32701
|
height: 24px;
|
|
32702
32702
|
width: 24px;
|
|
@@ -33649,67 +33649,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33649
33649
|
padding: 0;
|
|
33650
33650
|
}
|
|
33651
33651
|
|
|
33652
|
-
.E_c1yd35n {
|
|
33653
|
-
padding: 0 12px 14px 12px;
|
|
33654
|
-
}
|
|
33655
|
-
|
|
33656
|
-
.E_c1kghdax {
|
|
33657
|
-
color: #2d3a56;
|
|
33658
|
-
padding: 7px 12px;
|
|
33659
|
-
display: flex;
|
|
33660
|
-
justify-content: space-between;
|
|
33661
|
-
align-items: center;
|
|
33662
|
-
}
|
|
33663
|
-
.E_c1kghdax.has-arrow {
|
|
33664
|
-
padding-left: 10px;
|
|
33665
|
-
}
|
|
33666
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33667
|
-
cursor: pointer;
|
|
33668
|
-
color: #00122e;
|
|
33669
|
-
}
|
|
33670
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33671
|
-
color: #2d3a56;
|
|
33672
|
-
font-weight: 600;
|
|
33673
|
-
}
|
|
33674
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33675
|
-
transform: rotate(90deg);
|
|
33676
|
-
}
|
|
33677
|
-
.E_c1kghdax .sub-info {
|
|
33678
|
-
font-size: 12px;
|
|
33679
|
-
line-height: 18px;
|
|
33680
|
-
}
|
|
33681
|
-
.E_c1kghdax .title-wrapper {
|
|
33682
|
-
display: flex;
|
|
33683
|
-
align-items: center;
|
|
33684
|
-
user-select: none;
|
|
33685
|
-
flex-grow: 1;
|
|
33686
|
-
font-size: 12px;
|
|
33687
|
-
line-height: 18px;
|
|
33688
|
-
color: #2d3a56;
|
|
33689
|
-
font-weight: 700;
|
|
33690
|
-
}
|
|
33691
|
-
.E_c1kghdax .collapse-arrow {
|
|
33692
|
-
transition: all 50ms ease-out 0ms;
|
|
33693
|
-
margin-right: 2px;
|
|
33694
|
-
}
|
|
33695
|
-
|
|
33696
|
-
.E_b14q2gmw {
|
|
33697
|
-
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);
|
|
33698
|
-
}
|
|
33699
|
-
|
|
33700
|
-
.E_c1eym6el {
|
|
33701
|
-
border-radius: 8px;
|
|
33702
|
-
background-color: white;
|
|
33703
|
-
}
|
|
33704
|
-
.E_c1eym6el.hoverable {
|
|
33705
|
-
cursor: pointer;
|
|
33706
|
-
}
|
|
33707
|
-
.E_c1eym6el.hoverable:hover {
|
|
33708
|
-
transition: all 200ms ease;
|
|
33709
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33710
|
-
transform: translateY(-4px);
|
|
33711
|
-
}
|
|
33712
|
-
|
|
33713
33652
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33714
33653
|
margin-right: 2px;
|
|
33715
33654
|
}
|
|
@@ -33825,6 +33764,67 @@ input.E_rf8rlle.ant-input {
|
|
|
33825
33764
|
margin-left: 24px;
|
|
33826
33765
|
}
|
|
33827
33766
|
|
|
33767
|
+
.E_c1yd35n {
|
|
33768
|
+
padding: 0 12px 14px 12px;
|
|
33769
|
+
}
|
|
33770
|
+
|
|
33771
|
+
.E_c1kghdax {
|
|
33772
|
+
color: #2d3a56;
|
|
33773
|
+
padding: 7px 12px;
|
|
33774
|
+
display: flex;
|
|
33775
|
+
justify-content: space-between;
|
|
33776
|
+
align-items: center;
|
|
33777
|
+
}
|
|
33778
|
+
.E_c1kghdax.has-arrow {
|
|
33779
|
+
padding-left: 10px;
|
|
33780
|
+
}
|
|
33781
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33782
|
+
cursor: pointer;
|
|
33783
|
+
color: #00122e;
|
|
33784
|
+
}
|
|
33785
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33786
|
+
color: #2d3a56;
|
|
33787
|
+
font-weight: 600;
|
|
33788
|
+
}
|
|
33789
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33790
|
+
transform: rotate(90deg);
|
|
33791
|
+
}
|
|
33792
|
+
.E_c1kghdax .sub-info {
|
|
33793
|
+
font-size: 12px;
|
|
33794
|
+
line-height: 18px;
|
|
33795
|
+
}
|
|
33796
|
+
.E_c1kghdax .title-wrapper {
|
|
33797
|
+
display: flex;
|
|
33798
|
+
align-items: center;
|
|
33799
|
+
user-select: none;
|
|
33800
|
+
flex-grow: 1;
|
|
33801
|
+
font-size: 12px;
|
|
33802
|
+
line-height: 18px;
|
|
33803
|
+
color: #2d3a56;
|
|
33804
|
+
font-weight: 700;
|
|
33805
|
+
}
|
|
33806
|
+
.E_c1kghdax .collapse-arrow {
|
|
33807
|
+
transition: all 50ms ease-out 0ms;
|
|
33808
|
+
margin-right: 2px;
|
|
33809
|
+
}
|
|
33810
|
+
|
|
33811
|
+
.E_b14q2gmw {
|
|
33812
|
+
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);
|
|
33813
|
+
}
|
|
33814
|
+
|
|
33815
|
+
.E_c1eym6el {
|
|
33816
|
+
border-radius: 8px;
|
|
33817
|
+
background-color: white;
|
|
33818
|
+
}
|
|
33819
|
+
.E_c1eym6el.hoverable {
|
|
33820
|
+
cursor: pointer;
|
|
33821
|
+
}
|
|
33822
|
+
.E_c1eym6el.hoverable:hover {
|
|
33823
|
+
transition: all 200ms ease;
|
|
33824
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33825
|
+
transform: translateY(-4px);
|
|
33826
|
+
}
|
|
33827
|
+
|
|
33828
33828
|
.E_t1gvlxt5 {
|
|
33829
33829
|
min-width: 0;
|
|
33830
33830
|
flex: 1;
|
|
@@ -33948,122 +33948,349 @@ input.E_rf8rlle.ant-input {
|
|
|
33948
33948
|
.E_mp64wfi .single-content {
|
|
33949
33949
|
height: 65px;
|
|
33950
33950
|
}
|
|
33951
|
-
|
|
33952
|
-
.E_l1oyigan {
|
|
33953
|
-
display: flex;
|
|
33954
|
-
align-items: center;
|
|
33955
|
-
white-space: nowrap;
|
|
33951
|
+
|
|
33952
|
+
.E_l1oyigan {
|
|
33953
|
+
display: flex;
|
|
33954
|
+
align-items: center;
|
|
33955
|
+
white-space: nowrap;
|
|
33956
|
+
overflow: hidden;
|
|
33957
|
+
width: 100%;
|
|
33958
|
+
}
|
|
33959
|
+
.E_l1oyigan .ant-dropdown-trigger {
|
|
33960
|
+
margin-left: auto;
|
|
33961
|
+
font-size: 12px;
|
|
33962
|
+
}
|
|
33963
|
+
|
|
33964
|
+
.E_l1noi4n1 {
|
|
33965
|
+
display: flex;
|
|
33966
|
+
justify-content: flex-start;
|
|
33967
|
+
align-items: center;
|
|
33968
|
+
font-size: 12px;
|
|
33969
|
+
cursor: pointer;
|
|
33970
|
+
}
|
|
33971
|
+
.E_l1noi4n1:not(:last-child) {
|
|
33972
|
+
margin-right: 20px;
|
|
33973
|
+
}
|
|
33974
|
+
.E_l1noi4n1.deselected {
|
|
33975
|
+
opacity: 0.4;
|
|
33976
|
+
}
|
|
33977
|
+
.E_l1noi4n1.deselected .color-block {
|
|
33978
|
+
background: #b4beca !important;
|
|
33979
|
+
}
|
|
33980
|
+
|
|
33981
|
+
.E_cz19rz6 {
|
|
33982
|
+
display: inline-block;
|
|
33983
|
+
height: 8px;
|
|
33984
|
+
width: 8px;
|
|
33985
|
+
margin-right: 8px;
|
|
33986
|
+
}
|
|
33987
|
+
|
|
33988
|
+
.E_e17r5r9c .ant-dropdown-menu-item {
|
|
33989
|
+
display: flex;
|
|
33990
|
+
align-items: center;
|
|
33991
|
+
font-size: 12px;
|
|
33992
|
+
margin: 0;
|
|
33993
|
+
}
|
|
33994
|
+
|
|
33995
|
+
.E_m1y1hhnr {
|
|
33996
|
+
position: relative;
|
|
33997
|
+
}
|
|
33998
|
+
.E_m1y1hhnr.hidden-xaxis .pointer-wrapper {
|
|
33999
|
+
bottom: -12px;
|
|
34000
|
+
}
|
|
34001
|
+
.E_m1y1hhnr .metric-toolbar {
|
|
34002
|
+
display: flex;
|
|
34003
|
+
justify-content: space-between;
|
|
34004
|
+
line-height: 30px;
|
|
34005
|
+
margin: 0 16px;
|
|
34006
|
+
}
|
|
34007
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra {
|
|
34008
|
+
display: flex;
|
|
34009
|
+
font-size: 12px;
|
|
34010
|
+
align-items: center;
|
|
34011
|
+
}
|
|
34012
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item {
|
|
34013
|
+
color: #a3b4cc;
|
|
34014
|
+
}
|
|
34015
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .info-item + .info-item {
|
|
34016
|
+
margin-left: 10px;
|
|
34017
|
+
}
|
|
34018
|
+
.E_m1y1hhnr .metric-toolbar .metric-extra .menu-trigger {
|
|
34019
|
+
margin-left: 10px;
|
|
34020
|
+
cursor: pointer;
|
|
34021
|
+
}
|
|
34022
|
+
.E_m1y1hhnr .recharts-xAxis {
|
|
34023
|
+
font-size: 12px;
|
|
34024
|
+
}
|
|
34025
|
+
.E_m1y1hhnr .pointer-wrapper {
|
|
34026
|
+
position: absolute;
|
|
34027
|
+
bottom: 10px;
|
|
34028
|
+
padding: 0 8px;
|
|
34029
|
+
border-radius: 4px;
|
|
34030
|
+
font-size: 12px;
|
|
34031
|
+
color: #fff;
|
|
34032
|
+
background: rgba(0, 0, 0, 0.75);
|
|
34033
|
+
transform: translateX(-50%);
|
|
34034
|
+
}
|
|
34035
|
+
|
|
34036
|
+
.E_tnvijvs {
|
|
34037
|
+
min-width: 200px;
|
|
34038
|
+
}
|
|
34039
|
+
|
|
34040
|
+
.E_t1ub2aex {
|
|
34041
|
+
display: flex;
|
|
34042
|
+
align-items: center;
|
|
34043
|
+
justify-content: space-between;
|
|
34044
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
34045
|
+
color: #b4beca;
|
|
34046
|
+
font-size: 12px;
|
|
34047
|
+
padding: 3px 6px;
|
|
34048
|
+
}
|
|
34049
|
+
.E_t1ub2aex:first-child {
|
|
34050
|
+
padding-top: 3px;
|
|
34051
|
+
}
|
|
34052
|
+
.E_t1ub2aex:last-child {
|
|
34053
|
+
padding-bottom: 3px;
|
|
34054
|
+
}
|
|
34055
|
+
.E_t1ub2aex .column-value {
|
|
34056
|
+
color: #fff;
|
|
34057
|
+
margin-left: 8px;
|
|
34058
|
+
}
|
|
34059
|
+
|
|
34060
|
+
.E_w7ob4th.outside-tag {
|
|
34061
|
+
padding-left: 0;
|
|
34062
|
+
}
|
|
34063
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34064
|
+
border-radius: 4px 0 0 4px;
|
|
34065
|
+
padding-right: 4px;
|
|
34066
|
+
margin-right: 4px;
|
|
34067
|
+
}
|
|
34068
|
+
|
|
34069
|
+
.E_slr2ynn {
|
|
34070
|
+
padding: 0 8px;
|
|
34071
|
+
height: 18px;
|
|
34072
|
+
}
|
|
34073
|
+
|
|
34074
|
+
.E_m140wbb6 {
|
|
34075
|
+
padding: 2px 8px;
|
|
34076
|
+
height: 24px;
|
|
34077
|
+
}
|
|
34078
|
+
|
|
34079
|
+
.E_t1fozc1i {
|
|
34080
|
+
margin: 0;
|
|
34081
|
+
}
|
|
34082
|
+
|
|
34083
|
+
.E_i1vxv4ln {
|
|
34084
|
+
margin-right: 4px;
|
|
34085
|
+
height: 16px;
|
|
34086
|
+
}
|
|
34087
|
+
|
|
34088
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34089
|
+
font-weight: 700;
|
|
34090
|
+
color: #00122e;
|
|
34091
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34092
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34093
|
+
word-break: break-all;
|
|
34094
|
+
display: inline;
|
|
34095
|
+
white-space: normal;
|
|
34096
|
+
}
|
|
34097
|
+
|
|
34098
|
+
.E_i1g85yz3 {
|
|
34099
|
+
margin-right: 4px;
|
|
34100
|
+
height: 16px;
|
|
34101
|
+
}
|
|
34102
|
+
|
|
34103
|
+
.E_t1dtlqs1 {
|
|
34104
|
+
margin-bottom: 4px;
|
|
34105
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34106
|
+
overflow: hidden;
|
|
34107
|
+
text-overflow: ellipsis;
|
|
34108
|
+
white-space: nowrap;
|
|
34109
|
+
}
|
|
34110
|
+
|
|
34111
|
+
.E_s1ese5oy {
|
|
34112
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34113
|
+
line-height: 32px;
|
|
34114
|
+
height: 32px;
|
|
34115
|
+
margin-bottom: 0;
|
|
34116
|
+
}
|
|
34117
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34118
|
+
color: #0080ff;
|
|
34119
|
+
}
|
|
34120
|
+
.E_s1ese5oy.warning {
|
|
34121
|
+
color: #ffa500;
|
|
34122
|
+
}
|
|
34123
|
+
.E_s1ese5oy.success {
|
|
34124
|
+
color: #00ba5d;
|
|
34125
|
+
}
|
|
34126
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34127
|
+
color: #f0483e;
|
|
34128
|
+
}
|
|
34129
|
+
.E_s1ese5oy.normal {
|
|
34130
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34131
|
+
}
|
|
34132
|
+
|
|
34133
|
+
.E_b1ibis43 {
|
|
34134
|
+
margin-bottom: 0;
|
|
34135
|
+
color: #00122e;
|
|
34136
|
+
}
|
|
34137
|
+
|
|
34138
|
+
.E_b11xxjd2 {
|
|
34139
|
+
line-height: 32px;
|
|
34140
|
+
margin-right: 6px;
|
|
34141
|
+
}
|
|
34142
|
+
|
|
34143
|
+
.E_bsub5bw.with-description {
|
|
34144
|
+
height: 24px;
|
|
34145
|
+
flex: 1;
|
|
34146
|
+
position: relative;
|
|
34147
|
+
top: -7px;
|
|
34148
|
+
}
|
|
34149
|
+
.E_bsub5bw p {
|
|
34150
|
+
width: 100%;
|
|
34151
|
+
overflow: hidden;
|
|
34152
|
+
text-overflow: ellipsis;
|
|
34153
|
+
white-space: nowrap;
|
|
34154
|
+
}
|
|
34155
|
+
|
|
34156
|
+
.E_tmoyoag {
|
|
34157
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34158
|
+
border-radius: 8px;
|
|
34159
|
+
overflow: auto;
|
|
34160
|
+
}
|
|
34161
|
+
.E_tmoyoag .ant-list {
|
|
34162
|
+
position: relative;
|
|
34163
|
+
}
|
|
34164
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34165
|
+
position: sticky;
|
|
34166
|
+
top: 0;
|
|
34167
|
+
z-index: 2;
|
|
34168
|
+
display: flex;
|
|
34169
|
+
padding: 8px;
|
|
34170
|
+
flex-wrap: nowrap;
|
|
34171
|
+
justify-content: flex-start;
|
|
34172
|
+
background: #f2f5fa;
|
|
34173
|
+
font-size: 14px;
|
|
34174
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34175
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34176
|
+
}
|
|
34177
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34178
|
+
align-items: inherit;
|
|
34179
|
+
}
|
|
34180
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34181
|
+
display: flex;
|
|
34182
|
+
justify-content: flex-start;
|
|
34183
|
+
align-items: flex-start;
|
|
34184
|
+
flex-wrap: wrap;
|
|
34185
|
+
padding: 8px;
|
|
34186
|
+
border: none;
|
|
34187
|
+
}
|
|
34188
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34189
|
+
flex-basis: 100%;
|
|
34190
|
+
margin: 12px 0 0;
|
|
34191
|
+
order: 99;
|
|
34192
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34193
|
+
}
|
|
34194
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34195
|
+
color: #f0483e;
|
|
34196
|
+
flex-basis: 100%;
|
|
34197
|
+
order: 98;
|
|
34198
|
+
margin: 12px 0 0;
|
|
34199
|
+
}
|
|
34200
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34201
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34202
|
+
}
|
|
34203
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34204
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34205
|
+
}
|
|
34206
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34207
|
+
flex: 1 0 0;
|
|
33956
34208
|
overflow: hidden;
|
|
33957
|
-
width: 100%;
|
|
33958
34209
|
}
|
|
33959
|
-
.
|
|
33960
|
-
|
|
33961
|
-
|
|
34210
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34211
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34212
|
+
margin: 0;
|
|
33962
34213
|
}
|
|
33963
|
-
|
|
33964
|
-
|
|
33965
|
-
display: flex;
|
|
33966
|
-
justify-content: flex-start;
|
|
33967
|
-
align-items: center;
|
|
33968
|
-
font-size: 12px;
|
|
33969
|
-
cursor: pointer;
|
|
34214
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34215
|
+
text-align: center;
|
|
33970
34216
|
}
|
|
33971
|
-
.
|
|
33972
|
-
|
|
34217
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34218
|
+
text-align: center;
|
|
33973
34219
|
}
|
|
33974
|
-
.
|
|
33975
|
-
|
|
34220
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34221
|
+
text-align: left;
|
|
33976
34222
|
}
|
|
33977
|
-
.
|
|
33978
|
-
|
|
34223
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34224
|
+
text-align: left;
|
|
33979
34225
|
}
|
|
33980
|
-
|
|
33981
|
-
|
|
33982
|
-
display: inline-block;
|
|
33983
|
-
height: 8px;
|
|
33984
|
-
width: 8px;
|
|
33985
|
-
margin-right: 8px;
|
|
34226
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34227
|
+
text-align: right;
|
|
33986
34228
|
}
|
|
33987
|
-
|
|
33988
|
-
|
|
33989
|
-
display: flex;
|
|
33990
|
-
align-items: center;
|
|
33991
|
-
font-size: 12px;
|
|
33992
|
-
margin: 0;
|
|
34229
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34230
|
+
text-align: right;
|
|
33993
34231
|
}
|
|
33994
|
-
|
|
33995
|
-
|
|
33996
|
-
position: relative;
|
|
34232
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34233
|
+
margin-right: 8px;
|
|
33997
34234
|
}
|
|
33998
|
-
.
|
|
33999
|
-
|
|
34235
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34236
|
+
padding: 4px;
|
|
34237
|
+
width: 24px;
|
|
34238
|
+
height: 24px;
|
|
34239
|
+
overflow: hidden;
|
|
34000
34240
|
}
|
|
34001
|
-
.
|
|
34002
|
-
|
|
34003
|
-
justify-content: space-between;
|
|
34004
|
-
line-height: 30px;
|
|
34005
|
-
margin: 0 16px;
|
|
34241
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34242
|
+
padding: 0;
|
|
34006
34243
|
}
|
|
34007
|
-
.
|
|
34008
|
-
|
|
34009
|
-
|
|
34010
|
-
align-items: center;
|
|
34244
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34245
|
+
cursor: not-allowed;
|
|
34246
|
+
opacity: 0.5;
|
|
34011
34247
|
}
|
|
34012
|
-
.
|
|
34013
|
-
|
|
34248
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34249
|
+
margin: 0;
|
|
34014
34250
|
}
|
|
34015
|
-
.
|
|
34016
|
-
|
|
34251
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34252
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34253
|
+
border-radius: 5px;
|
|
34254
|
+
font-size: 12px;
|
|
34017
34255
|
}
|
|
34018
|
-
.
|
|
34019
|
-
|
|
34020
|
-
cursor: pointer;
|
|
34256
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34257
|
+
font-size: inherit;
|
|
34021
34258
|
}
|
|
34022
|
-
.
|
|
34259
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34260
|
+
min-height: 24px;
|
|
34023
34261
|
font-size: 12px;
|
|
34262
|
+
position: relative;
|
|
34024
34263
|
}
|
|
34025
|
-
.
|
|
34026
|
-
|
|
34027
|
-
bottom: 10px;
|
|
34028
|
-
padding: 0 8px;
|
|
34029
|
-
border-radius: 4px;
|
|
34030
|
-
font-size: 12px;
|
|
34031
|
-
color: #fff;
|
|
34032
|
-
background: rgba(0, 0, 0, 0.75);
|
|
34033
|
-
transform: translateX(-50%);
|
|
34264
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34265
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34034
34266
|
}
|
|
34035
|
-
|
|
34036
|
-
.
|
|
34037
|
-
min-width: 200px;
|
|
34267
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34268
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34038
34269
|
}
|
|
34039
34270
|
|
|
34040
|
-
.
|
|
34271
|
+
.E_a138syjm {
|
|
34041
34272
|
display: flex;
|
|
34042
34273
|
align-items: center;
|
|
34043
|
-
|
|
34044
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
34045
|
-
color: #b4beca;
|
|
34046
|
-
font-size: 12px;
|
|
34047
|
-
padding: 3px 6px;
|
|
34048
|
-
}
|
|
34049
|
-
.E_t1ub2aex:first-child {
|
|
34050
|
-
padding-top: 3px;
|
|
34274
|
+
margin-top: 8px;
|
|
34051
34275
|
}
|
|
34052
|
-
.
|
|
34053
|
-
padding
|
|
34276
|
+
.E_a138syjm button.ant-btn {
|
|
34277
|
+
padding: 2px 8px;
|
|
34278
|
+
height: 24px;
|
|
34054
34279
|
}
|
|
34055
|
-
.
|
|
34056
|
-
|
|
34280
|
+
.E_a138syjm > span.maximum-desc {
|
|
34281
|
+
display: none;
|
|
34057
34282
|
margin-left: 8px;
|
|
34283
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34058
34284
|
}
|
|
34059
|
-
|
|
34060
|
-
|
|
34061
|
-
padding-left: 0;
|
|
34285
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34286
|
+
display: inline;
|
|
34062
34287
|
}
|
|
34063
|
-
|
|
34064
|
-
|
|
34065
|
-
|
|
34066
|
-
|
|
34288
|
+
|
|
34289
|
+
.E_d77i8u0 {
|
|
34290
|
+
width: 24px;
|
|
34291
|
+
height: 24px;
|
|
34292
|
+
padding: 4px;
|
|
34293
|
+
margin-right: 8px;
|
|
34067
34294
|
}
|
|
34068
34295
|
|
|
34069
34296
|
.E_sjob3jg {
|
|
@@ -34261,40 +34488,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34261
34488
|
justify-content: center;
|
|
34262
34489
|
}
|
|
34263
34490
|
|
|
34264
|
-
.E_slr2ynn {
|
|
34265
|
-
padding: 0 8px;
|
|
34266
|
-
height: 18px;
|
|
34267
|
-
}
|
|
34268
|
-
|
|
34269
|
-
.E_m140wbb6 {
|
|
34270
|
-
padding: 2px 8px;
|
|
34271
|
-
height: 24px;
|
|
34272
|
-
}
|
|
34273
|
-
|
|
34274
|
-
.E_t1fozc1i {
|
|
34275
|
-
margin: 0;
|
|
34276
|
-
}
|
|
34277
|
-
|
|
34278
|
-
.E_i1vxv4ln {
|
|
34279
|
-
margin-right: 4px;
|
|
34280
|
-
height: 16px;
|
|
34281
|
-
}
|
|
34282
|
-
|
|
34283
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34284
|
-
font-weight: 700;
|
|
34285
|
-
color: #00122e;
|
|
34286
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34287
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34288
|
-
word-break: break-all;
|
|
34289
|
-
display: inline;
|
|
34290
|
-
white-space: normal;
|
|
34291
|
-
}
|
|
34292
|
-
|
|
34293
|
-
.E_i1g85yz3 {
|
|
34294
|
-
margin-right: 4px;
|
|
34295
|
-
height: 16px;
|
|
34296
|
-
}
|
|
34297
|
-
|
|
34298
34491
|
button.E_l48ei06.ant-btn {
|
|
34299
34492
|
font-size: 12px;
|
|
34300
34493
|
line-height: 18px;
|
|
@@ -34314,110 +34507,35 @@ button.E_l48ei06 .button-suffix-icon {
|
|
|
34314
34507
|
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
34315
34508
|
color: #009DFF;
|
|
34316
34509
|
}
|
|
34317
|
-
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34318
|
-
color: #005ED1;
|
|
34319
|
-
}
|
|
34320
|
-
button.E_l48ei06.ui-kit-link-disabled {
|
|
34321
|
-
color: #0080FF;
|
|
34322
|
-
}
|
|
34323
|
-
button.E_l48ei06.ui-kit-link-primary {
|
|
34324
|
-
color: #00122E;
|
|
34325
|
-
}
|
|
34326
|
-
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34327
|
-
color: #0080FF;
|
|
34328
|
-
}
|
|
34329
|
-
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34330
|
-
color: #005ED1;
|
|
34331
|
-
}
|
|
34332
|
-
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34333
|
-
color: #00122E;
|
|
34334
|
-
}
|
|
34335
|
-
button.E_l48ei06.ui-kit-link-secondary {
|
|
34336
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34337
|
-
}
|
|
34338
|
-
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34339
|
-
color: #0080FF;
|
|
34340
|
-
}
|
|
34341
|
-
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34342
|
-
color: #005ED1;
|
|
34343
|
-
}
|
|
34344
|
-
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34345
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
34346
|
-
}
|
|
34347
|
-
|
|
34348
|
-
.E_sddwhm6 {
|
|
34349
|
-
margin: 0;
|
|
34350
|
-
border-radius: 20px;
|
|
34351
|
-
padding: 2px 10px;
|
|
34352
|
-
height: 22px;
|
|
34353
|
-
}
|
|
34354
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34355
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34356
|
-
}
|
|
34357
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34358
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34359
|
-
}
|
|
34360
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34361
|
-
color: #00122e;
|
|
34362
|
-
}
|
|
34363
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34364
|
-
margin-right: 6px;
|
|
34365
|
-
}
|
|
34366
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34367
|
-
margin-left: 8px;
|
|
34368
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34369
|
-
}
|
|
34370
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34371
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34372
|
-
}
|
|
34373
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34374
|
-
background-color: #0080ff;
|
|
34375
|
-
}
|
|
34376
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34377
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
34378
|
-
}
|
|
34379
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34380
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
34381
|
-
}
|
|
34382
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34383
|
-
background-color: #f0483e;
|
|
34384
|
-
}
|
|
34385
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34386
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
34387
|
-
}
|
|
34388
|
-
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34389
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
34510
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
34511
|
+
color: #005ED1;
|
|
34390
34512
|
}
|
|
34391
|
-
.
|
|
34392
|
-
|
|
34513
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
34514
|
+
color: #0080FF;
|
|
34393
34515
|
}
|
|
34394
|
-
.
|
|
34395
|
-
|
|
34516
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
34517
|
+
color: #00122E;
|
|
34396
34518
|
}
|
|
34397
|
-
.
|
|
34398
|
-
|
|
34519
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
34520
|
+
color: #0080FF;
|
|
34399
34521
|
}
|
|
34400
|
-
.
|
|
34401
|
-
|
|
34522
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
34523
|
+
color: #005ED1;
|
|
34402
34524
|
}
|
|
34403
|
-
.
|
|
34404
|
-
|
|
34525
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
34526
|
+
color: #00122E;
|
|
34405
34527
|
}
|
|
34406
|
-
.
|
|
34407
|
-
|
|
34528
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
34529
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34408
34530
|
}
|
|
34409
|
-
.
|
|
34410
|
-
|
|
34531
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
34532
|
+
color: #0080FF;
|
|
34411
34533
|
}
|
|
34412
|
-
.
|
|
34413
|
-
|
|
34534
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
34535
|
+
color: #005ED1;
|
|
34414
34536
|
}
|
|
34415
|
-
|
|
34416
|
-
.
|
|
34417
|
-
width: 8px;
|
|
34418
|
-
height: 8px;
|
|
34419
|
-
border-radius: 50%;
|
|
34420
|
-
display: inline-block;
|
|
34537
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
34538
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
34421
34539
|
}
|
|
34422
34540
|
|
|
34423
34541
|
.E_tc97u5y {
|
|
@@ -34788,197 +34906,79 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34788
34906
|
background: #fff;
|
|
34789
34907
|
}
|
|
34790
34908
|
|
|
34791
|
-
.
|
|
34792
|
-
margin
|
|
34793
|
-
|
|
34794
|
-
|
|
34795
|
-
|
|
34796
|
-
white-space: nowrap;
|
|
34797
|
-
}
|
|
34798
|
-
|
|
34799
|
-
.E_s1ese5oy {
|
|
34800
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34801
|
-
line-height: 32px;
|
|
34802
|
-
height: 32px;
|
|
34803
|
-
margin-bottom: 0;
|
|
34804
|
-
}
|
|
34805
|
-
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34806
|
-
color: #0080ff;
|
|
34807
|
-
}
|
|
34808
|
-
.E_s1ese5oy.warning {
|
|
34809
|
-
color: #ffa500;
|
|
34810
|
-
}
|
|
34811
|
-
.E_s1ese5oy.success {
|
|
34812
|
-
color: #00ba5d;
|
|
34909
|
+
.E_sddwhm6 {
|
|
34910
|
+
margin: 0;
|
|
34911
|
+
border-radius: 20px;
|
|
34912
|
+
padding: 2px 10px;
|
|
34913
|
+
height: 22px;
|
|
34813
34914
|
}
|
|
34814
|
-
.
|
|
34815
|
-
color:
|
|
34915
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34916
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34816
34917
|
}
|
|
34817
|
-
.
|
|
34818
|
-
color: rgba(
|
|
34918
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34919
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34819
34920
|
}
|
|
34820
|
-
|
|
34821
|
-
.E_b1ibis43 {
|
|
34822
|
-
margin-bottom: 0;
|
|
34921
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34823
34922
|
color: #00122e;
|
|
34824
34923
|
}
|
|
34825
|
-
|
|
34826
|
-
.E_b11xxjd2 {
|
|
34827
|
-
line-height: 32px;
|
|
34924
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34828
34925
|
margin-right: 6px;
|
|
34829
34926
|
}
|
|
34830
|
-
|
|
34831
|
-
|
|
34832
|
-
height: 24px;
|
|
34833
|
-
flex: 1;
|
|
34834
|
-
position: relative;
|
|
34835
|
-
top: -7px;
|
|
34836
|
-
}
|
|
34837
|
-
.E_bsub5bw p {
|
|
34838
|
-
width: 100%;
|
|
34839
|
-
overflow: hidden;
|
|
34840
|
-
text-overflow: ellipsis;
|
|
34841
|
-
white-space: nowrap;
|
|
34842
|
-
}
|
|
34843
|
-
|
|
34844
|
-
.E_tmoyoag {
|
|
34845
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34846
|
-
border-radius: 8px;
|
|
34847
|
-
overflow: auto;
|
|
34848
|
-
}
|
|
34849
|
-
.E_tmoyoag .ant-list {
|
|
34850
|
-
position: relative;
|
|
34851
|
-
}
|
|
34852
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34853
|
-
position: sticky;
|
|
34854
|
-
top: 0;
|
|
34855
|
-
z-index: 2;
|
|
34856
|
-
display: flex;
|
|
34857
|
-
padding: 8px;
|
|
34858
|
-
flex-wrap: nowrap;
|
|
34859
|
-
justify-content: flex-start;
|
|
34860
|
-
background: #f2f5fa;
|
|
34861
|
-
font-size: 14px;
|
|
34862
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34863
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34864
|
-
}
|
|
34865
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34866
|
-
align-items: inherit;
|
|
34867
|
-
}
|
|
34868
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34869
|
-
display: flex;
|
|
34870
|
-
justify-content: flex-start;
|
|
34871
|
-
align-items: flex-start;
|
|
34872
|
-
flex-wrap: wrap;
|
|
34873
|
-
padding: 8px;
|
|
34874
|
-
border: none;
|
|
34875
|
-
}
|
|
34876
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34877
|
-
flex-basis: 100%;
|
|
34878
|
-
margin: 12px 0 0;
|
|
34879
|
-
order: 99;
|
|
34927
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34928
|
+
margin-left: 8px;
|
|
34880
34929
|
color: rgba(44, 56, 82, 0.6);
|
|
34881
34930
|
}
|
|
34882
|
-
.
|
|
34883
|
-
color: #f0483e;
|
|
34884
|
-
flex-basis: 100%;
|
|
34885
|
-
order: 98;
|
|
34886
|
-
margin: 12px 0 0;
|
|
34887
|
-
}
|
|
34888
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34889
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34890
|
-
}
|
|
34891
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34931
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34892
34932
|
background-color: rgba(0, 136, 255, 0.1);
|
|
34893
34933
|
}
|
|
34894
|
-
.
|
|
34895
|
-
|
|
34896
|
-
overflow: hidden;
|
|
34897
|
-
}
|
|
34898
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34899
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34900
|
-
margin: 0;
|
|
34901
|
-
}
|
|
34902
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34903
|
-
text-align: center;
|
|
34904
|
-
}
|
|
34905
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34906
|
-
text-align: center;
|
|
34907
|
-
}
|
|
34908
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34909
|
-
text-align: left;
|
|
34910
|
-
}
|
|
34911
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34912
|
-
text-align: left;
|
|
34913
|
-
}
|
|
34914
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34915
|
-
text-align: right;
|
|
34916
|
-
}
|
|
34917
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34918
|
-
text-align: right;
|
|
34919
|
-
}
|
|
34920
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34921
|
-
margin-right: 8px;
|
|
34934
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34935
|
+
background-color: #0080ff;
|
|
34922
34936
|
}
|
|
34923
|
-
.
|
|
34924
|
-
|
|
34925
|
-
width: 24px;
|
|
34926
|
-
height: 24px;
|
|
34927
|
-
overflow: hidden;
|
|
34937
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34938
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34928
34939
|
}
|
|
34929
|
-
.
|
|
34930
|
-
|
|
34940
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34941
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34931
34942
|
}
|
|
34932
|
-
.
|
|
34933
|
-
|
|
34934
|
-
opacity: 0.5;
|
|
34943
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34944
|
+
background-color: #f0483e;
|
|
34935
34945
|
}
|
|
34936
|
-
.
|
|
34937
|
-
|
|
34946
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34947
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34938
34948
|
}
|
|
34939
|
-
.
|
|
34940
|
-
|
|
34941
|
-
border-radius: 5px;
|
|
34942
|
-
font-size: 12px;
|
|
34949
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34950
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34943
34951
|
}
|
|
34944
|
-
.
|
|
34945
|
-
|
|
34952
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34953
|
+
background-color: #fea008;
|
|
34946
34954
|
}
|
|
34947
|
-
.
|
|
34948
|
-
|
|
34949
|
-
font-size: 12px;
|
|
34950
|
-
position: relative;
|
|
34955
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34956
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34951
34957
|
}
|
|
34952
|
-
.
|
|
34953
|
-
|
|
34958
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34959
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34954
34960
|
}
|
|
34955
|
-
.
|
|
34956
|
-
background-color:
|
|
34961
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34962
|
+
background-color: #00ba5d;
|
|
34957
34963
|
}
|
|
34958
|
-
|
|
34959
|
-
.
|
|
34960
|
-
display: flex;
|
|
34961
|
-
align-items: center;
|
|
34962
|
-
margin-top: 8px;
|
|
34964
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34965
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34963
34966
|
}
|
|
34964
|
-
.
|
|
34965
|
-
|
|
34966
|
-
height: 24px;
|
|
34967
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34968
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34967
34969
|
}
|
|
34968
|
-
.
|
|
34969
|
-
|
|
34970
|
-
margin-left: 8px;
|
|
34971
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34970
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34971
|
+
background-color: #6b7d99;
|
|
34972
34972
|
}
|
|
34973
|
-
.
|
|
34974
|
-
|
|
34973
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34974
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34975
34975
|
}
|
|
34976
34976
|
|
|
34977
|
-
.
|
|
34978
|
-
width:
|
|
34979
|
-
height:
|
|
34980
|
-
|
|
34981
|
-
|
|
34977
|
+
.E_satwmqm {
|
|
34978
|
+
width: 8px;
|
|
34979
|
+
height: 8px;
|
|
34980
|
+
border-radius: 50%;
|
|
34981
|
+
display: inline-block;
|
|
34982
34982
|
}
|
|
34983
34983
|
|
|
34984
34984
|
.E_t13ef470 {
|