@cloudtower/eagle 0.27.40-dry → 0.27.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +1636 -1633
- package/dist/esm/index.js +53 -53
- package/dist/esm/stats1.html +1 -1
- package/dist/src/{components → coreX}/I18nNameTag/index.d.ts +1 -1
- package/dist/src/spec/base.d.ts +9 -0
- package/dist/stories/docs/I18nNameTag.stories.d.ts +23 -0
- package/dist/stories/{OverflowTooltip.stories.d.ts → docs/OverflowTooltip.stories.d.ts} +1 -1
- package/dist/style.css +3176 -3173
- package/dist/umd/index.js +53 -53
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
- package/dist/src/components/I18nNameTag/I18nNameTag.stories.d.ts +0 -13
- /package/dist/src/{components → coreX}/I18nNameTag/__test__/index.test.d.ts +0 -0
package/dist/components.css
CHANGED
|
@@ -29485,52 +29485,6 @@ html body {
|
|
|
29485
29485
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29486
29486
|
}
|
|
29487
29487
|
|
|
29488
|
-
.E_i1mrf09m {
|
|
29489
|
-
display: inline-flex;
|
|
29490
|
-
align-items: center;
|
|
29491
|
-
}
|
|
29492
|
-
.E_i1mrf09m .icon-inner {
|
|
29493
|
-
display: inline-flex;
|
|
29494
|
-
align-items: center;
|
|
29495
|
-
justify-content: center;
|
|
29496
|
-
}
|
|
29497
|
-
.E_i1mrf09m .icon-inner + span,
|
|
29498
|
-
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29499
|
-
margin-left: 4px;
|
|
29500
|
-
}
|
|
29501
|
-
.E_i1mrf09m.is-rotate img,
|
|
29502
|
-
.E_i1mrf09m.is-rotate svg {
|
|
29503
|
-
animation: rotate 680ms linear infinite;
|
|
29504
|
-
}
|
|
29505
|
-
|
|
29506
|
-
.E_iap75of {
|
|
29507
|
-
height: 18px;
|
|
29508
|
-
line-height: 18px;
|
|
29509
|
-
padding: 0 4px;
|
|
29510
|
-
border-radius: 4px;
|
|
29511
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29512
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29513
|
-
display: flex;
|
|
29514
|
-
align-items: center;
|
|
29515
|
-
white-space: nowrap;
|
|
29516
|
-
margin-right: 4px;
|
|
29517
|
-
}
|
|
29518
|
-
|
|
29519
|
-
.E_fde5mpd {
|
|
29520
|
-
width: 100%;
|
|
29521
|
-
height: 100%;
|
|
29522
|
-
min-height: 124px;
|
|
29523
|
-
display: flex;
|
|
29524
|
-
flex-direction: column;
|
|
29525
|
-
justify-content: center;
|
|
29526
|
-
align-items: center;
|
|
29527
|
-
}
|
|
29528
|
-
.E_fde5mpd .error-text {
|
|
29529
|
-
color: rgba(10, 37, 85, 0.6);
|
|
29530
|
-
margin-bottom: 16px;
|
|
29531
|
-
font-size: 18px;
|
|
29532
|
-
}
|
|
29533
|
-
|
|
29534
29488
|
.E_bpq0js6 {
|
|
29535
29489
|
padding: 4px 11px;
|
|
29536
29490
|
}
|
|
@@ -29560,6 +29514,21 @@ html body {
|
|
|
29560
29514
|
border-radius: unset;
|
|
29561
29515
|
}
|
|
29562
29516
|
|
|
29517
|
+
.E_fde5mpd {
|
|
29518
|
+
width: 100%;
|
|
29519
|
+
height: 100%;
|
|
29520
|
+
min-height: 124px;
|
|
29521
|
+
display: flex;
|
|
29522
|
+
flex-direction: column;
|
|
29523
|
+
justify-content: center;
|
|
29524
|
+
align-items: center;
|
|
29525
|
+
}
|
|
29526
|
+
.E_fde5mpd .error-text {
|
|
29527
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29528
|
+
margin-bottom: 16px;
|
|
29529
|
+
font-size: 18px;
|
|
29530
|
+
}
|
|
29531
|
+
|
|
29563
29532
|
.E_buj61ew.ant-btn-icon-only {
|
|
29564
29533
|
justify-content: center;
|
|
29565
29534
|
}
|
|
@@ -29810,6 +29779,37 @@ html body {
|
|
|
29810
29779
|
padding: 0;
|
|
29811
29780
|
}
|
|
29812
29781
|
|
|
29782
|
+
.E_iap75of {
|
|
29783
|
+
height: 18px;
|
|
29784
|
+
line-height: 18px;
|
|
29785
|
+
padding: 0 4px;
|
|
29786
|
+
border-radius: 4px;
|
|
29787
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29788
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29789
|
+
display: flex;
|
|
29790
|
+
align-items: center;
|
|
29791
|
+
white-space: nowrap;
|
|
29792
|
+
margin-right: 4px;
|
|
29793
|
+
}
|
|
29794
|
+
|
|
29795
|
+
.E_i1mrf09m {
|
|
29796
|
+
display: inline-flex;
|
|
29797
|
+
align-items: center;
|
|
29798
|
+
}
|
|
29799
|
+
.E_i1mrf09m .icon-inner {
|
|
29800
|
+
display: inline-flex;
|
|
29801
|
+
align-items: center;
|
|
29802
|
+
justify-content: center;
|
|
29803
|
+
}
|
|
29804
|
+
.E_i1mrf09m .icon-inner + span,
|
|
29805
|
+
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29806
|
+
margin-left: 4px;
|
|
29807
|
+
}
|
|
29808
|
+
.E_i1mrf09m.is-rotate img,
|
|
29809
|
+
.E_i1mrf09m.is-rotate svg {
|
|
29810
|
+
animation: rotate 680ms linear infinite;
|
|
29811
|
+
}
|
|
29812
|
+
|
|
29813
29813
|
.E_obf05yr {
|
|
29814
29814
|
display: inline-block;
|
|
29815
29815
|
}
|
|
@@ -29819,6 +29819,118 @@ html body {
|
|
|
29819
29819
|
position: absolute;
|
|
29820
29820
|
}
|
|
29821
29821
|
|
|
29822
|
+
.E_s34f1qb.ant-switch {
|
|
29823
|
+
min-width: 40px;
|
|
29824
|
+
height: 24px;
|
|
29825
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29826
|
+
overflow: hidden;
|
|
29827
|
+
}
|
|
29828
|
+
.E_s34f1qb.ant-switch:focus {
|
|
29829
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
29830
|
+
}
|
|
29831
|
+
.E_s34f1qb.ant-switch-small {
|
|
29832
|
+
min-width: 26px;
|
|
29833
|
+
height: 16px;
|
|
29834
|
+
}
|
|
29835
|
+
.E_s34f1qb.ant-switch-large {
|
|
29836
|
+
min-width: 52px;
|
|
29837
|
+
height: 32px;
|
|
29838
|
+
}
|
|
29839
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
29840
|
+
height: 20px;
|
|
29841
|
+
width: 20px;
|
|
29842
|
+
}
|
|
29843
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29844
|
+
border-radius: 10px;
|
|
29845
|
+
transition-delay: 120ms;
|
|
29846
|
+
}
|
|
29847
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29848
|
+
height: 14px;
|
|
29849
|
+
width: 14px;
|
|
29850
|
+
top: 1px;
|
|
29851
|
+
left: 1px;
|
|
29852
|
+
}
|
|
29853
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29854
|
+
height: 28px;
|
|
29855
|
+
width: 28px;
|
|
29856
|
+
}
|
|
29857
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
29858
|
+
border-radius: 14px;
|
|
29859
|
+
}
|
|
29860
|
+
.E_s34f1qb.ant-switch-checked {
|
|
29861
|
+
background-color: #00ba5d;
|
|
29862
|
+
}
|
|
29863
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
29864
|
+
left: calc(100% - 20px - 2px);
|
|
29865
|
+
}
|
|
29866
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
29867
|
+
left: calc(100% - 14px - 1px);
|
|
29868
|
+
}
|
|
29869
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
29870
|
+
left: calc(100% - 28px - 2px);
|
|
29871
|
+
}
|
|
29872
|
+
|
|
29873
|
+
.E_c1to9vb9 {
|
|
29874
|
+
margin-left: 5px;
|
|
29875
|
+
}
|
|
29876
|
+
|
|
29877
|
+
.E_p12gwtiw {
|
|
29878
|
+
display: flex;
|
|
29879
|
+
justify-content: space-between;
|
|
29880
|
+
align-items: center;
|
|
29881
|
+
padding: 10px 0;
|
|
29882
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29883
|
+
font-size: 12px;
|
|
29884
|
+
line-height: 24px;
|
|
29885
|
+
}
|
|
29886
|
+
.E_p12gwtiw .pagination-left {
|
|
29887
|
+
padding: 2px 8px;
|
|
29888
|
+
}
|
|
29889
|
+
.E_p12gwtiw .dropdown-trigger {
|
|
29890
|
+
display: flex;
|
|
29891
|
+
align-items: center;
|
|
29892
|
+
border-radius: 6px;
|
|
29893
|
+
cursor: pointer;
|
|
29894
|
+
transition: all 0.3s ease;
|
|
29895
|
+
}
|
|
29896
|
+
.E_p12gwtiw .dropdown-trigger:hover {
|
|
29897
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29898
|
+
color: #0080ff;
|
|
29899
|
+
}
|
|
29900
|
+
.E_p12gwtiw .dropdown-trigger .icon-inner {
|
|
29901
|
+
margin-left: 4px;
|
|
29902
|
+
}
|
|
29903
|
+
.E_p12gwtiw .pagination-right {
|
|
29904
|
+
display: flex;
|
|
29905
|
+
align-items: center;
|
|
29906
|
+
color: #0080ff;
|
|
29907
|
+
font-weight: bold;
|
|
29908
|
+
}
|
|
29909
|
+
.E_p12gwtiw .pagination-right .icon-inner {
|
|
29910
|
+
margin-left: 4px;
|
|
29911
|
+
}
|
|
29912
|
+
.E_p12gwtiw .pagination-right .prev-btn,
|
|
29913
|
+
.E_p12gwtiw .pagination-right .next-btn {
|
|
29914
|
+
padding: 0 8px;
|
|
29915
|
+
}
|
|
29916
|
+
.E_p12gwtiw .pagination-right .prev-btn > span,
|
|
29917
|
+
.E_p12gwtiw .pagination-right .next-btn > span {
|
|
29918
|
+
color: #0080ff;
|
|
29919
|
+
}
|
|
29920
|
+
.E_p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29921
|
+
transform: rotate(180deg);
|
|
29922
|
+
}
|
|
29923
|
+
|
|
29924
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29925
|
+
max-height: calc(100vh - 128px);
|
|
29926
|
+
overflow-y: auto;
|
|
29927
|
+
}
|
|
29928
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29929
|
+
padding: 4px 20px;
|
|
29930
|
+
font-size: 12px;
|
|
29931
|
+
line-height: 18px;
|
|
29932
|
+
}
|
|
29933
|
+
|
|
29822
29934
|
.E_rxbeqvl.ant-radio-wrapper {
|
|
29823
29935
|
display: inline-flex;
|
|
29824
29936
|
align-items: baseline;
|
|
@@ -29965,149 +30077,37 @@ html body {
|
|
|
29965
30077
|
width: 36px;
|
|
29966
30078
|
}
|
|
29967
30079
|
|
|
29968
|
-
.
|
|
30080
|
+
.E_cz04yix {
|
|
29969
30081
|
display: flex;
|
|
29970
|
-
|
|
29971
|
-
align-items: center;
|
|
29972
|
-
padding: 10px 0;
|
|
29973
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29974
|
-
font-size: 12px;
|
|
29975
|
-
line-height: 24px;
|
|
30082
|
+
flex-direction: column;
|
|
29976
30083
|
}
|
|
29977
|
-
|
|
29978
|
-
|
|
30084
|
+
|
|
30085
|
+
.E_m1if5j39 {
|
|
30086
|
+
max-width: 1120px;
|
|
30087
|
+
width: 100%;
|
|
30088
|
+
margin: 0 auto;
|
|
30089
|
+
height: 100%;
|
|
29979
30090
|
}
|
|
29980
|
-
|
|
30091
|
+
|
|
30092
|
+
.E_w1vvwdlp {
|
|
30093
|
+
max-width: 1120px;
|
|
30094
|
+
width: 100%;
|
|
30095
|
+
margin: 0 auto;
|
|
29981
30096
|
display: flex;
|
|
29982
|
-
align-items: center;
|
|
29983
|
-
border-radius: 6px;
|
|
29984
|
-
cursor: pointer;
|
|
29985
|
-
transition: all 0.3s ease;
|
|
29986
|
-
}
|
|
29987
|
-
.E_p12gwtiw .dropdown-trigger:hover {
|
|
29988
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29989
|
-
color: #0080ff;
|
|
29990
30097
|
}
|
|
29991
|
-
.
|
|
29992
|
-
|
|
30098
|
+
.E_w1vvwdlp .left,
|
|
30099
|
+
.E_w1vvwdlp .right {
|
|
30100
|
+
flex-grow: 0;
|
|
30101
|
+
flex-shrink: 0;
|
|
30102
|
+
flex-basis: 21%;
|
|
29993
30103
|
}
|
|
29994
|
-
.
|
|
30104
|
+
.E_w1vvwdlp .left {
|
|
29995
30105
|
display: flex;
|
|
29996
|
-
|
|
29997
|
-
|
|
29998
|
-
font-weight: bold;
|
|
30106
|
+
justify-content: flex-end;
|
|
30107
|
+
padding-right: 44px;
|
|
29999
30108
|
}
|
|
30000
|
-
.
|
|
30001
|
-
|
|
30002
|
-
}
|
|
30003
|
-
.E_p12gwtiw .pagination-right .prev-btn,
|
|
30004
|
-
.E_p12gwtiw .pagination-right .next-btn {
|
|
30005
|
-
padding: 0 8px;
|
|
30006
|
-
}
|
|
30007
|
-
.E_p12gwtiw .pagination-right .prev-btn > span,
|
|
30008
|
-
.E_p12gwtiw .pagination-right .next-btn > span {
|
|
30009
|
-
color: #0080ff;
|
|
30010
|
-
}
|
|
30011
|
-
.E_p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30012
|
-
transform: rotate(180deg);
|
|
30013
|
-
}
|
|
30014
|
-
|
|
30015
|
-
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30016
|
-
max-height: calc(100vh - 128px);
|
|
30017
|
-
overflow-y: auto;
|
|
30018
|
-
}
|
|
30019
|
-
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30020
|
-
padding: 4px 20px;
|
|
30021
|
-
font-size: 12px;
|
|
30022
|
-
line-height: 18px;
|
|
30023
|
-
}
|
|
30024
|
-
|
|
30025
|
-
.E_s34f1qb.ant-switch {
|
|
30026
|
-
min-width: 40px;
|
|
30027
|
-
height: 24px;
|
|
30028
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30029
|
-
overflow: hidden;
|
|
30030
|
-
}
|
|
30031
|
-
.E_s34f1qb.ant-switch:focus {
|
|
30032
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30033
|
-
}
|
|
30034
|
-
.E_s34f1qb.ant-switch-small {
|
|
30035
|
-
min-width: 26px;
|
|
30036
|
-
height: 16px;
|
|
30037
|
-
}
|
|
30038
|
-
.E_s34f1qb.ant-switch-large {
|
|
30039
|
-
min-width: 52px;
|
|
30040
|
-
height: 32px;
|
|
30041
|
-
}
|
|
30042
|
-
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
30043
|
-
height: 20px;
|
|
30044
|
-
width: 20px;
|
|
30045
|
-
}
|
|
30046
|
-
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30047
|
-
border-radius: 10px;
|
|
30048
|
-
transition-delay: 120ms;
|
|
30049
|
-
}
|
|
30050
|
-
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30051
|
-
height: 14px;
|
|
30052
|
-
width: 14px;
|
|
30053
|
-
top: 1px;
|
|
30054
|
-
left: 1px;
|
|
30055
|
-
}
|
|
30056
|
-
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30057
|
-
height: 28px;
|
|
30058
|
-
width: 28px;
|
|
30059
|
-
}
|
|
30060
|
-
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30061
|
-
border-radius: 14px;
|
|
30062
|
-
}
|
|
30063
|
-
.E_s34f1qb.ant-switch-checked {
|
|
30064
|
-
background-color: #00ba5d;
|
|
30065
|
-
}
|
|
30066
|
-
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30067
|
-
left: calc(100% - 20px - 2px);
|
|
30068
|
-
}
|
|
30069
|
-
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30070
|
-
left: calc(100% - 14px - 1px);
|
|
30071
|
-
}
|
|
30072
|
-
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30073
|
-
left: calc(100% - 28px - 2px);
|
|
30074
|
-
}
|
|
30075
|
-
|
|
30076
|
-
.E_c1to9vb9 {
|
|
30077
|
-
margin-left: 5px;
|
|
30078
|
-
}
|
|
30079
|
-
|
|
30080
|
-
.E_cz04yix {
|
|
30081
|
-
display: flex;
|
|
30082
|
-
flex-direction: column;
|
|
30083
|
-
}
|
|
30084
|
-
|
|
30085
|
-
.E_m1if5j39 {
|
|
30086
|
-
max-width: 1120px;
|
|
30087
|
-
width: 100%;
|
|
30088
|
-
margin: 0 auto;
|
|
30089
|
-
height: 100%;
|
|
30090
|
-
}
|
|
30091
|
-
|
|
30092
|
-
.E_w1vvwdlp {
|
|
30093
|
-
max-width: 1120px;
|
|
30094
|
-
width: 100%;
|
|
30095
|
-
margin: 0 auto;
|
|
30096
|
-
display: flex;
|
|
30097
|
-
}
|
|
30098
|
-
.E_w1vvwdlp .left,
|
|
30099
|
-
.E_w1vvwdlp .right {
|
|
30100
|
-
flex-grow: 0;
|
|
30101
|
-
flex-shrink: 0;
|
|
30102
|
-
flex-basis: 21%;
|
|
30103
|
-
}
|
|
30104
|
-
.E_w1vvwdlp .left {
|
|
30105
|
-
display: flex;
|
|
30106
|
-
justify-content: flex-end;
|
|
30107
|
-
padding-right: 44px;
|
|
30108
|
-
}
|
|
30109
|
-
.E_w1vvwdlp .right {
|
|
30110
|
-
padding-left: 44px;
|
|
30109
|
+
.E_w1vvwdlp .right {
|
|
30110
|
+
padding-left: 44px;
|
|
30111
30111
|
}
|
|
30112
30112
|
.E_w1vvwdlp .middle {
|
|
30113
30113
|
margin-bottom: 40px;
|
|
@@ -30757,544 +30757,368 @@ input.E_rrg1fkn.ant-input {
|
|
|
30757
30757
|
word-break: break-all;
|
|
30758
30758
|
}
|
|
30759
30759
|
|
|
30760
|
-
.
|
|
30761
|
-
|
|
30762
|
-
align-items: center;
|
|
30763
|
-
justify-content: space-between;
|
|
30764
|
-
background: #edf0f7;
|
|
30765
|
-
padding: 8px 12px;
|
|
30766
|
-
position: sticky;
|
|
30767
|
-
top: 0;
|
|
30768
|
-
z-index: 1;
|
|
30769
|
-
margin-bottom: -52px;
|
|
30760
|
+
.E_t1upn1sz {
|
|
30761
|
+
height: 100%;
|
|
30770
30762
|
}
|
|
30771
|
-
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
font-weight: 700;
|
|
30775
|
-
flex-shrink: 0;
|
|
30763
|
+
|
|
30764
|
+
.E_tta5kd2 {
|
|
30765
|
+
height: 100%;
|
|
30776
30766
|
}
|
|
30777
|
-
.
|
|
30778
|
-
|
|
30779
|
-
|
|
30780
|
-
width: 32px;
|
|
30781
|
-
height: 32px;
|
|
30782
|
-
border-radius: 50%;
|
|
30783
|
-
justify-content: center;
|
|
30767
|
+
.E_tta5kd2.empty-table .ant-table-content {
|
|
30768
|
+
overflow: visible !important;
|
|
30769
|
+
height: 100%;
|
|
30784
30770
|
}
|
|
30785
|
-
.
|
|
30786
|
-
|
|
30771
|
+
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30772
|
+
height: 100%;
|
|
30787
30773
|
}
|
|
30788
|
-
.
|
|
30789
|
-
|
|
30790
|
-
|
|
30791
|
-
white-space: nowrap;
|
|
30792
|
-
text-align: right;
|
|
30793
|
-
position: relative;
|
|
30794
|
-
padding: 4px 0;
|
|
30795
|
-
margin-top: -4px;
|
|
30796
|
-
overflow: hidden;
|
|
30774
|
+
.E_tta5kd2.empty-table .ant-table-content table {
|
|
30775
|
+
width: 100% !important;
|
|
30776
|
+
height: 100%;
|
|
30797
30777
|
}
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30778
|
+
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30779
|
+
padding: 15px 0;
|
|
30800
30780
|
}
|
|
30801
|
-
.
|
|
30802
|
-
|
|
30781
|
+
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30782
|
+
display: none;
|
|
30803
30783
|
}
|
|
30804
|
-
.
|
|
30805
|
-
|
|
30784
|
+
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
30785
|
+
font-weight: 700;
|
|
30806
30786
|
}
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30787
|
+
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30788
|
+
font-weight: 700;
|
|
30809
30789
|
}
|
|
30810
|
-
.
|
|
30811
|
-
|
|
30812
|
-
width: 32px;
|
|
30813
|
-
height: 32px;
|
|
30814
|
-
justify-content: center;
|
|
30815
|
-
border-radius: 50%;
|
|
30790
|
+
.E_tta5kd2 .ant-spin-nested-loading {
|
|
30791
|
+
height: 100%;
|
|
30816
30792
|
}
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30793
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30794
|
+
height: 100%;
|
|
30795
|
+
overflow: visible;
|
|
30819
30796
|
}
|
|
30820
|
-
|
|
30821
|
-
|
|
30822
|
-
font-family: Inter;
|
|
30823
|
-
font-style: normal;
|
|
30824
|
-
font-weight: bold;
|
|
30825
|
-
font-size: 32px;
|
|
30826
|
-
line-height: 40px;
|
|
30797
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30798
|
+
max-height: none;
|
|
30827
30799
|
}
|
|
30828
|
-
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30831
|
-
font-style: normal;
|
|
30832
|
-
font-weight: bold;
|
|
30833
|
-
font-size: 24px;
|
|
30834
|
-
line-height: 32px;
|
|
30800
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30801
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30802
|
+
display: none;
|
|
30835
30803
|
}
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
font-family: Inter;
|
|
30839
|
-
font-style: normal;
|
|
30840
|
-
font-weight: normal;
|
|
30841
|
-
font-size: 32px;
|
|
30842
|
-
line-height: 40px;
|
|
30804
|
+
.E_tta5kd2 td.ant-table-column-sort {
|
|
30805
|
+
background: transparent;
|
|
30843
30806
|
}
|
|
30844
|
-
|
|
30845
|
-
.
|
|
30846
|
-
|
|
30847
|
-
|
|
30848
|
-
font-weight: bold;
|
|
30849
|
-
font-size: 20px;
|
|
30850
|
-
line-height: 24px;
|
|
30807
|
+
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
30808
|
+
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
30809
|
+
background: #fff;
|
|
30810
|
+
padding: 0 !important;
|
|
30851
30811
|
}
|
|
30852
|
-
|
|
30853
|
-
.
|
|
30854
|
-
|
|
30855
|
-
|
|
30856
|
-
|
|
30857
|
-
|
|
30858
|
-
line-height: 24px;
|
|
30812
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30813
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30814
|
+
display: flex;
|
|
30815
|
+
align-items: center;
|
|
30816
|
+
height: 100%;
|
|
30817
|
+
padding: 8px;
|
|
30859
30818
|
}
|
|
30860
|
-
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
|
|
30865
|
-
font-size: 18px;
|
|
30866
|
-
line-height: 22px;
|
|
30819
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30820
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30821
|
+
overflow: hidden;
|
|
30822
|
+
text-overflow: ellipsis;
|
|
30823
|
+
width: 100%;
|
|
30867
30824
|
}
|
|
30868
|
-
|
|
30869
|
-
|
|
30870
|
-
font-family: Inter;
|
|
30871
|
-
font-style: normal;
|
|
30872
|
-
font-weight: normal;
|
|
30873
|
-
font-size: 18px;
|
|
30874
|
-
line-height: 22px;
|
|
30825
|
+
.E_tta5kd2 .ant-table-container {
|
|
30826
|
+
height: 100%;
|
|
30875
30827
|
}
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
font-family: Inter;
|
|
30879
|
-
font-style: normal;
|
|
30880
|
-
font-weight: bold;
|
|
30881
|
-
font-size: 16px;
|
|
30882
|
-
line-height: 22px;
|
|
30828
|
+
.E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
|
|
30829
|
+
box-shadow: none !important;
|
|
30883
30830
|
}
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
|
|
30890
|
-
|
|
30831
|
+
.E_tta5kd2 .ant-table {
|
|
30832
|
+
border-radius: 0px;
|
|
30833
|
+
border-left: none;
|
|
30834
|
+
border-right: none;
|
|
30835
|
+
border-bottom: none;
|
|
30836
|
+
height: 100%;
|
|
30837
|
+
font-size: 12px;
|
|
30838
|
+
background: transparent;
|
|
30891
30839
|
}
|
|
30892
|
-
|
|
30893
|
-
|
|
30894
|
-
|
|
30895
|
-
|
|
30896
|
-
|
|
30897
|
-
font-size: 14px;
|
|
30898
|
-
line-height: 20px;
|
|
30840
|
+
.E_tta5kd2 .ant-table .ant-table-header {
|
|
30841
|
+
position: relative;
|
|
30842
|
+
z-index: 3;
|
|
30843
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30844
|
+
margin-bottom: -1px;
|
|
30899
30845
|
}
|
|
30900
|
-
|
|
30901
|
-
.
|
|
30902
|
-
|
|
30903
|
-
font-style: normal;
|
|
30904
|
-
font-weight: normal;
|
|
30905
|
-
font-size: 14px;
|
|
30906
|
-
line-height: 20px;
|
|
30846
|
+
.E_tta5kd2 .ant-table .time-wrapper .date,
|
|
30847
|
+
.E_tta5kd2 .ant-table .value {
|
|
30848
|
+
color: #2d3a56;
|
|
30907
30849
|
}
|
|
30908
|
-
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
font-style: normal;
|
|
30912
|
-
font-weight: bold;
|
|
30913
|
-
font-size: 12px;
|
|
30914
|
-
line-height: 18px;
|
|
30850
|
+
.E_tta5kd2 .ant-table .time-wrapper .time,
|
|
30851
|
+
.E_tta5kd2 .ant-table .unit {
|
|
30852
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30915
30853
|
}
|
|
30916
|
-
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
font-style: normal;
|
|
30920
|
-
font-weight: normal;
|
|
30921
|
-
font-size: 12px;
|
|
30922
|
-
line-height: 18px;
|
|
30854
|
+
.E_tta5kd2 .ant-table .ant-table-selection {
|
|
30855
|
+
position: unset;
|
|
30856
|
+
text-align: center;
|
|
30923
30857
|
}
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
font-family: Inter;
|
|
30927
|
-
font-style: normal;
|
|
30928
|
-
font-weight: bold;
|
|
30929
|
-
text-transform: uppercase;
|
|
30930
|
-
font-feature-settings: "cpsp" on;
|
|
30931
|
-
font-size: 12px;
|
|
30932
|
-
line-height: 18px;
|
|
30858
|
+
.E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30859
|
+
background: #fff;
|
|
30933
30860
|
}
|
|
30934
|
-
|
|
30935
|
-
|
|
30936
|
-
|
|
30937
|
-
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30861
|
+
.E_tta5kd2 .ant-table .anticon-setting {
|
|
30862
|
+
cursor: pointer;
|
|
30863
|
+
position: absolute;
|
|
30864
|
+
top: 50%;
|
|
30865
|
+
right: 12px;
|
|
30866
|
+
transform: translateY(-50%);
|
|
30867
|
+
}
|
|
30868
|
+
.E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30869
|
+
box-shadow: none;
|
|
30870
|
+
width: 1px;
|
|
30871
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30872
|
+
}
|
|
30873
|
+
.E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30874
|
+
box-shadow: none;
|
|
30875
|
+
width: 1px;
|
|
30876
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30877
|
+
}
|
|
30878
|
+
.E_tta5kd2 .ant-table .ant-table-tbody {
|
|
30879
|
+
position: relative;
|
|
30880
|
+
}
|
|
30881
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30882
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30883
|
+
border-bottom: 1px solid white;
|
|
30884
|
+
height: 40px;
|
|
30885
|
+
vertical-align: middle;
|
|
30886
|
+
transition: background 0ms;
|
|
30887
|
+
color: #00122e;
|
|
30888
|
+
}
|
|
30889
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30890
|
+
background: #f2f5fa;
|
|
30891
|
+
border-bottom-color: #f2f5fa;
|
|
30892
|
+
}
|
|
30893
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30894
|
+
height: auto;
|
|
30895
|
+
color: #00122e;
|
|
30941
30896
|
font-size: 12px;
|
|
30942
|
-
|
|
30897
|
+
text-align: left;
|
|
30898
|
+
transition: none;
|
|
30899
|
+
overflow: hidden;
|
|
30900
|
+
text-overflow: ellipsis;
|
|
30901
|
+
white-space: nowrap;
|
|
30943
30902
|
}
|
|
30944
|
-
|
|
30945
|
-
|
|
30946
|
-
font-family: Inter;
|
|
30947
|
-
font-style: normal;
|
|
30948
|
-
font-weight: normal;
|
|
30949
|
-
font-size: 16px;
|
|
30950
|
-
line-height: 24px;
|
|
30903
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30904
|
+
color: #0096ff;
|
|
30951
30905
|
}
|
|
30952
|
-
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
font-size: 16px;
|
|
30958
|
-
line-height: 24px;
|
|
30906
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30907
|
+
overflow: hidden;
|
|
30908
|
+
text-overflow: ellipsis;
|
|
30909
|
+
width: 100%;
|
|
30910
|
+
vertical-align: middle;
|
|
30959
30911
|
}
|
|
30960
|
-
|
|
30961
|
-
|
|
30962
|
-
font-family: Inter;
|
|
30963
|
-
font-style: normal;
|
|
30964
|
-
font-weight: normal;
|
|
30965
|
-
font-size: 16px;
|
|
30966
|
-
line-height: 24px;
|
|
30912
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30913
|
+
line-height: 0px;
|
|
30967
30914
|
}
|
|
30968
|
-
|
|
30969
|
-
|
|
30970
|
-
font-family: Inter;
|
|
30971
|
-
font-style: normal;
|
|
30972
|
-
font-weight: bold;
|
|
30973
|
-
font-size: 16px;
|
|
30974
|
-
line-height: 24px;
|
|
30915
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30916
|
+
padding-right: 25px;
|
|
30975
30917
|
}
|
|
30976
|
-
|
|
30977
|
-
|
|
30978
|
-
font-family: Inter;
|
|
30979
|
-
font-style: normal;
|
|
30980
|
-
font-weight: normal;
|
|
30981
|
-
text-transform: uppercase;
|
|
30982
|
-
font-feature-settings: "cpsp" on;
|
|
30983
|
-
font-size: 16px;
|
|
30984
|
-
line-height: 24px;
|
|
30918
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30919
|
+
border-top-color: transparent;
|
|
30985
30920
|
}
|
|
30986
|
-
|
|
30987
|
-
.
|
|
30988
|
-
|
|
30989
|
-
font-style: normal;
|
|
30990
|
-
font-weight: bold;
|
|
30991
|
-
text-transform: uppercase;
|
|
30992
|
-
font-feature-settings: "cpsp" on;
|
|
30993
|
-
font-size: 16px;
|
|
30994
|
-
line-height: 24px;
|
|
30921
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30922
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30923
|
+
border-color: transparent transparent white;
|
|
30995
30924
|
}
|
|
30996
|
-
|
|
30997
|
-
|
|
30998
|
-
font-family: Inter;
|
|
30999
|
-
font-style: normal;
|
|
31000
|
-
font-weight: normal;
|
|
31001
|
-
font-size: 14px;
|
|
31002
|
-
line-height: 22px;
|
|
30925
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30926
|
+
border-radius: 8px 0 0 8px;
|
|
31003
30927
|
}
|
|
31004
|
-
|
|
31005
|
-
|
|
31006
|
-
font-family: Inter;
|
|
31007
|
-
font-style: normal;
|
|
31008
|
-
font-weight: 500;
|
|
31009
|
-
font-size: 14px;
|
|
31010
|
-
line-height: 22px;
|
|
30928
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30929
|
+
border-radius: 8px 0 0 8px;
|
|
31011
30930
|
}
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
|
|
31017
|
-
|
|
31018
|
-
line-height: 22px;
|
|
30931
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30932
|
+
content: "";
|
|
30933
|
+
width: 4px;
|
|
30934
|
+
top: -1px;
|
|
30935
|
+
bottom: -1px;
|
|
30936
|
+
background: white;
|
|
31019
30937
|
}
|
|
31020
|
-
|
|
31021
|
-
|
|
31022
|
-
font-family: Inter;
|
|
31023
|
-
font-style: normal;
|
|
31024
|
-
font-weight: normal;
|
|
31025
|
-
font-size: 14px;
|
|
31026
|
-
line-height: 22px;
|
|
30938
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30939
|
+
border-radius: 0 8px 8px 0;
|
|
31027
30940
|
}
|
|
31028
|
-
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
font-weight: bold;
|
|
31033
|
-
font-size: 14px;
|
|
31034
|
-
line-height: 22px;
|
|
30941
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30942
|
+
border-radius: 0;
|
|
30943
|
+
background: white;
|
|
30944
|
+
border-top: none;
|
|
31035
30945
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
font-weight: normal;
|
|
31041
|
-
text-transform: uppercase;
|
|
31042
|
-
font-feature-settings: "cpsp" on;
|
|
31043
|
-
font-size: 14px;
|
|
31044
|
-
line-height: 22px;
|
|
30946
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30947
|
+
border-top: 1px solid transparent;
|
|
30948
|
+
border-radius: 0 8px 8px 0;
|
|
30949
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31045
30950
|
}
|
|
31046
|
-
|
|
31047
|
-
|
|
31048
|
-
|
|
31049
|
-
font-style: normal;
|
|
31050
|
-
font-weight: bold;
|
|
31051
|
-
text-transform: uppercase;
|
|
31052
|
-
font-feature-settings: "cpsp" on;
|
|
31053
|
-
font-size: 14px;
|
|
31054
|
-
line-height: 22px;
|
|
30951
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30952
|
+
background: white;
|
|
30953
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31055
30954
|
}
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
31059
|
-
|
|
31060
|
-
|
|
31061
|
-
font-size: 13px;
|
|
31062
|
-
line-height: 20px;
|
|
30955
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30956
|
+
display: flex;
|
|
30957
|
+
align-items: center;
|
|
30958
|
+
height: 100%;
|
|
30959
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31063
30960
|
}
|
|
31064
|
-
|
|
31065
|
-
|
|
31066
|
-
|
|
31067
|
-
font-style: normal;
|
|
31068
|
-
font-weight: 600;
|
|
31069
|
-
font-size: 13px;
|
|
31070
|
-
line-height: 20px;
|
|
30961
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30962
|
+
background: white;
|
|
30963
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31071
30964
|
}
|
|
31072
|
-
|
|
31073
|
-
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
31077
|
-
font-size: 13px;
|
|
31078
|
-
line-height: 20px;
|
|
30965
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30966
|
+
display: flex;
|
|
30967
|
+
align-items: center;
|
|
30968
|
+
height: 100%;
|
|
30969
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31079
30970
|
}
|
|
31080
|
-
|
|
31081
|
-
.
|
|
31082
|
-
font-family: Inter;
|
|
31083
|
-
font-style: normal;
|
|
31084
|
-
font-weight: normal;
|
|
31085
|
-
font-size: 13px;
|
|
31086
|
-
line-height: 20px;
|
|
30971
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30972
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31087
30973
|
}
|
|
31088
|
-
|
|
31089
|
-
.
|
|
31090
|
-
|
|
31091
|
-
font-style: normal;
|
|
31092
|
-
font-weight: 600;
|
|
31093
|
-
font-size: 13px;
|
|
31094
|
-
line-height: 20px;
|
|
30974
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30975
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30976
|
+
border-radius: 8px;
|
|
31095
30977
|
}
|
|
31096
|
-
|
|
31097
|
-
|
|
31098
|
-
font-family: Inter;
|
|
31099
|
-
font-style: normal;
|
|
31100
|
-
font-weight: bold;
|
|
31101
|
-
font-size: 13px;
|
|
31102
|
-
line-height: 20px;
|
|
30978
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30979
|
+
border-top-color: white;
|
|
31103
30980
|
}
|
|
31104
|
-
|
|
31105
|
-
.
|
|
31106
|
-
|
|
31107
|
-
|
|
31108
|
-
font-weight: normal;
|
|
31109
|
-
text-transform: uppercase;
|
|
31110
|
-
font-feature-settings: "cpsp" on;
|
|
31111
|
-
font-size: 13px;
|
|
31112
|
-
line-height: 20px;
|
|
30981
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30982
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30983
|
+
border-bottom-color: transparent;
|
|
30984
|
+
border-top-color: transparent;
|
|
31113
30985
|
}
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
font-family: Inter;
|
|
31117
|
-
font-style: normal;
|
|
31118
|
-
font-weight: bold;
|
|
31119
|
-
text-transform: uppercase;
|
|
31120
|
-
font-feature-settings: "cpsp" on;
|
|
31121
|
-
font-size: 13px;
|
|
31122
|
-
line-height: 20px;
|
|
30986
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30987
|
+
border-radius: 8px 0 0 8px;
|
|
31123
30988
|
}
|
|
31124
|
-
|
|
31125
|
-
|
|
31126
|
-
font-family: Inter;
|
|
31127
|
-
font-style: normal;
|
|
31128
|
-
font-weight: normal;
|
|
31129
|
-
font-size: 12px;
|
|
31130
|
-
line-height: 18px;
|
|
30989
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30990
|
+
border-radius: 0 8px 8px 0;
|
|
31131
30991
|
}
|
|
31132
|
-
|
|
31133
|
-
.
|
|
31134
|
-
font-family: Inter;
|
|
31135
|
-
font-style: normal;
|
|
31136
|
-
font-weight: 500;
|
|
31137
|
-
font-size: 12px;
|
|
31138
|
-
line-height: 18px;
|
|
30992
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30993
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31139
30994
|
}
|
|
31140
|
-
|
|
31141
|
-
|
|
31142
|
-
font-
|
|
31143
|
-
|
|
31144
|
-
|
|
31145
|
-
|
|
31146
|
-
|
|
30995
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30996
|
+
background: #fff;
|
|
30997
|
+
font-weight: 400;
|
|
30998
|
+
position: relative;
|
|
30999
|
+
border-bottom: none;
|
|
31000
|
+
color: #00122e;
|
|
31001
|
+
transition: none;
|
|
31002
|
+
padding: 15px 8px 15px 8px;
|
|
31147
31003
|
}
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
|
|
31004
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31005
|
+
content: "";
|
|
31006
|
+
width: 1px;
|
|
31007
|
+
top: 0;
|
|
31008
|
+
bottom: 0;
|
|
31009
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31010
|
+
position: absolute;
|
|
31011
|
+
right: 0;
|
|
31155
31012
|
}
|
|
31156
|
-
|
|
31157
|
-
|
|
31158
|
-
font-family: Inter;
|
|
31159
|
-
font-style: normal;
|
|
31160
|
-
font-weight: 500;
|
|
31161
|
-
font-size: 12px;
|
|
31162
|
-
line-height: 18px;
|
|
31013
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31014
|
+
padding: unset;
|
|
31163
31015
|
}
|
|
31164
|
-
|
|
31165
|
-
|
|
31166
|
-
font-family: Inter;
|
|
31167
|
-
font-style: normal;
|
|
31168
|
-
font-weight: bold;
|
|
31169
|
-
font-size: 12px;
|
|
31170
|
-
line-height: 18px;
|
|
31016
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31017
|
+
display: none;
|
|
31171
31018
|
}
|
|
31172
|
-
|
|
31173
|
-
|
|
31174
|
-
|
|
31175
|
-
|
|
31176
|
-
|
|
31177
|
-
|
|
31178
|
-
|
|
31179
|
-
|
|
31180
|
-
|
|
31019
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31020
|
+
width: 100%;
|
|
31021
|
+
overflow: hidden;
|
|
31022
|
+
white-space: nowrap;
|
|
31023
|
+
text-overflow: ellipsis;
|
|
31024
|
+
}
|
|
31025
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31026
|
+
overflow: hidden;
|
|
31027
|
+
text-overflow: ellipsis;
|
|
31028
|
+
flex: 1;
|
|
31029
|
+
}
|
|
31030
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31031
|
+
padding: 15px 25px 15px 8px;
|
|
31032
|
+
}
|
|
31033
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31034
|
+
padding: 0;
|
|
31035
|
+
}
|
|
31036
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31037
|
+
position: absolute;
|
|
31038
|
+
right: 6px;
|
|
31039
|
+
top: 50%;
|
|
31040
|
+
transform: translateY(-50%);
|
|
31041
|
+
height: 16px;
|
|
31042
|
+
display: none;
|
|
31043
|
+
transition: transform 320ms ease;
|
|
31044
|
+
}
|
|
31045
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31046
|
+
display: block;
|
|
31047
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31181
31048
|
}
|
|
31182
|
-
|
|
31183
|
-
|
|
31184
|
-
font-family: Inter;
|
|
31185
|
-
font-style: normal;
|
|
31186
|
-
font-weight: bold;
|
|
31187
|
-
text-transform: uppercase;
|
|
31188
|
-
font-feature-settings: "cpsp" on;
|
|
31189
|
-
font-size: 12px;
|
|
31190
|
-
line-height: 18px;
|
|
31049
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31050
|
+
display: block;
|
|
31191
31051
|
}
|
|
31192
|
-
|
|
31193
|
-
|
|
31194
|
-
font-family: Inter;
|
|
31195
|
-
font-style: normal;
|
|
31196
|
-
font-weight: normal;
|
|
31197
|
-
font-size: 13px;
|
|
31198
|
-
line-height: 20px;
|
|
31052
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31053
|
+
display: none;
|
|
31199
31054
|
}
|
|
31200
|
-
|
|
31201
|
-
|
|
31202
|
-
font-family: Inter;
|
|
31203
|
-
font-style: normal;
|
|
31204
|
-
font-weight: normal;
|
|
31205
|
-
font-size: 13px;
|
|
31206
|
-
line-height: 20px;
|
|
31055
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31056
|
+
transform: translateY(-50%);
|
|
31207
31057
|
}
|
|
31208
|
-
|
|
31209
|
-
|
|
31210
|
-
font-family: Inter;
|
|
31211
|
-
font-style: normal;
|
|
31212
|
-
font-weight: normal;
|
|
31213
|
-
font-size: 12px;
|
|
31214
|
-
line-height: 18px;
|
|
31058
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31059
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31215
31060
|
}
|
|
31216
|
-
|
|
31217
|
-
|
|
31218
|
-
font-family: Inter;
|
|
31219
|
-
font-style: normal;
|
|
31220
|
-
font-weight: normal;
|
|
31221
|
-
font-size: 12px;
|
|
31222
|
-
line-height: 18px;
|
|
31061
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31062
|
+
background: #f2f5fa;
|
|
31223
31063
|
}
|
|
31224
|
-
|
|
31225
|
-
|
|
31226
|
-
font-family: Inter;
|
|
31227
|
-
font-style: normal;
|
|
31228
|
-
font-weight: normal;
|
|
31229
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31230
|
-
font-size: 13px;
|
|
31231
|
-
line-height: 20px;
|
|
31064
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31065
|
+
display: block;
|
|
31232
31066
|
}
|
|
31233
|
-
|
|
31234
|
-
|
|
31235
|
-
font-family: Inter;
|
|
31236
|
-
font-style: normal;
|
|
31237
|
-
font-weight: normal;
|
|
31238
|
-
font-feature-settings: "zero" on;
|
|
31239
|
-
font-size: 13px;
|
|
31240
|
-
line-height: 20px;
|
|
31067
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31068
|
+
padding-right: 25px;
|
|
31241
31069
|
}
|
|
31242
|
-
|
|
31243
|
-
|
|
31244
|
-
font-family: Inter;
|
|
31245
|
-
font-style: normal;
|
|
31246
|
-
font-weight: normal;
|
|
31247
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31248
|
-
font-size: 12px;
|
|
31249
|
-
line-height: 18px;
|
|
31070
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column {
|
|
31071
|
+
padding: 0 !important;
|
|
31250
31072
|
}
|
|
31251
|
-
|
|
31252
|
-
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
|
|
31256
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31257
|
-
font-size: 12px;
|
|
31258
|
-
line-height: 18px;
|
|
31073
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31074
|
+
position: absolute;
|
|
31075
|
+
left: 50%;
|
|
31076
|
+
top: 50%;
|
|
31077
|
+
transform: translate(-50%, -50%);
|
|
31259
31078
|
}
|
|
31260
|
-
|
|
31261
|
-
|
|
31262
|
-
font-family: Inter;
|
|
31263
|
-
font-style: normal;
|
|
31264
|
-
font-weight: normal;
|
|
31265
|
-
font-feature-settings: "zero" on;
|
|
31266
|
-
font-size: 12px;
|
|
31267
|
-
line-height: 18px;
|
|
31079
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31080
|
+
display: none;
|
|
31268
31081
|
}
|
|
31269
|
-
|
|
31270
|
-
|
|
31271
|
-
font-family: Inter;
|
|
31272
|
-
font-style: normal;
|
|
31273
|
-
font-weight: 500;
|
|
31274
|
-
font-feature-settings: "zero" on;
|
|
31275
|
-
font-size: 12px;
|
|
31276
|
-
line-height: 18px;
|
|
31082
|
+
.E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31083
|
+
background: #fff;
|
|
31277
31084
|
}
|
|
31278
|
-
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
|
|
31085
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder {
|
|
31086
|
+
background: inherit;
|
|
31087
|
+
}
|
|
31088
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31089
|
+
position: static;
|
|
31090
|
+
border: none;
|
|
31091
|
+
background: inherit !important;
|
|
31092
|
+
height: 100px;
|
|
31093
|
+
vertical-align: middle;
|
|
31094
|
+
}
|
|
31095
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31096
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31282
31097
|
font-weight: bold;
|
|
31283
|
-
font-
|
|
31284
|
-
|
|
31285
|
-
line-height: 24px;
|
|
31098
|
+
font-size: 20px;
|
|
31099
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31286
31100
|
}
|
|
31287
|
-
|
|
31288
|
-
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
font-weight: normal;
|
|
31292
|
-
font-size: 10px;
|
|
31293
|
-
line-height: 12px;
|
|
31101
|
+
.E_tta5kd2 .ant-table td.cell__action_ {
|
|
31102
|
+
padding: 0 !important;
|
|
31103
|
+
position: relative;
|
|
31104
|
+
background: #fff;
|
|
31294
31105
|
}
|
|
31295
|
-
|
|
31296
|
-
|
|
31297
|
-
display:
|
|
31106
|
+
.E_tta5kd2 .ant-table td.cell__action_ > * {
|
|
31107
|
+
height: 100%;
|
|
31108
|
+
display: flex;
|
|
31109
|
+
align-items: center;
|
|
31110
|
+
justify-content: flex-end;
|
|
31111
|
+
padding-right: 8px;
|
|
31112
|
+
}
|
|
31113
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31114
|
+
width: 24px;
|
|
31115
|
+
height: 24px;
|
|
31116
|
+
cursor: pointer;
|
|
31117
|
+
justify-content: center;
|
|
31118
|
+
border-radius: 4px;
|
|
31119
|
+
}
|
|
31120
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31121
|
+
background: #fff;
|
|
31298
31122
|
}
|
|
31299
31123
|
|
|
31300
31124
|
.E_s1fc623g {
|
|
@@ -31378,368 +31202,544 @@ input.E_rrg1fkn.ant-input {
|
|
|
31378
31202
|
opacity: 0;
|
|
31379
31203
|
}
|
|
31380
31204
|
|
|
31381
|
-
.
|
|
31382
|
-
|
|
31205
|
+
.E_i1e4sgug {
|
|
31206
|
+
display: inline-block;
|
|
31383
31207
|
}
|
|
31384
31208
|
|
|
31385
|
-
.
|
|
31386
|
-
height: 100%;
|
|
31387
|
-
}
|
|
31388
|
-
.E_tta5kd2.empty-table .ant-table-content {
|
|
31389
|
-
overflow: visible !important;
|
|
31390
|
-
height: 100%;
|
|
31391
|
-
}
|
|
31392
|
-
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31393
|
-
height: 100%;
|
|
31394
|
-
}
|
|
31395
|
-
.E_tta5kd2.empty-table .ant-table-content table {
|
|
31396
|
-
width: 100% !important;
|
|
31397
|
-
height: 100%;
|
|
31398
|
-
}
|
|
31399
|
-
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31400
|
-
padding: 15px 0;
|
|
31401
|
-
}
|
|
31402
|
-
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31403
|
-
display: none;
|
|
31404
|
-
}
|
|
31405
|
-
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
31406
|
-
font-weight: 700;
|
|
31407
|
-
}
|
|
31408
|
-
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31409
|
-
font-weight: 700;
|
|
31410
|
-
}
|
|
31411
|
-
.E_tta5kd2 .ant-spin-nested-loading {
|
|
31412
|
-
height: 100%;
|
|
31413
|
-
}
|
|
31414
|
-
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31415
|
-
height: 100%;
|
|
31416
|
-
overflow: visible;
|
|
31417
|
-
}
|
|
31418
|
-
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31419
|
-
max-height: none;
|
|
31420
|
-
}
|
|
31421
|
-
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31422
|
-
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31423
|
-
display: none;
|
|
31424
|
-
}
|
|
31425
|
-
.E_tta5kd2 td.ant-table-column-sort {
|
|
31426
|
-
background: transparent;
|
|
31427
|
-
}
|
|
31428
|
-
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
31429
|
-
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
31430
|
-
background: #fff;
|
|
31431
|
-
padding: 0 !important;
|
|
31432
|
-
}
|
|
31433
|
-
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31434
|
-
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31209
|
+
.E_s1ebs0ra {
|
|
31435
31210
|
display: flex;
|
|
31436
31211
|
align-items: center;
|
|
31437
|
-
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
|
|
31444
|
-
width: 100%;
|
|
31445
|
-
}
|
|
31446
|
-
.E_tta5kd2 .ant-table-container {
|
|
31447
|
-
height: 100%;
|
|
31212
|
+
justify-content: space-between;
|
|
31213
|
+
background: #edf0f7;
|
|
31214
|
+
padding: 8px 12px;
|
|
31215
|
+
position: sticky;
|
|
31216
|
+
top: 0;
|
|
31217
|
+
z-index: 1;
|
|
31218
|
+
margin-bottom: -52px;
|
|
31448
31219
|
}
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31220
|
+
.E_s1ebs0ra .select-total {
|
|
31221
|
+
display: flex;
|
|
31222
|
+
align-items: center;
|
|
31223
|
+
font-weight: 700;
|
|
31224
|
+
flex-shrink: 0;
|
|
31451
31225
|
}
|
|
31452
|
-
.
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
|
|
31456
|
-
|
|
31457
|
-
|
|
31458
|
-
|
|
31459
|
-
background: transparent;
|
|
31226
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31227
|
+
cursor: pointer;
|
|
31228
|
+
margin-left: 8px;
|
|
31229
|
+
width: 32px;
|
|
31230
|
+
height: 32px;
|
|
31231
|
+
border-radius: 50%;
|
|
31232
|
+
justify-content: center;
|
|
31460
31233
|
}
|
|
31461
|
-
.
|
|
31234
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31235
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31236
|
+
}
|
|
31237
|
+
.E_s1ebs0ra .action-group {
|
|
31238
|
+
flex: 1;
|
|
31239
|
+
margin-left: 88px;
|
|
31240
|
+
white-space: nowrap;
|
|
31241
|
+
text-align: right;
|
|
31462
31242
|
position: relative;
|
|
31463
|
-
|
|
31464
|
-
|
|
31465
|
-
|
|
31243
|
+
padding: 4px 0;
|
|
31244
|
+
margin-top: -4px;
|
|
31245
|
+
overflow: hidden;
|
|
31466
31246
|
}
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
color: #2d3a56;
|
|
31247
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31248
|
+
transform: translateY(-4px);
|
|
31470
31249
|
}
|
|
31471
|
-
.
|
|
31472
|
-
|
|
31473
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31250
|
+
.E_s1ebs0ra .action-group button {
|
|
31251
|
+
border: none;
|
|
31474
31252
|
}
|
|
31475
|
-
.
|
|
31476
|
-
|
|
31477
|
-
text-align: center;
|
|
31253
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31254
|
+
margin-right: 8px;
|
|
31478
31255
|
}
|
|
31479
|
-
.
|
|
31480
|
-
|
|
31256
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31257
|
+
margin-right: 4px;
|
|
31481
31258
|
}
|
|
31482
|
-
.
|
|
31259
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31483
31260
|
cursor: pointer;
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31261
|
+
width: 32px;
|
|
31262
|
+
height: 32px;
|
|
31263
|
+
justify-content: center;
|
|
31264
|
+
border-radius: 50%;
|
|
31488
31265
|
}
|
|
31489
|
-
.
|
|
31490
|
-
|
|
31491
|
-
width: 1px;
|
|
31492
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31266
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31267
|
+
background: #fff;
|
|
31493
31268
|
}
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
|
|
31497
|
-
|
|
31269
|
+
|
|
31270
|
+
.E_d6j0lbj {
|
|
31271
|
+
font-family: Inter;
|
|
31272
|
+
font-style: normal;
|
|
31273
|
+
font-weight: bold;
|
|
31274
|
+
font-size: 32px;
|
|
31275
|
+
line-height: 40px;
|
|
31498
31276
|
}
|
|
31499
|
-
|
|
31500
|
-
|
|
31277
|
+
|
|
31278
|
+
.E_d1xhvvxe {
|
|
31279
|
+
font-family: Inter;
|
|
31280
|
+
font-style: normal;
|
|
31281
|
+
font-weight: bold;
|
|
31282
|
+
font-size: 24px;
|
|
31283
|
+
line-height: 32px;
|
|
31501
31284
|
}
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
|
|
31508
|
-
|
|
31285
|
+
|
|
31286
|
+
.E_dk10mxq {
|
|
31287
|
+
font-family: Inter;
|
|
31288
|
+
font-style: normal;
|
|
31289
|
+
font-weight: normal;
|
|
31290
|
+
font-size: 32px;
|
|
31291
|
+
line-height: 40px;
|
|
31509
31292
|
}
|
|
31510
|
-
|
|
31511
|
-
|
|
31512
|
-
|
|
31293
|
+
|
|
31294
|
+
.E_dxsait {
|
|
31295
|
+
font-family: Inter;
|
|
31296
|
+
font-style: normal;
|
|
31297
|
+
font-weight: bold;
|
|
31298
|
+
font-size: 20px;
|
|
31299
|
+
line-height: 24px;
|
|
31513
31300
|
}
|
|
31514
|
-
|
|
31515
|
-
|
|
31516
|
-
|
|
31517
|
-
font-
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
|
|
31521
|
-
text-overflow: ellipsis;
|
|
31522
|
-
white-space: nowrap;
|
|
31301
|
+
|
|
31302
|
+
.E_dokn0h3 {
|
|
31303
|
+
font-family: Inter;
|
|
31304
|
+
font-style: normal;
|
|
31305
|
+
font-weight: normal;
|
|
31306
|
+
font-size: 20px;
|
|
31307
|
+
line-height: 24px;
|
|
31523
31308
|
}
|
|
31524
|
-
|
|
31525
|
-
|
|
31309
|
+
|
|
31310
|
+
.E_dobau4p {
|
|
31311
|
+
font-family: Inter;
|
|
31312
|
+
font-style: normal;
|
|
31313
|
+
font-weight: bold;
|
|
31314
|
+
font-size: 18px;
|
|
31315
|
+
line-height: 22px;
|
|
31526
31316
|
}
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
|
|
31531
|
-
|
|
31317
|
+
|
|
31318
|
+
.E_dvolwok {
|
|
31319
|
+
font-family: Inter;
|
|
31320
|
+
font-style: normal;
|
|
31321
|
+
font-weight: normal;
|
|
31322
|
+
font-size: 18px;
|
|
31323
|
+
line-height: 22px;
|
|
31532
31324
|
}
|
|
31533
|
-
|
|
31534
|
-
|
|
31325
|
+
|
|
31326
|
+
.E_h181qhg4 {
|
|
31327
|
+
font-family: Inter;
|
|
31328
|
+
font-style: normal;
|
|
31329
|
+
font-weight: bold;
|
|
31330
|
+
font-size: 16px;
|
|
31331
|
+
line-height: 22px;
|
|
31535
31332
|
}
|
|
31536
|
-
|
|
31537
|
-
|
|
31333
|
+
|
|
31334
|
+
.E_h1phgmcq {
|
|
31335
|
+
font-family: Inter;
|
|
31336
|
+
font-style: normal;
|
|
31337
|
+
font-weight: normal;
|
|
31338
|
+
font-size: 16px;
|
|
31339
|
+
line-height: 22px;
|
|
31538
31340
|
}
|
|
31539
|
-
|
|
31540
|
-
|
|
31341
|
+
|
|
31342
|
+
.E_h173xnl1 {
|
|
31343
|
+
font-family: Inter;
|
|
31344
|
+
font-style: normal;
|
|
31345
|
+
font-weight: bold;
|
|
31346
|
+
font-size: 14px;
|
|
31347
|
+
line-height: 20px;
|
|
31541
31348
|
}
|
|
31542
|
-
|
|
31543
|
-
|
|
31544
|
-
|
|
31349
|
+
|
|
31350
|
+
.E_hedm4pz {
|
|
31351
|
+
font-family: Inter;
|
|
31352
|
+
font-style: normal;
|
|
31353
|
+
font-weight: normal;
|
|
31354
|
+
font-size: 14px;
|
|
31355
|
+
line-height: 20px;
|
|
31545
31356
|
}
|
|
31546
|
-
|
|
31547
|
-
|
|
31357
|
+
|
|
31358
|
+
.E_h1kd8xld {
|
|
31359
|
+
font-family: Inter;
|
|
31360
|
+
font-style: normal;
|
|
31361
|
+
font-weight: bold;
|
|
31362
|
+
font-size: 12px;
|
|
31363
|
+
line-height: 18px;
|
|
31548
31364
|
}
|
|
31549
|
-
|
|
31550
|
-
|
|
31365
|
+
|
|
31366
|
+
.E_hp14fr {
|
|
31367
|
+
font-family: Inter;
|
|
31368
|
+
font-style: normal;
|
|
31369
|
+
font-weight: normal;
|
|
31370
|
+
font-size: 12px;
|
|
31371
|
+
line-height: 18px;
|
|
31551
31372
|
}
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
|
|
31373
|
+
|
|
31374
|
+
.E_hgrg7mn {
|
|
31375
|
+
font-family: Inter;
|
|
31376
|
+
font-style: normal;
|
|
31377
|
+
font-weight: bold;
|
|
31378
|
+
text-transform: uppercase;
|
|
31379
|
+
font-feature-settings: "cpsp" on;
|
|
31380
|
+
font-size: 12px;
|
|
31381
|
+
line-height: 18px;
|
|
31558
31382
|
}
|
|
31559
|
-
|
|
31560
|
-
|
|
31383
|
+
|
|
31384
|
+
.E_h6zme9x {
|
|
31385
|
+
font-family: Inter;
|
|
31386
|
+
font-style: normal;
|
|
31387
|
+
font-weight: normal;
|
|
31388
|
+
text-transform: uppercase;
|
|
31389
|
+
font-feature-settings: "cpsp" on;
|
|
31390
|
+
font-size: 12px;
|
|
31391
|
+
line-height: 18px;
|
|
31561
31392
|
}
|
|
31562
|
-
|
|
31563
|
-
|
|
31564
|
-
|
|
31565
|
-
|
|
31393
|
+
|
|
31394
|
+
.E_locjvsv {
|
|
31395
|
+
font-family: Inter;
|
|
31396
|
+
font-style: normal;
|
|
31397
|
+
font-weight: normal;
|
|
31398
|
+
font-size: 16px;
|
|
31399
|
+
line-height: 24px;
|
|
31566
31400
|
}
|
|
31567
|
-
|
|
31568
|
-
|
|
31569
|
-
|
|
31570
|
-
|
|
31401
|
+
|
|
31402
|
+
.E_l13gi131 {
|
|
31403
|
+
font-family: Inter;
|
|
31404
|
+
font-style: normal;
|
|
31405
|
+
font-weight: bold;
|
|
31406
|
+
font-size: 16px;
|
|
31407
|
+
line-height: 24px;
|
|
31571
31408
|
}
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31409
|
+
|
|
31410
|
+
.E_l1ynemsu {
|
|
31411
|
+
font-family: Inter;
|
|
31412
|
+
font-style: normal;
|
|
31413
|
+
font-weight: normal;
|
|
31414
|
+
font-size: 16px;
|
|
31415
|
+
line-height: 24px;
|
|
31575
31416
|
}
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31417
|
+
|
|
31418
|
+
.E_l1cft1cx {
|
|
31419
|
+
font-family: Inter;
|
|
31420
|
+
font-style: normal;
|
|
31421
|
+
font-weight: bold;
|
|
31422
|
+
font-size: 16px;
|
|
31423
|
+
line-height: 24px;
|
|
31581
31424
|
}
|
|
31582
|
-
|
|
31583
|
-
|
|
31584
|
-
|
|
31425
|
+
|
|
31426
|
+
.E_l17tqc8p {
|
|
31427
|
+
font-family: Inter;
|
|
31428
|
+
font-style: normal;
|
|
31429
|
+
font-weight: normal;
|
|
31430
|
+
text-transform: uppercase;
|
|
31431
|
+
font-feature-settings: "cpsp" on;
|
|
31432
|
+
font-size: 16px;
|
|
31433
|
+
line-height: 24px;
|
|
31585
31434
|
}
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31589
|
-
|
|
31590
|
-
|
|
31435
|
+
|
|
31436
|
+
.E_l1j1e5w7 {
|
|
31437
|
+
font-family: Inter;
|
|
31438
|
+
font-style: normal;
|
|
31439
|
+
font-weight: bold;
|
|
31440
|
+
text-transform: uppercase;
|
|
31441
|
+
font-feature-settings: "cpsp" on;
|
|
31442
|
+
font-size: 16px;
|
|
31443
|
+
line-height: 24px;
|
|
31591
31444
|
}
|
|
31592
|
-
|
|
31593
|
-
|
|
31445
|
+
|
|
31446
|
+
.E_l1gf91jb {
|
|
31447
|
+
font-family: Inter;
|
|
31448
|
+
font-style: normal;
|
|
31449
|
+
font-weight: normal;
|
|
31450
|
+
font-size: 14px;
|
|
31451
|
+
line-height: 22px;
|
|
31594
31452
|
}
|
|
31595
|
-
|
|
31596
|
-
|
|
31597
|
-
|
|
31453
|
+
|
|
31454
|
+
.E_lu7hlr6 {
|
|
31455
|
+
font-family: Inter;
|
|
31456
|
+
font-style: normal;
|
|
31457
|
+
font-weight: 500;
|
|
31458
|
+
font-size: 14px;
|
|
31459
|
+
line-height: 22px;
|
|
31598
31460
|
}
|
|
31599
|
-
|
|
31600
|
-
|
|
31461
|
+
|
|
31462
|
+
.E_l3l3jf0 {
|
|
31463
|
+
font-family: Inter;
|
|
31464
|
+
font-style: normal;
|
|
31465
|
+
font-weight: bold;
|
|
31466
|
+
font-size: 14px;
|
|
31467
|
+
line-height: 22px;
|
|
31601
31468
|
}
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31469
|
+
|
|
31470
|
+
.E_l12j5nqp {
|
|
31471
|
+
font-family: Inter;
|
|
31472
|
+
font-style: normal;
|
|
31473
|
+
font-weight: normal;
|
|
31474
|
+
font-size: 14px;
|
|
31475
|
+
line-height: 22px;
|
|
31606
31476
|
}
|
|
31607
|
-
|
|
31608
|
-
|
|
31477
|
+
|
|
31478
|
+
.E_l1tecqht {
|
|
31479
|
+
font-family: Inter;
|
|
31480
|
+
font-style: normal;
|
|
31481
|
+
font-weight: bold;
|
|
31482
|
+
font-size: 14px;
|
|
31483
|
+
line-height: 22px;
|
|
31609
31484
|
}
|
|
31610
|
-
|
|
31611
|
-
|
|
31485
|
+
|
|
31486
|
+
.E_l6sa990 {
|
|
31487
|
+
font-family: Inter;
|
|
31488
|
+
font-style: normal;
|
|
31489
|
+
font-weight: normal;
|
|
31490
|
+
text-transform: uppercase;
|
|
31491
|
+
font-feature-settings: "cpsp" on;
|
|
31492
|
+
font-size: 14px;
|
|
31493
|
+
line-height: 22px;
|
|
31612
31494
|
}
|
|
31613
|
-
|
|
31614
|
-
|
|
31495
|
+
|
|
31496
|
+
.E_lckqe8j {
|
|
31497
|
+
font-family: Inter;
|
|
31498
|
+
font-style: normal;
|
|
31499
|
+
font-weight: bold;
|
|
31500
|
+
text-transform: uppercase;
|
|
31501
|
+
font-feature-settings: "cpsp" on;
|
|
31502
|
+
font-size: 14px;
|
|
31503
|
+
line-height: 22px;
|
|
31615
31504
|
}
|
|
31616
|
-
|
|
31617
|
-
|
|
31618
|
-
font-
|
|
31619
|
-
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
padding: 15px 8px 15px 8px;
|
|
31505
|
+
|
|
31506
|
+
.E_l1kuminb {
|
|
31507
|
+
font-family: Inter;
|
|
31508
|
+
font-style: normal;
|
|
31509
|
+
font-weight: normal;
|
|
31510
|
+
font-size: 13px;
|
|
31511
|
+
line-height: 20px;
|
|
31624
31512
|
}
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
right: 0;
|
|
31513
|
+
|
|
31514
|
+
.E_l1pbuf5j {
|
|
31515
|
+
font-family: Inter;
|
|
31516
|
+
font-style: normal;
|
|
31517
|
+
font-weight: 600;
|
|
31518
|
+
font-size: 13px;
|
|
31519
|
+
line-height: 20px;
|
|
31633
31520
|
}
|
|
31634
|
-
|
|
31635
|
-
|
|
31521
|
+
|
|
31522
|
+
.E_l1r4ztu {
|
|
31523
|
+
font-family: Inter;
|
|
31524
|
+
font-style: normal;
|
|
31525
|
+
font-weight: bold;
|
|
31526
|
+
font-size: 13px;
|
|
31527
|
+
line-height: 20px;
|
|
31636
31528
|
}
|
|
31637
|
-
|
|
31638
|
-
|
|
31529
|
+
|
|
31530
|
+
.E_ly8vzok {
|
|
31531
|
+
font-family: Inter;
|
|
31532
|
+
font-style: normal;
|
|
31533
|
+
font-weight: normal;
|
|
31534
|
+
font-size: 13px;
|
|
31535
|
+
line-height: 20px;
|
|
31639
31536
|
}
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31537
|
+
|
|
31538
|
+
.E_lumfmf {
|
|
31539
|
+
font-family: Inter;
|
|
31540
|
+
font-style: normal;
|
|
31541
|
+
font-weight: 600;
|
|
31542
|
+
font-size: 13px;
|
|
31543
|
+
line-height: 20px;
|
|
31645
31544
|
}
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
|
|
31545
|
+
|
|
31546
|
+
.E_l16ujwmv {
|
|
31547
|
+
font-family: Inter;
|
|
31548
|
+
font-style: normal;
|
|
31549
|
+
font-weight: bold;
|
|
31550
|
+
font-size: 13px;
|
|
31551
|
+
line-height: 20px;
|
|
31650
31552
|
}
|
|
31651
|
-
|
|
31652
|
-
|
|
31553
|
+
|
|
31554
|
+
.E_l17o1ffr {
|
|
31555
|
+
font-family: Inter;
|
|
31556
|
+
font-style: normal;
|
|
31557
|
+
font-weight: normal;
|
|
31558
|
+
text-transform: uppercase;
|
|
31559
|
+
font-feature-settings: "cpsp" on;
|
|
31560
|
+
font-size: 13px;
|
|
31561
|
+
line-height: 20px;
|
|
31653
31562
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31563
|
+
|
|
31564
|
+
.E_lngllvn {
|
|
31565
|
+
font-family: Inter;
|
|
31566
|
+
font-style: normal;
|
|
31567
|
+
font-weight: bold;
|
|
31568
|
+
text-transform: uppercase;
|
|
31569
|
+
font-feature-settings: "cpsp" on;
|
|
31570
|
+
font-size: 13px;
|
|
31571
|
+
line-height: 20px;
|
|
31656
31572
|
}
|
|
31657
|
-
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
transition: transform 320ms ease;
|
|
31573
|
+
|
|
31574
|
+
.E_l2i7fo9 {
|
|
31575
|
+
font-family: Inter;
|
|
31576
|
+
font-style: normal;
|
|
31577
|
+
font-weight: normal;
|
|
31578
|
+
font-size: 12px;
|
|
31579
|
+
line-height: 18px;
|
|
31665
31580
|
}
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31581
|
+
|
|
31582
|
+
.E_l1x7hscx {
|
|
31583
|
+
font-family: Inter;
|
|
31584
|
+
font-style: normal;
|
|
31585
|
+
font-weight: 500;
|
|
31586
|
+
font-size: 12px;
|
|
31587
|
+
line-height: 18px;
|
|
31669
31588
|
}
|
|
31670
|
-
|
|
31671
|
-
|
|
31589
|
+
|
|
31590
|
+
.E_le1jwan {
|
|
31591
|
+
font-family: Inter;
|
|
31592
|
+
font-style: normal;
|
|
31593
|
+
font-weight: bold;
|
|
31594
|
+
font-size: 12px;
|
|
31595
|
+
line-height: 18px;
|
|
31672
31596
|
}
|
|
31673
|
-
|
|
31674
|
-
|
|
31597
|
+
|
|
31598
|
+
.E_lyxynfj {
|
|
31599
|
+
font-family: Inter;
|
|
31600
|
+
font-style: normal;
|
|
31601
|
+
font-weight: normal;
|
|
31602
|
+
font-size: 12px;
|
|
31603
|
+
line-height: 18px;
|
|
31675
31604
|
}
|
|
31676
|
-
|
|
31677
|
-
|
|
31605
|
+
|
|
31606
|
+
.E_lpb2nxv {
|
|
31607
|
+
font-family: Inter;
|
|
31608
|
+
font-style: normal;
|
|
31609
|
+
font-weight: 500;
|
|
31610
|
+
font-size: 12px;
|
|
31611
|
+
line-height: 18px;
|
|
31678
31612
|
}
|
|
31679
|
-
|
|
31680
|
-
|
|
31613
|
+
|
|
31614
|
+
.E_l1r8o3vv {
|
|
31615
|
+
font-family: Inter;
|
|
31616
|
+
font-style: normal;
|
|
31617
|
+
font-weight: bold;
|
|
31618
|
+
font-size: 12px;
|
|
31619
|
+
line-height: 18px;
|
|
31681
31620
|
}
|
|
31682
|
-
|
|
31683
|
-
|
|
31621
|
+
|
|
31622
|
+
.E_lemnjy2 {
|
|
31623
|
+
font-family: Inter;
|
|
31624
|
+
font-style: normal;
|
|
31625
|
+
font-weight: normal;
|
|
31626
|
+
text-transform: uppercase;
|
|
31627
|
+
font-feature-settings: "cpsp" on;
|
|
31628
|
+
font-size: 12px;
|
|
31629
|
+
line-height: 18px;
|
|
31684
31630
|
}
|
|
31685
|
-
|
|
31686
|
-
|
|
31631
|
+
|
|
31632
|
+
.E_lrc42gb {
|
|
31633
|
+
font-family: Inter;
|
|
31634
|
+
font-style: normal;
|
|
31635
|
+
font-weight: bold;
|
|
31636
|
+
text-transform: uppercase;
|
|
31637
|
+
font-feature-settings: "cpsp" on;
|
|
31638
|
+
font-size: 12px;
|
|
31639
|
+
line-height: 18px;
|
|
31687
31640
|
}
|
|
31688
|
-
|
|
31689
|
-
|
|
31641
|
+
|
|
31642
|
+
.E_fqaz4mb {
|
|
31643
|
+
font-family: Inter;
|
|
31644
|
+
font-style: normal;
|
|
31645
|
+
font-weight: normal;
|
|
31646
|
+
font-size: 13px;
|
|
31647
|
+
line-height: 20px;
|
|
31690
31648
|
}
|
|
31691
|
-
|
|
31692
|
-
|
|
31649
|
+
|
|
31650
|
+
.E_f13we5o {
|
|
31651
|
+
font-family: Inter;
|
|
31652
|
+
font-style: normal;
|
|
31653
|
+
font-weight: normal;
|
|
31654
|
+
font-size: 13px;
|
|
31655
|
+
line-height: 20px;
|
|
31693
31656
|
}
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
|
|
31698
|
-
|
|
31657
|
+
|
|
31658
|
+
.E_ffmjua2 {
|
|
31659
|
+
font-family: Inter;
|
|
31660
|
+
font-style: normal;
|
|
31661
|
+
font-weight: normal;
|
|
31662
|
+
font-size: 12px;
|
|
31663
|
+
line-height: 18px;
|
|
31699
31664
|
}
|
|
31700
|
-
|
|
31701
|
-
|
|
31665
|
+
|
|
31666
|
+
.E_fz2mxw0 {
|
|
31667
|
+
font-family: Inter;
|
|
31668
|
+
font-style: normal;
|
|
31669
|
+
font-weight: normal;
|
|
31670
|
+
font-size: 12px;
|
|
31671
|
+
line-height: 18px;
|
|
31702
31672
|
}
|
|
31703
|
-
|
|
31704
|
-
|
|
31673
|
+
|
|
31674
|
+
.E_t1ertzoh {
|
|
31675
|
+
font-family: Inter;
|
|
31676
|
+
font-style: normal;
|
|
31677
|
+
font-weight: normal;
|
|
31678
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31679
|
+
font-size: 13px;
|
|
31680
|
+
line-height: 20px;
|
|
31705
31681
|
}
|
|
31706
|
-
|
|
31707
|
-
|
|
31682
|
+
|
|
31683
|
+
.E_t19bge8r {
|
|
31684
|
+
font-family: Inter;
|
|
31685
|
+
font-style: normal;
|
|
31686
|
+
font-weight: normal;
|
|
31687
|
+
font-feature-settings: "zero" on;
|
|
31688
|
+
font-size: 13px;
|
|
31689
|
+
line-height: 20px;
|
|
31708
31690
|
}
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31691
|
+
|
|
31692
|
+
.E_tjrzfyl {
|
|
31693
|
+
font-family: Inter;
|
|
31694
|
+
font-style: normal;
|
|
31695
|
+
font-weight: normal;
|
|
31696
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31697
|
+
font-size: 12px;
|
|
31698
|
+
line-height: 18px;
|
|
31715
31699
|
}
|
|
31716
|
-
|
|
31717
|
-
.
|
|
31718
|
-
font-
|
|
31719
|
-
font-
|
|
31720
|
-
|
|
31700
|
+
|
|
31701
|
+
.E_tm6s7bo {
|
|
31702
|
+
font-family: Inter;
|
|
31703
|
+
font-style: normal;
|
|
31704
|
+
font-weight: 500;
|
|
31705
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31706
|
+
font-size: 12px;
|
|
31707
|
+
line-height: 18px;
|
|
31721
31708
|
}
|
|
31722
|
-
|
|
31723
|
-
|
|
31724
|
-
|
|
31725
|
-
|
|
31709
|
+
|
|
31710
|
+
.E_t19zq6ic {
|
|
31711
|
+
font-family: Inter;
|
|
31712
|
+
font-style: normal;
|
|
31713
|
+
font-weight: normal;
|
|
31714
|
+
font-feature-settings: "zero" on;
|
|
31715
|
+
font-size: 12px;
|
|
31716
|
+
line-height: 18px;
|
|
31726
31717
|
}
|
|
31727
|
-
|
|
31728
|
-
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
|
|
31732
|
-
|
|
31718
|
+
|
|
31719
|
+
.E_t1gduru8 {
|
|
31720
|
+
font-family: Inter;
|
|
31721
|
+
font-style: normal;
|
|
31722
|
+
font-weight: 500;
|
|
31723
|
+
font-feature-settings: "zero" on;
|
|
31724
|
+
font-size: 12px;
|
|
31725
|
+
line-height: 18px;
|
|
31733
31726
|
}
|
|
31734
|
-
|
|
31735
|
-
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31727
|
+
|
|
31728
|
+
.E_t55raab {
|
|
31729
|
+
font-family: Inter;
|
|
31730
|
+
font-style: normal;
|
|
31731
|
+
font-weight: bold;
|
|
31732
|
+
font-feature-settings: "zero" on;
|
|
31733
|
+
font-size: 16px;
|
|
31734
|
+
line-height: 24px;
|
|
31740
31735
|
}
|
|
31741
|
-
|
|
31742
|
-
|
|
31736
|
+
|
|
31737
|
+
.E_u1w9abfe {
|
|
31738
|
+
font-family: Inter;
|
|
31739
|
+
font-style: normal;
|
|
31740
|
+
font-weight: normal;
|
|
31741
|
+
font-size: 10px;
|
|
31742
|
+
line-height: 12px;
|
|
31743
31743
|
}
|
|
31744
31744
|
|
|
31745
31745
|
.E_c1up1pdz {
|
|
@@ -31902,6 +31902,44 @@ input.E_rrg1fkn.ant-input {
|
|
|
31902
31902
|
padding: 8px 12px;
|
|
31903
31903
|
}
|
|
31904
31904
|
|
|
31905
|
+
.E_c1uzzomf {
|
|
31906
|
+
margin-bottom: 16px;
|
|
31907
|
+
}
|
|
31908
|
+
.E_c1uzzomf .card-title {
|
|
31909
|
+
font-size: 16px;
|
|
31910
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31911
|
+
font-weight: 700;
|
|
31912
|
+
line-height: 32px;
|
|
31913
|
+
}
|
|
31914
|
+
.E_c1uzzomf .card-body {
|
|
31915
|
+
padding: 24px;
|
|
31916
|
+
border-radius: 8px;
|
|
31917
|
+
background: #fff;
|
|
31918
|
+
}
|
|
31919
|
+
.E_c1uzzomf .empty {
|
|
31920
|
+
font-weight: 700;
|
|
31921
|
+
font-size: 14px;
|
|
31922
|
+
line-height: 22px;
|
|
31923
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31924
|
+
text-align: center;
|
|
31925
|
+
}
|
|
31926
|
+
|
|
31927
|
+
.E_berrcjl {
|
|
31928
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31929
|
+
margin-bottom: 4px;
|
|
31930
|
+
}
|
|
31931
|
+
.E_berrcjl .breadcrumb-link {
|
|
31932
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31933
|
+
cursor: pointer;
|
|
31934
|
+
transition: color 160ms ease;
|
|
31935
|
+
}
|
|
31936
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31937
|
+
color: #0080ff;
|
|
31938
|
+
}
|
|
31939
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31940
|
+
color: #005ed1;
|
|
31941
|
+
}
|
|
31942
|
+
|
|
31905
31943
|
.E_c1bus5hc {
|
|
31906
31944
|
--color: white;
|
|
31907
31945
|
height: 14px;
|
|
@@ -31942,45 +31980,67 @@ input.E_rrg1fkn.ant-input {
|
|
|
31942
31980
|
transform: rotate(0deg);
|
|
31943
31981
|
}
|
|
31944
31982
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
align-items: center;
|
|
31948
|
-
font-size: 12px;
|
|
31949
|
-
line-height: 18px;
|
|
31983
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
31984
|
+
margin-right: 2px;
|
|
31950
31985
|
}
|
|
31951
|
-
|
|
31952
|
-
|
|
31986
|
+
|
|
31987
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
31988
|
+
padding-left: 8px;
|
|
31989
|
+
padding-right: 8px;
|
|
31990
|
+
}
|
|
31991
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
31992
|
+
border-radius: 4px;
|
|
31993
|
+
}
|
|
31994
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
31995
|
+
border-radius: 4px;
|
|
31953
31996
|
}
|
|
31954
31997
|
|
|
31955
|
-
.
|
|
31956
|
-
|
|
31998
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
31999
|
+
padding-left: 12px;
|
|
32000
|
+
padding-right: 12px;
|
|
31957
32001
|
}
|
|
31958
32002
|
|
|
31959
|
-
.
|
|
31960
|
-
|
|
31961
|
-
|
|
32003
|
+
.E_ckld275 {
|
|
32004
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32005
|
+
}
|
|
32006
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32007
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32008
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32009
|
+
}
|
|
32010
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32011
|
+
background-color: transparent;
|
|
32012
|
+
}
|
|
32013
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32014
|
+
background-color: transparent;
|
|
31962
32015
|
}
|
|
31963
32016
|
|
|
31964
|
-
.
|
|
31965
|
-
|
|
32017
|
+
.E_gmyahx3 {
|
|
32018
|
+
cursor: pointer;
|
|
31966
32019
|
}
|
|
31967
|
-
.
|
|
31968
|
-
|
|
31969
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31970
|
-
font-weight: 700;
|
|
31971
|
-
line-height: 32px;
|
|
32020
|
+
.E_gmyahx3 .link-text {
|
|
32021
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31972
32022
|
}
|
|
31973
|
-
.
|
|
31974
|
-
|
|
31975
|
-
|
|
31976
|
-
|
|
32023
|
+
.E_gmyahx3:hover .link-text {
|
|
32024
|
+
color: #0080ff;
|
|
32025
|
+
}
|
|
32026
|
+
|
|
32027
|
+
.E_n12mqh7z {
|
|
32028
|
+
display: flex;
|
|
32029
|
+
align-items: center;
|
|
32030
|
+
font-size: 12px;
|
|
32031
|
+
line-height: 18px;
|
|
32032
|
+
}
|
|
32033
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32034
|
+
margin-bottom: 4px;
|
|
32035
|
+
}
|
|
32036
|
+
|
|
32037
|
+
.E_tf5bynu {
|
|
32038
|
+
margin: 0 3px;
|
|
31977
32039
|
}
|
|
31978
|
-
|
|
31979
|
-
|
|
31980
|
-
|
|
31981
|
-
|
|
31982
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31983
|
-
text-align: center;
|
|
32040
|
+
|
|
32041
|
+
.E_tcckoz1 {
|
|
32042
|
+
max-height: 400px;
|
|
32043
|
+
overflow: "auto";
|
|
31984
32044
|
}
|
|
31985
32045
|
|
|
31986
32046
|
.E_c18bcrac {
|
|
@@ -32030,56 +32090,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32030
32090
|
margin-right: 4px;
|
|
32031
32091
|
}
|
|
32032
32092
|
|
|
32033
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32034
|
-
margin-right: 2px;
|
|
32035
|
-
}
|
|
32036
|
-
|
|
32037
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32038
|
-
padding-left: 8px;
|
|
32039
|
-
padding-right: 8px;
|
|
32040
|
-
}
|
|
32041
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32042
|
-
border-radius: 4px;
|
|
32043
|
-
}
|
|
32044
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32045
|
-
border-radius: 4px;
|
|
32046
|
-
}
|
|
32047
|
-
|
|
32048
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
32049
|
-
padding-left: 12px;
|
|
32050
|
-
padding-right: 12px;
|
|
32051
|
-
}
|
|
32052
|
-
|
|
32053
|
-
.E_ckld275 {
|
|
32054
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32055
|
-
}
|
|
32056
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32057
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32058
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32059
|
-
}
|
|
32060
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32061
|
-
background-color: transparent;
|
|
32062
|
-
}
|
|
32063
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32064
|
-
background-color: transparent;
|
|
32065
|
-
}
|
|
32066
|
-
|
|
32067
|
-
.E_berrcjl {
|
|
32068
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32069
|
-
margin-bottom: 4px;
|
|
32070
|
-
}
|
|
32071
|
-
.E_berrcjl .breadcrumb-link {
|
|
32072
|
-
color: rgba(10, 37, 85, 0.6);
|
|
32073
|
-
cursor: pointer;
|
|
32074
|
-
transition: color 160ms ease;
|
|
32075
|
-
}
|
|
32076
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
32077
|
-
color: #0080ff;
|
|
32078
|
-
}
|
|
32079
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
32080
|
-
color: #005ed1;
|
|
32081
|
-
}
|
|
32082
|
-
|
|
32083
32093
|
.E_clm1wy1 {
|
|
32084
32094
|
width: 192px;
|
|
32085
32095
|
height: 246px;
|
|
@@ -32173,16 +32183,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32173
32183
|
border-radius: 2px;
|
|
32174
32184
|
}
|
|
32175
32185
|
|
|
32176
|
-
.E_gmyahx3 {
|
|
32177
|
-
cursor: pointer;
|
|
32178
|
-
}
|
|
32179
|
-
.E_gmyahx3 .link-text {
|
|
32180
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32181
|
-
}
|
|
32182
|
-
.E_gmyahx3:hover .link-text {
|
|
32183
|
-
color: #0080ff;
|
|
32184
|
-
}
|
|
32185
|
-
|
|
32186
32186
|
.E_t1sqg15u {
|
|
32187
32187
|
background: white;
|
|
32188
32188
|
}
|
|
@@ -32273,6 +32273,21 @@ input.E_rrg1fkn.ant-input {
|
|
|
32273
32273
|
padding-right: 12px;
|
|
32274
32274
|
}
|
|
32275
32275
|
|
|
32276
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32277
|
+
display: flex;
|
|
32278
|
+
align-items: center;
|
|
32279
|
+
}
|
|
32280
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32281
|
+
margin-right: 8px;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32284
|
+
.E_tje3huy {
|
|
32285
|
+
width: 100%;
|
|
32286
|
+
overflow: inherit;
|
|
32287
|
+
white-space: inherit;
|
|
32288
|
+
text-overflow: ellipsis;
|
|
32289
|
+
}
|
|
32290
|
+
|
|
32276
32291
|
.E_wg1tsps {
|
|
32277
32292
|
display: flex;
|
|
32278
32293
|
align-items: center;
|
|
@@ -32296,28 +32311,6 @@ input.E_rrg1fkn.ant-input {
|
|
|
32296
32311
|
color: #00122e !important;
|
|
32297
32312
|
}
|
|
32298
32313
|
|
|
32299
|
-
.E_tje3huy {
|
|
32300
|
-
width: 100%;
|
|
32301
|
-
overflow: inherit;
|
|
32302
|
-
white-space: inherit;
|
|
32303
|
-
text-overflow: ellipsis;
|
|
32304
|
-
}
|
|
32305
|
-
|
|
32306
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32307
|
-
display: flex;
|
|
32308
|
-
align-items: center;
|
|
32309
|
-
}
|
|
32310
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32311
|
-
margin-right: 8px;
|
|
32312
|
-
}
|
|
32313
|
-
|
|
32314
|
-
.E_c10crapj {
|
|
32315
|
-
border-radius: 8px;
|
|
32316
|
-
}
|
|
32317
|
-
.E_c10crapj .ant-card-body {
|
|
32318
|
-
padding: 20px 24px 24px 24px;
|
|
32319
|
-
}
|
|
32320
|
-
|
|
32321
32314
|
.E_m15dvk92 {
|
|
32322
32315
|
display: flex;
|
|
32323
32316
|
justify-content: space-between;
|
|
@@ -32331,26 +32324,11 @@ input.E_rrg1fkn.ant-input {
|
|
|
32331
32324
|
width: 100%;
|
|
32332
32325
|
}
|
|
32333
32326
|
|
|
32334
|
-
.
|
|
32335
|
-
border:
|
|
32336
|
-
background-color: #fff;
|
|
32337
|
-
}
|
|
32338
|
-
.E_cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32339
|
-
padding-top: 0px;
|
|
32340
|
-
padding-bottom: 0px;
|
|
32341
|
-
padding-left: 0px !important;
|
|
32342
|
-
padding-right: 24px;
|
|
32343
|
-
}
|
|
32344
|
-
.E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32345
|
-
right: 0px;
|
|
32346
|
-
}
|
|
32347
|
-
.E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32348
|
-
padding: 0px;
|
|
32327
|
+
.E_c10crapj {
|
|
32328
|
+
border-radius: 8px;
|
|
32349
32329
|
}
|
|
32350
|
-
|
|
32351
|
-
|
|
32352
|
-
padding-right: 0px;
|
|
32353
|
-
cursor: default;
|
|
32330
|
+
.E_c10crapj .ant-card-body {
|
|
32331
|
+
padding: 20px 24px 24px 24px;
|
|
32354
32332
|
}
|
|
32355
32333
|
|
|
32356
32334
|
button.E_lujuy3j {
|
|
@@ -32385,7 +32363,29 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32385
32363
|
color: #00122e;
|
|
32386
32364
|
}
|
|
32387
32365
|
|
|
32388
|
-
.
|
|
32366
|
+
.E_cav9p2m .ant-collapse-item {
|
|
32367
|
+
border: 0px;
|
|
32368
|
+
background-color: #fff;
|
|
32369
|
+
}
|
|
32370
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32371
|
+
padding-top: 0px;
|
|
32372
|
+
padding-bottom: 0px;
|
|
32373
|
+
padding-left: 0px !important;
|
|
32374
|
+
padding-right: 24px;
|
|
32375
|
+
}
|
|
32376
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32377
|
+
right: 0px;
|
|
32378
|
+
}
|
|
32379
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32380
|
+
padding: 0px;
|
|
32381
|
+
}
|
|
32382
|
+
|
|
32383
|
+
.E_csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32384
|
+
padding-right: 0px;
|
|
32385
|
+
cursor: default;
|
|
32386
|
+
}
|
|
32387
|
+
|
|
32388
|
+
.E_tqjc4ui {
|
|
32389
32389
|
margin: 0 2px;
|
|
32390
32390
|
}
|
|
32391
32391
|
|
|
@@ -32409,6 +32409,16 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32409
32409
|
display: flex;
|
|
32410
32410
|
}
|
|
32411
32411
|
|
|
32412
|
+
.E_igz4le8 {
|
|
32413
|
+
height: 24px;
|
|
32414
|
+
width: 56px !important;
|
|
32415
|
+
margin-right: 4px;
|
|
32416
|
+
}
|
|
32417
|
+
|
|
32418
|
+
.E_c1riexje {
|
|
32419
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32420
|
+
}
|
|
32421
|
+
|
|
32412
32422
|
.E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
|
|
32413
32423
|
border-radius: 6px;
|
|
32414
32424
|
}
|
|
@@ -32466,16 +32476,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32466
32476
|
transform: rotate(180deg);
|
|
32467
32477
|
}
|
|
32468
32478
|
|
|
32469
|
-
.E_igz4le8 {
|
|
32470
|
-
height: 24px;
|
|
32471
|
-
width: 56px !important;
|
|
32472
|
-
margin-right: 4px;
|
|
32473
|
-
}
|
|
32474
|
-
|
|
32475
|
-
.E_c1riexje {
|
|
32476
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32477
|
-
}
|
|
32478
|
-
|
|
32479
32479
|
.E_s14dk8r1 {
|
|
32480
32480
|
margin: 0;
|
|
32481
32481
|
border-radius: 20px;
|
|
@@ -32494,64 +32494,195 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32494
32494
|
.E_s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32495
32495
|
margin-right: 6px;
|
|
32496
32496
|
}
|
|
32497
|
-
.E_s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32497
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32498
|
+
margin-left: 4px;
|
|
32499
|
+
}
|
|
32500
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32501
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32502
|
+
}
|
|
32503
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32504
|
+
background-color: #0080ff;
|
|
32505
|
+
}
|
|
32506
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32507
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32508
|
+
}
|
|
32509
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32510
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32511
|
+
}
|
|
32512
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32513
|
+
background-color: #f0483e;
|
|
32514
|
+
}
|
|
32515
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32516
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32517
|
+
}
|
|
32518
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32519
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32520
|
+
}
|
|
32521
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32522
|
+
background-color: #fea008;
|
|
32523
|
+
}
|
|
32524
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32525
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32526
|
+
}
|
|
32527
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32528
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32529
|
+
}
|
|
32530
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32531
|
+
background-color: #00ba5d;
|
|
32532
|
+
}
|
|
32533
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32534
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32535
|
+
}
|
|
32536
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32537
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32538
|
+
}
|
|
32539
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32540
|
+
background-color: #6b7d99;
|
|
32541
|
+
}
|
|
32542
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32543
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32544
|
+
}
|
|
32545
|
+
|
|
32546
|
+
.E_s1uupoto {
|
|
32547
|
+
width: 8px;
|
|
32548
|
+
height: 8px;
|
|
32549
|
+
border-radius: 50%;
|
|
32550
|
+
display: inline-block;
|
|
32551
|
+
}
|
|
32552
|
+
|
|
32553
|
+
.E_t19ustft .date {
|
|
32554
|
+
margin-right: 4px;
|
|
32555
|
+
}
|
|
32556
|
+
|
|
32557
|
+
.E_s1uupxds {
|
|
32558
|
+
padding: 0 8px;
|
|
32559
|
+
border-radius: 4px;
|
|
32560
|
+
}
|
|
32561
|
+
|
|
32562
|
+
.E_m10sqwut {
|
|
32563
|
+
padding: 2px 8px;
|
|
32564
|
+
border-radius: 3px;
|
|
32565
|
+
}
|
|
32566
|
+
|
|
32567
|
+
.E_l1d492wb {
|
|
32568
|
+
padding: 3px 8px;
|
|
32569
|
+
border-radius: 2px;
|
|
32570
|
+
}
|
|
32571
|
+
|
|
32572
|
+
.E_t1lzavmu.ant-tag:hover {
|
|
32573
|
+
opacity: unset;
|
|
32574
|
+
}
|
|
32575
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32576
|
+
margin: 0;
|
|
32577
|
+
margin-right: 8px;
|
|
32578
|
+
display: inline-flex;
|
|
32579
|
+
align-items: center;
|
|
32580
|
+
border: none;
|
|
32581
|
+
}
|
|
32582
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32583
|
+
width: 16px;
|
|
32584
|
+
height: 16px;
|
|
32585
|
+
color: inherit;
|
|
32498
32586
|
margin-left: 4px;
|
|
32587
|
+
opacity: 0.6;
|
|
32588
|
+
display: inline-flex;
|
|
32499
32589
|
}
|
|
32500
|
-
.
|
|
32501
|
-
|
|
32502
|
-
}
|
|
32503
|
-
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32504
|
-
background-color: #0080ff;
|
|
32590
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32591
|
+
opacity: 1;
|
|
32505
32592
|
}
|
|
32506
|
-
.
|
|
32507
|
-
|
|
32593
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32594
|
+
color: #0080ff;
|
|
32595
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32508
32596
|
}
|
|
32509
|
-
.
|
|
32597
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32598
|
+
color: #f0483e;
|
|
32510
32599
|
background-color: rgba(255, 74, 74, 0.1);
|
|
32511
32600
|
}
|
|
32512
|
-
.
|
|
32513
|
-
|
|
32601
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32602
|
+
color: #e07f00;
|
|
32603
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32514
32604
|
}
|
|
32515
|
-
.
|
|
32516
|
-
|
|
32605
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32606
|
+
color: #008f4c;
|
|
32607
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32517
32608
|
}
|
|
32518
|
-
.
|
|
32519
|
-
|
|
32609
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32610
|
+
color: #1d326c;
|
|
32611
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32520
32612
|
}
|
|
32521
|
-
.
|
|
32522
|
-
|
|
32613
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32614
|
+
color: #7E41FF;
|
|
32615
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32523
32616
|
}
|
|
32524
|
-
.
|
|
32525
|
-
|
|
32617
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32618
|
+
color: #fff;
|
|
32526
32619
|
}
|
|
32527
|
-
.
|
|
32528
|
-
background-color:
|
|
32620
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32621
|
+
background-color: #f0483e;
|
|
32529
32622
|
}
|
|
32530
|
-
.
|
|
32531
|
-
background-color: #
|
|
32623
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32624
|
+
background-color: #fea008;
|
|
32532
32625
|
}
|
|
32533
|
-
.
|
|
32534
|
-
background-color:
|
|
32626
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32627
|
+
background-color: #00ba5d;
|
|
32535
32628
|
}
|
|
32536
|
-
.
|
|
32537
|
-
background-color:
|
|
32629
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32630
|
+
background-color: #0080ff;
|
|
32538
32631
|
}
|
|
32539
|
-
.
|
|
32632
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32540
32633
|
background-color: #6b7d99;
|
|
32541
32634
|
}
|
|
32542
|
-
.
|
|
32543
|
-
background-color:
|
|
32635
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32636
|
+
background-color: #7E41FF;
|
|
32544
32637
|
}
|
|
32545
32638
|
|
|
32546
|
-
.
|
|
32547
|
-
width:
|
|
32548
|
-
height:
|
|
32549
|
-
|
|
32550
|
-
|
|
32639
|
+
.E_l4bld33 {
|
|
32640
|
+
width: 64px;
|
|
32641
|
+
height: 64px;
|
|
32642
|
+
display: flex;
|
|
32643
|
+
align-items: center;
|
|
32644
|
+
justify-content: center;
|
|
32645
|
+
position: relative;
|
|
32646
|
+
opacity: 0.2;
|
|
32551
32647
|
}
|
|
32552
32648
|
|
|
32553
|
-
.
|
|
32554
|
-
|
|
32649
|
+
.E_lgitjoj {
|
|
32650
|
+
position: absolute;
|
|
32651
|
+
width: 5px;
|
|
32652
|
+
height: 48px;
|
|
32653
|
+
left: 9.33px;
|
|
32654
|
+
top: 40.5px;
|
|
32655
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32656
|
+
border-radius: 5px;
|
|
32657
|
+
transform: rotate(-128deg);
|
|
32658
|
+
transform-origin: top left;
|
|
32659
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32660
|
+
}
|
|
32661
|
+
|
|
32662
|
+
.E_l13g0exg {
|
|
32663
|
+
position: absolute;
|
|
32664
|
+
width: 5px;
|
|
32665
|
+
height: 48px;
|
|
32666
|
+
left: 40.8px;
|
|
32667
|
+
top: 8.4px;
|
|
32668
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32669
|
+
border-radius: 5px;
|
|
32670
|
+
transform: rotate(-8deg);
|
|
32671
|
+
transform-origin: top left;
|
|
32672
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32673
|
+
}
|
|
32674
|
+
|
|
32675
|
+
.E_l1exo3h6 {
|
|
32676
|
+
position: absolute;
|
|
32677
|
+
width: 5px;
|
|
32678
|
+
height: 48px;
|
|
32679
|
+
left: 52.9px;
|
|
32680
|
+
top: 51.8px;
|
|
32681
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32682
|
+
border-radius: 5px;
|
|
32683
|
+
transform: rotate(112deg);
|
|
32684
|
+
transform-origin: top left;
|
|
32685
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32555
32686
|
}
|
|
32556
32687
|
|
|
32557
32688
|
.E_m1thnes4 {
|
|
@@ -32699,151 +32830,20 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32699
32830
|
display: flex;
|
|
32700
32831
|
align-items: center;
|
|
32701
32832
|
justify-content: space-between;
|
|
32702
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32703
|
-
color: #b4beca;
|
|
32704
|
-
font-size: 12px;
|
|
32705
|
-
padding: 3px 6px;
|
|
32706
|
-
}
|
|
32707
|
-
.E_t1kgldps:first-child {
|
|
32708
|
-
padding-top: 3px;
|
|
32709
|
-
}
|
|
32710
|
-
.E_t1kgldps:last-child {
|
|
32711
|
-
padding-bottom: 3px;
|
|
32712
|
-
}
|
|
32713
|
-
.E_t1kgldps .column-value {
|
|
32714
|
-
color: #fff;
|
|
32715
|
-
margin-left: 8px;
|
|
32716
|
-
}
|
|
32717
|
-
|
|
32718
|
-
.E_s1uupxds {
|
|
32719
|
-
padding: 0 8px;
|
|
32720
|
-
border-radius: 4px;
|
|
32721
|
-
}
|
|
32722
|
-
|
|
32723
|
-
.E_m10sqwut {
|
|
32724
|
-
padding: 2px 8px;
|
|
32725
|
-
border-radius: 3px;
|
|
32726
|
-
}
|
|
32727
|
-
|
|
32728
|
-
.E_l1d492wb {
|
|
32729
|
-
padding: 3px 8px;
|
|
32730
|
-
border-radius: 2px;
|
|
32731
|
-
}
|
|
32732
|
-
|
|
32733
|
-
.E_t1lzavmu.ant-tag:hover {
|
|
32734
|
-
opacity: unset;
|
|
32735
|
-
}
|
|
32736
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32737
|
-
margin: 0;
|
|
32738
|
-
margin-right: 8px;
|
|
32739
|
-
display: inline-flex;
|
|
32740
|
-
align-items: center;
|
|
32741
|
-
border: none;
|
|
32742
|
-
}
|
|
32743
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32744
|
-
width: 16px;
|
|
32745
|
-
height: 16px;
|
|
32746
|
-
color: inherit;
|
|
32747
|
-
margin-left: 4px;
|
|
32748
|
-
opacity: 0.6;
|
|
32749
|
-
display: inline-flex;
|
|
32750
|
-
}
|
|
32751
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32752
|
-
opacity: 1;
|
|
32753
|
-
}
|
|
32754
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32755
|
-
color: #0080ff;
|
|
32756
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32757
|
-
}
|
|
32758
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32759
|
-
color: #f0483e;
|
|
32760
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32761
|
-
}
|
|
32762
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32763
|
-
color: #e07f00;
|
|
32764
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32765
|
-
}
|
|
32766
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32767
|
-
color: #008f4c;
|
|
32768
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32769
|
-
}
|
|
32770
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32771
|
-
color: #1d326c;
|
|
32772
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32773
|
-
}
|
|
32774
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32775
|
-
color: #7E41FF;
|
|
32776
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32777
|
-
}
|
|
32778
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32779
|
-
color: #fff;
|
|
32780
|
-
}
|
|
32781
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32782
|
-
background-color: #f0483e;
|
|
32783
|
-
}
|
|
32784
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32785
|
-
background-color: #fea008;
|
|
32786
|
-
}
|
|
32787
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32788
|
-
background-color: #00ba5d;
|
|
32789
|
-
}
|
|
32790
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32791
|
-
background-color: #0080ff;
|
|
32792
|
-
}
|
|
32793
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32794
|
-
background-color: #6b7d99;
|
|
32795
|
-
}
|
|
32796
|
-
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32797
|
-
background-color: #7E41FF;
|
|
32798
|
-
}
|
|
32799
|
-
|
|
32800
|
-
.E_l4bld33 {
|
|
32801
|
-
width: 64px;
|
|
32802
|
-
height: 64px;
|
|
32803
|
-
display: flex;
|
|
32804
|
-
align-items: center;
|
|
32805
|
-
justify-content: center;
|
|
32806
|
-
position: relative;
|
|
32807
|
-
opacity: 0.2;
|
|
32808
|
-
}
|
|
32809
|
-
|
|
32810
|
-
.E_lgitjoj {
|
|
32811
|
-
position: absolute;
|
|
32812
|
-
width: 5px;
|
|
32813
|
-
height: 48px;
|
|
32814
|
-
left: 9.33px;
|
|
32815
|
-
top: 40.5px;
|
|
32816
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32817
|
-
border-radius: 5px;
|
|
32818
|
-
transform: rotate(-128deg);
|
|
32819
|
-
transform-origin: top left;
|
|
32820
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32821
|
-
}
|
|
32822
|
-
|
|
32823
|
-
.E_l13g0exg {
|
|
32824
|
-
position: absolute;
|
|
32825
|
-
width: 5px;
|
|
32826
|
-
height: 48px;
|
|
32827
|
-
left: 40.8px;
|
|
32828
|
-
top: 8.4px;
|
|
32829
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32830
|
-
border-radius: 5px;
|
|
32831
|
-
transform: rotate(-8deg);
|
|
32832
|
-
transform-origin: top left;
|
|
32833
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32833
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32834
|
+
color: #b4beca;
|
|
32835
|
+
font-size: 12px;
|
|
32836
|
+
padding: 3px 6px;
|
|
32834
32837
|
}
|
|
32835
|
-
|
|
32836
|
-
|
|
32837
|
-
|
|
32838
|
-
|
|
32839
|
-
|
|
32840
|
-
|
|
32841
|
-
|
|
32842
|
-
|
|
32843
|
-
|
|
32844
|
-
transform: rotate(112deg);
|
|
32845
|
-
transform-origin: top left;
|
|
32846
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32838
|
+
.E_t1kgldps:first-child {
|
|
32839
|
+
padding-top: 3px;
|
|
32840
|
+
}
|
|
32841
|
+
.E_t1kgldps:last-child {
|
|
32842
|
+
padding-bottom: 3px;
|
|
32843
|
+
}
|
|
32844
|
+
.E_t1kgldps .column-value {
|
|
32845
|
+
color: #fff;
|
|
32846
|
+
margin-left: 8px;
|
|
32847
32847
|
}
|
|
32848
32848
|
|
|
32849
32849
|
.E_t1gz6wqf {
|
|
@@ -33071,19 +33071,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33071
33071
|
justify-content: center;
|
|
33072
33072
|
}
|
|
33073
33073
|
|
|
33074
|
-
.E_s6rjqv7 {
|
|
33075
|
-
height: 24px;
|
|
33076
|
-
width: 24px;
|
|
33077
|
-
border-radius: 6px;
|
|
33078
|
-
padding: 4px;
|
|
33079
|
-
}
|
|
33080
|
-
.E_s6rjqv7:hover {
|
|
33081
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
33082
|
-
}
|
|
33083
|
-
.E_s6rjqv7:hover svg path {
|
|
33084
|
-
fill: blue;
|
|
33085
|
-
}
|
|
33086
|
-
|
|
33087
33074
|
.E_c1kchka8 {
|
|
33088
33075
|
height: 100%;
|
|
33089
33076
|
width: 100%;
|
|
@@ -33554,227 +33541,11 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33554
33541
|
.E_rzaik16 {
|
|
33555
33542
|
padding: 0;
|
|
33556
33543
|
}
|
|
33557
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33558
|
-
display: none;
|
|
33559
|
-
}
|
|
33560
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33561
|
-
padding: 0;
|
|
33562
|
-
}
|
|
33563
|
-
|
|
33564
|
-
.E_skwah65 {
|
|
33565
|
-
height: 8px;
|
|
33566
|
-
box-sizing: border-box;
|
|
33567
|
-
border-radius: 2px;
|
|
33568
|
-
background: #f5f7fa;
|
|
33569
|
-
display: flex;
|
|
33570
|
-
width: 100%;
|
|
33571
|
-
overflow: hidden;
|
|
33572
|
-
}
|
|
33573
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
33574
|
-
margin-left: 1px;
|
|
33575
|
-
}
|
|
33576
|
-
|
|
33577
|
-
.E_t160l1cm {
|
|
33578
|
-
display: flex;
|
|
33579
|
-
flex-direction: column;
|
|
33580
|
-
flex: 1;
|
|
33581
|
-
/* FIXME:(yanzhen) do this better */
|
|
33582
|
-
}
|
|
33583
|
-
.E_t160l1cm .tab-bar {
|
|
33584
|
-
flex-shrink: 0;
|
|
33585
|
-
display: flex;
|
|
33586
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
33587
|
-
}
|
|
33588
|
-
.E_t160l1cm .tab-content {
|
|
33589
|
-
height: 100%;
|
|
33590
|
-
}
|
|
33591
|
-
.E_t160l1cm .tab-menu-item {
|
|
33592
|
-
margin-right: 2px;
|
|
33593
|
-
padding: 1px 12px;
|
|
33594
|
-
line-height: 24px;
|
|
33595
|
-
height: 24px;
|
|
33596
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33597
|
-
border-radius: 4px 4px 0 0;
|
|
33598
|
-
cursor: pointer;
|
|
33599
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33600
|
-
}
|
|
33601
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
33602
|
-
padding-left: 0;
|
|
33603
|
-
}
|
|
33604
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
33605
|
-
padding-left: 12px;
|
|
33606
|
-
}
|
|
33607
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
33608
|
-
color: #0080ff;
|
|
33609
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33610
|
-
}
|
|
33611
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
33612
|
-
fill: #0080ff;
|
|
33613
|
-
}
|
|
33614
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
33615
|
-
background: rgba(192, 203, 224, 0.6);
|
|
33616
|
-
}
|
|
33617
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
33618
|
-
color: #0080ff;
|
|
33619
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33620
|
-
}
|
|
33621
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
33622
|
-
background: rgba(192, 203, 224, 0.6);
|
|
33623
|
-
}
|
|
33624
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
33625
|
-
background: rgba(0, 128, 255, 0.16);
|
|
33626
|
-
}
|
|
33627
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
33628
|
-
fill: #0080ff;
|
|
33629
|
-
}
|
|
33630
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
33631
|
-
color: #0080ff;
|
|
33632
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33633
|
-
}
|
|
33634
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
33635
|
-
background: rgba(0, 128, 255, 0.16);
|
|
33636
|
-
}
|
|
33637
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
33638
|
-
fill: #1d326c;
|
|
33639
|
-
}
|
|
33640
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
33641
|
-
margin-left: 8px;
|
|
33642
|
-
height: 22px;
|
|
33643
|
-
}
|
|
33644
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
33645
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
33646
|
-
}
|
|
33647
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
33648
|
-
padding: 0;
|
|
33649
|
-
display: flex;
|
|
33650
|
-
align-items: center;
|
|
33651
|
-
overflow: hidden;
|
|
33652
|
-
}
|
|
33653
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
33654
|
-
opacity: 0;
|
|
33655
|
-
max-width: 0;
|
|
33656
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
33657
|
-
}
|
|
33658
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
33659
|
-
padding: 1px 12px;
|
|
33660
|
-
position: relative;
|
|
33661
|
-
display: flex;
|
|
33662
|
-
}
|
|
33663
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
33664
|
-
opacity: 0;
|
|
33665
|
-
position: absolute;
|
|
33666
|
-
top: 50%;
|
|
33667
|
-
left: 0;
|
|
33668
|
-
transform: translate(-50%, -50%);
|
|
33669
|
-
transition: opacity 100ms linear;
|
|
33670
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
33671
|
-
}
|
|
33672
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
33673
|
-
color: #0080ff;
|
|
33674
|
-
}
|
|
33675
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33676
|
-
padding: 1px 12px;
|
|
33677
|
-
display: inline-block;
|
|
33678
|
-
opacity: 1;
|
|
33679
|
-
max-width: 160px;
|
|
33680
|
-
}
|
|
33681
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33682
|
-
padding: 1px 12px;
|
|
33683
|
-
color: #005ed1;
|
|
33684
|
-
}
|
|
33685
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33686
|
-
opacity: 1;
|
|
33687
|
-
}
|
|
33688
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
33689
|
-
background: rgba(0, 128, 255, 0.16);
|
|
33690
|
-
}
|
|
33691
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
33692
|
-
opacity: 0;
|
|
33693
|
-
}
|
|
33694
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
33695
|
-
padding: 4px 16px;
|
|
33696
|
-
height: 32px;
|
|
33697
|
-
border-radius: 6px 6px 0 0;
|
|
33698
|
-
}
|
|
33699
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33700
|
-
padding-left: 0;
|
|
33701
|
-
}
|
|
33702
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
33703
|
-
padding-left: 16px;
|
|
33704
|
-
}
|
|
33705
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
33706
|
-
margin-left: 11px;
|
|
33707
|
-
height: 24px;
|
|
33708
|
-
}
|
|
33709
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
33710
|
-
padding: 0;
|
|
33711
|
-
}
|
|
33712
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
33713
|
-
padding: 4px 16px;
|
|
33714
|
-
}
|
|
33715
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33716
|
-
padding: 4px 16px;
|
|
33717
|
-
}
|
|
33718
|
-
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
33719
|
-
background: #fff;
|
|
33720
|
-
}
|
|
33721
|
-
.E_t160l1cm .tab-menu-item-light:active {
|
|
33722
|
-
color: #005ed1;
|
|
33723
|
-
}
|
|
33724
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
33725
|
-
background: #fff;
|
|
33726
|
-
color: #1d326c;
|
|
33727
|
-
}
|
|
33728
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33729
|
-
color: rgba(45, 58, 86, 0.6);
|
|
33730
|
-
}
|
|
33731
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33732
|
-
color: #1d326c;
|
|
33733
|
-
}
|
|
33734
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33735
|
-
fill: #d8deeb;
|
|
33736
|
-
}
|
|
33737
|
-
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
33738
|
-
fill: #1d326c;
|
|
33739
|
-
}
|
|
33740
|
-
.E_t160l1cm .tab-content {
|
|
33741
|
-
flex: 1;
|
|
33742
|
-
display: flex;
|
|
33743
|
-
flex-direction: column;
|
|
33744
|
-
}
|
|
33745
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
33746
|
-
overflow: visible;
|
|
33747
|
-
}
|
|
33748
|
-
|
|
33749
|
-
.E_t14npdqr {
|
|
33750
|
-
max-width: 240px;
|
|
33751
|
-
animation: none;
|
|
33752
|
-
}
|
|
33753
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
33754
|
-
border: 1px solid #0080ff;
|
|
33755
|
-
padding: 0;
|
|
33756
|
-
}
|
|
33757
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
33758
|
-
margin: 0;
|
|
33759
|
-
height: 32px;
|
|
33760
|
-
line-height: 32px;
|
|
33761
|
-
font-size: 13px;
|
|
33762
|
-
padding: 0 10px;
|
|
33763
|
-
display: block;
|
|
33764
|
-
overflow: hidden;
|
|
33765
|
-
text-overflow: ellipsis;
|
|
33766
|
-
white-space: nowrap;
|
|
33767
|
-
}
|
|
33768
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
33769
|
-
content: " ";
|
|
33770
|
-
height: 1px;
|
|
33771
|
-
width: calc(100% + 10px);
|
|
33772
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33773
|
-
display: block;
|
|
33774
|
-
}
|
|
33775
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33776
|
-
color: #0080ff;
|
|
33777
|
-
background: transparent;
|
|
33544
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33545
|
+
display: none;
|
|
33546
|
+
}
|
|
33547
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33548
|
+
padding: 0;
|
|
33778
33549
|
}
|
|
33779
33550
|
|
|
33780
33551
|
.E_h1ol2wl7 {
|
|
@@ -33783,20 +33554,81 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33783
33554
|
padding: unset;
|
|
33784
33555
|
}
|
|
33785
33556
|
|
|
33786
|
-
.
|
|
33557
|
+
.E_skwah65 {
|
|
33558
|
+
height: 8px;
|
|
33559
|
+
box-sizing: border-box;
|
|
33560
|
+
border-radius: 2px;
|
|
33561
|
+
background: #f5f7fa;
|
|
33787
33562
|
display: flex;
|
|
33788
|
-
|
|
33563
|
+
width: 100%;
|
|
33564
|
+
overflow: hidden;
|
|
33789
33565
|
}
|
|
33790
|
-
.
|
|
33791
|
-
|
|
33792
|
-
|
|
33793
|
-
|
|
33794
|
-
|
|
33795
|
-
|
|
33566
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
33567
|
+
margin-left: 1px;
|
|
33568
|
+
}
|
|
33569
|
+
|
|
33570
|
+
.E_c1igej8b {
|
|
33571
|
+
color: #2d3a56;
|
|
33572
|
+
line-height: 22px;
|
|
33573
|
+
display: inline-flex;
|
|
33574
|
+
}
|
|
33575
|
+
.E_c1igej8b .ant-checkbox {
|
|
33576
|
+
height: 22px;
|
|
33796
33577
|
display: flex;
|
|
33797
33578
|
align-items: center;
|
|
33798
|
-
|
|
33799
|
-
|
|
33579
|
+
top: 0;
|
|
33580
|
+
}
|
|
33581
|
+
.E_c1igej8b .ant-checkbox-checked::after {
|
|
33582
|
+
border: none;
|
|
33583
|
+
}
|
|
33584
|
+
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33585
|
+
border-color: #0080ff;
|
|
33586
|
+
}
|
|
33587
|
+
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33588
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33589
|
+
}
|
|
33590
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33591
|
+
border: 1px solid #0080ff;
|
|
33592
|
+
}
|
|
33593
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33594
|
+
background: #0080ff;
|
|
33595
|
+
}
|
|
33596
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33597
|
+
background-color: #fff;
|
|
33598
|
+
height: 2px;
|
|
33599
|
+
width: 10px;
|
|
33600
|
+
border-radius: 2px;
|
|
33601
|
+
}
|
|
33602
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33603
|
+
opacity: 0.5;
|
|
33604
|
+
}
|
|
33605
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33606
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33607
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33608
|
+
}
|
|
33609
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33610
|
+
border-color: #2d3a56;
|
|
33611
|
+
}
|
|
33612
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33613
|
+
background: #2d3a56;
|
|
33614
|
+
}
|
|
33615
|
+
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
33616
|
+
padding: 0;
|
|
33617
|
+
}
|
|
33618
|
+
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
33619
|
+
display: inline-block;
|
|
33620
|
+
margin-left: 12px;
|
|
33621
|
+
color: #2d3a56;
|
|
33622
|
+
}
|
|
33623
|
+
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33624
|
+
margin-left: 28px;
|
|
33625
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33626
|
+
}
|
|
33627
|
+
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33628
|
+
margin-left: 8px;
|
|
33629
|
+
}
|
|
33630
|
+
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33631
|
+
margin-left: 24px;
|
|
33800
33632
|
}
|
|
33801
33633
|
|
|
33802
33634
|
.E_damzgq8 {
|
|
@@ -33977,95 +33809,278 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33977
33809
|
.E_csp3had.E_cz3vc94 {
|
|
33978
33810
|
border-radius: 6px;
|
|
33979
33811
|
}
|
|
33980
|
-
.E_csp3had.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
33981
|
-
min-width: 200px;
|
|
33982
|
-
font-size: 12px;
|
|
33812
|
+
.E_csp3had.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
33813
|
+
min-width: 200px;
|
|
33814
|
+
font-size: 12px;
|
|
33815
|
+
}
|
|
33816
|
+
.E_csp3had.E_cz3vc94 .E_c14uped1 {
|
|
33817
|
+
padding: 6px 12px;
|
|
33818
|
+
height: 18px;
|
|
33819
|
+
font-size: 12px;
|
|
33820
|
+
}
|
|
33821
|
+
|
|
33822
|
+
.E_c1i4zk1 ul.antd5-menu {
|
|
33823
|
+
padding: 8px;
|
|
33824
|
+
height: 320px;
|
|
33825
|
+
}
|
|
33826
|
+
.E_c1i4zk1.E_cz3vc94 {
|
|
33827
|
+
border-radius: 10px;
|
|
33828
|
+
}
|
|
33829
|
+
.E_c1i4zk1.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
33830
|
+
min-width: 296px;
|
|
33831
|
+
padding: 8px;
|
|
33832
|
+
}
|
|
33833
|
+
.E_c1i4zk1.E_cz3vc94 .E_c14uped1 {
|
|
33834
|
+
height: 22px;
|
|
33835
|
+
padding: 8px 16px;
|
|
33836
|
+
font-size: 14px;
|
|
33837
|
+
}
|
|
33838
|
+
|
|
33839
|
+
.E_t160l1cm {
|
|
33840
|
+
display: flex;
|
|
33841
|
+
flex-direction: column;
|
|
33842
|
+
flex: 1;
|
|
33843
|
+
/* FIXME:(yanzhen) do this better */
|
|
33844
|
+
}
|
|
33845
|
+
.E_t160l1cm .tab-bar {
|
|
33846
|
+
flex-shrink: 0;
|
|
33847
|
+
display: flex;
|
|
33848
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
33849
|
+
}
|
|
33850
|
+
.E_t160l1cm .tab-content {
|
|
33851
|
+
height: 100%;
|
|
33852
|
+
}
|
|
33853
|
+
.E_t160l1cm .tab-menu-item {
|
|
33854
|
+
margin-right: 2px;
|
|
33855
|
+
padding: 1px 12px;
|
|
33856
|
+
line-height: 24px;
|
|
33857
|
+
height: 24px;
|
|
33858
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33859
|
+
border-radius: 4px 4px 0 0;
|
|
33860
|
+
cursor: pointer;
|
|
33861
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33862
|
+
}
|
|
33863
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
33864
|
+
padding-left: 0;
|
|
33865
|
+
}
|
|
33866
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
33867
|
+
padding-left: 12px;
|
|
33868
|
+
}
|
|
33869
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
33870
|
+
color: #0080ff;
|
|
33871
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33872
|
+
}
|
|
33873
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
33874
|
+
fill: #0080ff;
|
|
33875
|
+
}
|
|
33876
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
33877
|
+
background: rgba(192, 203, 224, 0.6);
|
|
33878
|
+
}
|
|
33879
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
33880
|
+
color: #0080ff;
|
|
33881
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33882
|
+
}
|
|
33883
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
33884
|
+
background: rgba(192, 203, 224, 0.6);
|
|
33885
|
+
}
|
|
33886
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
33887
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33888
|
+
}
|
|
33889
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
33890
|
+
fill: #0080ff;
|
|
33891
|
+
}
|
|
33892
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
33893
|
+
color: #0080ff;
|
|
33894
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33895
|
+
}
|
|
33896
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
33897
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33898
|
+
}
|
|
33899
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
33900
|
+
fill: #1d326c;
|
|
33901
|
+
}
|
|
33902
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
33903
|
+
margin-left: 8px;
|
|
33904
|
+
height: 22px;
|
|
33905
|
+
}
|
|
33906
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
33907
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
33908
|
+
}
|
|
33909
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
33910
|
+
padding: 0;
|
|
33911
|
+
display: flex;
|
|
33912
|
+
align-items: center;
|
|
33913
|
+
overflow: hidden;
|
|
33914
|
+
}
|
|
33915
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
33916
|
+
opacity: 0;
|
|
33917
|
+
max-width: 0;
|
|
33918
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
33919
|
+
}
|
|
33920
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
33921
|
+
padding: 1px 12px;
|
|
33922
|
+
position: relative;
|
|
33923
|
+
display: flex;
|
|
33924
|
+
}
|
|
33925
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
33926
|
+
opacity: 0;
|
|
33927
|
+
position: absolute;
|
|
33928
|
+
top: 50%;
|
|
33929
|
+
left: 0;
|
|
33930
|
+
transform: translate(-50%, -50%);
|
|
33931
|
+
transition: opacity 100ms linear;
|
|
33932
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
33933
|
+
}
|
|
33934
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
33935
|
+
color: #0080ff;
|
|
33936
|
+
}
|
|
33937
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33938
|
+
padding: 1px 12px;
|
|
33939
|
+
display: inline-block;
|
|
33940
|
+
opacity: 1;
|
|
33941
|
+
max-width: 160px;
|
|
33942
|
+
}
|
|
33943
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33944
|
+
padding: 1px 12px;
|
|
33945
|
+
color: #005ed1;
|
|
33946
|
+
}
|
|
33947
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33948
|
+
opacity: 1;
|
|
33949
|
+
}
|
|
33950
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
33951
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33952
|
+
}
|
|
33953
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
33954
|
+
opacity: 0;
|
|
33955
|
+
}
|
|
33956
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
33957
|
+
padding: 4px 16px;
|
|
33958
|
+
height: 32px;
|
|
33959
|
+
border-radius: 6px 6px 0 0;
|
|
33960
|
+
}
|
|
33961
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33962
|
+
padding-left: 0;
|
|
33963
|
+
}
|
|
33964
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
33965
|
+
padding-left: 16px;
|
|
33966
|
+
}
|
|
33967
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
33968
|
+
margin-left: 11px;
|
|
33969
|
+
height: 24px;
|
|
33970
|
+
}
|
|
33971
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
33972
|
+
padding: 0;
|
|
33973
|
+
}
|
|
33974
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
33975
|
+
padding: 4px 16px;
|
|
33976
|
+
}
|
|
33977
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33978
|
+
padding: 4px 16px;
|
|
33979
|
+
}
|
|
33980
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
33981
|
+
background: #fff;
|
|
33983
33982
|
}
|
|
33984
|
-
.
|
|
33985
|
-
|
|
33986
|
-
height: 18px;
|
|
33987
|
-
font-size: 12px;
|
|
33983
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
33984
|
+
color: #005ed1;
|
|
33988
33985
|
}
|
|
33989
|
-
|
|
33990
|
-
|
|
33991
|
-
|
|
33992
|
-
height: 320px;
|
|
33986
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
33987
|
+
background: #fff;
|
|
33988
|
+
color: #1d326c;
|
|
33993
33989
|
}
|
|
33994
|
-
.
|
|
33995
|
-
|
|
33990
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33991
|
+
color: rgba(45, 58, 86, 0.6);
|
|
33996
33992
|
}
|
|
33997
|
-
.
|
|
33998
|
-
|
|
33999
|
-
padding: 8px;
|
|
33993
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33994
|
+
color: #1d326c;
|
|
34000
33995
|
}
|
|
34001
|
-
.
|
|
34002
|
-
|
|
34003
|
-
padding: 8px 16px;
|
|
34004
|
-
font-size: 14px;
|
|
33996
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33997
|
+
fill: #d8deeb;
|
|
34005
33998
|
}
|
|
34006
|
-
|
|
34007
|
-
|
|
34008
|
-
color: #2d3a56;
|
|
34009
|
-
line-height: 22px;
|
|
34010
|
-
display: inline-flex;
|
|
33999
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
34000
|
+
fill: #1d326c;
|
|
34011
34001
|
}
|
|
34012
|
-
.
|
|
34013
|
-
|
|
34002
|
+
.E_t160l1cm .tab-content {
|
|
34003
|
+
flex: 1;
|
|
34014
34004
|
display: flex;
|
|
34015
|
-
|
|
34016
|
-
top: 0;
|
|
34017
|
-
}
|
|
34018
|
-
.E_c1igej8b .ant-checkbox-checked::after {
|
|
34019
|
-
border: none;
|
|
34005
|
+
flex-direction: column;
|
|
34020
34006
|
}
|
|
34021
|
-
.
|
|
34022
|
-
|
|
34007
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
34008
|
+
overflow: visible;
|
|
34023
34009
|
}
|
|
34024
|
-
|
|
34025
|
-
|
|
34010
|
+
|
|
34011
|
+
.E_t14npdqr {
|
|
34012
|
+
max-width: 240px;
|
|
34013
|
+
animation: none;
|
|
34026
34014
|
}
|
|
34027
|
-
.
|
|
34015
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
34028
34016
|
border: 1px solid #0080ff;
|
|
34017
|
+
padding: 0;
|
|
34029
34018
|
}
|
|
34030
|
-
.
|
|
34031
|
-
|
|
34019
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
34020
|
+
margin: 0;
|
|
34021
|
+
height: 32px;
|
|
34022
|
+
line-height: 32px;
|
|
34023
|
+
font-size: 13px;
|
|
34024
|
+
padding: 0 10px;
|
|
34025
|
+
display: block;
|
|
34026
|
+
overflow: hidden;
|
|
34027
|
+
text-overflow: ellipsis;
|
|
34028
|
+
white-space: nowrap;
|
|
34032
34029
|
}
|
|
34033
|
-
.
|
|
34034
|
-
|
|
34035
|
-
height:
|
|
34036
|
-
width: 10px;
|
|
34037
|
-
|
|
34030
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
34031
|
+
content: " ";
|
|
34032
|
+
height: 1px;
|
|
34033
|
+
width: calc(100% + 10px);
|
|
34034
|
+
background: rgba(172, 186, 211, 0.6);
|
|
34035
|
+
display: block;
|
|
34038
34036
|
}
|
|
34039
|
-
.
|
|
34040
|
-
|
|
34037
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
34038
|
+
color: #0080ff;
|
|
34039
|
+
background: transparent;
|
|
34041
34040
|
}
|
|
34042
|
-
|
|
34043
|
-
|
|
34044
|
-
|
|
34041
|
+
|
|
34042
|
+
.E_f1p9ti6d {
|
|
34043
|
+
width: 100%;
|
|
34044
|
+
margin-bottom: 0 !important;
|
|
34045
|
+
flex-flow: nowrap !important;
|
|
34046
|
+
line-break: auto;
|
|
34045
34047
|
}
|
|
34046
|
-
.
|
|
34047
|
-
|
|
34048
|
+
.E_f1p9ti6d > .ant-form-item-label {
|
|
34049
|
+
text-align: left !important;
|
|
34050
|
+
padding-bottom: 0 !important;
|
|
34048
34051
|
}
|
|
34049
|
-
.
|
|
34050
|
-
|
|
34052
|
+
.E_f1p9ti6d > .ant-form-item-label > label {
|
|
34053
|
+
min-height: 32px;
|
|
34054
|
+
height: auto;
|
|
34055
|
+
font-size: 13px;
|
|
34056
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34057
|
+
white-space: normal;
|
|
34051
34058
|
}
|
|
34052
|
-
.
|
|
34053
|
-
|
|
34059
|
+
.E_f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
34060
|
+
border-color: #ff4d4f !important;
|
|
34054
34061
|
}
|
|
34055
|
-
.
|
|
34056
|
-
|
|
34057
|
-
|
|
34058
|
-
|
|
34062
|
+
.E_f1p9ti6d .ant-form-item-explain {
|
|
34063
|
+
margin-top: 4px;
|
|
34064
|
+
font-size: 12px;
|
|
34065
|
+
min-height: 0px;
|
|
34059
34066
|
}
|
|
34060
|
-
.
|
|
34061
|
-
|
|
34067
|
+
.E_f1p9ti6d .ant-form-item-extra {
|
|
34068
|
+
font-size: 12px;
|
|
34062
34069
|
color: rgba(44, 56, 82, 0.6);
|
|
34070
|
+
min-height: 0px;
|
|
34063
34071
|
}
|
|
34064
|
-
|
|
34065
|
-
|
|
34072
|
+
|
|
34073
|
+
.E_s6rjqv7 {
|
|
34074
|
+
height: 24px;
|
|
34075
|
+
width: 24px;
|
|
34076
|
+
border-radius: 6px;
|
|
34077
|
+
padding: 4px;
|
|
34066
34078
|
}
|
|
34067
|
-
.
|
|
34068
|
-
|
|
34079
|
+
.E_s6rjqv7:hover {
|
|
34080
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34081
|
+
}
|
|
34082
|
+
.E_s6rjqv7:hover svg path {
|
|
34083
|
+
fill: blue;
|
|
34069
34084
|
}
|
|
34070
34085
|
|
|
34071
34086
|
.E_c1udgdh2 {
|
|
@@ -34108,39 +34123,62 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34108
34123
|
margin-right: 2px;
|
|
34109
34124
|
}
|
|
34110
34125
|
|
|
34111
|
-
.
|
|
34112
|
-
|
|
34113
|
-
margin-bottom: 0 !important;
|
|
34114
|
-
flex-flow: nowrap !important;
|
|
34115
|
-
line-break: auto;
|
|
34126
|
+
.E_c1k4vanq {
|
|
34127
|
+
padding: 0 12px 14px 12px;
|
|
34116
34128
|
}
|
|
34117
|
-
|
|
34118
|
-
|
|
34119
|
-
|
|
34129
|
+
|
|
34130
|
+
.E_rrwcpby {
|
|
34131
|
+
display: flex;
|
|
34132
|
+
align-items: center;
|
|
34120
34133
|
}
|
|
34121
|
-
.
|
|
34122
|
-
|
|
34123
|
-
|
|
34124
|
-
|
|
34125
|
-
color:
|
|
34126
|
-
|
|
34134
|
+
.E_rrwcpby .order {
|
|
34135
|
+
height: 24px;
|
|
34136
|
+
width: 24px;
|
|
34137
|
+
border-radius: 20px;
|
|
34138
|
+
color: #0080ff;
|
|
34139
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34140
|
+
display: flex;
|
|
34141
|
+
align-items: center;
|
|
34142
|
+
justify-content: center;
|
|
34143
|
+
margin-right: 6px;
|
|
34127
34144
|
}
|
|
34128
|
-
|
|
34129
|
-
|
|
34145
|
+
|
|
34146
|
+
.E_w1xcixj5.outside-tag {
|
|
34147
|
+
padding-left: 0;
|
|
34130
34148
|
}
|
|
34131
|
-
.
|
|
34132
|
-
|
|
34133
|
-
|
|
34134
|
-
|
|
34149
|
+
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34150
|
+
border-radius: 4px 0 0 4px;
|
|
34151
|
+
padding-right: 4px;
|
|
34152
|
+
margin-right: 4px;
|
|
34135
34153
|
}
|
|
34136
|
-
|
|
34137
|
-
|
|
34138
|
-
|
|
34139
|
-
|
|
34154
|
+
|
|
34155
|
+
.E_sut42l0 {
|
|
34156
|
+
padding: 0 8px;
|
|
34157
|
+
height: 18px;
|
|
34140
34158
|
}
|
|
34141
34159
|
|
|
34142
|
-
.
|
|
34143
|
-
padding:
|
|
34160
|
+
.E_mfsz1jz {
|
|
34161
|
+
padding: 2px 8px;
|
|
34162
|
+
height: 24px;
|
|
34163
|
+
}
|
|
34164
|
+
|
|
34165
|
+
.E_tnd6h4m {
|
|
34166
|
+
margin: 0;
|
|
34167
|
+
}
|
|
34168
|
+
|
|
34169
|
+
.E_i1qw4clm {
|
|
34170
|
+
margin-right: 4px;
|
|
34171
|
+
height: 16px;
|
|
34172
|
+
}
|
|
34173
|
+
|
|
34174
|
+
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34175
|
+
font-weight: 700;
|
|
34176
|
+
color: #00122e;
|
|
34177
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34178
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34179
|
+
word-break: break-all;
|
|
34180
|
+
display: inline;
|
|
34181
|
+
white-space: normal;
|
|
34144
34182
|
}
|
|
34145
34183
|
|
|
34146
34184
|
.E_bab9xum {
|
|
@@ -34210,41 +34248,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34210
34248
|
font-size: inherit;
|
|
34211
34249
|
}
|
|
34212
34250
|
|
|
34213
|
-
.E_w1xcixj5.outside-tag {
|
|
34214
|
-
padding-left: 0;
|
|
34215
|
-
}
|
|
34216
|
-
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34217
|
-
border-radius: 4px 0 0 4px;
|
|
34218
|
-
padding-right: 4px;
|
|
34219
|
-
margin-right: 4px;
|
|
34220
|
-
}
|
|
34221
|
-
|
|
34222
|
-
.E_sut42l0 {
|
|
34223
|
-
padding: 0 8px;
|
|
34224
|
-
height: 18px;
|
|
34225
|
-
}
|
|
34226
|
-
|
|
34227
|
-
.E_mfsz1jz {
|
|
34228
|
-
padding: 2px 8px;
|
|
34229
|
-
height: 24px;
|
|
34230
|
-
}
|
|
34231
|
-
|
|
34232
|
-
.E_tnd6h4m {
|
|
34233
|
-
margin: 0;
|
|
34234
|
-
}
|
|
34235
|
-
|
|
34236
|
-
.E_i1qw4clm {
|
|
34237
|
-
margin-right: 4px;
|
|
34238
|
-
height: 16px;
|
|
34239
|
-
}
|
|
34240
|
-
|
|
34241
|
-
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34242
|
-
font-weight: 700;
|
|
34243
|
-
color: #00122e;
|
|
34244
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34245
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34246
|
-
}
|
|
34247
|
-
|
|
34248
34251
|
.E_tc40oxa {
|
|
34249
34252
|
margin-bottom: 4px;
|
|
34250
34253
|
color: rgba(44, 56, 82, 0.6);
|