@cloudtower/eagle 0.27.37 → 0.27.40
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 +1935 -1925
- package/dist/esm/index.js +359 -70
- package/dist/esm/stats1.html +1 -1
- package/dist/src/{components → coreX}/I18nNameTag/index.d.ts +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/spec/base.d.ts +10 -1
- package/dist/src/styles/token/color.d.ts +269 -0
- package/dist/src/styles/token/index.d.ts +1 -0
- package/dist/src/styles/token/token.d.ts +1 -0
- package/dist/stories/I18nNameTag.stories.d.ts +23 -0
- package/dist/stories/OverflowTooltip.stories.d.ts +15 -0
- package/dist/style.css +1352 -1342
- package/dist/token.css +209 -0
- package/dist/umd/index.js +359 -69
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +208 -0
- package/package.json +8 -8
- package/dist/src/components/I18nNameTag/I18nNameTag.stories.d.ts +0 -13
- package/dist/src/components/OverflowTooltip/OverflowTooltip.stories.d.ts +0 -17
- package/dist/stories/icons-react.stories.d.ts +0 -3
- /package/dist/src/{components → coreX}/I18nNameTag/__test__/index.test.d.ts +0 -0
package/dist/components.css
CHANGED
|
@@ -29499,24 +29499,6 @@ html body {
|
|
|
29499
29499
|
font-size: 18px;
|
|
29500
29500
|
}
|
|
29501
29501
|
|
|
29502
|
-
.E_i1mrf09m {
|
|
29503
|
-
display: inline-flex;
|
|
29504
|
-
align-items: center;
|
|
29505
|
-
}
|
|
29506
|
-
.E_i1mrf09m .icon-inner {
|
|
29507
|
-
display: inline-flex;
|
|
29508
|
-
align-items: center;
|
|
29509
|
-
justify-content: center;
|
|
29510
|
-
}
|
|
29511
|
-
.E_i1mrf09m .icon-inner + span,
|
|
29512
|
-
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29513
|
-
margin-left: 4px;
|
|
29514
|
-
}
|
|
29515
|
-
.E_i1mrf09m.is-rotate img,
|
|
29516
|
-
.E_i1mrf09m.is-rotate svg {
|
|
29517
|
-
animation: rotate 680ms linear infinite;
|
|
29518
|
-
}
|
|
29519
|
-
|
|
29520
29502
|
.E_bpq0js6 {
|
|
29521
29503
|
padding: 4px 11px;
|
|
29522
29504
|
}
|
|
@@ -29546,19 +29528,6 @@ html body {
|
|
|
29546
29528
|
border-radius: unset;
|
|
29547
29529
|
}
|
|
29548
29530
|
|
|
29549
|
-
.E_iap75of {
|
|
29550
|
-
height: 18px;
|
|
29551
|
-
line-height: 18px;
|
|
29552
|
-
padding: 0 4px;
|
|
29553
|
-
border-radius: 4px;
|
|
29554
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29555
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29556
|
-
display: flex;
|
|
29557
|
-
align-items: center;
|
|
29558
|
-
white-space: nowrap;
|
|
29559
|
-
margin-right: 4px;
|
|
29560
|
-
}
|
|
29561
|
-
|
|
29562
29531
|
.E_buj61ew.ant-btn-icon-only {
|
|
29563
29532
|
justify-content: center;
|
|
29564
29533
|
}
|
|
@@ -29809,6 +29778,37 @@ html body {
|
|
|
29809
29778
|
padding: 0;
|
|
29810
29779
|
}
|
|
29811
29780
|
|
|
29781
|
+
.E_i1mrf09m {
|
|
29782
|
+
display: inline-flex;
|
|
29783
|
+
align-items: center;
|
|
29784
|
+
}
|
|
29785
|
+
.E_i1mrf09m .icon-inner {
|
|
29786
|
+
display: inline-flex;
|
|
29787
|
+
align-items: center;
|
|
29788
|
+
justify-content: center;
|
|
29789
|
+
}
|
|
29790
|
+
.E_i1mrf09m .icon-inner + span,
|
|
29791
|
+
.E_i1mrf09m span + .icon-inner.suffix {
|
|
29792
|
+
margin-left: 4px;
|
|
29793
|
+
}
|
|
29794
|
+
.E_i1mrf09m.is-rotate img,
|
|
29795
|
+
.E_i1mrf09m.is-rotate svg {
|
|
29796
|
+
animation: rotate 680ms linear infinite;
|
|
29797
|
+
}
|
|
29798
|
+
|
|
29799
|
+
.E_iap75of {
|
|
29800
|
+
height: 18px;
|
|
29801
|
+
line-height: 18px;
|
|
29802
|
+
padding: 0 4px;
|
|
29803
|
+
border-radius: 4px;
|
|
29804
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29805
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29806
|
+
display: flex;
|
|
29807
|
+
align-items: center;
|
|
29808
|
+
white-space: nowrap;
|
|
29809
|
+
margin-right: 4px;
|
|
29810
|
+
}
|
|
29811
|
+
|
|
29812
29812
|
.E_obf05yr {
|
|
29813
29813
|
display: inline-block;
|
|
29814
29814
|
}
|
|
@@ -29818,6 +29818,63 @@ html body {
|
|
|
29818
29818
|
position: absolute;
|
|
29819
29819
|
}
|
|
29820
29820
|
|
|
29821
|
+
.E_p12gwtiw {
|
|
29822
|
+
display: flex;
|
|
29823
|
+
justify-content: space-between;
|
|
29824
|
+
align-items: center;
|
|
29825
|
+
padding: 10px 0;
|
|
29826
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29827
|
+
font-size: 12px;
|
|
29828
|
+
line-height: 24px;
|
|
29829
|
+
}
|
|
29830
|
+
.E_p12gwtiw .pagination-left {
|
|
29831
|
+
padding: 2px 8px;
|
|
29832
|
+
}
|
|
29833
|
+
.E_p12gwtiw .dropdown-trigger {
|
|
29834
|
+
display: flex;
|
|
29835
|
+
align-items: center;
|
|
29836
|
+
border-radius: 6px;
|
|
29837
|
+
cursor: pointer;
|
|
29838
|
+
transition: all 0.3s ease;
|
|
29839
|
+
}
|
|
29840
|
+
.E_p12gwtiw .dropdown-trigger:hover {
|
|
29841
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29842
|
+
color: #0080ff;
|
|
29843
|
+
}
|
|
29844
|
+
.E_p12gwtiw .dropdown-trigger .icon-inner {
|
|
29845
|
+
margin-left: 4px;
|
|
29846
|
+
}
|
|
29847
|
+
.E_p12gwtiw .pagination-right {
|
|
29848
|
+
display: flex;
|
|
29849
|
+
align-items: center;
|
|
29850
|
+
color: #0080ff;
|
|
29851
|
+
font-weight: bold;
|
|
29852
|
+
}
|
|
29853
|
+
.E_p12gwtiw .pagination-right .icon-inner {
|
|
29854
|
+
margin-left: 4px;
|
|
29855
|
+
}
|
|
29856
|
+
.E_p12gwtiw .pagination-right .prev-btn,
|
|
29857
|
+
.E_p12gwtiw .pagination-right .next-btn {
|
|
29858
|
+
padding: 0 8px;
|
|
29859
|
+
}
|
|
29860
|
+
.E_p12gwtiw .pagination-right .prev-btn > span,
|
|
29861
|
+
.E_p12gwtiw .pagination-right .next-btn > span {
|
|
29862
|
+
color: #0080ff;
|
|
29863
|
+
}
|
|
29864
|
+
.E_p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29865
|
+
transform: rotate(180deg);
|
|
29866
|
+
}
|
|
29867
|
+
|
|
29868
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29869
|
+
max-height: calc(100vh - 128px);
|
|
29870
|
+
overflow-y: auto;
|
|
29871
|
+
}
|
|
29872
|
+
.E_d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29873
|
+
padding: 4px 20px;
|
|
29874
|
+
font-size: 12px;
|
|
29875
|
+
line-height: 18px;
|
|
29876
|
+
}
|
|
29877
|
+
|
|
29821
29878
|
.E_rxbeqvl.ant-radio-wrapper {
|
|
29822
29879
|
display: inline-flex;
|
|
29823
29880
|
align-items: baseline;
|
|
@@ -29964,229 +30021,125 @@ html body {
|
|
|
29964
30021
|
width: 36px;
|
|
29965
30022
|
}
|
|
29966
30023
|
|
|
29967
|
-
.
|
|
29968
|
-
display:
|
|
29969
|
-
justify-content: space-between;
|
|
29970
|
-
align-items: center;
|
|
29971
|
-
padding: 10px 0;
|
|
29972
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29973
|
-
font-size: 12px;
|
|
29974
|
-
line-height: 24px;
|
|
29975
|
-
}
|
|
29976
|
-
.E_p12gwtiw .pagination-left {
|
|
29977
|
-
padding: 2px 8px;
|
|
29978
|
-
}
|
|
29979
|
-
.E_p12gwtiw .dropdown-trigger {
|
|
29980
|
-
display: flex;
|
|
29981
|
-
align-items: center;
|
|
29982
|
-
border-radius: 6px;
|
|
29983
|
-
cursor: pointer;
|
|
29984
|
-
transition: all 0.3s ease;
|
|
29985
|
-
}
|
|
29986
|
-
.E_p12gwtiw .dropdown-trigger:hover {
|
|
29987
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29988
|
-
color: #0080ff;
|
|
29989
|
-
}
|
|
29990
|
-
.E_p12gwtiw .dropdown-trigger .icon-inner {
|
|
29991
|
-
margin-left: 4px;
|
|
29992
|
-
}
|
|
29993
|
-
.E_p12gwtiw .pagination-right {
|
|
29994
|
-
display: flex;
|
|
29995
|
-
align-items: center;
|
|
29996
|
-
color: #0080ff;
|
|
29997
|
-
font-weight: bold;
|
|
30024
|
+
.E_i1e4sgug {
|
|
30025
|
+
display: inline-block;
|
|
29998
30026
|
}
|
|
29999
|
-
|
|
30000
|
-
|
|
30027
|
+
|
|
30028
|
+
.E_s34f1qb.ant-switch {
|
|
30029
|
+
min-width: 40px;
|
|
30030
|
+
height: 24px;
|
|
30031
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30032
|
+
overflow: hidden;
|
|
30001
30033
|
}
|
|
30002
|
-
.
|
|
30003
|
-
|
|
30004
|
-
padding: 0 8px;
|
|
30034
|
+
.E_s34f1qb.ant-switch:focus {
|
|
30035
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30005
30036
|
}
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30008
|
-
|
|
30037
|
+
.E_s34f1qb.ant-switch-small {
|
|
30038
|
+
min-width: 26px;
|
|
30039
|
+
height: 16px;
|
|
30009
30040
|
}
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30041
|
+
.E_s34f1qb.ant-switch-large {
|
|
30042
|
+
min-width: 52px;
|
|
30043
|
+
height: 32px;
|
|
30012
30044
|
}
|
|
30013
|
-
|
|
30014
|
-
|
|
30015
|
-
|
|
30016
|
-
overflow-y: auto;
|
|
30045
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
30046
|
+
height: 20px;
|
|
30047
|
+
width: 20px;
|
|
30017
30048
|
}
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
|
|
30021
|
-
line-height: 18px;
|
|
30049
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30050
|
+
border-radius: 10px;
|
|
30051
|
+
transition-delay: 120ms;
|
|
30022
30052
|
}
|
|
30023
|
-
|
|
30024
|
-
.E_c1bus5hc {
|
|
30025
|
-
--color: white;
|
|
30053
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30026
30054
|
height: 14px;
|
|
30027
30055
|
width: 14px;
|
|
30028
|
-
|
|
30029
|
-
|
|
30030
|
-
display: flex;
|
|
30031
|
-
align-items: center;
|
|
30032
|
-
justify-content: center;
|
|
30033
|
-
border: 1px solid var(--color);
|
|
30056
|
+
top: 1px;
|
|
30057
|
+
left: 1px;
|
|
30034
30058
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30037
|
-
|
|
30038
|
-
width: 10px;
|
|
30039
|
-
border-radius: 50%;
|
|
30040
|
-
overflow: hidden;
|
|
30059
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30060
|
+
height: 28px;
|
|
30061
|
+
width: 28px;
|
|
30041
30062
|
}
|
|
30042
|
-
.
|
|
30043
|
-
|
|
30044
|
-
height: 100%;
|
|
30045
|
-
width: 100%;
|
|
30046
|
-
left: 0;
|
|
30047
|
-
top: 0;
|
|
30048
|
-
border-radius: 50%;
|
|
30049
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30050
|
-
transform: rotate(180deg);
|
|
30063
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30064
|
+
border-radius: 14px;
|
|
30051
30065
|
}
|
|
30052
|
-
.
|
|
30053
|
-
|
|
30054
|
-
height: 100%;
|
|
30055
|
-
width: 100%;
|
|
30056
|
-
left: 0;
|
|
30057
|
-
top: 0;
|
|
30058
|
-
margin-left: 50%;
|
|
30059
|
-
transform-origin: left;
|
|
30060
|
-
background: white;
|
|
30061
|
-
transform: rotate(0deg);
|
|
30066
|
+
.E_s34f1qb.ant-switch-checked {
|
|
30067
|
+
background-color: #00ba5d;
|
|
30062
30068
|
}
|
|
30063
|
-
|
|
30064
|
-
|
|
30065
|
-
display: inline-block;
|
|
30066
|
-
width: 100%;
|
|
30069
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30070
|
+
left: calc(100% - 20px - 2px);
|
|
30067
30071
|
}
|
|
30068
|
-
.
|
|
30069
|
-
|
|
30072
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30073
|
+
left: calc(100% - 14px - 1px);
|
|
30074
|
+
}
|
|
30075
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30076
|
+
left: calc(100% - 28px - 2px);
|
|
30070
30077
|
}
|
|
30071
30078
|
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30079
|
+
.E_c1to9vb9 {
|
|
30080
|
+
margin-left: 5px;
|
|
30074
30081
|
}
|
|
30075
30082
|
|
|
30076
|
-
.
|
|
30083
|
+
.E_s1ebs0ra {
|
|
30077
30084
|
display: flex;
|
|
30078
|
-
justify-content: space-between;
|
|
30079
30085
|
align-items: center;
|
|
30080
|
-
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
margin-
|
|
30087
|
-
}
|
|
30088
|
-
|
|
30089
|
-
.E_coy29mj.E_c14wcxf0 {
|
|
30090
|
-
font-weight: bold;
|
|
30091
|
-
color: white;
|
|
30092
|
-
}
|
|
30093
|
-
|
|
30094
|
-
.E_s11212zy {
|
|
30095
|
-
width: 8px;
|
|
30096
|
-
height: 8px;
|
|
30097
|
-
border-radius: 2px;
|
|
30098
|
-
display: inline-block;
|
|
30099
|
-
background: var(--s11212zy-0);
|
|
30100
|
-
border: 1px solid #fff;
|
|
30101
|
-
box-sizing: content-box;
|
|
30102
|
-
margin-right: 6px;
|
|
30103
|
-
}
|
|
30104
|
-
|
|
30105
|
-
.E_p1lyky6c > :first-child {
|
|
30106
|
-
font-weight: bold;
|
|
30107
|
-
color: white;
|
|
30108
|
-
margin-right: 4px;
|
|
30109
|
-
}
|
|
30110
|
-
|
|
30111
|
-
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
30112
|
-
margin-right: 2px;
|
|
30113
|
-
}
|
|
30114
|
-
|
|
30115
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
30116
|
-
padding-left: 8px;
|
|
30117
|
-
padding-right: 8px;
|
|
30118
|
-
}
|
|
30119
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
30120
|
-
border-radius: 4px;
|
|
30121
|
-
}
|
|
30122
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
30123
|
-
border-radius: 4px;
|
|
30124
|
-
}
|
|
30125
|
-
|
|
30126
|
-
.E_ma64lna .ant-segmented-item-label {
|
|
30127
|
-
padding-left: 12px;
|
|
30128
|
-
padding-right: 12px;
|
|
30129
|
-
}
|
|
30130
|
-
|
|
30131
|
-
.E_ckld275 {
|
|
30132
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30133
|
-
}
|
|
30134
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
30135
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
30136
|
-
color: rgba(44, 56, 82, 0.75);
|
|
30137
|
-
}
|
|
30138
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
30139
|
-
background-color: transparent;
|
|
30140
|
-
}
|
|
30141
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
30142
|
-
background-color: transparent;
|
|
30086
|
+
justify-content: space-between;
|
|
30087
|
+
background: #edf0f7;
|
|
30088
|
+
padding: 8px 12px;
|
|
30089
|
+
position: sticky;
|
|
30090
|
+
top: 0;
|
|
30091
|
+
z-index: 1;
|
|
30092
|
+
margin-bottom: -52px;
|
|
30143
30093
|
}
|
|
30144
|
-
|
|
30145
|
-
|
|
30146
|
-
|
|
30147
|
-
|
|
30094
|
+
.E_s1ebs0ra .select-total {
|
|
30095
|
+
display: flex;
|
|
30096
|
+
align-items: center;
|
|
30097
|
+
font-weight: 700;
|
|
30098
|
+
flex-shrink: 0;
|
|
30148
30099
|
}
|
|
30149
|
-
.
|
|
30150
|
-
|
|
30100
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
30101
|
+
cursor: pointer;
|
|
30102
|
+
margin-left: 8px;
|
|
30103
|
+
width: 32px;
|
|
30104
|
+
height: 32px;
|
|
30105
|
+
border-radius: 50%;
|
|
30106
|
+
justify-content: center;
|
|
30151
30107
|
}
|
|
30152
|
-
.
|
|
30153
|
-
|
|
30108
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30109
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30154
30110
|
}
|
|
30155
|
-
.
|
|
30156
|
-
|
|
30111
|
+
.E_s1ebs0ra .action-group {
|
|
30112
|
+
flex: 1;
|
|
30113
|
+
margin-left: 88px;
|
|
30114
|
+
white-space: nowrap;
|
|
30115
|
+
text-align: right;
|
|
30116
|
+
position: relative;
|
|
30117
|
+
padding: 4px 0;
|
|
30118
|
+
margin-top: -4px;
|
|
30119
|
+
overflow: hidden;
|
|
30157
30120
|
}
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30121
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
30122
|
+
transform: translateY(-4px);
|
|
30160
30123
|
}
|
|
30161
|
-
.
|
|
30162
|
-
|
|
30124
|
+
.E_s1ebs0ra .action-group button {
|
|
30125
|
+
border: none;
|
|
30163
30126
|
}
|
|
30164
|
-
|
|
30165
|
-
|
|
30166
|
-
display: inline-block;
|
|
30127
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
30128
|
+
margin-right: 8px;
|
|
30167
30129
|
}
|
|
30168
|
-
|
|
30169
|
-
|
|
30170
|
-
margin-bottom: 16px;
|
|
30130
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
30131
|
+
margin-right: 4px;
|
|
30171
30132
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
|
|
30176
|
-
|
|
30133
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
30134
|
+
cursor: pointer;
|
|
30135
|
+
width: 32px;
|
|
30136
|
+
height: 32px;
|
|
30137
|
+
justify-content: center;
|
|
30138
|
+
border-radius: 50%;
|
|
30177
30139
|
}
|
|
30178
|
-
.
|
|
30179
|
-
padding: 24px;
|
|
30180
|
-
border-radius: 8px;
|
|
30140
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30181
30141
|
background: #fff;
|
|
30182
30142
|
}
|
|
30183
|
-
.E_c1uzzomf .empty {
|
|
30184
|
-
font-weight: 700;
|
|
30185
|
-
font-size: 14px;
|
|
30186
|
-
line-height: 22px;
|
|
30187
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30188
|
-
text-align: center;
|
|
30189
|
-
}
|
|
30190
30143
|
|
|
30191
30144
|
.E_s1fc623g {
|
|
30192
30145
|
width: 430px !important;
|
|
@@ -30269,263 +30222,70 @@ html body {
|
|
|
30269
30222
|
opacity: 0;
|
|
30270
30223
|
}
|
|
30271
30224
|
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
height: 246px;
|
|
30275
|
-
border-radius: 4px;
|
|
30276
|
-
}
|
|
30277
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
30278
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
30279
|
-
width: 100%;
|
|
30280
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
30281
|
-
border-top: none;
|
|
30225
|
+
.E_t1upn1sz {
|
|
30226
|
+
height: 100%;
|
|
30282
30227
|
}
|
|
30283
|
-
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30228
|
+
|
|
30229
|
+
.E_tta5kd2 {
|
|
30230
|
+
height: 100%;
|
|
30286
30231
|
}
|
|
30287
|
-
.
|
|
30288
|
-
|
|
30289
|
-
|
|
30290
|
-
height: 180px;
|
|
30291
|
-
border-spacing: 0;
|
|
30232
|
+
.E_tta5kd2.empty-table .ant-table-content {
|
|
30233
|
+
overflow: visible !important;
|
|
30234
|
+
height: 100%;
|
|
30292
30235
|
}
|
|
30293
|
-
.
|
|
30294
|
-
|
|
30295
|
-
margin-bottom: 8px;
|
|
30236
|
+
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30237
|
+
height: 100%;
|
|
30296
30238
|
}
|
|
30297
|
-
.
|
|
30298
|
-
|
|
30299
|
-
|
|
30239
|
+
.E_tta5kd2.empty-table .ant-table-content table {
|
|
30240
|
+
width: 100% !important;
|
|
30241
|
+
height: 100%;
|
|
30300
30242
|
}
|
|
30301
|
-
.
|
|
30302
|
-
|
|
30303
|
-
padding: 0;
|
|
30243
|
+
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30244
|
+
padding: 15px 0;
|
|
30304
30245
|
}
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30307
|
-
opacity: 0.4;
|
|
30246
|
+
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30247
|
+
display: none;
|
|
30308
30248
|
}
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30311
|
-
opacity: 1;
|
|
30249
|
+
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
30250
|
+
font-weight: 700;
|
|
30312
30251
|
}
|
|
30313
|
-
.
|
|
30314
|
-
|
|
30252
|
+
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30253
|
+
font-weight: 700;
|
|
30315
30254
|
}
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30255
|
+
.E_tta5kd2 .ant-spin-nested-loading {
|
|
30256
|
+
height: 100%;
|
|
30318
30257
|
}
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
|
|
30322
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
30323
|
-
backdrop-filter: blur(10px);
|
|
30324
|
-
padding: 7px 10px;
|
|
30258
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30259
|
+
height: 100%;
|
|
30260
|
+
overflow: visible;
|
|
30325
30261
|
}
|
|
30326
|
-
|
|
30327
|
-
|
|
30328
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30329
|
-
display: flex;
|
|
30330
|
-
justify-content: space-between;
|
|
30331
|
-
align-items: center;
|
|
30332
|
-
padding: 8px 16px;
|
|
30262
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30263
|
+
max-height: none;
|
|
30333
30264
|
}
|
|
30334
|
-
.
|
|
30335
|
-
|
|
30265
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30266
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30267
|
+
display: none;
|
|
30336
30268
|
}
|
|
30337
|
-
.
|
|
30338
|
-
|
|
30269
|
+
.E_tta5kd2 td.ant-table-column-sort {
|
|
30270
|
+
background: transparent;
|
|
30339
30271
|
}
|
|
30340
|
-
|
|
30341
|
-
.
|
|
30342
|
-
|
|
30272
|
+
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
30273
|
+
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
30274
|
+
background: #fff;
|
|
30275
|
+
padding: 0 !important;
|
|
30343
30276
|
}
|
|
30344
|
-
.
|
|
30277
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30278
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30345
30279
|
display: flex;
|
|
30346
|
-
|
|
30347
|
-
|
|
30348
|
-
|
|
30349
|
-
display: inline-block;
|
|
30350
|
-
width: 2px;
|
|
30351
|
-
height: 2px;
|
|
30352
|
-
border-radius: 1px;
|
|
30353
|
-
background: #0096ff;
|
|
30280
|
+
align-items: center;
|
|
30281
|
+
height: 100%;
|
|
30282
|
+
padding: 8px;
|
|
30354
30283
|
}
|
|
30355
|
-
.
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
|
|
30359
|
-
width:
|
|
30360
|
-
height: 2px;
|
|
30361
|
-
background: #0096ff;
|
|
30362
|
-
border-radius: 2px;
|
|
30363
|
-
}
|
|
30364
|
-
|
|
30365
|
-
.E_gmyahx3 {
|
|
30366
|
-
cursor: pointer;
|
|
30367
|
-
}
|
|
30368
|
-
.E_gmyahx3 .link-text {
|
|
30369
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30370
|
-
}
|
|
30371
|
-
.E_gmyahx3:hover .link-text {
|
|
30372
|
-
color: #0080ff;
|
|
30373
|
-
}
|
|
30374
|
-
|
|
30375
|
-
.E_t1sqg15u {
|
|
30376
|
-
background: white;
|
|
30377
|
-
}
|
|
30378
|
-
.E_t1sqg15u.inline .table-row {
|
|
30379
|
-
flex-direction: column;
|
|
30380
|
-
}
|
|
30381
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
30382
|
-
padding: 0 16px 7px 0;
|
|
30383
|
-
}
|
|
30384
|
-
.E_t1sqg15u.has-border .table-header {
|
|
30385
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
30386
|
-
}
|
|
30387
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
30388
|
-
border-top: none !important;
|
|
30389
|
-
}
|
|
30390
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
30391
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
30392
|
-
}
|
|
30393
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
30394
|
-
padding-bottom: 0;
|
|
30395
|
-
}
|
|
30396
|
-
.E_t1sqg15u.align-right .content {
|
|
30397
|
-
text-align: right;
|
|
30398
|
-
}
|
|
30399
|
-
.E_t1sqg15u .uuid-row {
|
|
30400
|
-
display: flex;
|
|
30401
|
-
justify-content: space-between;
|
|
30402
|
-
}
|
|
30403
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
30404
|
-
white-space: nowrap;
|
|
30405
|
-
overflow: hidden;
|
|
30406
|
-
text-overflow: ellipsis;
|
|
30407
|
-
}
|
|
30408
|
-
|
|
30409
|
-
.E_t4zczcp {
|
|
30410
|
-
display: flex;
|
|
30411
|
-
justify-content: space-between;
|
|
30412
|
-
align-items: center;
|
|
30413
|
-
padding: 8px;
|
|
30414
|
-
min-height: 32px;
|
|
30415
|
-
}
|
|
30416
|
-
.E_t4zczcp .table-title {
|
|
30417
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30418
|
-
font-weight: 600;
|
|
30419
|
-
font-size: 12px;
|
|
30420
|
-
line-height: 8px;
|
|
30421
|
-
}
|
|
30422
|
-
.E_t4zczcp .edit-icon {
|
|
30423
|
-
font-size: 16px;
|
|
30424
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30425
|
-
cursor: pointer;
|
|
30426
|
-
}
|
|
30427
|
-
|
|
30428
|
-
.E_t1s7goww {
|
|
30429
|
-
font-size: 12px;
|
|
30430
|
-
line-height: 18px;
|
|
30431
|
-
}
|
|
30432
|
-
|
|
30433
|
-
.E_t93e4cf {
|
|
30434
|
-
display: flex;
|
|
30435
|
-
padding: 8px 0;
|
|
30436
|
-
color: #2d3a56;
|
|
30437
|
-
}
|
|
30438
|
-
.E_t93e4cf .hidden {
|
|
30439
|
-
display: none;
|
|
30440
|
-
}
|
|
30441
|
-
.E_t93e4cf .ant-btn-link {
|
|
30442
|
-
height: auto;
|
|
30443
|
-
}
|
|
30444
|
-
.E_t93e4cf .content {
|
|
30445
|
-
overflow: hidden;
|
|
30446
|
-
overflow-x: auto;
|
|
30447
|
-
width: 100%;
|
|
30448
|
-
white-space: pre-wrap;
|
|
30449
|
-
}
|
|
30450
|
-
.E_t93e4cf .content .ant-btn {
|
|
30451
|
-
white-space: pre-wrap;
|
|
30452
|
-
text-align: left;
|
|
30453
|
-
}
|
|
30454
|
-
.E_t93e4cf .content .unit-chart {
|
|
30455
|
-
justify-content: flex-start;
|
|
30456
|
-
}
|
|
30457
|
-
|
|
30458
|
-
.E_rhz2uv5 {
|
|
30459
|
-
width: var(--rhz2uv5-0);
|
|
30460
|
-
flex-shrink: 0;
|
|
30461
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30462
|
-
padding-right: 12px;
|
|
30463
|
-
}
|
|
30464
|
-
|
|
30465
|
-
.E_t1upn1sz {
|
|
30466
|
-
height: 100%;
|
|
30467
|
-
}
|
|
30468
|
-
|
|
30469
|
-
.E_tta5kd2 {
|
|
30470
|
-
height: 100%;
|
|
30471
|
-
}
|
|
30472
|
-
.E_tta5kd2.empty-table .ant-table-content {
|
|
30473
|
-
overflow: visible !important;
|
|
30474
|
-
height: 100%;
|
|
30475
|
-
}
|
|
30476
|
-
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30477
|
-
height: 100%;
|
|
30478
|
-
}
|
|
30479
|
-
.E_tta5kd2.empty-table .ant-table-content table {
|
|
30480
|
-
width: 100% !important;
|
|
30481
|
-
height: 100%;
|
|
30482
|
-
}
|
|
30483
|
-
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30484
|
-
padding: 15px 0;
|
|
30485
|
-
}
|
|
30486
|
-
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30487
|
-
display: none;
|
|
30488
|
-
}
|
|
30489
|
-
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
30490
|
-
font-weight: 700;
|
|
30491
|
-
}
|
|
30492
|
-
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30493
|
-
font-weight: 700;
|
|
30494
|
-
}
|
|
30495
|
-
.E_tta5kd2 .ant-spin-nested-loading {
|
|
30496
|
-
height: 100%;
|
|
30497
|
-
}
|
|
30498
|
-
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30499
|
-
height: 100%;
|
|
30500
|
-
overflow: visible;
|
|
30501
|
-
}
|
|
30502
|
-
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30503
|
-
max-height: none;
|
|
30504
|
-
}
|
|
30505
|
-
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30506
|
-
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30507
|
-
display: none;
|
|
30508
|
-
}
|
|
30509
|
-
.E_tta5kd2 td.ant-table-column-sort {
|
|
30510
|
-
background: transparent;
|
|
30511
|
-
}
|
|
30512
|
-
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
30513
|
-
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
30514
|
-
background: #fff;
|
|
30515
|
-
padding: 0 !important;
|
|
30516
|
-
}
|
|
30517
|
-
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30518
|
-
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30519
|
-
display: flex;
|
|
30520
|
-
align-items: center;
|
|
30521
|
-
height: 100%;
|
|
30522
|
-
padding: 8px;
|
|
30523
|
-
}
|
|
30524
|
-
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30525
|
-
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30526
|
-
overflow: hidden;
|
|
30527
|
-
text-overflow: ellipsis;
|
|
30528
|
-
width: 100%;
|
|
30284
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30285
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30286
|
+
overflow: hidden;
|
|
30287
|
+
text-overflow: ellipsis;
|
|
30288
|
+
width: 100%;
|
|
30529
30289
|
}
|
|
30530
30290
|
.E_tta5kd2 .ant-table-container {
|
|
30531
30291
|
height: 100%;
|
|
@@ -30826,209 +30586,58 @@ html body {
|
|
|
30826
30586
|
background: #fff;
|
|
30827
30587
|
}
|
|
30828
30588
|
|
|
30829
|
-
.
|
|
30589
|
+
.E_cz04yix {
|
|
30830
30590
|
display: flex;
|
|
30831
|
-
|
|
30832
|
-
justify-content: space-between;
|
|
30833
|
-
background: #edf0f7;
|
|
30834
|
-
padding: 8px 12px;
|
|
30835
|
-
position: sticky;
|
|
30836
|
-
top: 0;
|
|
30837
|
-
z-index: 1;
|
|
30838
|
-
margin-bottom: -52px;
|
|
30591
|
+
flex-direction: column;
|
|
30839
30592
|
}
|
|
30840
|
-
|
|
30593
|
+
|
|
30594
|
+
.E_m1if5j39 {
|
|
30595
|
+
max-width: 1120px;
|
|
30596
|
+
width: 100%;
|
|
30597
|
+
margin: 0 auto;
|
|
30598
|
+
height: 100%;
|
|
30599
|
+
}
|
|
30600
|
+
|
|
30601
|
+
.E_w1vvwdlp {
|
|
30602
|
+
max-width: 1120px;
|
|
30603
|
+
width: 100%;
|
|
30604
|
+
margin: 0 auto;
|
|
30841
30605
|
display: flex;
|
|
30842
|
-
|
|
30843
|
-
|
|
30606
|
+
}
|
|
30607
|
+
.E_w1vvwdlp .left,
|
|
30608
|
+
.E_w1vvwdlp .right {
|
|
30609
|
+
flex-grow: 0;
|
|
30844
30610
|
flex-shrink: 0;
|
|
30611
|
+
flex-basis: 21%;
|
|
30845
30612
|
}
|
|
30846
|
-
.
|
|
30847
|
-
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
height: 32px;
|
|
30851
|
-
border-radius: 50%;
|
|
30852
|
-
justify-content: center;
|
|
30613
|
+
.E_w1vvwdlp .left {
|
|
30614
|
+
display: flex;
|
|
30615
|
+
justify-content: flex-end;
|
|
30616
|
+
padding-right: 44px;
|
|
30853
30617
|
}
|
|
30854
|
-
.
|
|
30855
|
-
|
|
30618
|
+
.E_w1vvwdlp .right {
|
|
30619
|
+
padding-left: 44px;
|
|
30856
30620
|
}
|
|
30857
|
-
.
|
|
30858
|
-
|
|
30859
|
-
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
position: relative;
|
|
30863
|
-
padding: 4px 0;
|
|
30864
|
-
margin-top: -4px;
|
|
30865
|
-
overflow: hidden;
|
|
30621
|
+
.E_w1vvwdlp .middle {
|
|
30622
|
+
margin-bottom: 40px;
|
|
30623
|
+
flex-grow: 0;
|
|
30624
|
+
flex-shrink: 0;
|
|
30625
|
+
flex-basis: 58%;
|
|
30866
30626
|
}
|
|
30867
|
-
.
|
|
30868
|
-
|
|
30627
|
+
.E_w1vvwdlp .middle .form-base-field {
|
|
30628
|
+
width: 100%;
|
|
30869
30629
|
}
|
|
30870
|
-
.
|
|
30871
|
-
|
|
30630
|
+
.E_w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30631
|
+
width: auto;
|
|
30872
30632
|
}
|
|
30873
|
-
|
|
30874
|
-
|
|
30633
|
+
|
|
30634
|
+
.E_h1cuopx7 .ant-modal-header {
|
|
30635
|
+
margin: 0 auto;
|
|
30636
|
+
width: 100%;
|
|
30637
|
+
max-width: 648px;
|
|
30875
30638
|
}
|
|
30876
|
-
.
|
|
30877
|
-
margin-
|
|
30878
|
-
}
|
|
30879
|
-
.E_s1ebs0ra .action-group .more-btn {
|
|
30880
|
-
cursor: pointer;
|
|
30881
|
-
width: 32px;
|
|
30882
|
-
height: 32px;
|
|
30883
|
-
justify-content: center;
|
|
30884
|
-
border-radius: 50%;
|
|
30885
|
-
}
|
|
30886
|
-
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
30887
|
-
background: #fff;
|
|
30888
|
-
}
|
|
30889
|
-
|
|
30890
|
-
.E_s34f1qb.ant-switch {
|
|
30891
|
-
min-width: 40px;
|
|
30892
|
-
height: 24px;
|
|
30893
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30894
|
-
overflow: hidden;
|
|
30895
|
-
}
|
|
30896
|
-
.E_s34f1qb.ant-switch:focus {
|
|
30897
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30898
|
-
}
|
|
30899
|
-
.E_s34f1qb.ant-switch-small {
|
|
30900
|
-
min-width: 26px;
|
|
30901
|
-
height: 16px;
|
|
30902
|
-
}
|
|
30903
|
-
.E_s34f1qb.ant-switch-large {
|
|
30904
|
-
min-width: 52px;
|
|
30905
|
-
height: 32px;
|
|
30906
|
-
}
|
|
30907
|
-
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
30908
|
-
height: 20px;
|
|
30909
|
-
width: 20px;
|
|
30910
|
-
}
|
|
30911
|
-
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30912
|
-
border-radius: 10px;
|
|
30913
|
-
transition-delay: 120ms;
|
|
30914
|
-
}
|
|
30915
|
-
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30916
|
-
height: 14px;
|
|
30917
|
-
width: 14px;
|
|
30918
|
-
top: 1px;
|
|
30919
|
-
left: 1px;
|
|
30920
|
-
}
|
|
30921
|
-
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30922
|
-
height: 28px;
|
|
30923
|
-
width: 28px;
|
|
30924
|
-
}
|
|
30925
|
-
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30926
|
-
border-radius: 14px;
|
|
30927
|
-
}
|
|
30928
|
-
.E_s34f1qb.ant-switch-checked {
|
|
30929
|
-
background-color: #00ba5d;
|
|
30930
|
-
}
|
|
30931
|
-
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30932
|
-
left: calc(100% - 20px - 2px);
|
|
30933
|
-
}
|
|
30934
|
-
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30935
|
-
left: calc(100% - 14px - 1px);
|
|
30936
|
-
}
|
|
30937
|
-
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30938
|
-
left: calc(100% - 28px - 2px);
|
|
30939
|
-
}
|
|
30940
|
-
|
|
30941
|
-
.E_c1to9vb9 {
|
|
30942
|
-
margin-left: 5px;
|
|
30943
|
-
}
|
|
30944
|
-
|
|
30945
|
-
.E_n12mqh7z {
|
|
30946
|
-
display: flex;
|
|
30947
|
-
align-items: center;
|
|
30948
|
-
font-size: 12px;
|
|
30949
|
-
line-height: 18px;
|
|
30950
|
-
}
|
|
30951
|
-
.E_n12mqh7z:not(:last-child) {
|
|
30952
|
-
margin-bottom: 4px;
|
|
30953
|
-
}
|
|
30954
|
-
|
|
30955
|
-
.E_tf5bynu {
|
|
30956
|
-
margin: 0 3px;
|
|
30957
|
-
}
|
|
30958
|
-
|
|
30959
|
-
.E_tcckoz1 {
|
|
30960
|
-
max-height: 400px;
|
|
30961
|
-
overflow: "auto";
|
|
30962
|
-
}
|
|
30963
|
-
|
|
30964
|
-
.E_berrcjl {
|
|
30965
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30966
|
-
margin-bottom: 4px;
|
|
30967
|
-
}
|
|
30968
|
-
.E_berrcjl .breadcrumb-link {
|
|
30969
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30970
|
-
cursor: pointer;
|
|
30971
|
-
transition: color 160ms ease;
|
|
30972
|
-
}
|
|
30973
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30974
|
-
color: #0080ff;
|
|
30975
|
-
}
|
|
30976
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30977
|
-
color: #005ed1;
|
|
30978
|
-
}
|
|
30979
|
-
|
|
30980
|
-
.E_cz04yix {
|
|
30981
|
-
display: flex;
|
|
30982
|
-
flex-direction: column;
|
|
30983
|
-
}
|
|
30984
|
-
|
|
30985
|
-
.E_m1if5j39 {
|
|
30986
|
-
max-width: 1120px;
|
|
30987
|
-
width: 100%;
|
|
30988
|
-
margin: 0 auto;
|
|
30989
|
-
height: 100%;
|
|
30990
|
-
}
|
|
30991
|
-
|
|
30992
|
-
.E_w1vvwdlp {
|
|
30993
|
-
max-width: 1120px;
|
|
30994
|
-
width: 100%;
|
|
30995
|
-
margin: 0 auto;
|
|
30996
|
-
display: flex;
|
|
30997
|
-
}
|
|
30998
|
-
.E_w1vvwdlp .left,
|
|
30999
|
-
.E_w1vvwdlp .right {
|
|
31000
|
-
flex-grow: 0;
|
|
31001
|
-
flex-shrink: 0;
|
|
31002
|
-
flex-basis: 21%;
|
|
31003
|
-
}
|
|
31004
|
-
.E_w1vvwdlp .left {
|
|
31005
|
-
display: flex;
|
|
31006
|
-
justify-content: flex-end;
|
|
31007
|
-
padding-right: 44px;
|
|
31008
|
-
}
|
|
31009
|
-
.E_w1vvwdlp .right {
|
|
31010
|
-
padding-left: 44px;
|
|
31011
|
-
}
|
|
31012
|
-
.E_w1vvwdlp .middle {
|
|
31013
|
-
margin-bottom: 40px;
|
|
31014
|
-
flex-grow: 0;
|
|
31015
|
-
flex-shrink: 0;
|
|
31016
|
-
flex-basis: 58%;
|
|
31017
|
-
}
|
|
31018
|
-
.E_w1vvwdlp .middle .form-base-field {
|
|
31019
|
-
width: 100%;
|
|
31020
|
-
}
|
|
31021
|
-
.E_w1vvwdlp .middle .form-base-field .form-base-field {
|
|
31022
|
-
width: auto;
|
|
31023
|
-
}
|
|
31024
|
-
|
|
31025
|
-
.E_h1cuopx7 .ant-modal-header {
|
|
31026
|
-
margin: 0 auto;
|
|
31027
|
-
width: 100%;
|
|
31028
|
-
max-width: 648px;
|
|
31029
|
-
}
|
|
31030
|
-
.E_h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
31031
|
-
margin-left: 0;
|
|
30639
|
+
.E_h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30640
|
+
margin-left: 0;
|
|
31032
30641
|
}
|
|
31033
30642
|
.E_h1cuopx7 .ant-modal-body {
|
|
31034
30643
|
margin: 0 auto;
|
|
@@ -32179,7 +31788,7 @@ input.E_rrg1fkn.ant-input {
|
|
|
32179
31788
|
.E_c156wh19 .retain {
|
|
32180
31789
|
color: rgba(129, 138, 153, 0.6);
|
|
32181
31790
|
}
|
|
32182
|
-
.E_c156wh19 .left {
|
|
31791
|
+
.E_c156wh19 div.left {
|
|
32183
31792
|
flex: 1;
|
|
32184
31793
|
display: flex;
|
|
32185
31794
|
overflow: hidden;
|
|
@@ -32187,12 +31796,12 @@ input.E_rrg1fkn.ant-input {
|
|
|
32187
31796
|
justify-content: flex-start;
|
|
32188
31797
|
white-space: nowrap;
|
|
32189
31798
|
}
|
|
32190
|
-
.E_c156wh19 .left .title {
|
|
31799
|
+
.E_c156wh19 div.left .title {
|
|
32191
31800
|
max-width: 100%;
|
|
32192
31801
|
overflow: hidden;
|
|
32193
31802
|
text-overflow: ellipsis;
|
|
32194
31803
|
}
|
|
32195
|
-
.E_c156wh19 .right {
|
|
31804
|
+
.E_c156wh19 div.right {
|
|
32196
31805
|
display: flex;
|
|
32197
31806
|
align-items: center;
|
|
32198
31807
|
}
|
|
@@ -32272,603 +31881,1001 @@ input.E_rrg1fkn.ant-input {
|
|
|
32272
31881
|
color: #fff;
|
|
32273
31882
|
}
|
|
32274
31883
|
|
|
32275
|
-
.
|
|
32276
|
-
|
|
32277
|
-
|
|
31884
|
+
.E_c18gxmrl {
|
|
31885
|
+
border: 1px solid #d8deeb;
|
|
31886
|
+
border-radius: 4px;
|
|
32278
31887
|
}
|
|
32279
|
-
.
|
|
32280
|
-
margin-
|
|
31888
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
31889
|
+
margin-top: 8px;
|
|
32281
31890
|
}
|
|
32282
|
-
|
|
32283
|
-
|
|
32284
|
-
width: 100%;
|
|
32285
|
-
overflow: inherit;
|
|
32286
|
-
white-space: inherit;
|
|
32287
|
-
text-overflow: ellipsis;
|
|
31891
|
+
.E_c18gxmrl:hover {
|
|
31892
|
+
border-color: #0080ff;
|
|
32288
31893
|
}
|
|
32289
|
-
|
|
32290
|
-
.
|
|
32291
|
-
|
|
32292
|
-
|
|
32293
|
-
|
|
31894
|
+
.E_c18gxmrl:hover > header {
|
|
31895
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31896
|
+
}
|
|
31897
|
+
.E_c18gxmrl.active header {
|
|
31898
|
+
border-bottom: 1px solid #d8deeb;
|
|
31899
|
+
}
|
|
31900
|
+
.E_c18gxmrl > header {
|
|
31901
|
+
padding: 8px 12px;
|
|
32294
31902
|
}
|
|
32295
31903
|
|
|
32296
|
-
.
|
|
31904
|
+
.E_n12mqh7z {
|
|
32297
31905
|
display: flex;
|
|
32298
31906
|
align-items: center;
|
|
32299
|
-
|
|
31907
|
+
font-size: 12px;
|
|
31908
|
+
line-height: 18px;
|
|
32300
31909
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32303
|
-
width: 100%;
|
|
31910
|
+
.E_n12mqh7z:not(:last-child) {
|
|
31911
|
+
margin-bottom: 4px;
|
|
32304
31912
|
}
|
|
32305
31913
|
|
|
32306
|
-
.
|
|
32307
|
-
|
|
32308
|
-
}
|
|
32309
|
-
.E_u1p8acpn .unit {
|
|
32310
|
-
color: #00122e !important;
|
|
31914
|
+
.E_tf5bynu {
|
|
31915
|
+
margin: 0 3px;
|
|
32311
31916
|
}
|
|
32312
31917
|
|
|
32313
|
-
.
|
|
32314
|
-
|
|
32315
|
-
|
|
32316
|
-
.E_c10crapj .ant-card-body {
|
|
32317
|
-
padding: 20px 24px 24px 24px;
|
|
31918
|
+
.E_tcckoz1 {
|
|
31919
|
+
max-height: 400px;
|
|
31920
|
+
overflow: "auto";
|
|
32318
31921
|
}
|
|
32319
31922
|
|
|
32320
|
-
.
|
|
31923
|
+
.E_c1bus5hc {
|
|
31924
|
+
--color: white;
|
|
31925
|
+
height: 14px;
|
|
31926
|
+
width: 14px;
|
|
31927
|
+
border-radius: 50%;
|
|
31928
|
+
flex-shrink: 0;
|
|
32321
31929
|
display: flex;
|
|
32322
|
-
|
|
32323
|
-
|
|
31930
|
+
align-items: center;
|
|
31931
|
+
justify-content: center;
|
|
31932
|
+
border: 1px solid var(--color);
|
|
32324
31933
|
}
|
|
32325
|
-
.
|
|
32326
|
-
|
|
31934
|
+
.E_c1bus5hc .circle-inner {
|
|
31935
|
+
position: relative;
|
|
31936
|
+
height: 10px;
|
|
31937
|
+
width: 10px;
|
|
31938
|
+
border-radius: 50%;
|
|
31939
|
+
overflow: hidden;
|
|
32327
31940
|
}
|
|
32328
|
-
|
|
32329
|
-
|
|
31941
|
+
.E_c1bus5hc .circle-content {
|
|
31942
|
+
position: absolute;
|
|
31943
|
+
height: 100%;
|
|
32330
31944
|
width: 100%;
|
|
31945
|
+
left: 0;
|
|
31946
|
+
top: 0;
|
|
31947
|
+
border-radius: 50%;
|
|
31948
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31949
|
+
transform: rotate(180deg);
|
|
32331
31950
|
}
|
|
32332
|
-
|
|
32333
|
-
|
|
32334
|
-
|
|
32335
|
-
|
|
32336
|
-
|
|
32337
|
-
|
|
32338
|
-
|
|
32339
|
-
|
|
31951
|
+
.E_c1bus5hc .circle-child {
|
|
31952
|
+
position: absolute;
|
|
31953
|
+
height: 100%;
|
|
31954
|
+
width: 100%;
|
|
31955
|
+
left: 0;
|
|
31956
|
+
top: 0;
|
|
31957
|
+
margin-left: 50%;
|
|
31958
|
+
transform-origin: left;
|
|
31959
|
+
background: white;
|
|
31960
|
+
transform: rotate(0deg);
|
|
32340
31961
|
}
|
|
32341
31962
|
|
|
32342
|
-
.
|
|
32343
|
-
|
|
31963
|
+
.E_berrcjl {
|
|
31964
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31965
|
+
margin-bottom: 4px;
|
|
32344
31966
|
}
|
|
32345
|
-
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
|
|
32349
|
-
}
|
|
32350
|
-
.E_cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32351
|
-
padding-top: 0px;
|
|
32352
|
-
padding-bottom: 0px;
|
|
32353
|
-
padding-left: 0px !important;
|
|
32354
|
-
padding-right: 24px;
|
|
31967
|
+
.E_berrcjl .breadcrumb-link {
|
|
31968
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31969
|
+
cursor: pointer;
|
|
31970
|
+
transition: color 160ms ease;
|
|
32355
31971
|
}
|
|
32356
|
-
.
|
|
32357
|
-
|
|
31972
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
31973
|
+
color: #0080ff;
|
|
32358
31974
|
}
|
|
32359
|
-
.
|
|
32360
|
-
|
|
31975
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
31976
|
+
color: #005ed1;
|
|
32361
31977
|
}
|
|
32362
31978
|
|
|
32363
|
-
.
|
|
32364
|
-
|
|
32365
|
-
|
|
31979
|
+
.E_clm1wy1 {
|
|
31980
|
+
width: 192px;
|
|
31981
|
+
height: 246px;
|
|
31982
|
+
border-radius: 4px;
|
|
32366
31983
|
}
|
|
32367
|
-
|
|
32368
|
-
|
|
32369
|
-
|
|
32370
|
-
|
|
31984
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
31985
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
31986
|
+
width: 100%;
|
|
31987
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
31988
|
+
border-top: none;
|
|
32371
31989
|
}
|
|
32372
|
-
|
|
32373
|
-
|
|
31990
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
31991
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
31992
|
+
padding: 0 16px;
|
|
32374
31993
|
}
|
|
32375
|
-
|
|
32376
|
-
|
|
31994
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
31995
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
31996
|
+
width: 100%;
|
|
31997
|
+
height: 180px;
|
|
31998
|
+
border-spacing: 0;
|
|
32377
31999
|
}
|
|
32378
|
-
|
|
32379
|
-
|
|
32000
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32001
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32002
|
+
margin-bottom: 8px;
|
|
32380
32003
|
}
|
|
32381
|
-
|
|
32382
|
-
|
|
32004
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32005
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32006
|
+
width: 22px;
|
|
32383
32007
|
}
|
|
32384
|
-
|
|
32385
|
-
|
|
32008
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32009
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32010
|
+
padding: 0;
|
|
32386
32011
|
}
|
|
32387
|
-
|
|
32388
|
-
color:
|
|
32012
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
32013
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32014
|
+
opacity: 0.4;
|
|
32389
32015
|
}
|
|
32390
|
-
|
|
32391
|
-
color:
|
|
32016
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
32017
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32018
|
+
opacity: 1;
|
|
32392
32019
|
}
|
|
32393
|
-
|
|
32394
|
-
color: #
|
|
32020
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32021
|
+
color: #3e4652;
|
|
32395
32022
|
}
|
|
32396
|
-
|
|
32397
|
-
|
|
32023
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
32024
|
+
pointer-events: none;
|
|
32398
32025
|
}
|
|
32399
32026
|
|
|
32400
|
-
.
|
|
32401
|
-
|
|
32027
|
+
.E_t1tsm00v {
|
|
32028
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32029
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32030
|
+
backdrop-filter: blur(10px);
|
|
32031
|
+
padding: 7px 10px;
|
|
32402
32032
|
}
|
|
32403
32033
|
|
|
32404
|
-
.
|
|
32405
|
-
|
|
32406
|
-
|
|
32407
|
-
|
|
32034
|
+
.E_c167wnad {
|
|
32035
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32036
|
+
display: flex;
|
|
32037
|
+
justify-content: space-between;
|
|
32038
|
+
align-items: center;
|
|
32039
|
+
padding: 8px 16px;
|
|
32408
32040
|
}
|
|
32409
|
-
|
|
32410
|
-
|
|
32411
|
-
|
|
32041
|
+
.E_c167wnad .anticon {
|
|
32042
|
+
cursor: pointer;
|
|
32043
|
+
}
|
|
32044
|
+
.E_c167wnad .anticon:hover {
|
|
32045
|
+
color: #0096ff;
|
|
32412
32046
|
}
|
|
32413
32047
|
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32048
|
+
.E_cxhf7dh {
|
|
32049
|
+
text-align: center;
|
|
32416
32050
|
}
|
|
32417
|
-
.
|
|
32418
|
-
|
|
32419
|
-
|
|
32420
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32421
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32422
|
-
font-size: 13px;
|
|
32051
|
+
.E_cxhf7dh .dots {
|
|
32052
|
+
display: flex;
|
|
32053
|
+
justify-content: center;
|
|
32423
32054
|
}
|
|
32424
|
-
.
|
|
32425
|
-
|
|
32055
|
+
.E_cxhf7dh .dot {
|
|
32056
|
+
display: inline-block;
|
|
32057
|
+
width: 2px;
|
|
32058
|
+
height: 2px;
|
|
32059
|
+
border-radius: 1px;
|
|
32060
|
+
background: #0096ff;
|
|
32426
32061
|
}
|
|
32427
|
-
.
|
|
32428
|
-
|
|
32429
|
-
font-size: 13px;
|
|
32062
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
32063
|
+
margin-right: 2px;
|
|
32430
32064
|
}
|
|
32431
|
-
.
|
|
32432
|
-
|
|
32433
|
-
|
|
32065
|
+
.E_cxhf7dh .bar {
|
|
32066
|
+
width: 9px;
|
|
32067
|
+
height: 2px;
|
|
32068
|
+
background: #0096ff;
|
|
32069
|
+
border-radius: 2px;
|
|
32434
32070
|
}
|
|
32435
|
-
|
|
32436
|
-
|
|
32071
|
+
|
|
32072
|
+
.E_gmyahx3 {
|
|
32073
|
+
cursor: pointer;
|
|
32437
32074
|
}
|
|
32438
|
-
.
|
|
32439
|
-
|
|
32440
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32075
|
+
.E_gmyahx3 .link-text {
|
|
32076
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32441
32077
|
}
|
|
32442
|
-
.
|
|
32078
|
+
.E_gmyahx3:hover .link-text {
|
|
32443
32079
|
color: #0080ff;
|
|
32444
32080
|
}
|
|
32445
|
-
|
|
32446
|
-
|
|
32447
|
-
|
|
32081
|
+
|
|
32082
|
+
.E_c18bcrac {
|
|
32083
|
+
display: inline-block;
|
|
32084
|
+
width: 100%;
|
|
32448
32085
|
}
|
|
32449
|
-
.
|
|
32450
|
-
|
|
32086
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32087
|
+
margin-left: 4px;
|
|
32451
32088
|
}
|
|
32452
|
-
|
|
32453
|
-
|
|
32454
|
-
|
|
32455
|
-
cursor: "not-allowed";
|
|
32089
|
+
|
|
32090
|
+
.E_cro7kg2 {
|
|
32091
|
+
padding: 4px;
|
|
32456
32092
|
}
|
|
32457
|
-
|
|
32458
|
-
|
|
32093
|
+
|
|
32094
|
+
.E_c14wcxf0 {
|
|
32095
|
+
display: flex;
|
|
32096
|
+
justify-content: space-between;
|
|
32097
|
+
align-items: center;
|
|
32098
|
+
font-size: 13px;
|
|
32099
|
+
line-height: 24px;
|
|
32100
|
+
color: #cccccc;
|
|
32101
|
+
white-space: nowrap;
|
|
32459
32102
|
}
|
|
32460
|
-
.
|
|
32461
|
-
|
|
32103
|
+
.E_c14wcxf0 label {
|
|
32104
|
+
margin-right: 32px;
|
|
32462
32105
|
}
|
|
32463
|
-
|
|
32464
|
-
|
|
32465
|
-
|
|
32106
|
+
|
|
32107
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32108
|
+
font-weight: bold;
|
|
32109
|
+
color: white;
|
|
32466
32110
|
}
|
|
32467
|
-
|
|
32468
|
-
|
|
32111
|
+
|
|
32112
|
+
.E_s11212zy {
|
|
32113
|
+
width: 8px;
|
|
32114
|
+
height: 8px;
|
|
32115
|
+
border-radius: 2px;
|
|
32116
|
+
display: inline-block;
|
|
32117
|
+
background: var(--s11212zy-0);
|
|
32118
|
+
border: 1px solid #fff;
|
|
32119
|
+
box-sizing: content-box;
|
|
32120
|
+
margin-right: 6px;
|
|
32469
32121
|
}
|
|
32470
32122
|
|
|
32471
|
-
.
|
|
32472
|
-
|
|
32473
|
-
|
|
32474
|
-
|
|
32475
|
-
height: 22px;
|
|
32123
|
+
.E_p1lyky6c > :first-child {
|
|
32124
|
+
font-weight: bold;
|
|
32125
|
+
color: white;
|
|
32126
|
+
margin-right: 4px;
|
|
32476
32127
|
}
|
|
32477
|
-
|
|
32478
|
-
|
|
32128
|
+
|
|
32129
|
+
.E_c1uzzomf {
|
|
32130
|
+
margin-bottom: 16px;
|
|
32479
32131
|
}
|
|
32480
|
-
.
|
|
32481
|
-
|
|
32132
|
+
.E_c1uzzomf .card-title {
|
|
32133
|
+
font-size: 16px;
|
|
32134
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32135
|
+
font-weight: 700;
|
|
32136
|
+
line-height: 32px;
|
|
32482
32137
|
}
|
|
32483
|
-
.
|
|
32484
|
-
|
|
32138
|
+
.E_c1uzzomf .card-body {
|
|
32139
|
+
padding: 24px;
|
|
32140
|
+
border-radius: 8px;
|
|
32141
|
+
background: #fff;
|
|
32485
32142
|
}
|
|
32486
|
-
.
|
|
32487
|
-
|
|
32143
|
+
.E_c1uzzomf .empty {
|
|
32144
|
+
font-weight: 700;
|
|
32145
|
+
font-size: 14px;
|
|
32146
|
+
line-height: 22px;
|
|
32147
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32148
|
+
text-align: center;
|
|
32488
32149
|
}
|
|
32489
|
-
|
|
32490
|
-
|
|
32150
|
+
|
|
32151
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32152
|
+
margin-right: 2px;
|
|
32491
32153
|
}
|
|
32492
|
-
|
|
32493
|
-
|
|
32154
|
+
|
|
32155
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32156
|
+
padding-left: 8px;
|
|
32157
|
+
padding-right: 8px;
|
|
32494
32158
|
}
|
|
32495
|
-
.
|
|
32496
|
-
|
|
32159
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32160
|
+
border-radius: 4px;
|
|
32497
32161
|
}
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32162
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32163
|
+
border-radius: 4px;
|
|
32500
32164
|
}
|
|
32501
|
-
|
|
32502
|
-
|
|
32165
|
+
|
|
32166
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32167
|
+
padding-left: 12px;
|
|
32168
|
+
padding-right: 12px;
|
|
32503
32169
|
}
|
|
32504
|
-
|
|
32505
|
-
|
|
32170
|
+
|
|
32171
|
+
.E_ckld275 {
|
|
32172
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32506
32173
|
}
|
|
32507
|
-
.
|
|
32508
|
-
background-color: rgba(255,
|
|
32174
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32175
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32176
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32509
32177
|
}
|
|
32510
|
-
.
|
|
32511
|
-
background-color:
|
|
32178
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32179
|
+
background-color: transparent;
|
|
32512
32180
|
}
|
|
32513
|
-
.
|
|
32514
|
-
background-color:
|
|
32181
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32182
|
+
background-color: transparent;
|
|
32515
32183
|
}
|
|
32516
|
-
|
|
32517
|
-
|
|
32184
|
+
|
|
32185
|
+
.E_t1sqg15u {
|
|
32186
|
+
background: white;
|
|
32518
32187
|
}
|
|
32519
|
-
.
|
|
32520
|
-
|
|
32188
|
+
.E_t1sqg15u.inline .table-row {
|
|
32189
|
+
flex-direction: column;
|
|
32521
32190
|
}
|
|
32522
|
-
.
|
|
32523
|
-
|
|
32191
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
32192
|
+
padding: 0 16px 7px 0;
|
|
32524
32193
|
}
|
|
32525
|
-
.
|
|
32526
|
-
|
|
32194
|
+
.E_t1sqg15u.has-border .table-header {
|
|
32195
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32527
32196
|
}
|
|
32528
|
-
.
|
|
32529
|
-
|
|
32197
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
32198
|
+
border-top: none !important;
|
|
32530
32199
|
}
|
|
32531
|
-
.
|
|
32532
|
-
|
|
32200
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
32201
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32533
32202
|
}
|
|
32534
|
-
.
|
|
32535
|
-
|
|
32203
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
32204
|
+
padding-bottom: 0;
|
|
32536
32205
|
}
|
|
32537
|
-
|
|
32538
|
-
|
|
32539
|
-
width: 8px;
|
|
32540
|
-
height: 8px;
|
|
32541
|
-
border-radius: 50%;
|
|
32542
|
-
display: inline-block;
|
|
32206
|
+
.E_t1sqg15u.align-right .content {
|
|
32207
|
+
text-align: right;
|
|
32543
32208
|
}
|
|
32544
|
-
|
|
32545
|
-
|
|
32546
|
-
|
|
32209
|
+
.E_t1sqg15u .uuid-row {
|
|
32210
|
+
display: flex;
|
|
32211
|
+
justify-content: space-between;
|
|
32212
|
+
}
|
|
32213
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
32214
|
+
white-space: nowrap;
|
|
32215
|
+
overflow: hidden;
|
|
32216
|
+
text-overflow: ellipsis;
|
|
32547
32217
|
}
|
|
32548
32218
|
|
|
32549
|
-
.
|
|
32550
|
-
width: 64px;
|
|
32551
|
-
height: 64px;
|
|
32219
|
+
.E_t4zczcp {
|
|
32552
32220
|
display: flex;
|
|
32221
|
+
justify-content: space-between;
|
|
32553
32222
|
align-items: center;
|
|
32554
|
-
|
|
32555
|
-
|
|
32556
|
-
opacity: 0.2;
|
|
32223
|
+
padding: 8px;
|
|
32224
|
+
min-height: 32px;
|
|
32557
32225
|
}
|
|
32558
|
-
|
|
32559
|
-
.
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
height:
|
|
32563
|
-
left: 9.33px;
|
|
32564
|
-
top: 40.5px;
|
|
32565
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32566
|
-
border-radius: 5px;
|
|
32567
|
-
transform: rotate(-128deg);
|
|
32568
|
-
transform-origin: top left;
|
|
32569
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32226
|
+
.E_t4zczcp .table-title {
|
|
32227
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32228
|
+
font-weight: 600;
|
|
32229
|
+
font-size: 12px;
|
|
32230
|
+
line-height: 8px;
|
|
32570
32231
|
}
|
|
32571
|
-
|
|
32572
|
-
|
|
32573
|
-
|
|
32574
|
-
|
|
32575
|
-
height: 48px;
|
|
32576
|
-
left: 40.8px;
|
|
32577
|
-
top: 8.4px;
|
|
32578
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32579
|
-
border-radius: 5px;
|
|
32580
|
-
transform: rotate(-8deg);
|
|
32581
|
-
transform-origin: top left;
|
|
32582
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32232
|
+
.E_t4zczcp .edit-icon {
|
|
32233
|
+
font-size: 16px;
|
|
32234
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32235
|
+
cursor: pointer;
|
|
32583
32236
|
}
|
|
32584
32237
|
|
|
32585
|
-
.
|
|
32586
|
-
|
|
32587
|
-
|
|
32588
|
-
height: 48px;
|
|
32589
|
-
left: 52.9px;
|
|
32590
|
-
top: 51.8px;
|
|
32591
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32592
|
-
border-radius: 5px;
|
|
32593
|
-
transform: rotate(112deg);
|
|
32594
|
-
transform-origin: top left;
|
|
32595
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32238
|
+
.E_t1s7goww {
|
|
32239
|
+
font-size: 12px;
|
|
32240
|
+
line-height: 18px;
|
|
32596
32241
|
}
|
|
32597
32242
|
|
|
32598
|
-
.
|
|
32599
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32600
|
-
text-align: center;
|
|
32243
|
+
.E_t93e4cf {
|
|
32601
32244
|
display: flex;
|
|
32602
|
-
|
|
32603
|
-
|
|
32604
|
-
flex-direction: column;
|
|
32605
|
-
height: 100%;
|
|
32245
|
+
padding: 8px 0;
|
|
32246
|
+
color: #2d3a56;
|
|
32606
32247
|
}
|
|
32607
|
-
.
|
|
32608
|
-
|
|
32609
|
-
cursor: pointer;
|
|
32248
|
+
.E_t93e4cf .hidden {
|
|
32249
|
+
display: none;
|
|
32610
32250
|
}
|
|
32611
|
-
|
|
32612
|
-
|
|
32613
|
-
width: 100%;
|
|
32614
|
-
height: 100%;
|
|
32615
|
-
display: flex;
|
|
32616
|
-
flex-direction: column;
|
|
32251
|
+
.E_t93e4cf .ant-btn-link {
|
|
32252
|
+
height: auto;
|
|
32617
32253
|
}
|
|
32618
|
-
.
|
|
32254
|
+
.E_t93e4cf .content {
|
|
32255
|
+
overflow: hidden;
|
|
32256
|
+
overflow-x: auto;
|
|
32619
32257
|
width: 100%;
|
|
32620
|
-
|
|
32621
|
-
line-height: 30px;
|
|
32622
|
-
padding: 0 16px;
|
|
32623
|
-
justify-content: space-between;
|
|
32624
|
-
}
|
|
32625
|
-
.E_m1bixfdy .name-toolbar .metric-extra {
|
|
32626
|
-
display: flex;
|
|
32627
|
-
font-size: 12px;
|
|
32628
|
-
align-items: center;
|
|
32258
|
+
white-space: pre-wrap;
|
|
32629
32259
|
}
|
|
32630
|
-
.
|
|
32631
|
-
|
|
32260
|
+
.E_t93e4cf .content .ant-btn {
|
|
32261
|
+
white-space: pre-wrap;
|
|
32262
|
+
text-align: left;
|
|
32632
32263
|
}
|
|
32633
|
-
.
|
|
32634
|
-
|
|
32264
|
+
.E_t93e4cf .content .unit-chart {
|
|
32265
|
+
justify-content: flex-start;
|
|
32635
32266
|
}
|
|
32636
|
-
|
|
32637
|
-
|
|
32638
|
-
|
|
32267
|
+
|
|
32268
|
+
.E_rhz2uv5 {
|
|
32269
|
+
width: var(--rhz2uv5-0);
|
|
32270
|
+
flex-shrink: 0;
|
|
32271
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32272
|
+
padding-right: 12px;
|
|
32639
32273
|
}
|
|
32640
|
-
|
|
32641
|
-
|
|
32274
|
+
|
|
32275
|
+
.E_tje3huy {
|
|
32642
32276
|
width: 100%;
|
|
32643
|
-
|
|
32644
|
-
|
|
32645
|
-
|
|
32646
|
-
}
|
|
32647
|
-
.E_m1bixfdy .single-content {
|
|
32648
|
-
height: 65px;
|
|
32277
|
+
overflow: inherit;
|
|
32278
|
+
white-space: inherit;
|
|
32279
|
+
text-overflow: ellipsis;
|
|
32649
32280
|
}
|
|
32650
32281
|
|
|
32651
|
-
.
|
|
32282
|
+
.E_m15dvk92 {
|
|
32652
32283
|
display: flex;
|
|
32653
|
-
|
|
32654
|
-
white-space: nowrap;
|
|
32655
|
-
overflow: hidden;
|
|
32284
|
+
justify-content: space-between;
|
|
32656
32285
|
width: 100%;
|
|
32657
32286
|
}
|
|
32658
|
-
.
|
|
32659
|
-
margin-left:
|
|
32660
|
-
font-size: 12px;
|
|
32287
|
+
.E_m15dvk92 .action {
|
|
32288
|
+
margin-left: 16px;
|
|
32661
32289
|
}
|
|
32662
32290
|
|
|
32663
|
-
.
|
|
32291
|
+
.E_aql8iqz .ant-alert-message {
|
|
32292
|
+
width: 100%;
|
|
32293
|
+
}
|
|
32294
|
+
|
|
32295
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32664
32296
|
display: flex;
|
|
32665
|
-
justify-content: flex-start;
|
|
32666
32297
|
align-items: center;
|
|
32667
|
-
font-size: 12px;
|
|
32668
|
-
cursor: pointer;
|
|
32669
32298
|
}
|
|
32670
|
-
.
|
|
32671
|
-
margin-right:
|
|
32299
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32300
|
+
margin-right: 8px;
|
|
32672
32301
|
}
|
|
32673
|
-
|
|
32674
|
-
|
|
32302
|
+
|
|
32303
|
+
.E_c10crapj {
|
|
32304
|
+
border-radius: 8px;
|
|
32675
32305
|
}
|
|
32676
|
-
.
|
|
32677
|
-
|
|
32306
|
+
.E_c10crapj .ant-card-body {
|
|
32307
|
+
padding: 20px 24px 24px 24px;
|
|
32678
32308
|
}
|
|
32679
32309
|
|
|
32680
|
-
.
|
|
32681
|
-
display:
|
|
32682
|
-
|
|
32683
|
-
|
|
32684
|
-
margin-right: 8px;
|
|
32310
|
+
.E_wg1tsps {
|
|
32311
|
+
display: flex;
|
|
32312
|
+
align-items: center;
|
|
32313
|
+
justify-content: flex-end;
|
|
32685
32314
|
}
|
|
32686
32315
|
|
|
32687
|
-
.
|
|
32316
|
+
.E_b1ctd5xy {
|
|
32688
32317
|
display: flex;
|
|
32689
32318
|
align-items: center;
|
|
32690
|
-
|
|
32691
|
-
|
|
32319
|
+
width: calc(100% - 40px);
|
|
32320
|
+
}
|
|
32321
|
+
.E_b1ctd5xy .chart {
|
|
32322
|
+
display: inline-block;
|
|
32323
|
+
width: 100%;
|
|
32692
32324
|
}
|
|
32693
32325
|
|
|
32694
|
-
.
|
|
32695
|
-
|
|
32326
|
+
.E_u1p8acpn {
|
|
32327
|
+
min-width: 40px;
|
|
32696
32328
|
}
|
|
32697
|
-
.
|
|
32698
|
-
|
|
32699
|
-
}
|
|
32700
|
-
.E_m16f7gpb .metric-toolbar {
|
|
32701
|
-
display: flex;
|
|
32702
|
-
justify-content: space-between;
|
|
32703
|
-
line-height: 30px;
|
|
32704
|
-
margin: 0 16px;
|
|
32705
|
-
}
|
|
32706
|
-
.E_m16f7gpb .metric-toolbar .metric-extra {
|
|
32707
|
-
display: flex;
|
|
32708
|
-
font-size: 12px;
|
|
32709
|
-
align-items: center;
|
|
32329
|
+
.E_u1p8acpn .unit {
|
|
32330
|
+
color: #00122e !important;
|
|
32710
32331
|
}
|
|
32711
|
-
|
|
32712
|
-
|
|
32332
|
+
|
|
32333
|
+
.E_cav9p2m .ant-collapse-item {
|
|
32334
|
+
border: 0px;
|
|
32335
|
+
background-color: #fff;
|
|
32713
32336
|
}
|
|
32714
|
-
.
|
|
32715
|
-
|
|
32337
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32338
|
+
padding-top: 0px;
|
|
32339
|
+
padding-bottom: 0px;
|
|
32340
|
+
padding-left: 0px !important;
|
|
32341
|
+
padding-right: 24px;
|
|
32716
32342
|
}
|
|
32717
|
-
.
|
|
32718
|
-
|
|
32719
|
-
cursor: pointer;
|
|
32343
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32344
|
+
right: 0px;
|
|
32720
32345
|
}
|
|
32721
|
-
.
|
|
32722
|
-
|
|
32346
|
+
.E_cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32347
|
+
padding: 0px;
|
|
32723
32348
|
}
|
|
32724
|
-
|
|
32725
|
-
|
|
32726
|
-
|
|
32727
|
-
|
|
32728
|
-
border-radius: 4px;
|
|
32729
|
-
font-size: 12px;
|
|
32730
|
-
color: #fff;
|
|
32731
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32732
|
-
transform: translateX(-50%);
|
|
32349
|
+
|
|
32350
|
+
.E_csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32351
|
+
padding-right: 0px;
|
|
32352
|
+
cursor: default;
|
|
32733
32353
|
}
|
|
32734
32354
|
|
|
32735
|
-
.
|
|
32736
|
-
|
|
32355
|
+
.E_tqjc4ui {
|
|
32356
|
+
margin: 0 2px;
|
|
32737
32357
|
}
|
|
32738
32358
|
|
|
32739
|
-
.
|
|
32740
|
-
|
|
32741
|
-
|
|
32742
|
-
justify-content: space-between;
|
|
32743
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32744
|
-
color: #b4beca;
|
|
32745
|
-
font-size: 12px;
|
|
32746
|
-
padding: 3px 6px;
|
|
32359
|
+
button.E_lujuy3j {
|
|
32360
|
+
color: #0080FF;
|
|
32361
|
+
height: unset;
|
|
32747
32362
|
}
|
|
32748
|
-
.
|
|
32749
|
-
|
|
32363
|
+
button.E_lujuy3j .button-prefix-icon {
|
|
32364
|
+
margin-right: 4px;
|
|
32750
32365
|
}
|
|
32751
|
-
.
|
|
32752
|
-
|
|
32366
|
+
button.E_lujuy3j .button-suffix-icon {
|
|
32367
|
+
margin-left: 4px;
|
|
32753
32368
|
}
|
|
32754
|
-
.
|
|
32755
|
-
color: #
|
|
32756
|
-
|
|
32369
|
+
button.E_lujuy3j:hover, button.E_lujuy3j.__pseudo-states-hover {
|
|
32370
|
+
color: #009dff;
|
|
32371
|
+
}
|
|
32372
|
+
button.E_lujuy3j:active, button.E_lujuy3j.__pseudo-states-active {
|
|
32373
|
+
color: #005ed1;
|
|
32374
|
+
}
|
|
32375
|
+
button.E_lujuy3j.ui-kit-link-disabled {
|
|
32376
|
+
color: #0080FF;
|
|
32377
|
+
}
|
|
32378
|
+
button.E_lujuy3j.ui-kit-link-subtle {
|
|
32379
|
+
color: #00122e;
|
|
32380
|
+
}
|
|
32381
|
+
button.E_lujuy3j.ui-kit-link-subtle:hover, button.E_lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32382
|
+
color: #0080FF;
|
|
32383
|
+
}
|
|
32384
|
+
button.E_lujuy3j.ui-kit-link-subtle:active, button.E_lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32385
|
+
color: #005ed1;
|
|
32386
|
+
}
|
|
32387
|
+
button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32388
|
+
color: #00122e;
|
|
32757
32389
|
}
|
|
32758
32390
|
|
|
32759
|
-
.
|
|
32760
|
-
|
|
32761
|
-
|
|
32391
|
+
.E_o8ocss1 {
|
|
32392
|
+
overflow: hidden;
|
|
32393
|
+
text-overflow: ellipsis;
|
|
32762
32394
|
}
|
|
32763
32395
|
|
|
32764
|
-
.
|
|
32765
|
-
|
|
32766
|
-
border-radius: 3px;
|
|
32396
|
+
.E_s17syc35 {
|
|
32397
|
+
white-space: nowrap;
|
|
32767
32398
|
}
|
|
32768
32399
|
|
|
32769
|
-
.
|
|
32770
|
-
|
|
32771
|
-
|
|
32400
|
+
.E_m1rk4s1l {
|
|
32401
|
+
display: -webkit-box;
|
|
32402
|
+
-webkit-line-clamp: var(--m1rk4s1l-0);
|
|
32403
|
+
-webkit-box-orient: vertical;
|
|
32404
|
+
word-break: break-all;
|
|
32772
32405
|
}
|
|
32773
32406
|
|
|
32774
|
-
.
|
|
32775
|
-
|
|
32407
|
+
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32408
|
+
display: flex;
|
|
32776
32409
|
}
|
|
32777
|
-
|
|
32778
|
-
|
|
32779
|
-
|
|
32780
|
-
|
|
32781
|
-
|
|
32782
|
-
border: none;
|
|
32410
|
+
|
|
32411
|
+
.E_igz4le8 {
|
|
32412
|
+
height: 24px;
|
|
32413
|
+
width: 56px !important;
|
|
32414
|
+
margin-right: 4px;
|
|
32783
32415
|
}
|
|
32784
|
-
|
|
32785
|
-
|
|
32786
|
-
|
|
32787
|
-
color: inherit;
|
|
32788
|
-
margin-left: 4px;
|
|
32789
|
-
opacity: 0.6;
|
|
32790
|
-
display: inline-flex;
|
|
32416
|
+
|
|
32417
|
+
.E_c1riexje {
|
|
32418
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32791
32419
|
}
|
|
32792
|
-
|
|
32793
|
-
|
|
32420
|
+
|
|
32421
|
+
.E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
|
|
32422
|
+
border-radius: 6px;
|
|
32794
32423
|
}
|
|
32795
|
-
.
|
|
32796
|
-
|
|
32797
|
-
|
|
32424
|
+
.E_shq1k1g.ant-select.ant-select-single {
|
|
32425
|
+
width: 100%;
|
|
32426
|
+
color: #2d3a56;
|
|
32427
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32428
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32429
|
+
font-size: 13px;
|
|
32798
32430
|
}
|
|
32799
|
-
.
|
|
32800
|
-
|
|
32801
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32431
|
+
.E_shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32432
|
+
height: 30px;
|
|
32802
32433
|
}
|
|
32803
|
-
.
|
|
32804
|
-
|
|
32805
|
-
|
|
32434
|
+
.E_shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32435
|
+
height: 38px;
|
|
32436
|
+
font-size: 13px;
|
|
32806
32437
|
}
|
|
32807
|
-
.
|
|
32808
|
-
|
|
32809
|
-
|
|
32438
|
+
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32439
|
+
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32440
|
+
transition: 160ms ease;
|
|
32810
32441
|
}
|
|
32811
|
-
.
|
|
32812
|
-
color: #
|
|
32813
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32442
|
+
.E_shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32443
|
+
color: #0080ff;
|
|
32814
32444
|
}
|
|
32815
|
-
.
|
|
32816
|
-
color:
|
|
32817
|
-
|
|
32445
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32446
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32447
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32818
32448
|
}
|
|
32819
|
-
.
|
|
32820
|
-
color: #
|
|
32449
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32450
|
+
color: #0080ff;
|
|
32821
32451
|
}
|
|
32822
|
-
.
|
|
32823
|
-
|
|
32452
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32453
|
+
border-color: #0080ff;
|
|
32454
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32824
32455
|
}
|
|
32825
|
-
.
|
|
32826
|
-
|
|
32456
|
+
.E_shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32457
|
+
transform: rotate(180deg);
|
|
32827
32458
|
}
|
|
32828
|
-
.
|
|
32829
|
-
background
|
|
32459
|
+
.E_shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32460
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32461
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32462
|
+
cursor: "not-allowed";
|
|
32830
32463
|
}
|
|
32831
|
-
.
|
|
32832
|
-
|
|
32464
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32465
|
+
border-color: #f0483e !important;
|
|
32833
32466
|
}
|
|
32834
|
-
.
|
|
32835
|
-
|
|
32467
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32468
|
+
color: #1d326c;
|
|
32836
32469
|
}
|
|
32837
|
-
.
|
|
32838
|
-
|
|
32470
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32471
|
+
border-color: #0080ff;
|
|
32472
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32473
|
+
}
|
|
32474
|
+
.E_shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32475
|
+
transform: rotate(180deg);
|
|
32839
32476
|
}
|
|
32840
32477
|
|
|
32841
|
-
.
|
|
32842
|
-
|
|
32478
|
+
.E_s14dk8r1 {
|
|
32479
|
+
margin: 0;
|
|
32480
|
+
border-radius: 20px;
|
|
32481
|
+
padding: 2px 10px;
|
|
32482
|
+
height: 22px;
|
|
32843
32483
|
}
|
|
32844
|
-
.
|
|
32845
|
-
|
|
32484
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32485
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32846
32486
|
}
|
|
32847
|
-
.
|
|
32848
|
-
|
|
32487
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32488
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32849
32489
|
}
|
|
32850
|
-
.
|
|
32851
|
-
color: #
|
|
32490
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32491
|
+
color: #00122e;
|
|
32852
32492
|
}
|
|
32853
|
-
.
|
|
32854
|
-
|
|
32855
|
-
font-weight: normal;
|
|
32493
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32494
|
+
margin-right: 6px;
|
|
32856
32495
|
}
|
|
32857
|
-
.
|
|
32858
|
-
|
|
32496
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32497
|
+
margin-left: 4px;
|
|
32859
32498
|
}
|
|
32860
|
-
.
|
|
32861
|
-
color:
|
|
32499
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32500
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32862
32501
|
}
|
|
32863
|
-
.
|
|
32864
|
-
|
|
32502
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32503
|
+
background-color: #0080ff;
|
|
32865
32504
|
}
|
|
32866
|
-
.
|
|
32867
|
-
|
|
32868
|
-
white-space: nowrap;
|
|
32869
|
-
text-overflow: ellipsis;
|
|
32505
|
+
.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 {
|
|
32506
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32870
32507
|
}
|
|
32871
|
-
|
|
32508
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32509
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32510
|
+
}
|
|
32511
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32512
|
+
background-color: #f0483e;
|
|
32513
|
+
}
|
|
32514
|
+
.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 {
|
|
32515
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32516
|
+
}
|
|
32517
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32518
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32519
|
+
}
|
|
32520
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32521
|
+
background-color: #fea008;
|
|
32522
|
+
}
|
|
32523
|
+
.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 {
|
|
32524
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32525
|
+
}
|
|
32526
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32527
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32528
|
+
}
|
|
32529
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32530
|
+
background-color: #00ba5d;
|
|
32531
|
+
}
|
|
32532
|
+
.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 {
|
|
32533
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32534
|
+
}
|
|
32535
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32536
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32537
|
+
}
|
|
32538
|
+
.E_s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32539
|
+
background-color: #6b7d99;
|
|
32540
|
+
}
|
|
32541
|
+
.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 {
|
|
32542
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32543
|
+
}
|
|
32544
|
+
|
|
32545
|
+
.E_s1uupoto {
|
|
32546
|
+
width: 8px;
|
|
32547
|
+
height: 8px;
|
|
32548
|
+
border-radius: 50%;
|
|
32549
|
+
display: inline-block;
|
|
32550
|
+
}
|
|
32551
|
+
|
|
32552
|
+
.E_t19ustft .date {
|
|
32553
|
+
margin-right: 4px;
|
|
32554
|
+
}
|
|
32555
|
+
|
|
32556
|
+
.E_l4bld33 {
|
|
32557
|
+
width: 64px;
|
|
32558
|
+
height: 64px;
|
|
32559
|
+
display: flex;
|
|
32560
|
+
align-items: center;
|
|
32561
|
+
justify-content: center;
|
|
32562
|
+
position: relative;
|
|
32563
|
+
opacity: 0.2;
|
|
32564
|
+
}
|
|
32565
|
+
|
|
32566
|
+
.E_lgitjoj {
|
|
32567
|
+
position: absolute;
|
|
32568
|
+
width: 5px;
|
|
32569
|
+
height: 48px;
|
|
32570
|
+
left: 9.33px;
|
|
32571
|
+
top: 40.5px;
|
|
32572
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32573
|
+
border-radius: 5px;
|
|
32574
|
+
transform: rotate(-128deg);
|
|
32575
|
+
transform-origin: top left;
|
|
32576
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32577
|
+
}
|
|
32578
|
+
|
|
32579
|
+
.E_l13g0exg {
|
|
32580
|
+
position: absolute;
|
|
32581
|
+
width: 5px;
|
|
32582
|
+
height: 48px;
|
|
32583
|
+
left: 40.8px;
|
|
32584
|
+
top: 8.4px;
|
|
32585
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32586
|
+
border-radius: 5px;
|
|
32587
|
+
transform: rotate(-8deg);
|
|
32588
|
+
transform-origin: top left;
|
|
32589
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32590
|
+
}
|
|
32591
|
+
|
|
32592
|
+
.E_l1exo3h6 {
|
|
32593
|
+
position: absolute;
|
|
32594
|
+
width: 5px;
|
|
32595
|
+
height: 48px;
|
|
32596
|
+
left: 52.9px;
|
|
32597
|
+
top: 51.8px;
|
|
32598
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32599
|
+
border-radius: 5px;
|
|
32600
|
+
transform: rotate(112deg);
|
|
32601
|
+
transform-origin: top left;
|
|
32602
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32603
|
+
}
|
|
32604
|
+
|
|
32605
|
+
.E_s1uupxds {
|
|
32606
|
+
padding: 0 8px;
|
|
32607
|
+
border-radius: 4px;
|
|
32608
|
+
}
|
|
32609
|
+
|
|
32610
|
+
.E_m10sqwut {
|
|
32611
|
+
padding: 2px 8px;
|
|
32612
|
+
border-radius: 3px;
|
|
32613
|
+
}
|
|
32614
|
+
|
|
32615
|
+
.E_l1d492wb {
|
|
32616
|
+
padding: 3px 8px;
|
|
32617
|
+
border-radius: 2px;
|
|
32618
|
+
}
|
|
32619
|
+
|
|
32620
|
+
.E_t1lzavmu.ant-tag:hover {
|
|
32621
|
+
opacity: unset;
|
|
32622
|
+
}
|
|
32623
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32624
|
+
margin: 0;
|
|
32625
|
+
margin-right: 8px;
|
|
32626
|
+
display: inline-flex;
|
|
32627
|
+
align-items: center;
|
|
32628
|
+
border: none;
|
|
32629
|
+
}
|
|
32630
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32631
|
+
width: 16px;
|
|
32632
|
+
height: 16px;
|
|
32633
|
+
color: inherit;
|
|
32634
|
+
margin-left: 4px;
|
|
32635
|
+
opacity: 0.6;
|
|
32636
|
+
display: inline-flex;
|
|
32637
|
+
}
|
|
32638
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32639
|
+
opacity: 1;
|
|
32640
|
+
}
|
|
32641
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32642
|
+
color: #0080ff;
|
|
32643
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32644
|
+
}
|
|
32645
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32646
|
+
color: #f0483e;
|
|
32647
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32648
|
+
}
|
|
32649
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32650
|
+
color: #e07f00;
|
|
32651
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32652
|
+
}
|
|
32653
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32654
|
+
color: #008f4c;
|
|
32655
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32656
|
+
}
|
|
32657
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32658
|
+
color: #1d326c;
|
|
32659
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32660
|
+
}
|
|
32661
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32662
|
+
color: #7E41FF;
|
|
32663
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32664
|
+
}
|
|
32665
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32666
|
+
color: #fff;
|
|
32667
|
+
}
|
|
32668
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32669
|
+
background-color: #f0483e;
|
|
32670
|
+
}
|
|
32671
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32672
|
+
background-color: #fea008;
|
|
32673
|
+
}
|
|
32674
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32675
|
+
background-color: #00ba5d;
|
|
32676
|
+
}
|
|
32677
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32678
|
+
background-color: #0080ff;
|
|
32679
|
+
}
|
|
32680
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32681
|
+
background-color: #6b7d99;
|
|
32682
|
+
}
|
|
32683
|
+
.E_t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32684
|
+
background-color: #7E41FF;
|
|
32685
|
+
}
|
|
32686
|
+
|
|
32687
|
+
.E_m1thnes4 {
|
|
32688
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32689
|
+
text-align: center;
|
|
32690
|
+
display: flex;
|
|
32691
|
+
align-items: center;
|
|
32692
|
+
justify-content: center;
|
|
32693
|
+
flex-direction: column;
|
|
32694
|
+
height: 100%;
|
|
32695
|
+
}
|
|
32696
|
+
.E_m1thnes4 .link {
|
|
32697
|
+
color: #0080ff;
|
|
32698
|
+
cursor: pointer;
|
|
32699
|
+
}
|
|
32700
|
+
|
|
32701
|
+
.E_m1bixfdy {
|
|
32702
|
+
width: 100%;
|
|
32703
|
+
height: 100%;
|
|
32704
|
+
display: flex;
|
|
32705
|
+
flex-direction: column;
|
|
32706
|
+
}
|
|
32707
|
+
.E_m1bixfdy .name-toolbar {
|
|
32708
|
+
width: 100%;
|
|
32709
|
+
display: flex;
|
|
32710
|
+
line-height: 30px;
|
|
32711
|
+
padding: 0 16px;
|
|
32712
|
+
justify-content: space-between;
|
|
32713
|
+
}
|
|
32714
|
+
.E_m1bixfdy .name-toolbar .metric-extra {
|
|
32715
|
+
display: flex;
|
|
32716
|
+
font-size: 12px;
|
|
32717
|
+
align-items: center;
|
|
32718
|
+
}
|
|
32719
|
+
.E_m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32720
|
+
color: #a3b4cc;
|
|
32721
|
+
}
|
|
32722
|
+
.E_m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32723
|
+
margin-left: 10px;
|
|
32724
|
+
}
|
|
32725
|
+
.E_m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32726
|
+
margin-left: 10px;
|
|
32727
|
+
cursor: pointer;
|
|
32728
|
+
}
|
|
32729
|
+
.E_m1bixfdy .content {
|
|
32730
|
+
flex: 1;
|
|
32731
|
+
width: 100%;
|
|
32732
|
+
display: flex;
|
|
32733
|
+
justify-content: center;
|
|
32734
|
+
align-items: center;
|
|
32735
|
+
}
|
|
32736
|
+
.E_m1bixfdy .single-content {
|
|
32737
|
+
height: 65px;
|
|
32738
|
+
}
|
|
32739
|
+
|
|
32740
|
+
.E_lfamfcw {
|
|
32741
|
+
display: flex;
|
|
32742
|
+
align-items: center;
|
|
32743
|
+
white-space: nowrap;
|
|
32744
|
+
overflow: hidden;
|
|
32745
|
+
width: 100%;
|
|
32746
|
+
}
|
|
32747
|
+
.E_lfamfcw .ant-dropdown-trigger {
|
|
32748
|
+
margin-left: auto;
|
|
32749
|
+
font-size: 12px;
|
|
32750
|
+
}
|
|
32751
|
+
|
|
32752
|
+
.E_la6u9b4 {
|
|
32753
|
+
display: flex;
|
|
32754
|
+
justify-content: flex-start;
|
|
32755
|
+
align-items: center;
|
|
32756
|
+
font-size: 12px;
|
|
32757
|
+
cursor: pointer;
|
|
32758
|
+
}
|
|
32759
|
+
.E_la6u9b4:not(:last-child) {
|
|
32760
|
+
margin-right: 20px;
|
|
32761
|
+
}
|
|
32762
|
+
.E_la6u9b4.deselected {
|
|
32763
|
+
opacity: 0.4;
|
|
32764
|
+
}
|
|
32765
|
+
.E_la6u9b4.deselected .color-block {
|
|
32766
|
+
background: #b4beca !important;
|
|
32767
|
+
}
|
|
32768
|
+
|
|
32769
|
+
.E_chhvk8b {
|
|
32770
|
+
display: inline-block;
|
|
32771
|
+
height: 8px;
|
|
32772
|
+
width: 8px;
|
|
32773
|
+
margin-right: 8px;
|
|
32774
|
+
}
|
|
32775
|
+
|
|
32776
|
+
.E_e1sdlxq1 .ant-dropdown-menu-item {
|
|
32777
|
+
display: flex;
|
|
32778
|
+
align-items: center;
|
|
32779
|
+
font-size: 12px;
|
|
32780
|
+
margin: 0;
|
|
32781
|
+
}
|
|
32782
|
+
|
|
32783
|
+
.E_m16f7gpb {
|
|
32784
|
+
position: relative;
|
|
32785
|
+
}
|
|
32786
|
+
.E_m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32787
|
+
bottom: -12px;
|
|
32788
|
+
}
|
|
32789
|
+
.E_m16f7gpb .metric-toolbar {
|
|
32790
|
+
display: flex;
|
|
32791
|
+
justify-content: space-between;
|
|
32792
|
+
line-height: 30px;
|
|
32793
|
+
margin: 0 16px;
|
|
32794
|
+
}
|
|
32795
|
+
.E_m16f7gpb .metric-toolbar .metric-extra {
|
|
32796
|
+
display: flex;
|
|
32797
|
+
font-size: 12px;
|
|
32798
|
+
align-items: center;
|
|
32799
|
+
}
|
|
32800
|
+
.E_m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32801
|
+
color: #a3b4cc;
|
|
32802
|
+
}
|
|
32803
|
+
.E_m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32804
|
+
margin-left: 10px;
|
|
32805
|
+
}
|
|
32806
|
+
.E_m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32807
|
+
margin-left: 10px;
|
|
32808
|
+
cursor: pointer;
|
|
32809
|
+
}
|
|
32810
|
+
.E_m16f7gpb .recharts-xAxis {
|
|
32811
|
+
font-size: 12px;
|
|
32812
|
+
}
|
|
32813
|
+
.E_m16f7gpb .pointer-wrapper {
|
|
32814
|
+
position: absolute;
|
|
32815
|
+
bottom: 10px;
|
|
32816
|
+
padding: 0 8px;
|
|
32817
|
+
border-radius: 4px;
|
|
32818
|
+
font-size: 12px;
|
|
32819
|
+
color: #fff;
|
|
32820
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32821
|
+
transform: translateX(-50%);
|
|
32822
|
+
}
|
|
32823
|
+
|
|
32824
|
+
.E_t1ipvk51 {
|
|
32825
|
+
min-width: 200px;
|
|
32826
|
+
}
|
|
32827
|
+
|
|
32828
|
+
.E_t1kgldps {
|
|
32829
|
+
display: flex;
|
|
32830
|
+
align-items: center;
|
|
32831
|
+
justify-content: space-between;
|
|
32832
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32833
|
+
color: #b4beca;
|
|
32834
|
+
font-size: 12px;
|
|
32835
|
+
padding: 3px 6px;
|
|
32836
|
+
}
|
|
32837
|
+
.E_t1kgldps:first-child {
|
|
32838
|
+
padding-top: 3px;
|
|
32839
|
+
}
|
|
32840
|
+
.E_t1kgldps:last-child {
|
|
32841
|
+
padding-bottom: 3px;
|
|
32842
|
+
}
|
|
32843
|
+
.E_t1kgldps .column-value {
|
|
32844
|
+
color: #fff;
|
|
32845
|
+
margin-left: 8px;
|
|
32846
|
+
}
|
|
32847
|
+
|
|
32848
|
+
.E_sq6vos1 {
|
|
32849
|
+
--item-min-width: 60px;
|
|
32850
|
+
}
|
|
32851
|
+
.E_sq6vos1 .ant-steps-item-tail, .E_sq6vos1 .ant-steps-item-icon {
|
|
32852
|
+
display: none !important;
|
|
32853
|
+
}
|
|
32854
|
+
.E_sq6vos1 .ant-steps-item.ant-steps-item-active {
|
|
32855
|
+
flex-shrink: 0 !important;
|
|
32856
|
+
}
|
|
32857
|
+
.E_sq6vos1 .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
32858
|
+
color: #0080ff;
|
|
32859
|
+
}
|
|
32860
|
+
.E_sq6vos1 .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32861
|
+
color: #0080ff;
|
|
32862
|
+
font-weight: normal;
|
|
32863
|
+
}
|
|
32864
|
+
.E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sq6vos1 .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
32865
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32866
|
+
}
|
|
32867
|
+
.E_sq6vos1 .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32868
|
+
color: #00122e;
|
|
32869
|
+
}
|
|
32870
|
+
.E_sq6vos1 .step-item-text {
|
|
32871
|
+
display: inline-block;
|
|
32872
|
+
}
|
|
32873
|
+
.E_sq6vos1 .step-item-title {
|
|
32874
|
+
overflow: hidden;
|
|
32875
|
+
white-space: nowrap;
|
|
32876
|
+
text-overflow: ellipsis;
|
|
32877
|
+
}
|
|
32878
|
+
|
|
32872
32879
|
.E_hjtnwxg .ant-steps-item-container {
|
|
32873
32880
|
min-width: var(--item-min-width);
|
|
32874
32881
|
}
|
|
@@ -33033,1123 +33040,1123 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33033
33040
|
justify-content: center;
|
|
33034
33041
|
}
|
|
33035
33042
|
|
|
33036
|
-
.
|
|
33043
|
+
.E_c1kchka8 {
|
|
33037
33044
|
height: 100%;
|
|
33038
|
-
|
|
33039
|
-
.E_t1gz6wqf .table-loading-item {
|
|
33040
|
-
padding: 12px 4px;
|
|
33041
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33045
|
+
width: 100%;
|
|
33042
33046
|
display: flex;
|
|
33043
|
-
|
|
33044
|
-
|
|
33045
|
-
|
|
33046
|
-
margin: 4px;
|
|
33047
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33048
|
-
border-radius: 2px;
|
|
33049
|
-
}
|
|
33050
|
-
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33051
|
-
width: 16px;
|
|
33052
|
-
}
|
|
33053
|
-
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33054
|
-
flex: 1;
|
|
33055
|
-
}
|
|
33056
|
-
.E_t1gz6wqf :nth-child(1) {
|
|
33057
|
-
padding: 8px 4px;
|
|
33058
|
-
}
|
|
33059
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33060
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33061
|
-
}
|
|
33062
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33063
|
-
background: rgba(163, 180, 204, 0.18);
|
|
33047
|
+
flex-direction: column;
|
|
33048
|
+
background: #fff;
|
|
33049
|
+
overflow: auto;
|
|
33064
33050
|
}
|
|
33065
33051
|
|
|
33066
|
-
.
|
|
33067
|
-
color: #2d3a56;
|
|
33068
|
-
line-height: 22px;
|
|
33069
|
-
display: inline-flex;
|
|
33070
|
-
}
|
|
33071
|
-
.E_c1igej8b .ant-checkbox {
|
|
33072
|
-
height: 22px;
|
|
33052
|
+
.E_ctdb951 {
|
|
33073
33053
|
display: flex;
|
|
33074
33054
|
align-items: center;
|
|
33075
|
-
|
|
33055
|
+
justify-content: space-between;
|
|
33056
|
+
padding: 0 12px 0 8px;
|
|
33057
|
+
height: 44px;
|
|
33058
|
+
flex-shrink: 0;
|
|
33076
33059
|
}
|
|
33077
|
-
.
|
|
33078
|
-
|
|
33060
|
+
.E_ctdb951 .year-number-input {
|
|
33061
|
+
width: 54px;
|
|
33062
|
+
padding: 4px;
|
|
33063
|
+
margin-right: 9px;
|
|
33064
|
+
font-weight: 700;
|
|
33065
|
+
font-size: 16px;
|
|
33066
|
+
line-height: 24px;
|
|
33079
33067
|
}
|
|
33080
|
-
.
|
|
33081
|
-
|
|
33068
|
+
.E_ctdb951 .year-number-text {
|
|
33069
|
+
cursor: pointer;
|
|
33070
|
+
margin-right: 4px;
|
|
33082
33071
|
}
|
|
33083
|
-
.
|
|
33084
|
-
|
|
33072
|
+
.E_ctdb951 .year-control {
|
|
33073
|
+
display: flex;
|
|
33074
|
+
align-items: center;
|
|
33075
|
+
gap: 8px;
|
|
33085
33076
|
}
|
|
33086
|
-
.
|
|
33087
|
-
|
|
33077
|
+
.E_ctdb951 .year-control .ant-btn {
|
|
33078
|
+
display: flex;
|
|
33079
|
+
align-items: center;
|
|
33080
|
+
justify-content: center;
|
|
33081
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33088
33082
|
}
|
|
33089
|
-
|
|
33090
|
-
|
|
33083
|
+
|
|
33084
|
+
.E_cvgtyx0 {
|
|
33085
|
+
display: grid;
|
|
33086
|
+
grid-template-columns: repeat(7, auto);
|
|
33087
|
+
list-style: none;
|
|
33088
|
+
padding: 0 12px;
|
|
33089
|
+
margin: unset;
|
|
33090
|
+
height: 40px;
|
|
33091
|
+
gap: 4px;
|
|
33092
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33093
|
+
flex-wrap: wrap;
|
|
33094
|
+
flex-shrink: 0;
|
|
33091
33095
|
}
|
|
33092
|
-
.
|
|
33093
|
-
|
|
33094
|
-
height:
|
|
33095
|
-
|
|
33096
|
-
|
|
33096
|
+
.E_cvgtyx0 li {
|
|
33097
|
+
width: 40px;
|
|
33098
|
+
height: 40px;
|
|
33099
|
+
line-height: 40px;
|
|
33100
|
+
text-align: center;
|
|
33101
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33097
33102
|
}
|
|
33098
|
-
|
|
33099
|
-
|
|
33103
|
+
|
|
33104
|
+
.E_crprfvb {
|
|
33105
|
+
flex: 1;
|
|
33106
|
+
overflow: auto;
|
|
33107
|
+
position: relative;
|
|
33100
33108
|
}
|
|
33101
|
-
.
|
|
33102
|
-
|
|
33103
|
-
|
|
33109
|
+
.E_crprfvb ul {
|
|
33110
|
+
list-style: none;
|
|
33111
|
+
padding: 0;
|
|
33112
|
+
margin: 0;
|
|
33104
33113
|
}
|
|
33105
|
-
.
|
|
33106
|
-
|
|
33114
|
+
.E_crprfvb ul .month-container header {
|
|
33115
|
+
padding: 4px 12px;
|
|
33116
|
+
position: sticky;
|
|
33117
|
+
top: 0;
|
|
33118
|
+
background: #fff;
|
|
33119
|
+
transition: all 0.2s ease-in-out;
|
|
33120
|
+
z-index: 2;
|
|
33107
33121
|
}
|
|
33108
|
-
.
|
|
33109
|
-
|
|
33122
|
+
.E_crprfvb ul .month-container header.pinned {
|
|
33123
|
+
box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
|
|
33110
33124
|
}
|
|
33111
|
-
.
|
|
33112
|
-
|
|
33125
|
+
.E_crprfvb ul .month-container .dates-in-month {
|
|
33126
|
+
display: grid;
|
|
33127
|
+
grid-template-columns: repeat(7, auto);
|
|
33128
|
+
gap: 4px 0;
|
|
33129
|
+
padding: 4px 12px;
|
|
33113
33130
|
}
|
|
33114
|
-
.
|
|
33115
|
-
|
|
33116
|
-
|
|
33117
|
-
|
|
33131
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block {
|
|
33132
|
+
width: 100%;
|
|
33133
|
+
height: 100%;
|
|
33134
|
+
display: flex;
|
|
33135
|
+
align-items: center;
|
|
33136
|
+
justify-content: center;
|
|
33118
33137
|
}
|
|
33119
|
-
.
|
|
33120
|
-
|
|
33121
|
-
|
|
33138
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight {
|
|
33139
|
+
border-color: #e6f4ff;
|
|
33140
|
+
background: #e6f4ff;
|
|
33141
|
+
}
|
|
33142
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight {
|
|
33143
|
+
position: relative;
|
|
33144
|
+
background: #fff;
|
|
33122
33145
|
}
|
|
33123
|
-
.
|
|
33124
|
-
|
|
33146
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.first-highlight::after {
|
|
33147
|
+
content: "";
|
|
33148
|
+
position: absolute;
|
|
33149
|
+
right: 0;
|
|
33150
|
+
top: 0;
|
|
33151
|
+
width: calc(50% + 20px);
|
|
33152
|
+
height: 100%;
|
|
33153
|
+
background: #e6f4ff;
|
|
33154
|
+
border-top-left-radius: 50%;
|
|
33155
|
+
border-bottom-left-radius: 50%;
|
|
33125
33156
|
}
|
|
33126
|
-
.
|
|
33127
|
-
|
|
33157
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight {
|
|
33158
|
+
position: relative;
|
|
33159
|
+
background: #fff;
|
|
33128
33160
|
}
|
|
33129
|
-
|
|
33130
|
-
|
|
33131
|
-
|
|
33132
|
-
|
|
33133
|
-
|
|
33134
|
-
|
|
33135
|
-
|
|
33161
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight::after {
|
|
33162
|
+
content: "";
|
|
33163
|
+
position: absolute;
|
|
33164
|
+
left: 0;
|
|
33165
|
+
top: 0;
|
|
33166
|
+
width: calc(50% + 20px);
|
|
33167
|
+
height: 100%;
|
|
33168
|
+
background: #e6f4ff;
|
|
33169
|
+
border-top-right-radius: 50%;
|
|
33170
|
+
border-bottom-right-radius: 50%;
|
|
33136
33171
|
}
|
|
33137
|
-
.
|
|
33138
|
-
|
|
33172
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block.highlight.last-highlight:last-child::after {
|
|
33173
|
+
width: 40px;
|
|
33174
|
+
top: 50%;
|
|
33175
|
+
transform: translateY(-50%);
|
|
33139
33176
|
}
|
|
33140
|
-
.
|
|
33177
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block + .highlight {
|
|
33178
|
+
border-radius: unset;
|
|
33179
|
+
}
|
|
33180
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block:hover > .date {
|
|
33181
|
+
border: 1px solid #0080ff;
|
|
33141
33182
|
cursor: pointer;
|
|
33142
|
-
|
|
33183
|
+
background: #fff;
|
|
33143
33184
|
}
|
|
33144
|
-
.
|
|
33145
|
-
|
|
33146
|
-
|
|
33185
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date {
|
|
33186
|
+
width: 38px;
|
|
33187
|
+
height: 38px;
|
|
33188
|
+
line-height: 36px;
|
|
33189
|
+
text-align: center;
|
|
33190
|
+
border-radius: 50%;
|
|
33191
|
+
color: #00122e;
|
|
33192
|
+
border: 1px solid transparent;
|
|
33193
|
+
transition: background, border 0.2s ease-in-out;
|
|
33194
|
+
position: relative;
|
|
33195
|
+
z-index: 1;
|
|
33147
33196
|
}
|
|
33148
|
-
.
|
|
33149
|
-
|
|
33197
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.blank {
|
|
33198
|
+
background: transparent;
|
|
33150
33199
|
}
|
|
33151
|
-
.
|
|
33152
|
-
|
|
33153
|
-
|
|
33200
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.today {
|
|
33201
|
+
color: #0080ff;
|
|
33202
|
+
border-color: rgba(0, 136, 255, 0.16);
|
|
33154
33203
|
}
|
|
33155
|
-
.
|
|
33156
|
-
|
|
33157
|
-
align-items: center;
|
|
33158
|
-
user-select: none;
|
|
33159
|
-
flex-grow: 1;
|
|
33160
|
-
font-size: 12px;
|
|
33161
|
-
line-height: 18px;
|
|
33162
|
-
color: #2d3a56;
|
|
33163
|
-
font-weight: 700;
|
|
33204
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.highlight {
|
|
33205
|
+
border-color: #e6f4ff;
|
|
33164
33206
|
}
|
|
33165
|
-
.
|
|
33166
|
-
|
|
33167
|
-
|
|
33207
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date:hover {
|
|
33208
|
+
border-color: #0080ff;
|
|
33209
|
+
cursor: pointer;
|
|
33210
|
+
background: #fff;
|
|
33168
33211
|
}
|
|
33169
|
-
|
|
33170
|
-
|
|
33171
|
-
|
|
33172
|
-
box-sizing: border-box;
|
|
33173
|
-
border-radius: 2px;
|
|
33174
|
-
background: #f5f7fa;
|
|
33175
|
-
display: flex;
|
|
33176
|
-
width: 100%;
|
|
33177
|
-
overflow: hidden;
|
|
33212
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.checked {
|
|
33213
|
+
background: #0080ff;
|
|
33214
|
+
color: #fff;
|
|
33178
33215
|
}
|
|
33179
|
-
.
|
|
33180
|
-
|
|
33216
|
+
.E_crprfvb ul .month-container .dates-in-month .date-block > .date.disabled {
|
|
33217
|
+
cursor: not-allowed;
|
|
33218
|
+
border-color: transparent;
|
|
33219
|
+
background: #e4e9f2;
|
|
33220
|
+
color: rgba(107, 128, 167, 0.6);
|
|
33181
33221
|
}
|
|
33182
33222
|
|
|
33183
|
-
.
|
|
33184
|
-
display: flex;
|
|
33223
|
+
.E_ipbxcfl {
|
|
33224
|
+
display: inline-flex;
|
|
33185
33225
|
flex-direction: column;
|
|
33186
|
-
|
|
33187
|
-
/* FIXME:(yanzhen) do this better */
|
|
33226
|
+
align-items: flex-start;
|
|
33188
33227
|
}
|
|
33189
|
-
.
|
|
33228
|
+
.E_ipbxcfl .input-time {
|
|
33190
33229
|
flex-shrink: 0;
|
|
33191
|
-
display: flex;
|
|
33192
|
-
|
|
33230
|
+
display: inline-flex;
|
|
33231
|
+
align-items: center;
|
|
33232
|
+
border: 1px solid #e4e9f2;
|
|
33233
|
+
transition: all 0.1s ease-in-out;
|
|
33234
|
+
padding: 4px 8px;
|
|
33235
|
+
background: #fff;
|
|
33236
|
+
border-radius: 5px;
|
|
33193
33237
|
}
|
|
33194
|
-
.
|
|
33195
|
-
|
|
33238
|
+
.E_ipbxcfl .input-time.focus {
|
|
33239
|
+
border-color: #0080ff;
|
|
33240
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33196
33241
|
}
|
|
33197
|
-
.
|
|
33198
|
-
|
|
33199
|
-
padding: 1px 12px;
|
|
33200
|
-
line-height: 24px;
|
|
33201
|
-
height: 24px;
|
|
33202
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33203
|
-
border-radius: 4px 4px 0 0;
|
|
33204
|
-
cursor: pointer;
|
|
33205
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33242
|
+
.E_ipbxcfl .input-time.error {
|
|
33243
|
+
border-color: #f0483e;
|
|
33206
33244
|
}
|
|
33207
|
-
.
|
|
33208
|
-
|
|
33245
|
+
.E_ipbxcfl .input-time.error.focus {
|
|
33246
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.2);
|
|
33209
33247
|
}
|
|
33210
|
-
.
|
|
33211
|
-
|
|
33248
|
+
.E_ipbxcfl .input-time input {
|
|
33249
|
+
font-family: "Inter";
|
|
33250
|
+
font-style: normal;
|
|
33251
|
+
font-weight: 400;
|
|
33252
|
+
font-size: 13px;
|
|
33253
|
+
line-height: 20px;
|
|
33254
|
+
border: none;
|
|
33255
|
+
outline: none;
|
|
33256
|
+
width: 23px;
|
|
33257
|
+
height: 20px;
|
|
33258
|
+
text-align: center;
|
|
33259
|
+
padding: 0;
|
|
33260
|
+
color: #00122e;
|
|
33212
33261
|
}
|
|
33213
|
-
.
|
|
33214
|
-
color:
|
|
33215
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33262
|
+
.E_ipbxcfl .input-time input::placeholder {
|
|
33263
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33216
33264
|
}
|
|
33217
|
-
.
|
|
33218
|
-
|
|
33265
|
+
.E_ipbxcfl .input-time input:disabled {
|
|
33266
|
+
background: inherit;
|
|
33219
33267
|
}
|
|
33220
|
-
.
|
|
33221
|
-
|
|
33268
|
+
.E_ipbxcfl .input-time input:focus, .E_ipbxcfl .input-time input:active {
|
|
33269
|
+
border: none;
|
|
33270
|
+
outline: none;
|
|
33222
33271
|
}
|
|
33223
|
-
.
|
|
33224
|
-
|
|
33225
|
-
|
|
33272
|
+
.E_ipbxcfl .input-time .connect-symbol {
|
|
33273
|
+
margin: 0 2px;
|
|
33274
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33226
33275
|
}
|
|
33227
|
-
.
|
|
33228
|
-
|
|
33276
|
+
.E_ipbxcfl .input-time .connect-symbol.inputted {
|
|
33277
|
+
color: #00122e;
|
|
33229
33278
|
}
|
|
33230
|
-
.
|
|
33231
|
-
|
|
33279
|
+
.E_ipbxcfl .error-message {
|
|
33280
|
+
color: #f0483e;
|
|
33281
|
+
margin-top: 4px;
|
|
33232
33282
|
}
|
|
33233
|
-
|
|
33234
|
-
|
|
33283
|
+
|
|
33284
|
+
.E_a120uq8m {
|
|
33285
|
+
width: 100%;
|
|
33286
|
+
height: 100%;
|
|
33287
|
+
display: flex;
|
|
33288
|
+
flex-direction: column;
|
|
33235
33289
|
}
|
|
33236
|
-
.
|
|
33237
|
-
|
|
33238
|
-
background: rgba(0, 128, 255, 0.1);
|
|
33290
|
+
.E_a120uq8m .date-range-picker-calendar {
|
|
33291
|
+
flex: 1;
|
|
33239
33292
|
}
|
|
33240
|
-
|
|
33241
|
-
|
|
33293
|
+
|
|
33294
|
+
.E_a15s9m0d {
|
|
33295
|
+
padding: 8px 12px;
|
|
33296
|
+
box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
|
|
33242
33297
|
}
|
|
33243
|
-
.
|
|
33244
|
-
|
|
33298
|
+
.E_a15s9m0d .time-input-main {
|
|
33299
|
+
display: flex;
|
|
33300
|
+
justify-content: space-between;
|
|
33301
|
+
align-items: flex-end;
|
|
33245
33302
|
}
|
|
33246
|
-
.
|
|
33247
|
-
|
|
33248
|
-
|
|
33303
|
+
.E_a15s9m0d .time-input-main .time-input-container {
|
|
33304
|
+
display: flex;
|
|
33305
|
+
align-items: flex-end;
|
|
33306
|
+
gap: 8px;
|
|
33249
33307
|
}
|
|
33250
|
-
.
|
|
33251
|
-
|
|
33308
|
+
.E_a15s9m0d .time-input-main .time-input-container .start-time,
|
|
33309
|
+
.E_a15s9m0d .time-input-main .time-input-container .end-time,
|
|
33310
|
+
.E_a15s9m0d .time-input-main .time-input-container .to {
|
|
33311
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33252
33312
|
}
|
|
33253
|
-
.
|
|
33254
|
-
|
|
33255
|
-
|
|
33256
|
-
|
|
33257
|
-
overflow: hidden;
|
|
33313
|
+
.E_a15s9m0d .time-input-main .time-input-container .start-time p,
|
|
33314
|
+
.E_a15s9m0d .time-input-main .time-input-container .end-time p,
|
|
33315
|
+
.E_a15s9m0d .time-input-main .time-input-container .to p {
|
|
33316
|
+
margin: 0;
|
|
33258
33317
|
}
|
|
33259
|
-
.
|
|
33260
|
-
|
|
33261
|
-
|
|
33262
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
33318
|
+
.E_a15s9m0d .time-input-main .time-input-container .start-time.validate-failed,
|
|
33319
|
+
.E_a15s9m0d .time-input-main .time-input-container .to.validate-failed {
|
|
33320
|
+
padding-bottom: 18px;
|
|
33263
33321
|
}
|
|
33264
|
-
.
|
|
33265
|
-
|
|
33266
|
-
|
|
33267
|
-
|
|
33322
|
+
.E_a15s9m0d .time-input-main .time-input-container .to {
|
|
33323
|
+
line-height: 34px;
|
|
33324
|
+
}
|
|
33325
|
+
.E_a15s9m0d .time-input-main .time-input-container .input-time {
|
|
33326
|
+
height: 32px;
|
|
33327
|
+
padding: 6px 3px;
|
|
33268
33328
|
}
|
|
33269
|
-
.
|
|
33270
|
-
|
|
33271
|
-
position: absolute;
|
|
33272
|
-
top: 50%;
|
|
33273
|
-
left: 0;
|
|
33274
|
-
transform: translate(-50%, -50%);
|
|
33275
|
-
transition: opacity 100ms linear;
|
|
33276
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
33329
|
+
.E_a15s9m0d .time-input-main .ant-btn.validate-failed {
|
|
33330
|
+
margin-bottom: 18px;
|
|
33277
33331
|
}
|
|
33278
|
-
.
|
|
33279
|
-
color: #
|
|
33332
|
+
.E_a15s9m0d .time-input-error {
|
|
33333
|
+
color: #f0483e;
|
|
33280
33334
|
}
|
|
33281
|
-
|
|
33282
|
-
|
|
33283
|
-
|
|
33284
|
-
opacity: 1;
|
|
33285
|
-
max-width: 160px;
|
|
33335
|
+
|
|
33336
|
+
.E_r5hl59d {
|
|
33337
|
+
min-width: 162px;
|
|
33286
33338
|
}
|
|
33287
|
-
.
|
|
33288
|
-
|
|
33289
|
-
|
|
33339
|
+
.E_r5hl59d .ant-input-affix-wrapper {
|
|
33340
|
+
width: 100% !important;
|
|
33341
|
+
border-width: 0 0 1px 0 !important;
|
|
33342
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
33343
|
+
border-radius: 0;
|
|
33290
33344
|
}
|
|
33291
|
-
.
|
|
33292
|
-
|
|
33345
|
+
.E_r5hl59d .ant-input-affix-wrapper + .past-time-list {
|
|
33346
|
+
margin-top: 8px;
|
|
33293
33347
|
}
|
|
33294
|
-
.
|
|
33295
|
-
|
|
33348
|
+
.E_r5hl59d .past-time-list {
|
|
33349
|
+
list-style: none;
|
|
33350
|
+
padding: 0;
|
|
33351
|
+
margin-top: 12px;
|
|
33296
33352
|
}
|
|
33297
|
-
.
|
|
33298
|
-
|
|
33353
|
+
.E_r5hl59d .past-time-list li {
|
|
33354
|
+
padding: 5px 8px;
|
|
33355
|
+
border-radius: 5px;
|
|
33356
|
+
transition: all 0.2s ease-in-out;
|
|
33357
|
+
cursor: pointer;
|
|
33299
33358
|
}
|
|
33300
|
-
.
|
|
33301
|
-
|
|
33302
|
-
|
|
33303
|
-
border-radius: 6px 6px 0 0;
|
|
33359
|
+
.E_r5hl59d .past-time-list li:hover {
|
|
33360
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33361
|
+
color: #0080ff;
|
|
33304
33362
|
}
|
|
33305
|
-
.
|
|
33306
|
-
|
|
33363
|
+
.E_r5hl59d .past-time-list li:active {
|
|
33364
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33365
|
+
color: #0080ff;
|
|
33307
33366
|
}
|
|
33308
|
-
.
|
|
33309
|
-
|
|
33367
|
+
.E_r5hl59d .past-time-list li.selected {
|
|
33368
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33369
|
+
color: #0080ff;
|
|
33310
33370
|
}
|
|
33311
|
-
.
|
|
33312
|
-
|
|
33313
|
-
height: 24px;
|
|
33371
|
+
.E_r5hl59d .past-time-list li.selected .highlight {
|
|
33372
|
+
color: #0080ff;
|
|
33314
33373
|
}
|
|
33315
|
-
.
|
|
33316
|
-
|
|
33374
|
+
.E_r5hl59d .past-time-list li.disabled {
|
|
33375
|
+
background: rgba(237, 241, 250, 0.6);
|
|
33376
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33377
|
+
cursor: not-allowed;
|
|
33317
33378
|
}
|
|
33318
|
-
.
|
|
33319
|
-
|
|
33379
|
+
.E_r5hl59d .past-time-list li + li {
|
|
33380
|
+
margin-top: 2px;
|
|
33320
33381
|
}
|
|
33321
|
-
|
|
33322
|
-
|
|
33382
|
+
|
|
33383
|
+
.E_dhqt3dw {
|
|
33384
|
+
min-width: 392px;
|
|
33323
33385
|
}
|
|
33324
|
-
.
|
|
33386
|
+
.E_dhqt3dw.date-range-picker {
|
|
33387
|
+
display: inline-flex;
|
|
33388
|
+
align-items: center;
|
|
33389
|
+
gap: 8px;
|
|
33325
33390
|
background: #fff;
|
|
33391
|
+
border-radius: 5px;
|
|
33392
|
+
border: 1px solid #e4e9f2;
|
|
33393
|
+
transition: all 0.2s ease-in-out;
|
|
33326
33394
|
}
|
|
33327
|
-
.
|
|
33328
|
-
|
|
33395
|
+
.E_dhqt3dw.date-range-picker .default-calendar-icon {
|
|
33396
|
+
display: inline-flex;
|
|
33329
33397
|
}
|
|
33330
|
-
.
|
|
33331
|
-
|
|
33332
|
-
color: #1d326c;
|
|
33398
|
+
.E_dhqt3dw.date-range-picker .hover-calendar-icon {
|
|
33399
|
+
display: none;
|
|
33333
33400
|
}
|
|
33334
|
-
.
|
|
33335
|
-
color:
|
|
33401
|
+
.E_dhqt3dw.date-range-picker:hover, .E_dhqt3dw.date-range-picker.active {
|
|
33402
|
+
border-color: #0080ff;
|
|
33403
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33336
33404
|
}
|
|
33337
|
-
.
|
|
33338
|
-
|
|
33405
|
+
.E_dhqt3dw.date-range-picker:hover .default-calendar-icon, .E_dhqt3dw.date-range-picker.active .default-calendar-icon {
|
|
33406
|
+
display: none;
|
|
33339
33407
|
}
|
|
33340
|
-
.
|
|
33341
|
-
|
|
33408
|
+
.E_dhqt3dw.date-range-picker:hover .hover-calendar-icon, .E_dhqt3dw.date-range-picker.active .hover-calendar-icon {
|
|
33409
|
+
display: inline-flex;
|
|
33342
33410
|
}
|
|
33343
|
-
.
|
|
33344
|
-
|
|
33411
|
+
.E_dhqt3dw.date-range-picker.large {
|
|
33412
|
+
height: 40px;
|
|
33413
|
+
line-height: 40px;
|
|
33414
|
+
padding: 0 12px 0 16px;
|
|
33345
33415
|
}
|
|
33346
|
-
.
|
|
33416
|
+
.E_dhqt3dw.date-range-picker.medium {
|
|
33417
|
+
height: 32px;
|
|
33418
|
+
line-height: 32px;
|
|
33419
|
+
padding: 0 8px 0 12px;
|
|
33420
|
+
}
|
|
33421
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33347
33422
|
flex: 1;
|
|
33348
33423
|
display: flex;
|
|
33349
|
-
|
|
33350
|
-
|
|
33351
|
-
|
|
33352
|
-
overflow: visible;
|
|
33424
|
+
align-items: center;
|
|
33425
|
+
gap: 8px;
|
|
33426
|
+
color: #00122e;
|
|
33353
33427
|
}
|
|
33354
|
-
|
|
33355
|
-
.
|
|
33356
|
-
max-width: 240px;
|
|
33357
|
-
animation: none;
|
|
33428
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33429
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33358
33430
|
}
|
|
33359
|
-
.
|
|
33360
|
-
border:
|
|
33431
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33432
|
+
border: none;
|
|
33433
|
+
outline: none;
|
|
33434
|
+
width: 162px;
|
|
33361
33435
|
padding: 0;
|
|
33436
|
+
height: 22px;
|
|
33437
|
+
line-height: 22px;
|
|
33438
|
+
text-align: center;
|
|
33362
33439
|
}
|
|
33363
|
-
.
|
|
33364
|
-
|
|
33365
|
-
|
|
33366
|
-
line-height: 32px;
|
|
33367
|
-
font-size: 13px;
|
|
33368
|
-
padding: 0 10px;
|
|
33369
|
-
display: block;
|
|
33370
|
-
overflow: hidden;
|
|
33371
|
-
text-overflow: ellipsis;
|
|
33372
|
-
white-space: nowrap;
|
|
33373
|
-
}
|
|
33374
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
33375
|
-
content: " ";
|
|
33376
|
-
height: 1px;
|
|
33377
|
-
width: calc(100% + 10px);
|
|
33378
|
-
background: rgba(172, 186, 211, 0.6);
|
|
33379
|
-
display: block;
|
|
33440
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33441
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33442
|
+
text-align: center;
|
|
33380
33443
|
}
|
|
33381
|
-
.
|
|
33382
|
-
|
|
33383
|
-
background: transparent;
|
|
33444
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33445
|
+
background: inherit;
|
|
33384
33446
|
}
|
|
33385
|
-
|
|
33386
|
-
|
|
33387
|
-
|
|
33447
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33448
|
+
border: none;
|
|
33449
|
+
outline: none;
|
|
33450
|
+
box-shadow: none;
|
|
33388
33451
|
}
|
|
33389
|
-
|
|
33390
|
-
|
|
33391
|
-
height: 100%;
|
|
33392
|
-
width: 100%;
|
|
33393
|
-
display: flex;
|
|
33394
|
-
flex-direction: column;
|
|
33395
|
-
background: #fff;
|
|
33396
|
-
overflow: auto;
|
|
33452
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33453
|
+
cursor: pointer;
|
|
33397
33454
|
}
|
|
33398
33455
|
|
|
33399
|
-
.
|
|
33400
|
-
|
|
33401
|
-
align-items: center;
|
|
33402
|
-
justify-content: space-between;
|
|
33403
|
-
padding: 0 12px 0 8px;
|
|
33404
|
-
height: 44px;
|
|
33405
|
-
flex-shrink: 0;
|
|
33456
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33457
|
+
padding: 12px 12px 0 12px;
|
|
33406
33458
|
}
|
|
33407
|
-
.
|
|
33408
|
-
|
|
33409
|
-
padding: 4px;
|
|
33410
|
-
margin-right: 9px;
|
|
33411
|
-
font-weight: 700;
|
|
33412
|
-
font-size: 16px;
|
|
33413
|
-
line-height: 24px;
|
|
33459
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33460
|
+
padding-left: 16px;
|
|
33414
33461
|
}
|
|
33415
|
-
.
|
|
33416
|
-
|
|
33417
|
-
margin-right: 4px;
|
|
33462
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33463
|
+
margin-right: 0;
|
|
33418
33464
|
}
|
|
33419
|
-
.
|
|
33420
|
-
|
|
33421
|
-
align-items: center;
|
|
33422
|
-
gap: 8px;
|
|
33465
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33466
|
+
margin-left: 2px;
|
|
33423
33467
|
}
|
|
33424
|
-
.
|
|
33425
|
-
|
|
33426
|
-
|
|
33427
|
-
justify-content: center;
|
|
33428
|
-
background: rgba(237, 241, 250, 0.6);
|
|
33468
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33469
|
+
max-height: 470px;
|
|
33470
|
+
overflow: auto;
|
|
33429
33471
|
}
|
|
33430
|
-
|
|
33431
|
-
.E_cvgtyx0 {
|
|
33432
|
-
display: grid;
|
|
33433
|
-
grid-template-columns: repeat(7, auto);
|
|
33434
|
-
list-style: none;
|
|
33472
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33435
33473
|
padding: 0 12px;
|
|
33436
|
-
margin: unset;
|
|
33437
|
-
height: 40px;
|
|
33438
|
-
gap: 4px;
|
|
33439
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33440
|
-
flex-wrap: wrap;
|
|
33441
|
-
flex-shrink: 0;
|
|
33442
33474
|
}
|
|
33443
|
-
.
|
|
33444
|
-
|
|
33445
|
-
|
|
33446
|
-
line-height: 40px;
|
|
33447
|
-
text-align: center;
|
|
33448
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33475
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33476
|
+
height: 470px;
|
|
33477
|
+
overflow: auto;
|
|
33449
33478
|
}
|
|
33450
33479
|
|
|
33451
|
-
.
|
|
33452
|
-
|
|
33453
|
-
|
|
33454
|
-
|
|
33480
|
+
.E_d1tc7lgk {
|
|
33481
|
+
min-width: 200px;
|
|
33482
|
+
}
|
|
33483
|
+
.E_d1tc7lgk header {
|
|
33484
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33485
|
+
padding: 8px 12px;
|
|
33486
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33455
33487
|
}
|
|
33456
|
-
.
|
|
33488
|
+
.E_d1tc7lgk ul {
|
|
33457
33489
|
list-style: none;
|
|
33458
|
-
padding:
|
|
33459
|
-
margin: 0;
|
|
33490
|
+
padding: 12px;
|
|
33460
33491
|
}
|
|
33461
|
-
.
|
|
33462
|
-
padding:
|
|
33463
|
-
|
|
33464
|
-
top: 0;
|
|
33465
|
-
background: #fff;
|
|
33492
|
+
.E_d1tc7lgk ul li {
|
|
33493
|
+
padding: 5px 8px;
|
|
33494
|
+
border-radius: 5px;
|
|
33466
33495
|
transition: all 0.2s ease-in-out;
|
|
33467
|
-
|
|
33468
|
-
}
|
|
33469
|
-
.E_crprfvb ul .month-container header.pinned {
|
|
33470
|
-
box-shadow: 0px 4px 12px rgba(225, 230, 241, 0.4), inset 0px -1px 0px rgba(225, 230, 241, 0.6);
|
|
33496
|
+
cursor: pointer;
|
|
33471
33497
|
}
|
|
33472
|
-
.
|
|
33473
|
-
|
|
33474
|
-
|
|
33475
|
-
gap: 4px 0;
|
|
33476
|
-
padding: 4px 12px;
|
|
33498
|
+
.E_d1tc7lgk ul li:hover {
|
|
33499
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33500
|
+
color: #0080ff;
|
|
33477
33501
|
}
|
|
33478
|
-
.
|
|
33479
|
-
|
|
33480
|
-
|
|
33481
|
-
display: flex;
|
|
33482
|
-
align-items: center;
|
|
33483
|
-
justify-content: center;
|
|
33502
|
+
.E_d1tc7lgk ul li:active {
|
|
33503
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33504
|
+
color: #0080ff;
|
|
33484
33505
|
}
|
|
33485
|
-
.
|
|
33486
|
-
|
|
33487
|
-
background: #e6f4ff;
|
|
33506
|
+
.E_d1tc7lgk ul li + li {
|
|
33507
|
+
margin-top: 2px;
|
|
33488
33508
|
}
|
|
33489
|
-
|
|
33490
|
-
|
|
33491
|
-
|
|
33509
|
+
|
|
33510
|
+
.E_rzaik16 {
|
|
33511
|
+
padding: 0;
|
|
33492
33512
|
}
|
|
33493
|
-
.
|
|
33494
|
-
|
|
33495
|
-
position: absolute;
|
|
33496
|
-
right: 0;
|
|
33497
|
-
top: 0;
|
|
33498
|
-
width: calc(50% + 20px);
|
|
33499
|
-
height: 100%;
|
|
33500
|
-
background: #e6f4ff;
|
|
33501
|
-
border-top-left-radius: 50%;
|
|
33502
|
-
border-bottom-left-radius: 50%;
|
|
33513
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33514
|
+
display: none;
|
|
33503
33515
|
}
|
|
33504
|
-
.
|
|
33505
|
-
|
|
33506
|
-
background: #fff;
|
|
33516
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33517
|
+
padding: 0;
|
|
33507
33518
|
}
|
|
33508
|
-
|
|
33509
|
-
|
|
33510
|
-
|
|
33511
|
-
left: 0;
|
|
33512
|
-
top: 0;
|
|
33513
|
-
width: calc(50% + 20px);
|
|
33514
|
-
height: 100%;
|
|
33515
|
-
background: #e6f4ff;
|
|
33516
|
-
border-top-right-radius: 50%;
|
|
33517
|
-
border-bottom-right-radius: 50%;
|
|
33519
|
+
|
|
33520
|
+
.E_damzgq8 {
|
|
33521
|
+
width: 400px;
|
|
33518
33522
|
}
|
|
33519
|
-
.
|
|
33520
|
-
|
|
33521
|
-
top: 50%;
|
|
33522
|
-
transform: translateY(-50%);
|
|
33523
|
+
.E_damzgq8 .bottom {
|
|
33524
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33523
33525
|
}
|
|
33524
|
-
|
|
33525
|
-
|
|
33526
|
+
|
|
33527
|
+
.E_c1t5t7l0 {
|
|
33528
|
+
display: flex;
|
|
33529
|
+
flex-direction: row;
|
|
33530
|
+
justify-content: space-between;
|
|
33526
33531
|
}
|
|
33527
|
-
.
|
|
33528
|
-
|
|
33529
|
-
|
|
33530
|
-
background: #fff;
|
|
33532
|
+
.E_c1t5t7l0 .label {
|
|
33533
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33534
|
+
font-weight: 400;
|
|
33531
33535
|
}
|
|
33532
|
-
|
|
33533
|
-
|
|
33534
|
-
|
|
33535
|
-
|
|
33536
|
-
|
|
33537
|
-
|
|
33538
|
-
|
|
33539
|
-
|
|
33540
|
-
transition: background, border 0.2s ease-in-out;
|
|
33541
|
-
position: relative;
|
|
33542
|
-
z-index: 1;
|
|
33536
|
+
|
|
33537
|
+
.E_cg9brz0 {
|
|
33538
|
+
display: flex;
|
|
33539
|
+
flex-direction: column;
|
|
33540
|
+
justify-content: center;
|
|
33541
|
+
align-items: center;
|
|
33542
|
+
height: 240px;
|
|
33543
|
+
width: 432px;
|
|
33543
33544
|
}
|
|
33544
|
-
|
|
33545
|
-
|
|
33545
|
+
|
|
33546
|
+
.E_c1efuzht.ant-input-affix-wrapper {
|
|
33547
|
+
border-radius: 0px;
|
|
33548
|
+
box-shadow: unset;
|
|
33549
|
+
border: 0;
|
|
33550
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33546
33551
|
}
|
|
33547
|
-
|
|
33548
|
-
|
|
33549
|
-
|
|
33552
|
+
|
|
33553
|
+
.E_c1sqzi2s.antd5 .antd5-selector {
|
|
33554
|
+
padding: 4px;
|
|
33550
33555
|
}
|
|
33551
|
-
.
|
|
33552
|
-
|
|
33556
|
+
.E_c1sqzi2s.antd5 .antd5-selector:after {
|
|
33557
|
+
line-height: normal;
|
|
33553
33558
|
}
|
|
33554
|
-
.
|
|
33555
|
-
|
|
33556
|
-
cursor: pointer;
|
|
33557
|
-
background: #fff;
|
|
33559
|
+
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
33560
|
+
height: 22px;
|
|
33558
33561
|
}
|
|
33559
|
-
.
|
|
33560
|
-
|
|
33561
|
-
color: #fff;
|
|
33562
|
+
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
33563
|
+
row-gap: 2px;
|
|
33562
33564
|
}
|
|
33563
|
-
.
|
|
33564
|
-
|
|
33565
|
-
border-color: transparent;
|
|
33566
|
-
background: #e4e9f2;
|
|
33567
|
-
color: rgba(107, 128, 167, 0.6);
|
|
33565
|
+
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
|
|
33566
|
+
line-height: normal;
|
|
33568
33567
|
}
|
|
33569
33568
|
|
|
33570
|
-
.
|
|
33571
|
-
|
|
33572
|
-
flex-direction: column;
|
|
33573
|
-
align-items: flex-start;
|
|
33569
|
+
.E_cyg2a2l {
|
|
33570
|
+
font-size: 13px;
|
|
33574
33571
|
}
|
|
33575
|
-
|
|
33576
|
-
|
|
33577
|
-
|
|
33572
|
+
|
|
33573
|
+
.E_c14uped1 {
|
|
33574
|
+
padding: 7px 14px;
|
|
33575
|
+
height: 20px;
|
|
33576
|
+
font-weight: 400;
|
|
33577
|
+
box-sizing: content-box;
|
|
33578
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33579
|
+
display: flex;
|
|
33580
|
+
flex-direction: row;
|
|
33581
|
+
justify-content: space-between;
|
|
33578
33582
|
align-items: center;
|
|
33579
|
-
border: 1px solid #e4e9f2;
|
|
33580
|
-
transition: all 0.1s ease-in-out;
|
|
33581
|
-
padding: 4px 8px;
|
|
33582
|
-
background: #fff;
|
|
33583
|
-
border-radius: 5px;
|
|
33583
|
+
border-bottom: 1px solid #e4e9f2;
|
|
33584
33584
|
}
|
|
33585
|
-
|
|
33586
|
-
|
|
33587
|
-
box-shadow: 0px 0px 0px
|
|
33585
|
+
|
|
33586
|
+
.E_cz3vc94 {
|
|
33587
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33588
|
+
border-radius: 8px;
|
|
33589
|
+
padding: 0px;
|
|
33588
33590
|
}
|
|
33589
|
-
.
|
|
33590
|
-
|
|
33591
|
+
.E_cz3vc94 ul.antd5-menu {
|
|
33592
|
+
padding: 6px;
|
|
33593
|
+
height: 240px;
|
|
33591
33594
|
}
|
|
33592
|
-
.
|
|
33593
|
-
|
|
33595
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li {
|
|
33596
|
+
min-width: 296px;
|
|
33597
|
+
padding: 4px 4px 4px 8px;
|
|
33598
|
+
color: #00122e;
|
|
33599
|
+
margin-bottom: 2px;
|
|
33594
33600
|
}
|
|
33595
|
-
.
|
|
33596
|
-
|
|
33597
|
-
|
|
33601
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li .icon-wrapper {
|
|
33602
|
+
vertical-align: middle;
|
|
33603
|
+
}
|
|
33604
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active {
|
|
33598
33605
|
font-weight: 400;
|
|
33599
|
-
font-size: 13px;
|
|
33600
|
-
line-height: 20px;
|
|
33601
|
-
border: none;
|
|
33602
|
-
outline: none;
|
|
33603
|
-
width: 23px;
|
|
33604
|
-
height: 20px;
|
|
33605
|
-
text-align: center;
|
|
33606
|
-
padding: 0;
|
|
33607
|
-
color: #00122e;
|
|
33608
33606
|
}
|
|
33609
|
-
.
|
|
33610
|
-
|
|
33607
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:hover {
|
|
33608
|
+
font-weight: 400;
|
|
33611
33609
|
}
|
|
33612
|
-
.
|
|
33613
|
-
background:
|
|
33610
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:active {
|
|
33611
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33614
33612
|
}
|
|
33615
|
-
.
|
|
33616
|
-
|
|
33617
|
-
outline: none;
|
|
33613
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33614
|
+
fill: #0080ff;
|
|
33618
33615
|
}
|
|
33619
|
-
.
|
|
33620
|
-
|
|
33621
|
-
|
|
33616
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li:hover {
|
|
33617
|
+
background: rgba(225, 230, 241, 0.6);
|
|
33618
|
+
font-weight: 400;
|
|
33622
33619
|
}
|
|
33623
|
-
.
|
|
33624
|
-
|
|
33620
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li:hover .icon-wrapper svg path {
|
|
33621
|
+
fill: #0080ff;
|
|
33625
33622
|
}
|
|
33626
|
-
.
|
|
33627
|
-
|
|
33628
|
-
margin-top: 4px;
|
|
33623
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li:active {
|
|
33624
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33629
33625
|
}
|
|
33630
|
-
|
|
33631
|
-
|
|
33632
|
-
|
|
33633
|
-
|
|
33626
|
+
.E_cz3vc94 li:has(.E_damzgq8) .antd5-checkbox {
|
|
33627
|
+
align-self: flex-start;
|
|
33628
|
+
}
|
|
33629
|
+
.E_cz3vc94:has(.E_cg9brz0) .E_cyg2a2l {
|
|
33630
|
+
display: none;
|
|
33631
|
+
}
|
|
33632
|
+
.E_cz3vc94 .antd5-checkbox {
|
|
33633
|
+
height: 22px;
|
|
33634
33634
|
display: flex;
|
|
33635
|
-
|
|
33635
|
+
align-items: center;
|
|
33636
|
+
top: 0;
|
|
33636
33637
|
}
|
|
33637
|
-
.
|
|
33638
|
-
|
|
33638
|
+
.E_cz3vc94 .antd5-checkbox-checked::after {
|
|
33639
|
+
border: none;
|
|
33639
33640
|
}
|
|
33640
|
-
|
|
33641
|
-
|
|
33642
|
-
padding: 8px 12px;
|
|
33643
|
-
box-shadow: inset 0px 1px 0px rgba(211, 218, 235, 0.3);
|
|
33641
|
+
.E_cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .E_cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
|
|
33642
|
+
border-color: #0080ff;
|
|
33644
33643
|
}
|
|
33645
|
-
.
|
|
33646
|
-
|
|
33647
|
-
justify-content: space-between;
|
|
33648
|
-
align-items: flex-end;
|
|
33644
|
+
.E_cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
|
|
33645
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33649
33646
|
}
|
|
33650
|
-
.
|
|
33651
|
-
|
|
33652
|
-
align-items: flex-end;
|
|
33653
|
-
gap: 8px;
|
|
33647
|
+
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
33648
|
+
border: 1px solid #0080ff;
|
|
33654
33649
|
}
|
|
33655
|
-
.
|
|
33656
|
-
|
|
33657
|
-
.E_a15s9m0d .time-input-main .time-input-container .to {
|
|
33658
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33650
|
+
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
33651
|
+
background: #0080ff;
|
|
33659
33652
|
}
|
|
33660
|
-
.
|
|
33661
|
-
|
|
33662
|
-
|
|
33663
|
-
|
|
33653
|
+
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
33654
|
+
background-color: #fff;
|
|
33655
|
+
height: 2px;
|
|
33656
|
+
width: 10px;
|
|
33657
|
+
border-radius: 2px;
|
|
33664
33658
|
}
|
|
33665
|
-
.
|
|
33666
|
-
|
|
33667
|
-
padding-bottom: 18px;
|
|
33659
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled {
|
|
33660
|
+
opacity: 0.5;
|
|
33668
33661
|
}
|
|
33669
|
-
.
|
|
33670
|
-
|
|
33662
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
|
|
33663
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33664
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33671
33665
|
}
|
|
33672
|
-
.
|
|
33673
|
-
|
|
33674
|
-
padding: 6px 3px;
|
|
33666
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
|
|
33667
|
+
border-color: #2d3a56;
|
|
33675
33668
|
}
|
|
33676
|
-
.
|
|
33677
|
-
|
|
33669
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
33670
|
+
background: #2d3a56;
|
|
33678
33671
|
}
|
|
33679
|
-
.
|
|
33680
|
-
|
|
33672
|
+
.E_cz3vc94 .antd5-checkbox + span, .E_cz3vc94 .antd5-checkbox-disabled + span {
|
|
33673
|
+
padding: 0;
|
|
33681
33674
|
}
|
|
33682
|
-
|
|
33683
|
-
|
|
33684
|
-
|
|
33675
|
+
.E_cz3vc94 .antd5-checkbox + span .main, .E_cz3vc94 .antd5-checkbox-disabled + span .main {
|
|
33676
|
+
display: inline-block;
|
|
33677
|
+
margin-left: 12px;
|
|
33678
|
+
color: #2d3a56;
|
|
33685
33679
|
}
|
|
33686
|
-
.
|
|
33687
|
-
|
|
33688
|
-
|
|
33689
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
33690
|
-
border-radius: 0;
|
|
33680
|
+
.E_cz3vc94 .antd5-checkbox + span .sub, .E_cz3vc94 .antd5-checkbox-disabled + span .sub {
|
|
33681
|
+
margin-left: 28px;
|
|
33682
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33691
33683
|
}
|
|
33692
|
-
.
|
|
33693
|
-
margin-
|
|
33684
|
+
.E_cz3vc94.compact .antd5-checkbox + span .main, .E_cz3vc94.compact .antd5-checkbox-disabled + span .main {
|
|
33685
|
+
margin-left: 8px;
|
|
33694
33686
|
}
|
|
33695
|
-
.
|
|
33696
|
-
|
|
33697
|
-
padding: 0;
|
|
33698
|
-
margin-top: 12px;
|
|
33687
|
+
.E_cz3vc94.compact .antd5-checkbox + span .sub, .E_cz3vc94.compact .antd5-checkbox-disabled + span .sub {
|
|
33688
|
+
margin-left: 24px;
|
|
33699
33689
|
}
|
|
33700
|
-
|
|
33701
|
-
|
|
33702
|
-
|
|
33703
|
-
|
|
33704
|
-
cursor: pointer;
|
|
33690
|
+
|
|
33691
|
+
.E_csp3had ul.antd5-menu {
|
|
33692
|
+
padding: 4px;
|
|
33693
|
+
height: 158px;
|
|
33705
33694
|
}
|
|
33706
|
-
.
|
|
33707
|
-
|
|
33708
|
-
color: #0080ff;
|
|
33695
|
+
.E_csp3had.E_cz3vc94 {
|
|
33696
|
+
border-radius: 6px;
|
|
33709
33697
|
}
|
|
33710
|
-
.
|
|
33711
|
-
|
|
33712
|
-
|
|
33698
|
+
.E_csp3had.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
33699
|
+
min-width: 200px;
|
|
33700
|
+
font-size: 12px;
|
|
33713
33701
|
}
|
|
33714
|
-
.
|
|
33715
|
-
|
|
33716
|
-
|
|
33702
|
+
.E_csp3had.E_cz3vc94 .E_c14uped1 {
|
|
33703
|
+
padding: 6px 12px;
|
|
33704
|
+
height: 18px;
|
|
33705
|
+
font-size: 12px;
|
|
33717
33706
|
}
|
|
33718
|
-
|
|
33719
|
-
|
|
33707
|
+
|
|
33708
|
+
.E_c1i4zk1 ul.antd5-menu {
|
|
33709
|
+
padding: 8px;
|
|
33710
|
+
height: 320px;
|
|
33720
33711
|
}
|
|
33721
|
-
.
|
|
33722
|
-
|
|
33723
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33724
|
-
cursor: not-allowed;
|
|
33712
|
+
.E_c1i4zk1.E_cz3vc94 {
|
|
33713
|
+
border-radius: 10px;
|
|
33725
33714
|
}
|
|
33726
|
-
.
|
|
33727
|
-
|
|
33715
|
+
.E_c1i4zk1.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
33716
|
+
min-width: 296px;
|
|
33717
|
+
padding: 8px;
|
|
33718
|
+
}
|
|
33719
|
+
.E_c1i4zk1.E_cz3vc94 .E_c14uped1 {
|
|
33720
|
+
height: 22px;
|
|
33721
|
+
padding: 8px 16px;
|
|
33722
|
+
font-size: 14px;
|
|
33728
33723
|
}
|
|
33729
33724
|
|
|
33730
|
-
.
|
|
33731
|
-
|
|
33725
|
+
.E_t160l1cm {
|
|
33726
|
+
display: flex;
|
|
33727
|
+
flex-direction: column;
|
|
33728
|
+
flex: 1;
|
|
33729
|
+
/* FIXME:(yanzhen) do this better */
|
|
33732
33730
|
}
|
|
33733
|
-
.
|
|
33734
|
-
|
|
33735
|
-
|
|
33736
|
-
|
|
33737
|
-
background: #fff;
|
|
33738
|
-
border-radius: 5px;
|
|
33739
|
-
border: 1px solid #e4e9f2;
|
|
33740
|
-
transition: all 0.2s ease-in-out;
|
|
33731
|
+
.E_t160l1cm .tab-bar {
|
|
33732
|
+
flex-shrink: 0;
|
|
33733
|
+
display: flex;
|
|
33734
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
33741
33735
|
}
|
|
33742
|
-
.
|
|
33743
|
-
|
|
33736
|
+
.E_t160l1cm .tab-content {
|
|
33737
|
+
height: 100%;
|
|
33744
33738
|
}
|
|
33745
|
-
.
|
|
33746
|
-
|
|
33739
|
+
.E_t160l1cm .tab-menu-item {
|
|
33740
|
+
margin-right: 2px;
|
|
33741
|
+
padding: 1px 12px;
|
|
33742
|
+
line-height: 24px;
|
|
33743
|
+
height: 24px;
|
|
33744
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33745
|
+
border-radius: 4px 4px 0 0;
|
|
33746
|
+
cursor: pointer;
|
|
33747
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
33747
33748
|
}
|
|
33748
|
-
.
|
|
33749
|
-
|
|
33750
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33749
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
33750
|
+
padding-left: 0;
|
|
33751
33751
|
}
|
|
33752
|
-
.
|
|
33753
|
-
|
|
33752
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
33753
|
+
padding-left: 12px;
|
|
33754
33754
|
}
|
|
33755
|
-
.
|
|
33756
|
-
|
|
33755
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
33756
|
+
color: #0080ff;
|
|
33757
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33757
33758
|
}
|
|
33758
|
-
.
|
|
33759
|
-
|
|
33760
|
-
line-height: 40px;
|
|
33761
|
-
padding: 0 12px 0 16px;
|
|
33759
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
33760
|
+
fill: #0080ff;
|
|
33762
33761
|
}
|
|
33763
|
-
.
|
|
33764
|
-
|
|
33765
|
-
line-height: 32px;
|
|
33766
|
-
padding: 0 8px 0 12px;
|
|
33762
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
33763
|
+
background: rgba(192, 203, 224, 0.6);
|
|
33767
33764
|
}
|
|
33768
|
-
.
|
|
33769
|
-
|
|
33770
|
-
|
|
33771
|
-
align-items: center;
|
|
33772
|
-
gap: 8px;
|
|
33773
|
-
color: #00122e;
|
|
33765
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
33766
|
+
color: #0080ff;
|
|
33767
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33774
33768
|
}
|
|
33775
|
-
.
|
|
33776
|
-
|
|
33769
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
33770
|
+
background: rgba(192, 203, 224, 0.6);
|
|
33777
33771
|
}
|
|
33778
|
-
.
|
|
33779
|
-
|
|
33780
|
-
outline: none;
|
|
33781
|
-
width: 162px;
|
|
33782
|
-
padding: 0;
|
|
33783
|
-
height: 22px;
|
|
33784
|
-
line-height: 22px;
|
|
33785
|
-
text-align: center;
|
|
33772
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
33773
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33786
33774
|
}
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33789
|
-
text-align: center;
|
|
33775
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
33776
|
+
fill: #0080ff;
|
|
33790
33777
|
}
|
|
33791
|
-
.
|
|
33792
|
-
|
|
33778
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
33779
|
+
color: #0080ff;
|
|
33780
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33793
33781
|
}
|
|
33794
|
-
.
|
|
33795
|
-
|
|
33796
|
-
outline: none;
|
|
33797
|
-
box-shadow: none;
|
|
33782
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
33783
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33798
33784
|
}
|
|
33799
|
-
.
|
|
33800
|
-
|
|
33785
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
33786
|
+
fill: #1d326c;
|
|
33801
33787
|
}
|
|
33802
|
-
|
|
33803
|
-
|
|
33804
|
-
|
|
33788
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
33789
|
+
margin-left: 8px;
|
|
33790
|
+
height: 22px;
|
|
33805
33791
|
}
|
|
33806
|
-
.
|
|
33807
|
-
|
|
33792
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
33793
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
33808
33794
|
}
|
|
33809
|
-
.
|
|
33810
|
-
|
|
33795
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
33796
|
+
padding: 0;
|
|
33797
|
+
display: flex;
|
|
33798
|
+
align-items: center;
|
|
33799
|
+
overflow: hidden;
|
|
33811
33800
|
}
|
|
33812
|
-
.
|
|
33813
|
-
|
|
33801
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
33802
|
+
opacity: 0;
|
|
33803
|
+
max-width: 0;
|
|
33804
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
33814
33805
|
}
|
|
33815
|
-
.
|
|
33816
|
-
|
|
33817
|
-
|
|
33806
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
33807
|
+
padding: 1px 12px;
|
|
33808
|
+
position: relative;
|
|
33809
|
+
display: flex;
|
|
33818
33810
|
}
|
|
33819
|
-
.
|
|
33820
|
-
|
|
33811
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
33812
|
+
opacity: 0;
|
|
33813
|
+
position: absolute;
|
|
33814
|
+
top: 50%;
|
|
33815
|
+
left: 0;
|
|
33816
|
+
transform: translate(-50%, -50%);
|
|
33817
|
+
transition: opacity 100ms linear;
|
|
33818
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
33821
33819
|
}
|
|
33822
|
-
.
|
|
33823
|
-
|
|
33824
|
-
overflow: auto;
|
|
33820
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
33821
|
+
color: #0080ff;
|
|
33825
33822
|
}
|
|
33826
|
-
|
|
33827
|
-
|
|
33828
|
-
|
|
33823
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33824
|
+
padding: 1px 12px;
|
|
33825
|
+
display: inline-block;
|
|
33826
|
+
opacity: 1;
|
|
33827
|
+
max-width: 160px;
|
|
33829
33828
|
}
|
|
33830
|
-
.
|
|
33831
|
-
|
|
33832
|
-
|
|
33833
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33829
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33830
|
+
padding: 1px 12px;
|
|
33831
|
+
color: #005ed1;
|
|
33834
33832
|
}
|
|
33835
|
-
.
|
|
33836
|
-
|
|
33837
|
-
padding: 12px;
|
|
33833
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33834
|
+
opacity: 1;
|
|
33838
33835
|
}
|
|
33839
|
-
.
|
|
33840
|
-
|
|
33841
|
-
border-radius: 5px;
|
|
33842
|
-
transition: all 0.2s ease-in-out;
|
|
33843
|
-
cursor: pointer;
|
|
33836
|
+
.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 {
|
|
33837
|
+
background: rgba(0, 128, 255, 0.16);
|
|
33844
33838
|
}
|
|
33845
|
-
.
|
|
33846
|
-
|
|
33847
|
-
color: #0080ff;
|
|
33839
|
+
.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 {
|
|
33840
|
+
opacity: 0;
|
|
33848
33841
|
}
|
|
33849
|
-
.
|
|
33850
|
-
|
|
33851
|
-
|
|
33842
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
33843
|
+
padding: 4px 16px;
|
|
33844
|
+
height: 32px;
|
|
33845
|
+
border-radius: 6px 6px 0 0;
|
|
33852
33846
|
}
|
|
33853
|
-
.
|
|
33854
|
-
|
|
33847
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33848
|
+
padding-left: 0;
|
|
33855
33849
|
}
|
|
33856
|
-
|
|
33857
|
-
|
|
33858
|
-
padding: 0;
|
|
33850
|
+
.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 {
|
|
33851
|
+
padding-left: 16px;
|
|
33859
33852
|
}
|
|
33860
|
-
.
|
|
33861
|
-
|
|
33853
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
33854
|
+
margin-left: 11px;
|
|
33855
|
+
height: 24px;
|
|
33862
33856
|
}
|
|
33863
|
-
.
|
|
33857
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
33864
33858
|
padding: 0;
|
|
33865
33859
|
}
|
|
33866
|
-
|
|
33867
|
-
|
|
33868
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33869
|
-
}
|
|
33870
|
-
|
|
33871
|
-
.E_cav4gt6 {
|
|
33872
|
-
border-radius: 8px;
|
|
33873
|
-
background-color: white;
|
|
33874
|
-
}
|
|
33875
|
-
.E_cav4gt6.hoverable {
|
|
33876
|
-
cursor: pointer;
|
|
33860
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
33861
|
+
padding: 4px 16px;
|
|
33877
33862
|
}
|
|
33878
|
-
.
|
|
33879
|
-
|
|
33880
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33881
|
-
transform: translateY(-4px);
|
|
33863
|
+
.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 {
|
|
33864
|
+
padding: 4px 16px;
|
|
33882
33865
|
}
|
|
33883
|
-
|
|
33884
|
-
|
|
33885
|
-
font-weight: bold;
|
|
33886
|
-
background-color: unset;
|
|
33887
|
-
padding: unset;
|
|
33866
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
33867
|
+
background: #fff;
|
|
33888
33868
|
}
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
width: 100%;
|
|
33892
|
-
margin-bottom: 0 !important;
|
|
33893
|
-
flex-flow: nowrap !important;
|
|
33894
|
-
line-break: auto;
|
|
33869
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
33870
|
+
color: #005ed1;
|
|
33895
33871
|
}
|
|
33896
|
-
.
|
|
33897
|
-
|
|
33898
|
-
|
|
33872
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
33873
|
+
background: #fff;
|
|
33874
|
+
color: #1d326c;
|
|
33899
33875
|
}
|
|
33900
|
-
.
|
|
33901
|
-
|
|
33902
|
-
height: auto;
|
|
33903
|
-
font-size: 13px;
|
|
33904
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33905
|
-
white-space: normal;
|
|
33876
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
33877
|
+
color: rgba(45, 58, 86, 0.6);
|
|
33906
33878
|
}
|
|
33907
|
-
.
|
|
33908
|
-
|
|
33879
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
33880
|
+
color: #1d326c;
|
|
33909
33881
|
}
|
|
33910
|
-
.
|
|
33911
|
-
|
|
33912
|
-
font-size: 12px;
|
|
33913
|
-
min-height: 0px;
|
|
33882
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
33883
|
+
fill: #d8deeb;
|
|
33914
33884
|
}
|
|
33915
|
-
.
|
|
33916
|
-
|
|
33917
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33918
|
-
min-height: 0px;
|
|
33885
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
33886
|
+
fill: #1d326c;
|
|
33919
33887
|
}
|
|
33920
|
-
|
|
33921
|
-
|
|
33888
|
+
.E_t160l1cm .tab-content {
|
|
33889
|
+
flex: 1;
|
|
33922
33890
|
display: flex;
|
|
33923
|
-
|
|
33891
|
+
flex-direction: column;
|
|
33924
33892
|
}
|
|
33925
|
-
.
|
|
33926
|
-
|
|
33927
|
-
width: 24px;
|
|
33928
|
-
border-radius: 20px;
|
|
33929
|
-
color: #0080ff;
|
|
33930
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33931
|
-
display: flex;
|
|
33932
|
-
align-items: center;
|
|
33933
|
-
justify-content: center;
|
|
33934
|
-
margin-right: 6px;
|
|
33893
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
33894
|
+
overflow: visible;
|
|
33935
33895
|
}
|
|
33936
33896
|
|
|
33937
|
-
.
|
|
33938
|
-
|
|
33939
|
-
|
|
33940
|
-
border-radius: 6px;
|
|
33941
|
-
padding: 4px;
|
|
33897
|
+
.E_t14npdqr {
|
|
33898
|
+
max-width: 240px;
|
|
33899
|
+
animation: none;
|
|
33942
33900
|
}
|
|
33943
|
-
.
|
|
33944
|
-
|
|
33901
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
33902
|
+
border: 1px solid #0080ff;
|
|
33903
|
+
padding: 0;
|
|
33945
33904
|
}
|
|
33946
|
-
.
|
|
33947
|
-
|
|
33905
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
33906
|
+
margin: 0;
|
|
33907
|
+
height: 32px;
|
|
33908
|
+
line-height: 32px;
|
|
33909
|
+
font-size: 13px;
|
|
33910
|
+
padding: 0 10px;
|
|
33911
|
+
display: block;
|
|
33912
|
+
overflow: hidden;
|
|
33913
|
+
text-overflow: ellipsis;
|
|
33914
|
+
white-space: nowrap;
|
|
33948
33915
|
}
|
|
33949
|
-
|
|
33950
|
-
|
|
33951
|
-
|
|
33916
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
33917
|
+
content: " ";
|
|
33918
|
+
height: 1px;
|
|
33919
|
+
width: calc(100% + 10px);
|
|
33920
|
+
background: rgba(172, 186, 211, 0.6);
|
|
33921
|
+
display: block;
|
|
33952
33922
|
}
|
|
33953
|
-
.
|
|
33954
|
-
color:
|
|
33923
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
33924
|
+
color: #0080ff;
|
|
33925
|
+
background: transparent;
|
|
33955
33926
|
}
|
|
33956
33927
|
|
|
33957
|
-
.
|
|
33958
|
-
|
|
33959
|
-
|
|
33960
|
-
|
|
33961
|
-
}
|
|
33962
|
-
.E_c1t5t7l0 .label {
|
|
33963
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33964
|
-
font-weight: 400;
|
|
33928
|
+
.E_h1ol2wl7 {
|
|
33929
|
+
font-weight: bold;
|
|
33930
|
+
background-color: unset;
|
|
33931
|
+
padding: unset;
|
|
33965
33932
|
}
|
|
33966
33933
|
|
|
33967
|
-
.
|
|
33968
|
-
|
|
33969
|
-
flex-direction: column;
|
|
33970
|
-
justify-content: center;
|
|
33971
|
-
align-items: center;
|
|
33972
|
-
height: 240px;
|
|
33973
|
-
width: 432px;
|
|
33934
|
+
.E_c1k4vanq {
|
|
33935
|
+
padding: 0 12px 14px 12px;
|
|
33974
33936
|
}
|
|
33975
33937
|
|
|
33976
|
-
.
|
|
33977
|
-
|
|
33978
|
-
box-shadow: unset;
|
|
33979
|
-
border: 0;
|
|
33980
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33938
|
+
.E_t1gz6wqf {
|
|
33939
|
+
height: 100%;
|
|
33981
33940
|
}
|
|
33982
|
-
|
|
33983
|
-
|
|
33984
|
-
|
|
33941
|
+
.E_t1gz6wqf .table-loading-item {
|
|
33942
|
+
padding: 12px 4px;
|
|
33943
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33944
|
+
display: flex;
|
|
33985
33945
|
}
|
|
33986
|
-
.
|
|
33987
|
-
|
|
33946
|
+
.E_t1gz6wqf .table-loading-item > * {
|
|
33947
|
+
height: 16px;
|
|
33948
|
+
margin: 4px;
|
|
33949
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33950
|
+
border-radius: 2px;
|
|
33988
33951
|
}
|
|
33989
|
-
.
|
|
33990
|
-
|
|
33952
|
+
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33953
|
+
width: 16px;
|
|
33991
33954
|
}
|
|
33992
|
-
.
|
|
33993
|
-
|
|
33955
|
+
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33956
|
+
flex: 1;
|
|
33957
|
+
}
|
|
33958
|
+
.E_t1gz6wqf :nth-child(1) {
|
|
33959
|
+
padding: 8px 4px;
|
|
33994
33960
|
}
|
|
33995
|
-
.
|
|
33996
|
-
|
|
33961
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33962
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33997
33963
|
}
|
|
33998
|
-
|
|
33999
|
-
.
|
|
34000
|
-
font-size: 13px;
|
|
33964
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33965
|
+
background: rgba(163, 180, 204, 0.18);
|
|
34001
33966
|
}
|
|
34002
33967
|
|
|
34003
|
-
.
|
|
34004
|
-
|
|
34005
|
-
|
|
34006
|
-
font-weight: 400;
|
|
34007
|
-
box-sizing: content-box;
|
|
34008
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33968
|
+
.E_c1udgdh2 {
|
|
33969
|
+
color: #2d3a56;
|
|
33970
|
+
padding: 7px 12px;
|
|
34009
33971
|
display: flex;
|
|
34010
|
-
flex-direction: row;
|
|
34011
33972
|
justify-content: space-between;
|
|
34012
33973
|
align-items: center;
|
|
34013
|
-
border-bottom: 1px solid #e4e9f2;
|
|
34014
|
-
}
|
|
34015
|
-
|
|
34016
|
-
.E_cz3vc94 {
|
|
34017
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
34018
|
-
border-radius: 8px;
|
|
34019
|
-
padding: 0px;
|
|
34020
33974
|
}
|
|
34021
|
-
.
|
|
34022
|
-
padding:
|
|
34023
|
-
height: 240px;
|
|
33975
|
+
.E_c1udgdh2.has-arrow {
|
|
33976
|
+
padding-left: 10px;
|
|
34024
33977
|
}
|
|
34025
|
-
.
|
|
34026
|
-
|
|
34027
|
-
padding: 4px 4px 4px 8px;
|
|
33978
|
+
.E_c1udgdh2.has-arrow .title-wrapper {
|
|
33979
|
+
cursor: pointer;
|
|
34028
33980
|
color: #00122e;
|
|
34029
|
-
margin-bottom: 2px;
|
|
34030
33981
|
}
|
|
34031
|
-
.
|
|
34032
|
-
|
|
33982
|
+
.E_c1udgdh2.has-arrow .title-wrapper.is-open {
|
|
33983
|
+
color: #2d3a56;
|
|
33984
|
+
font-weight: 600;
|
|
34033
33985
|
}
|
|
34034
|
-
.
|
|
34035
|
-
|
|
33986
|
+
.E_c1udgdh2.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33987
|
+
transform: rotate(90deg);
|
|
34036
33988
|
}
|
|
34037
|
-
.
|
|
34038
|
-
font-
|
|
33989
|
+
.E_c1udgdh2 .sub-info {
|
|
33990
|
+
font-size: 12px;
|
|
33991
|
+
line-height: 18px;
|
|
34039
33992
|
}
|
|
34040
|
-
.
|
|
34041
|
-
|
|
33993
|
+
.E_c1udgdh2 .title-wrapper {
|
|
33994
|
+
display: flex;
|
|
33995
|
+
align-items: center;
|
|
33996
|
+
user-select: none;
|
|
33997
|
+
flex-grow: 1;
|
|
33998
|
+
font-size: 12px;
|
|
33999
|
+
line-height: 18px;
|
|
34000
|
+
color: #2d3a56;
|
|
34001
|
+
font-weight: 700;
|
|
34042
34002
|
}
|
|
34043
|
-
.
|
|
34044
|
-
|
|
34003
|
+
.E_c1udgdh2 .collapse-arrow {
|
|
34004
|
+
transition: all 50ms ease-out 0ms;
|
|
34005
|
+
margin-right: 2px;
|
|
34045
34006
|
}
|
|
34046
|
-
|
|
34047
|
-
|
|
34048
|
-
|
|
34007
|
+
|
|
34008
|
+
.E_bab9xum {
|
|
34009
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34049
34010
|
}
|
|
34050
|
-
|
|
34051
|
-
|
|
34011
|
+
|
|
34012
|
+
.E_cav4gt6 {
|
|
34013
|
+
border-radius: 8px;
|
|
34014
|
+
background-color: white;
|
|
34052
34015
|
}
|
|
34053
|
-
.
|
|
34054
|
-
|
|
34016
|
+
.E_cav4gt6.hoverable {
|
|
34017
|
+
cursor: pointer;
|
|
34055
34018
|
}
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34019
|
+
.E_cav4gt6.hoverable:hover {
|
|
34020
|
+
transition: all 200ms ease;
|
|
34021
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34022
|
+
transform: translateY(-4px);
|
|
34058
34023
|
}
|
|
34059
|
-
|
|
34060
|
-
|
|
34024
|
+
|
|
34025
|
+
.E_skwah65 {
|
|
34026
|
+
height: 8px;
|
|
34027
|
+
box-sizing: border-box;
|
|
34028
|
+
border-radius: 2px;
|
|
34029
|
+
background: #f5f7fa;
|
|
34030
|
+
display: flex;
|
|
34031
|
+
width: 100%;
|
|
34032
|
+
overflow: hidden;
|
|
34061
34033
|
}
|
|
34062
|
-
.
|
|
34034
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34035
|
+
margin-left: 1px;
|
|
34036
|
+
}
|
|
34037
|
+
|
|
34038
|
+
.E_c1igej8b {
|
|
34039
|
+
color: #2d3a56;
|
|
34040
|
+
line-height: 22px;
|
|
34041
|
+
display: inline-flex;
|
|
34042
|
+
}
|
|
34043
|
+
.E_c1igej8b .ant-checkbox {
|
|
34063
34044
|
height: 22px;
|
|
34064
34045
|
display: flex;
|
|
34065
34046
|
align-items: center;
|
|
34066
34047
|
top: 0;
|
|
34067
34048
|
}
|
|
34068
|
-
.
|
|
34049
|
+
.E_c1igej8b .ant-checkbox-checked::after {
|
|
34069
34050
|
border: none;
|
|
34070
34051
|
}
|
|
34071
|
-
.
|
|
34052
|
+
.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 {
|
|
34072
34053
|
border-color: #0080ff;
|
|
34073
34054
|
}
|
|
34074
|
-
.
|
|
34055
|
+
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
34075
34056
|
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34076
34057
|
}
|
|
34077
|
-
.
|
|
34058
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34078
34059
|
border: 1px solid #0080ff;
|
|
34079
34060
|
}
|
|
34080
|
-
.
|
|
34061
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34081
34062
|
background: #0080ff;
|
|
34082
34063
|
}
|
|
34083
|
-
.
|
|
34064
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34084
34065
|
background-color: #fff;
|
|
34085
34066
|
height: 2px;
|
|
34086
34067
|
width: 10px;
|
|
34087
34068
|
border-radius: 2px;
|
|
34088
34069
|
}
|
|
34089
|
-
.
|
|
34070
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
34090
34071
|
opacity: 0.5;
|
|
34091
34072
|
}
|
|
34092
|
-
.
|
|
34073
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34093
34074
|
background: rgba(211, 218, 235, 0.6);
|
|
34094
34075
|
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34095
34076
|
}
|
|
34096
|
-
.
|
|
34077
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34097
34078
|
border-color: #2d3a56;
|
|
34098
34079
|
}
|
|
34099
|
-
.
|
|
34080
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34100
34081
|
background: #2d3a56;
|
|
34101
34082
|
}
|
|
34102
|
-
.
|
|
34083
|
+
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
34103
34084
|
padding: 0;
|
|
34104
34085
|
}
|
|
34105
|
-
.
|
|
34086
|
+
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
34106
34087
|
display: inline-block;
|
|
34107
34088
|
margin-left: 12px;
|
|
34108
34089
|
color: #2d3a56;
|
|
34109
34090
|
}
|
|
34110
|
-
.
|
|
34091
|
+
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
34111
34092
|
margin-left: 28px;
|
|
34112
34093
|
color: rgba(44, 56, 82, 0.6);
|
|
34113
34094
|
}
|
|
34114
|
-
.
|
|
34095
|
+
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
34115
34096
|
margin-left: 8px;
|
|
34116
34097
|
}
|
|
34117
|
-
.
|
|
34098
|
+
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
34118
34099
|
margin-left: 24px;
|
|
34119
34100
|
}
|
|
34120
34101
|
|
|
34121
|
-
.
|
|
34102
|
+
.E_s6rjqv7 {
|
|
34103
|
+
height: 24px;
|
|
34104
|
+
width: 24px;
|
|
34105
|
+
border-radius: 6px;
|
|
34122
34106
|
padding: 4px;
|
|
34123
|
-
height: 158px;
|
|
34124
34107
|
}
|
|
34125
|
-
.
|
|
34126
|
-
|
|
34108
|
+
.E_s6rjqv7:hover {
|
|
34109
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34127
34110
|
}
|
|
34128
|
-
.
|
|
34129
|
-
|
|
34111
|
+
.E_s6rjqv7:hover svg path {
|
|
34112
|
+
fill: blue;
|
|
34113
|
+
}
|
|
34114
|
+
|
|
34115
|
+
.E_f1p9ti6d {
|
|
34116
|
+
width: 100%;
|
|
34117
|
+
margin-bottom: 0 !important;
|
|
34118
|
+
flex-flow: nowrap !important;
|
|
34119
|
+
line-break: auto;
|
|
34120
|
+
}
|
|
34121
|
+
.E_f1p9ti6d > .ant-form-item-label {
|
|
34122
|
+
text-align: left !important;
|
|
34123
|
+
padding-bottom: 0 !important;
|
|
34124
|
+
}
|
|
34125
|
+
.E_f1p9ti6d > .ant-form-item-label > label {
|
|
34126
|
+
min-height: 32px;
|
|
34127
|
+
height: auto;
|
|
34128
|
+
font-size: 13px;
|
|
34129
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34130
|
+
white-space: normal;
|
|
34131
|
+
}
|
|
34132
|
+
.E_f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
34133
|
+
border-color: #ff4d4f !important;
|
|
34134
|
+
}
|
|
34135
|
+
.E_f1p9ti6d .ant-form-item-explain {
|
|
34136
|
+
margin-top: 4px;
|
|
34130
34137
|
font-size: 12px;
|
|
34138
|
+
min-height: 0px;
|
|
34131
34139
|
}
|
|
34132
|
-
.
|
|
34133
|
-
padding: 6px 12px;
|
|
34134
|
-
height: 18px;
|
|
34140
|
+
.E_f1p9ti6d .ant-form-item-extra {
|
|
34135
34141
|
font-size: 12px;
|
|
34142
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34143
|
+
min-height: 0px;
|
|
34136
34144
|
}
|
|
34137
34145
|
|
|
34138
|
-
.
|
|
34139
|
-
|
|
34140
|
-
|
|
34141
|
-
}
|
|
34142
|
-
.E_c1i4zk1.E_cz3vc94 {
|
|
34143
|
-
border-radius: 10px;
|
|
34144
|
-
}
|
|
34145
|
-
.E_c1i4zk1.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
34146
|
-
min-width: 296px;
|
|
34147
|
-
padding: 8px;
|
|
34146
|
+
.E_rrwcpby {
|
|
34147
|
+
display: flex;
|
|
34148
|
+
align-items: center;
|
|
34148
34149
|
}
|
|
34149
|
-
.
|
|
34150
|
-
height:
|
|
34151
|
-
|
|
34152
|
-
|
|
34150
|
+
.E_rrwcpby .order {
|
|
34151
|
+
height: 24px;
|
|
34152
|
+
width: 24px;
|
|
34153
|
+
border-radius: 20px;
|
|
34154
|
+
color: #0080ff;
|
|
34155
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34156
|
+
display: flex;
|
|
34157
|
+
align-items: center;
|
|
34158
|
+
justify-content: center;
|
|
34159
|
+
margin-right: 6px;
|
|
34153
34160
|
}
|
|
34154
34161
|
|
|
34155
34162
|
.E_tc40oxa {
|
|
@@ -34424,6 +34431,9 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34424
34431
|
color: #00122e;
|
|
34425
34432
|
background-color: rgba(237, 241, 250, 0.6);
|
|
34426
34433
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34434
|
+
word-break: break-all;
|
|
34435
|
+
display: inline;
|
|
34436
|
+
white-space: normal;
|
|
34427
34437
|
}
|
|
34428
34438
|
|
|
34429
34439
|
.E_w1xcixj5.outside-tag {
|
|
@@ -34435,25 +34445,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34435
34445
|
margin-right: 4px;
|
|
34436
34446
|
}
|
|
34437
34447
|
|
|
34438
|
-
.E_feau332.ant-form-item {
|
|
34439
|
-
margin-bottom: 0;
|
|
34440
|
-
}
|
|
34441
|
-
.E_feau332 .ant-form-item-explain {
|
|
34442
|
-
display: none;
|
|
34443
|
-
min-height: 18px;
|
|
34444
|
-
margin-top: 5px;
|
|
34445
|
-
font-family: "Inter";
|
|
34446
|
-
font-weight: 400;
|
|
34447
|
-
font-size: 12px;
|
|
34448
|
-
line-height: 18px;
|
|
34449
|
-
}
|
|
34450
|
-
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34451
|
-
white-space: pre-wrap;
|
|
34452
|
-
}
|
|
34453
|
-
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34454
|
-
display: block;
|
|
34455
|
-
}
|
|
34456
|
-
|
|
34457
34448
|
.E_a6dbbkm .ant-input-number-handler-wrap {
|
|
34458
34449
|
display: var(--a6dbbkm-0);
|
|
34459
34450
|
}
|
|
@@ -34483,4 +34474,23 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34483
34474
|
margin: 0;
|
|
34484
34475
|
height: auto;
|
|
34485
34476
|
font-size: inherit;
|
|
34477
|
+
}
|
|
34478
|
+
|
|
34479
|
+
.E_feau332.ant-form-item {
|
|
34480
|
+
margin-bottom: 0;
|
|
34481
|
+
}
|
|
34482
|
+
.E_feau332 .ant-form-item-explain {
|
|
34483
|
+
display: none;
|
|
34484
|
+
min-height: 18px;
|
|
34485
|
+
margin-top: 5px;
|
|
34486
|
+
font-family: "Inter";
|
|
34487
|
+
font-weight: 400;
|
|
34488
|
+
font-size: 12px;
|
|
34489
|
+
line-height: 18px;
|
|
34490
|
+
}
|
|
34491
|
+
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
34492
|
+
white-space: pre-wrap;
|
|
34493
|
+
}
|
|
34494
|
+
.E_feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
34495
|
+
display: block;
|
|
34486
34496
|
}
|