@cloudtower/eagle 0.33.26 → 0.33.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1879 -1879
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2576 -2576
- package/dist/style.css +1716 -1716
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29690,29 +29690,6 @@ html body {
|
|
|
29690
29690
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29691
29691
|
}
|
|
29692
29692
|
}
|
|
29693
|
-
.E_m74vjol {
|
|
29694
|
-
display: flex;
|
|
29695
|
-
justify-content: space-between;
|
|
29696
|
-
width: 100%;
|
|
29697
|
-
}
|
|
29698
|
-
|
|
29699
|
-
.E_m74vjol .action {
|
|
29700
|
-
margin-left: 16px;
|
|
29701
|
-
}
|
|
29702
|
-
|
|
29703
|
-
.E_a1o35uvh.ant-alert-closable {
|
|
29704
|
-
padding-right: 12px;
|
|
29705
|
-
}
|
|
29706
|
-
|
|
29707
|
-
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29708
|
-
height: fit-content;
|
|
29709
|
-
margin-left: 16px;
|
|
29710
|
-
}
|
|
29711
|
-
|
|
29712
|
-
.E_a1o35uvh .ant-alert-message {
|
|
29713
|
-
flex: 1;
|
|
29714
|
-
}
|
|
29715
|
-
|
|
29716
29693
|
.E_c18gxmrl {
|
|
29717
29694
|
border: 1px solid #d8deeb;
|
|
29718
29695
|
border-radius: 4px;
|
|
@@ -29738,6 +29715,29 @@ html body {
|
|
|
29738
29715
|
padding: 8px 12px;
|
|
29739
29716
|
}
|
|
29740
29717
|
|
|
29718
|
+
.E_m74vjol {
|
|
29719
|
+
display: flex;
|
|
29720
|
+
justify-content: space-between;
|
|
29721
|
+
width: 100%;
|
|
29722
|
+
}
|
|
29723
|
+
|
|
29724
|
+
.E_m74vjol .action {
|
|
29725
|
+
margin-left: 16px;
|
|
29726
|
+
}
|
|
29727
|
+
|
|
29728
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
29729
|
+
padding-right: 12px;
|
|
29730
|
+
}
|
|
29731
|
+
|
|
29732
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
29733
|
+
height: fit-content;
|
|
29734
|
+
margin-left: 16px;
|
|
29735
|
+
}
|
|
29736
|
+
|
|
29737
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29738
|
+
flex: 1;
|
|
29739
|
+
}
|
|
29740
|
+
|
|
29741
29741
|
.E_berrcjl {
|
|
29742
29742
|
color: rgba(10, 37, 85, 0.6);
|
|
29743
29743
|
margin-bottom: 4px;
|
|
@@ -29757,391 +29757,169 @@ html body {
|
|
|
29757
29757
|
color: #005ed1;
|
|
29758
29758
|
}
|
|
29759
29759
|
|
|
29760
|
-
.
|
|
29761
|
-
|
|
29760
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29761
|
+
justify-content: center;
|
|
29762
29762
|
}
|
|
29763
29763
|
|
|
29764
|
-
.
|
|
29765
|
-
|
|
29766
|
-
|
|
29764
|
+
.E_b1wx3t3t.ant-btn {
|
|
29765
|
+
display: inline-flex;
|
|
29766
|
+
align-items: center;
|
|
29767
|
+
justify-content: center;
|
|
29768
|
+
height: 32px;
|
|
29769
|
+
border-radius: 6px;
|
|
29770
|
+
line-height: 22px;
|
|
29771
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29772
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29773
|
+
padding: 5px 12px;
|
|
29767
29774
|
}
|
|
29768
29775
|
|
|
29769
|
-
.
|
|
29770
|
-
|
|
29771
|
-
|
|
29776
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
29777
|
+
height: 40px;
|
|
29778
|
+
line-height: 24px;
|
|
29779
|
+
padding: 8px 16px;
|
|
29772
29780
|
}
|
|
29773
29781
|
|
|
29774
|
-
.
|
|
29775
|
-
|
|
29776
|
-
|
|
29782
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
29783
|
+
height: 24px;
|
|
29784
|
+
line-height: 20px;
|
|
29785
|
+
padding: 2px 8px;
|
|
29777
29786
|
}
|
|
29778
29787
|
|
|
29779
|
-
.
|
|
29780
|
-
padding
|
|
29781
|
-
padding-bottom: 0px;
|
|
29782
|
-
padding-left: 0px !important;
|
|
29783
|
-
padding-right: 24px;
|
|
29788
|
+
.E_b1wx3t3t.ant-btn.ant-btn-link {
|
|
29789
|
+
padding: 0;
|
|
29784
29790
|
}
|
|
29785
29791
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29792
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
29793
|
+
border-radius: 50%;
|
|
29788
29794
|
}
|
|
29789
29795
|
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29796
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
29797
|
+
margin-right: 8px;
|
|
29798
|
+
padding-right: 0px;
|
|
29792
29799
|
}
|
|
29793
29800
|
|
|
29794
|
-
.
|
|
29795
|
-
|
|
29796
|
-
|
|
29801
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
29802
|
+
color: var(--color, #06101f);
|
|
29803
|
+
font-weight: var(--font-weight);
|
|
29804
|
+
background: var(--background-color, #fff);
|
|
29805
|
+
border-width: var(--border-width, 1px);
|
|
29806
|
+
border-color: var(--border-color, #d9d9d9);
|
|
29797
29807
|
}
|
|
29798
29808
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29809
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
29810
|
+
display: none;
|
|
29801
29811
|
}
|
|
29802
29812
|
|
|
29803
|
-
.
|
|
29804
|
-
|
|
29805
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29806
|
-
font-size: 12px;
|
|
29813
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
29814
|
+
color: var(--color, inherit);
|
|
29807
29815
|
}
|
|
29808
29816
|
|
|
29809
|
-
.
|
|
29810
|
-
|
|
29817
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
29818
|
+
background: var(--background-color-hover, var(--background-color));
|
|
29819
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
29811
29820
|
}
|
|
29812
29821
|
|
|
29813
|
-
.
|
|
29814
|
-
|
|
29815
|
-
|
|
29822
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
29823
|
+
--scale: 1;
|
|
29824
|
+
--transY: 1px;
|
|
29825
|
+
background: var(--background-color-active, var(--background-color));
|
|
29826
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
29816
29827
|
}
|
|
29817
29828
|
|
|
29818
|
-
.
|
|
29819
|
-
|
|
29820
|
-
|
|
29821
|
-
|
|
29829
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
29830
|
+
background: var(--background-color-focus, var(--background-color));
|
|
29831
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29832
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29822
29833
|
}
|
|
29823
29834
|
|
|
29824
|
-
.
|
|
29825
|
-
|
|
29826
|
-
|
|
29827
|
-
|
|
29828
|
-
|
|
29829
|
-
|
|
29830
|
-
left: 35px;
|
|
29831
|
-
display: flex;
|
|
29832
|
-
flex-direction: column;
|
|
29833
|
-
justify-content: center;
|
|
29834
|
-
align-items: center;
|
|
29835
|
-
color: #00122e;
|
|
29835
|
+
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
29836
|
+
color: var(--color-disabled, var(--color));
|
|
29837
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
29838
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29839
|
+
opacity: 0.5;
|
|
29840
|
+
--transY: 0;
|
|
29836
29841
|
}
|
|
29837
29842
|
|
|
29838
|
-
.
|
|
29839
|
-
|
|
29840
|
-
|
|
29843
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
29844
|
+
color: #0080ff;
|
|
29845
|
+
opacity: 0.5;
|
|
29841
29846
|
}
|
|
29842
29847
|
|
|
29843
|
-
.
|
|
29844
|
-
|
|
29845
|
-
font-
|
|
29846
|
-
width:
|
|
29847
|
-
|
|
29848
|
+
.E_b1wx3t3t.ant-btn-primary {
|
|
29849
|
+
--color: #fff;
|
|
29850
|
+
--font-weight: bold;
|
|
29851
|
+
--border-width: 0;
|
|
29852
|
+
--background-color: #0080ff;
|
|
29853
|
+
--background-color-hover: #009dff;
|
|
29854
|
+
--background-color-active: #005ed1;
|
|
29855
|
+
--background-color-focus: #0080ff;
|
|
29856
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29848
29857
|
}
|
|
29849
29858
|
|
|
29850
|
-
.
|
|
29851
|
-
|
|
29859
|
+
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
29860
|
+
--background-color: #f0483e;
|
|
29861
|
+
--background-color-hover: #ff5252;
|
|
29862
|
+
--background-color-active: #c73d31;
|
|
29863
|
+
--background-color-focus: #ff5252;
|
|
29864
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29852
29865
|
}
|
|
29853
29866
|
|
|
29854
|
-
.
|
|
29855
|
-
|
|
29856
|
-
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
display: flex;
|
|
29860
|
-
align-items: center;
|
|
29867
|
+
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
29868
|
+
--background-color: #fea008;
|
|
29869
|
+
--background-color-hover: #feba33;
|
|
29870
|
+
--background-color-active: #e07f00;
|
|
29871
|
+
--background-color-focus: #fea008;
|
|
29861
29872
|
}
|
|
29862
29873
|
|
|
29863
|
-
.
|
|
29864
|
-
|
|
29874
|
+
.E_b1wx3t3t.ant-btn-secondary {
|
|
29875
|
+
--color: #0080ff;
|
|
29876
|
+
--font-weight: bold;
|
|
29877
|
+
--border-width: 0;
|
|
29878
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
29879
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29880
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29881
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
29882
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29865
29883
|
}
|
|
29866
29884
|
|
|
29867
|
-
.
|
|
29868
|
-
|
|
29869
|
-
|
|
29870
|
-
|
|
29885
|
+
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
29886
|
+
--color: #f0483e;
|
|
29887
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
29888
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29889
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29890
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
29891
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29871
29892
|
}
|
|
29872
29893
|
|
|
29873
|
-
.
|
|
29874
|
-
|
|
29894
|
+
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
29895
|
+
--color: #fea008;
|
|
29896
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
29897
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
29898
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
29899
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
29875
29900
|
}
|
|
29876
29901
|
|
|
29877
|
-
.
|
|
29878
|
-
|
|
29879
|
-
|
|
29880
|
-
width:
|
|
29881
|
-
|
|
29882
|
-
color:
|
|
29883
|
-
|
|
29884
|
-
justify-content: space-between;
|
|
29902
|
+
.E_b1wx3t3t.ant-btn-tertiary {
|
|
29903
|
+
--color: #0080ff;
|
|
29904
|
+
--font-weight: bold;
|
|
29905
|
+
--border-width: 0;
|
|
29906
|
+
--background-color: #fff;
|
|
29907
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29908
|
+
box-shadow: none;
|
|
29885
29909
|
}
|
|
29886
29910
|
|
|
29887
|
-
.
|
|
29888
|
-
|
|
29889
|
-
cursor: pointer;
|
|
29890
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29891
|
-
overflow: hidden;
|
|
29892
|
-
text-overflow: ellipsis;
|
|
29893
|
-
white-space: nowrap;
|
|
29911
|
+
.E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
29912
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29894
29913
|
}
|
|
29895
29914
|
|
|
29896
|
-
.
|
|
29897
|
-
color:
|
|
29915
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
29916
|
+
--color: #f0483e;
|
|
29917
|
+
--background-color: #fff;
|
|
29918
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29898
29919
|
}
|
|
29899
29920
|
|
|
29900
|
-
.
|
|
29901
|
-
|
|
29902
|
-
}
|
|
29903
|
-
|
|
29904
|
-
.E_t10pqbtc .item {
|
|
29905
|
-
margin: 6px auto;
|
|
29906
|
-
display: flex;
|
|
29907
|
-
justify-content: space-between;
|
|
29908
|
-
}
|
|
29909
|
-
|
|
29910
|
-
.E_t10pqbtc .item .name {
|
|
29911
|
-
width: 102px;
|
|
29912
|
-
}
|
|
29913
|
-
|
|
29914
|
-
.E_c1yyuluq {
|
|
29915
|
-
border-radius: 8px;
|
|
29916
|
-
}
|
|
29917
|
-
|
|
29918
|
-
.E_c1yyuluq .ant-card-body {
|
|
29919
|
-
padding: 20px 24px 24px 24px;
|
|
29920
|
-
}
|
|
29921
|
-
|
|
29922
|
-
.E_c1uzzomf {
|
|
29923
|
-
margin-bottom: 16px;
|
|
29924
|
-
}
|
|
29925
|
-
|
|
29926
|
-
.E_c1uzzomf .card-title {
|
|
29927
|
-
font-size: 16px;
|
|
29928
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29929
|
-
font-weight: 700;
|
|
29930
|
-
line-height: 32px;
|
|
29931
|
-
}
|
|
29932
|
-
|
|
29933
|
-
.E_c1uzzomf .card-body {
|
|
29934
|
-
padding: 24px;
|
|
29935
|
-
border-radius: 8px;
|
|
29936
|
-
background: #fff;
|
|
29937
|
-
}
|
|
29938
|
-
|
|
29939
|
-
.E_c1uzzomf .empty {
|
|
29940
|
-
font-weight: 700;
|
|
29941
|
-
font-size: 14px;
|
|
29942
|
-
line-height: 22px;
|
|
29943
|
-
color: rgba(0, 21, 64, 0.3);
|
|
29944
|
-
text-align: center;
|
|
29945
|
-
}
|
|
29946
|
-
|
|
29947
|
-
.E_b1nip9bk {
|
|
29948
|
-
padding: 4px 11px;
|
|
29949
|
-
}
|
|
29950
|
-
|
|
29951
|
-
.E_bqamoqe {
|
|
29952
|
-
white-space: nowrap;
|
|
29953
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29954
|
-
}
|
|
29955
|
-
|
|
29956
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29957
|
-
--color: #0080ff;
|
|
29958
|
-
}
|
|
29959
|
-
|
|
29960
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29961
|
-
--color: #0080ff;
|
|
29962
|
-
}
|
|
29963
|
-
|
|
29964
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
29965
|
-
margin-left: 1px;
|
|
29966
|
-
}
|
|
29967
|
-
|
|
29968
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
29969
|
-
border-top-right-radius: 0;
|
|
29970
|
-
border-bottom-right-radius: 0;
|
|
29971
|
-
}
|
|
29972
|
-
|
|
29973
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
29974
|
-
border-top-left-radius: 0;
|
|
29975
|
-
border-bottom-left-radius: 0;
|
|
29976
|
-
}
|
|
29977
|
-
|
|
29978
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29979
|
-
border-radius: unset;
|
|
29980
|
-
}
|
|
29981
|
-
|
|
29982
|
-
.E_b1wx3t3t.ant-btn-icon-only {
|
|
29983
|
-
justify-content: center;
|
|
29984
|
-
}
|
|
29985
|
-
|
|
29986
|
-
.E_b1wx3t3t.ant-btn {
|
|
29987
|
-
display: inline-flex;
|
|
29988
|
-
align-items: center;
|
|
29989
|
-
justify-content: center;
|
|
29990
|
-
height: 32px;
|
|
29991
|
-
border-radius: 6px;
|
|
29992
|
-
line-height: 22px;
|
|
29993
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29994
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29995
|
-
padding: 5px 12px;
|
|
29996
|
-
}
|
|
29997
|
-
|
|
29998
|
-
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
29999
|
-
height: 40px;
|
|
30000
|
-
line-height: 24px;
|
|
30001
|
-
padding: 8px 16px;
|
|
30002
|
-
}
|
|
30003
|
-
|
|
30004
|
-
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30005
|
-
height: 24px;
|
|
30006
|
-
line-height: 20px;
|
|
30007
|
-
padding: 2px 8px;
|
|
30008
|
-
}
|
|
30009
|
-
|
|
30010
|
-
.E_b1wx3t3t.ant-btn.ant-btn-link {
|
|
30011
|
-
padding: 0;
|
|
30012
|
-
}
|
|
30013
|
-
|
|
30014
|
-
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30015
|
-
border-radius: 50%;
|
|
30016
|
-
}
|
|
30017
|
-
|
|
30018
|
-
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30019
|
-
margin-right: 8px;
|
|
30020
|
-
padding-right: 0px;
|
|
30021
|
-
}
|
|
30022
|
-
|
|
30023
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary, .E_b1wx3t3t.ant-btn.ant-btn-secondary, .E_b1wx3t3t.ant-btn.ant-btn-tertiary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint, .E_b1wx3t3t.ant-btn.ant-btn-quiet {
|
|
30024
|
-
color: var(--color, #06101f);
|
|
30025
|
-
font-weight: var(--font-weight);
|
|
30026
|
-
background: var(--background-color, #fff);
|
|
30027
|
-
border-width: var(--border-width, 1px);
|
|
30028
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30029
|
-
}
|
|
30030
|
-
|
|
30031
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .E_b1wx3t3t.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30032
|
-
display: none;
|
|
30033
|
-
}
|
|
30034
|
-
|
|
30035
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-secondary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-tertiary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary .anticon, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint .anticon, .E_b1wx3t3t.ant-btn.ant-btn-quiet .anticon {
|
|
30036
|
-
color: var(--color, inherit);
|
|
30037
|
-
}
|
|
30038
|
-
|
|
30039
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30040
|
-
background: var(--background-color-hover, var(--background-color));
|
|
30041
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30042
|
-
}
|
|
30043
|
-
|
|
30044
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:active, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-secondary:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .E_b1wx3t3t.ant-btn.ant-btn-quiet:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30045
|
-
--scale: 1;
|
|
30046
|
-
--transY: 1px;
|
|
30047
|
-
background: var(--background-color-active, var(--background-color));
|
|
30048
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30049
|
-
}
|
|
30050
|
-
|
|
30051
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30052
|
-
background: var(--background-color-focus, var(--background-color));
|
|
30053
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30054
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30055
|
-
}
|
|
30056
|
-
|
|
30057
|
-
.E_b1wx3t3t.ant-btn.ant-btn-primary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-primary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-secondary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-tertiary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled], .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled], .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:hover, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:focus, .E_b1wx3t3t.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30058
|
-
color: var(--color-disabled, var(--color));
|
|
30059
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30060
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30061
|
-
opacity: 0.5;
|
|
30062
|
-
--transY: 0;
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30066
|
-
color: #0080ff;
|
|
30067
|
-
opacity: 0.5;
|
|
30068
|
-
}
|
|
30069
|
-
|
|
30070
|
-
.E_b1wx3t3t.ant-btn-primary {
|
|
30071
|
-
--color: #fff;
|
|
30072
|
-
--font-weight: bold;
|
|
30073
|
-
--border-width: 0;
|
|
30074
|
-
--background-color: #0080ff;
|
|
30075
|
-
--background-color-hover: #009dff;
|
|
30076
|
-
--background-color-active: #005ed1;
|
|
30077
|
-
--background-color-focus: #0080ff;
|
|
30078
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30079
|
-
}
|
|
30080
|
-
|
|
30081
|
-
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
30082
|
-
--background-color: #f0483e;
|
|
30083
|
-
--background-color-hover: #ff5252;
|
|
30084
|
-
--background-color-active: #c73d31;
|
|
30085
|
-
--background-color-focus: #ff5252;
|
|
30086
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30087
|
-
}
|
|
30088
|
-
|
|
30089
|
-
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
30090
|
-
--background-color: #fea008;
|
|
30091
|
-
--background-color-hover: #feba33;
|
|
30092
|
-
--background-color-active: #e07f00;
|
|
30093
|
-
--background-color-focus: #fea008;
|
|
30094
|
-
}
|
|
30095
|
-
|
|
30096
|
-
.E_b1wx3t3t.ant-btn-secondary {
|
|
30097
|
-
--color: #0080ff;
|
|
30098
|
-
--font-weight: bold;
|
|
30099
|
-
--border-width: 0;
|
|
30100
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30101
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30102
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30103
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30104
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30105
|
-
}
|
|
30106
|
-
|
|
30107
|
-
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
30108
|
-
--color: #f0483e;
|
|
30109
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
30110
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30111
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30112
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30113
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30114
|
-
}
|
|
30115
|
-
|
|
30116
|
-
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
30117
|
-
--color: #fea008;
|
|
30118
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
30119
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30120
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30121
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30122
|
-
}
|
|
30123
|
-
|
|
30124
|
-
.E_b1wx3t3t.ant-btn-tertiary {
|
|
30125
|
-
--color: #0080ff;
|
|
30126
|
-
--font-weight: bold;
|
|
30127
|
-
--border-width: 0;
|
|
30128
|
-
--background-color: #fff;
|
|
30129
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30130
|
-
box-shadow: none;
|
|
30131
|
-
}
|
|
30132
|
-
|
|
30133
|
-
.E_b1wx3t3t.ant-btn-tertiary:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
30134
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30135
|
-
}
|
|
30136
|
-
|
|
30137
|
-
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
30138
|
-
--color: #f0483e;
|
|
30139
|
-
--background-color: #fff;
|
|
30140
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30141
|
-
}
|
|
30142
|
-
|
|
30143
|
-
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
30144
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
29921
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
29922
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30145
29923
|
}
|
|
30146
29924
|
|
|
30147
29925
|
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
@@ -30275,293 +30053,226 @@ html body {
|
|
|
30275
30053
|
justify-content: center;
|
|
30276
30054
|
}
|
|
30277
30055
|
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
align-items: baseline;
|
|
30281
|
-
white-space: pre-wrap;
|
|
30056
|
+
.E_b1nip9bk {
|
|
30057
|
+
padding: 4px 11px;
|
|
30282
30058
|
}
|
|
30283
30059
|
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30286
|
-
|
|
30060
|
+
.E_bqamoqe {
|
|
30061
|
+
white-space: nowrap;
|
|
30062
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30287
30063
|
}
|
|
30288
30064
|
|
|
30289
|
-
.
|
|
30290
|
-
|
|
30291
|
-
}
|
|
30292
|
-
|
|
30293
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30294
|
-
border-color: #0080ff;
|
|
30295
|
-
}
|
|
30296
|
-
|
|
30297
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30298
|
-
border-color: #0080ff;
|
|
30299
|
-
background: #0080ff;
|
|
30300
|
-
}
|
|
30301
|
-
|
|
30302
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30303
|
-
top: 4px;
|
|
30304
|
-
left: 4px;
|
|
30305
|
-
width: 6px;
|
|
30306
|
-
height: 6px;
|
|
30307
|
-
background: #fff;
|
|
30065
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30066
|
+
--color: #0080ff;
|
|
30308
30067
|
}
|
|
30309
30068
|
|
|
30310
|
-
.
|
|
30311
|
-
|
|
30069
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30070
|
+
--color: #0080ff;
|
|
30312
30071
|
}
|
|
30313
30072
|
|
|
30314
|
-
.
|
|
30315
|
-
|
|
30316
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30073
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30074
|
+
margin-left: 1px;
|
|
30317
30075
|
}
|
|
30318
30076
|
|
|
30319
|
-
.
|
|
30320
|
-
|
|
30077
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30078
|
+
border-top-right-radius: 0;
|
|
30079
|
+
border-bottom-right-radius: 0;
|
|
30321
30080
|
}
|
|
30322
30081
|
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30325
|
-
|
|
30082
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30083
|
+
border-top-left-radius: 0;
|
|
30084
|
+
border-bottom-left-radius: 0;
|
|
30326
30085
|
}
|
|
30327
30086
|
|
|
30328
|
-
.
|
|
30329
|
-
|
|
30087
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30088
|
+
border-radius: unset;
|
|
30330
30089
|
}
|
|
30331
30090
|
|
|
30332
|
-
.
|
|
30333
|
-
|
|
30334
|
-
padding: 0;
|
|
30335
|
-
padding-left: 10px;
|
|
30091
|
+
.E_c1uzzomf {
|
|
30092
|
+
margin-bottom: 16px;
|
|
30336
30093
|
}
|
|
30337
30094
|
|
|
30338
|
-
.
|
|
30339
|
-
|
|
30340
|
-
white-space: pre-wrap;
|
|
30095
|
+
.E_c1uzzomf .card-title {
|
|
30096
|
+
font-size: 16px;
|
|
30341
30097
|
color: rgba(44, 56, 82, 0.6);
|
|
30098
|
+
font-weight: 700;
|
|
30099
|
+
line-height: 32px;
|
|
30342
30100
|
}
|
|
30343
30101
|
|
|
30344
|
-
.
|
|
30345
|
-
padding
|
|
30102
|
+
.E_c1uzzomf .card-body {
|
|
30103
|
+
padding: 24px;
|
|
30104
|
+
border-radius: 8px;
|
|
30105
|
+
background: #fff;
|
|
30346
30106
|
}
|
|
30347
30107
|
|
|
30348
|
-
.
|
|
30349
|
-
|
|
30108
|
+
.E_c1uzzomf .empty {
|
|
30109
|
+
font-weight: 700;
|
|
30110
|
+
font-size: 14px;
|
|
30111
|
+
line-height: 22px;
|
|
30112
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30113
|
+
text-align: center;
|
|
30350
30114
|
}
|
|
30351
30115
|
|
|
30352
|
-
.
|
|
30353
|
-
|
|
30116
|
+
.E_d1bw7c5z {
|
|
30117
|
+
position: relative;
|
|
30118
|
+
max-width: 388px;
|
|
30119
|
+
min-width: 285px;
|
|
30354
30120
|
}
|
|
30355
30121
|
|
|
30356
|
-
.
|
|
30122
|
+
.E_d1bw7c5z .center {
|
|
30123
|
+
position: absolute;
|
|
30124
|
+
font-size: 12px;
|
|
30125
|
+
width: 80px;
|
|
30126
|
+
height: 100px;
|
|
30127
|
+
top: 0;
|
|
30128
|
+
left: 35px;
|
|
30129
|
+
display: flex;
|
|
30130
|
+
flex-direction: column;
|
|
30131
|
+
justify-content: center;
|
|
30132
|
+
align-items: center;
|
|
30357
30133
|
color: #00122e;
|
|
30358
|
-
border-color: #ccd4e3;
|
|
30359
30134
|
}
|
|
30360
30135
|
|
|
30361
|
-
.
|
|
30362
|
-
|
|
30136
|
+
.E_d1bw7c5z .center .number {
|
|
30137
|
+
font-size: 24px;
|
|
30138
|
+
font-weight: 700;
|
|
30363
30139
|
}
|
|
30364
30140
|
|
|
30365
|
-
.
|
|
30366
|
-
padding: 0
|
|
30367
|
-
|
|
30368
|
-
|
|
30141
|
+
.E_d1bw7c5z .center .text {
|
|
30142
|
+
padding: 0 5px;
|
|
30143
|
+
font-size: 12px;
|
|
30144
|
+
width: inherit;
|
|
30145
|
+
text-align: center;
|
|
30369
30146
|
}
|
|
30370
30147
|
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30148
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
30149
|
+
display: flex;
|
|
30373
30150
|
}
|
|
30374
30151
|
|
|
30375
|
-
.
|
|
30376
|
-
|
|
30377
|
-
|
|
30378
|
-
|
|
30152
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
30153
|
+
position: relative !important;
|
|
30154
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
30155
|
+
left: 0 !important;
|
|
30156
|
+
bottom: 0 !important;
|
|
30157
|
+
display: flex;
|
|
30158
|
+
align-items: center;
|
|
30379
30159
|
}
|
|
30380
30160
|
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30161
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
30162
|
+
width: 100%;
|
|
30383
30163
|
}
|
|
30384
30164
|
|
|
30385
|
-
.
|
|
30386
|
-
|
|
30165
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
30166
|
+
width: 100%;
|
|
30167
|
+
margin-right: 0 !important;
|
|
30168
|
+
line-height: 18px;
|
|
30387
30169
|
}
|
|
30388
30170
|
|
|
30389
|
-
.
|
|
30390
|
-
|
|
30391
|
-
opacity: 0.5;
|
|
30171
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
30172
|
+
border-radius: 2px;
|
|
30392
30173
|
}
|
|
30393
30174
|
|
|
30394
|
-
.
|
|
30395
|
-
|
|
30175
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
30176
|
+
min-width: 75px;
|
|
30177
|
+
max-width: 198px;
|
|
30178
|
+
width: calc(100% - 20px);
|
|
30179
|
+
margin-left: 2px;
|
|
30180
|
+
color: #00122e !important;
|
|
30181
|
+
display: inline-flex;
|
|
30182
|
+
justify-content: space-between;
|
|
30396
30183
|
}
|
|
30397
30184
|
|
|
30398
|
-
.
|
|
30399
|
-
|
|
30185
|
+
.E_d1bw7c5z .tooltip-text {
|
|
30186
|
+
maxwidth: calc(100% - 12px);
|
|
30187
|
+
cursor: pointer;
|
|
30188
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
30189
|
+
overflow: hidden;
|
|
30190
|
+
text-overflow: ellipsis;
|
|
30191
|
+
white-space: nowrap;
|
|
30400
30192
|
}
|
|
30401
30193
|
|
|
30402
|
-
.
|
|
30403
|
-
|
|
30194
|
+
.E_d1bw7c5z .value {
|
|
30195
|
+
color: rgba(44, 56, 82, 0.75);
|
|
30404
30196
|
}
|
|
30405
30197
|
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30408
|
-
border-color: #ccd4e3;
|
|
30409
|
-
opacity: 0.5;
|
|
30198
|
+
.E_t10pqbtc {
|
|
30199
|
+
width: 140px;
|
|
30410
30200
|
}
|
|
30411
30201
|
|
|
30412
|
-
.
|
|
30413
|
-
|
|
30414
|
-
|
|
30202
|
+
.E_t10pqbtc .item {
|
|
30203
|
+
margin: 6px auto;
|
|
30204
|
+
display: flex;
|
|
30205
|
+
justify-content: space-between;
|
|
30415
30206
|
}
|
|
30416
30207
|
|
|
30417
|
-
.
|
|
30418
|
-
|
|
30419
|
-
border-color: #ccd4e3;
|
|
30420
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30208
|
+
.E_t10pqbtc .item .name {
|
|
30209
|
+
width: 102px;
|
|
30421
30210
|
}
|
|
30422
30211
|
|
|
30423
|
-
.
|
|
30424
|
-
|
|
30425
|
-
|
|
30426
|
-
|
|
30427
|
-
padding: 0;
|
|
30428
|
-
width: 36px;
|
|
30429
|
-
background: transparent;
|
|
30212
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30213
|
+
padding: 4px 8px 0 8px;
|
|
30214
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30215
|
+
font-size: 12px;
|
|
30430
30216
|
}
|
|
30431
30217
|
|
|
30432
|
-
.
|
|
30433
|
-
|
|
30218
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
30219
|
+
padding-bottom: 6px;
|
|
30434
30220
|
}
|
|
30435
30221
|
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30438
|
-
|
|
30439
|
-
box-shadow: none;
|
|
30222
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
30223
|
+
padding-top: 4px;
|
|
30224
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30440
30225
|
}
|
|
30441
30226
|
|
|
30442
|
-
.
|
|
30443
|
-
|
|
30227
|
+
.E_c1yyuluq {
|
|
30228
|
+
border-radius: 8px;
|
|
30444
30229
|
}
|
|
30445
30230
|
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30231
|
+
.E_c1yyuluq .ant-card-body {
|
|
30232
|
+
padding: 20px 24px 24px 24px;
|
|
30448
30233
|
}
|
|
30449
30234
|
|
|
30450
|
-
.
|
|
30451
|
-
display:
|
|
30452
|
-
margin-right: 8px;
|
|
30453
|
-
padding: 0;
|
|
30454
|
-
width: 36px;
|
|
30235
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30236
|
+
display: flex;
|
|
30455
30237
|
}
|
|
30456
30238
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30461
|
-
overflow: hidden;
|
|
30239
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
30240
|
+
border-bottom-left-radius: 5px;
|
|
30241
|
+
border-top-left-radius: 5px;
|
|
30462
30242
|
}
|
|
30463
30243
|
|
|
30464
|
-
.
|
|
30465
|
-
|
|
30244
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
30245
|
+
border-bottom-right-radius: 5px;
|
|
30246
|
+
border-top-right-radius: 5px;
|
|
30466
30247
|
}
|
|
30467
30248
|
|
|
30468
|
-
.
|
|
30469
|
-
|
|
30470
|
-
height: 16px;
|
|
30249
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30250
|
+
line-height: 18px;
|
|
30471
30251
|
}
|
|
30472
30252
|
|
|
30473
|
-
.
|
|
30474
|
-
|
|
30475
|
-
|
|
30253
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30254
|
+
border: 0px;
|
|
30255
|
+
background-color: #fff;
|
|
30476
30256
|
}
|
|
30477
30257
|
|
|
30478
|
-
.
|
|
30479
|
-
|
|
30480
|
-
|
|
30258
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30259
|
+
padding-top: 0px;
|
|
30260
|
+
padding-bottom: 0px;
|
|
30261
|
+
padding-left: 0px !important;
|
|
30262
|
+
padding-right: 24px;
|
|
30481
30263
|
}
|
|
30482
30264
|
|
|
30483
|
-
.
|
|
30484
|
-
|
|
30485
|
-
transition-delay: 120ms;
|
|
30265
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30266
|
+
right: 0px;
|
|
30486
30267
|
}
|
|
30487
30268
|
|
|
30488
|
-
.
|
|
30489
|
-
|
|
30490
|
-
width: 14px;
|
|
30491
|
-
top: 1px;
|
|
30492
|
-
left: 1px;
|
|
30269
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30270
|
+
padding: 0px;
|
|
30493
30271
|
}
|
|
30494
30272
|
|
|
30495
|
-
.
|
|
30496
|
-
|
|
30497
|
-
|
|
30498
|
-
}
|
|
30499
|
-
|
|
30500
|
-
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30501
|
-
border-radius: 14px;
|
|
30502
|
-
}
|
|
30503
|
-
|
|
30504
|
-
.E_s1dizucg.ant-switch-checked {
|
|
30505
|
-
background-color: #00ba5d;
|
|
30506
|
-
}
|
|
30507
|
-
|
|
30508
|
-
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30509
|
-
left: calc(100% - 20px - 2px);
|
|
30510
|
-
}
|
|
30511
|
-
|
|
30512
|
-
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30513
|
-
left: calc(100% - 14px - 1px);
|
|
30514
|
-
}
|
|
30515
|
-
|
|
30516
|
-
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30517
|
-
left: calc(100% - 28px - 2px);
|
|
30518
|
-
}
|
|
30519
|
-
|
|
30520
|
-
.E_c1up6e3y {
|
|
30521
|
-
margin-left: 5px;
|
|
30522
|
-
}
|
|
30523
|
-
|
|
30524
|
-
.E_c1bus5hc {
|
|
30525
|
-
--color: white;
|
|
30526
|
-
height: 14px;
|
|
30527
|
-
width: 14px;
|
|
30528
|
-
border-radius: 50%;
|
|
30529
|
-
flex-shrink: 0;
|
|
30530
|
-
display: flex;
|
|
30531
|
-
align-items: center;
|
|
30532
|
-
justify-content: center;
|
|
30533
|
-
border: 1px solid var(--color);
|
|
30534
|
-
}
|
|
30535
|
-
|
|
30536
|
-
.E_c1bus5hc .circle-inner {
|
|
30537
|
-
position: relative;
|
|
30538
|
-
height: 10px;
|
|
30539
|
-
width: 10px;
|
|
30540
|
-
border-radius: 50%;
|
|
30541
|
-
overflow: hidden;
|
|
30542
|
-
}
|
|
30543
|
-
|
|
30544
|
-
.E_c1bus5hc .circle-content {
|
|
30545
|
-
position: absolute;
|
|
30546
|
-
height: 100%;
|
|
30547
|
-
width: 100%;
|
|
30548
|
-
left: 0;
|
|
30549
|
-
top: 0;
|
|
30550
|
-
border-radius: 50%;
|
|
30551
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30552
|
-
transform: rotate(180deg);
|
|
30553
|
-
}
|
|
30554
|
-
|
|
30555
|
-
.E_c1bus5hc .circle-child {
|
|
30556
|
-
position: absolute;
|
|
30557
|
-
height: 100%;
|
|
30558
|
-
width: 100%;
|
|
30559
|
-
left: 0;
|
|
30560
|
-
top: 0;
|
|
30561
|
-
margin-left: 50%;
|
|
30562
|
-
transform-origin: left;
|
|
30563
|
-
background: white;
|
|
30564
|
-
transform: rotate(0deg);
|
|
30273
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30274
|
+
padding-right: 0px;
|
|
30275
|
+
cursor: default;
|
|
30565
30276
|
}
|
|
30566
30277
|
|
|
30567
30278
|
.E_phljevk {
|
|
@@ -30631,352 +30342,620 @@ html body {
|
|
|
30631
30342
|
line-height: 18px;
|
|
30632
30343
|
}
|
|
30633
30344
|
|
|
30634
|
-
.
|
|
30635
|
-
|
|
30636
|
-
|
|
30637
|
-
|
|
30345
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30346
|
+
display: inline-flex;
|
|
30347
|
+
align-items: baseline;
|
|
30348
|
+
white-space: pre-wrap;
|
|
30638
30349
|
}
|
|
30639
30350
|
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30351
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30352
|
+
position: relative;
|
|
30353
|
+
top: 3px;
|
|
30642
30354
|
}
|
|
30643
30355
|
|
|
30644
|
-
.
|
|
30645
|
-
|
|
30356
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30357
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30646
30358
|
}
|
|
30647
30359
|
|
|
30648
|
-
.
|
|
30649
|
-
|
|
30360
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30361
|
+
border-color: #0080ff;
|
|
30650
30362
|
}
|
|
30651
30363
|
|
|
30652
|
-
.
|
|
30653
|
-
color: #
|
|
30654
|
-
|
|
30655
|
-
margin-right: 8px;
|
|
30656
|
-
padding-right: 8px;
|
|
30364
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30365
|
+
border-color: #0080ff;
|
|
30366
|
+
background: #0080ff;
|
|
30657
30367
|
}
|
|
30658
30368
|
|
|
30659
|
-
.
|
|
30660
|
-
|
|
30661
|
-
|
|
30369
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30370
|
+
top: 4px;
|
|
30371
|
+
left: 4px;
|
|
30372
|
+
width: 6px;
|
|
30373
|
+
height: 6px;
|
|
30374
|
+
background: #fff;
|
|
30662
30375
|
}
|
|
30663
30376
|
|
|
30664
|
-
.
|
|
30665
|
-
|
|
30377
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30378
|
+
opacity: 0.5;
|
|
30666
30379
|
}
|
|
30667
30380
|
|
|
30668
|
-
.
|
|
30669
|
-
|
|
30381
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30382
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30383
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30670
30384
|
}
|
|
30671
30385
|
|
|
30672
|
-
.
|
|
30673
|
-
|
|
30386
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30387
|
+
background: #00122e;
|
|
30674
30388
|
}
|
|
30675
30389
|
|
|
30676
|
-
.
|
|
30677
|
-
|
|
30390
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30391
|
+
color: #00122e;
|
|
30392
|
+
opacity: 0.5;
|
|
30678
30393
|
}
|
|
30679
30394
|
|
|
30680
|
-
.
|
|
30681
|
-
|
|
30682
|
-
border-radius: 4px;
|
|
30395
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30396
|
+
color: #00122e;
|
|
30683
30397
|
}
|
|
30684
30398
|
|
|
30685
|
-
.
|
|
30686
|
-
|
|
30687
|
-
|
|
30399
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30400
|
+
display: inline-block;
|
|
30401
|
+
padding: 0;
|
|
30402
|
+
padding-left: 10px;
|
|
30688
30403
|
}
|
|
30689
30404
|
|
|
30690
|
-
.
|
|
30691
|
-
|
|
30692
|
-
|
|
30405
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30406
|
+
margin-bottom: 0;
|
|
30407
|
+
white-space: pre-wrap;
|
|
30408
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30693
30409
|
}
|
|
30694
30410
|
|
|
30695
|
-
.
|
|
30696
|
-
|
|
30411
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30412
|
+
padding-left: 8px;
|
|
30697
30413
|
}
|
|
30698
30414
|
|
|
30699
|
-
.
|
|
30700
|
-
|
|
30701
|
-
margin-right: 8px;
|
|
30702
|
-
display: inline-flex;
|
|
30703
|
-
align-items: center;
|
|
30704
|
-
border: none;
|
|
30415
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30416
|
+
border-radius: 5px 0 0 5px;
|
|
30705
30417
|
}
|
|
30706
30418
|
|
|
30707
|
-
.
|
|
30708
|
-
|
|
30709
|
-
height: 16px;
|
|
30710
|
-
color: inherit;
|
|
30711
|
-
margin-left: 4px;
|
|
30712
|
-
opacity: 0.6;
|
|
30713
|
-
display: inline-flex;
|
|
30419
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30420
|
+
border-radius: 0 5px 5px 0;
|
|
30714
30421
|
}
|
|
30715
30422
|
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30423
|
+
.E_rcc63c8 {
|
|
30424
|
+
color: #00122e;
|
|
30425
|
+
border-color: #ccd4e3;
|
|
30718
30426
|
}
|
|
30719
30427
|
|
|
30720
|
-
.
|
|
30721
|
-
color: #
|
|
30722
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30428
|
+
.E_rcc63c8:first-child {
|
|
30429
|
+
border-color: #a3b4cc;
|
|
30723
30430
|
}
|
|
30724
30431
|
|
|
30725
|
-
.
|
|
30726
|
-
|
|
30727
|
-
|
|
30432
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30433
|
+
padding: 0 12px;
|
|
30434
|
+
line-height: 32px;
|
|
30435
|
+
height: 32px;
|
|
30728
30436
|
}
|
|
30729
30437
|
|
|
30730
|
-
.
|
|
30731
|
-
|
|
30732
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30438
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30439
|
+
white-space: nowrap;
|
|
30733
30440
|
}
|
|
30734
30441
|
|
|
30735
|
-
.
|
|
30736
|
-
|
|
30737
|
-
|
|
30442
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30443
|
+
height: 22px;
|
|
30444
|
+
padding: 0 7px;
|
|
30445
|
+
line-height: 20px;
|
|
30738
30446
|
}
|
|
30739
30447
|
|
|
30740
|
-
.
|
|
30741
|
-
|
|
30742
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30448
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30449
|
+
background: #ccd4e3;
|
|
30743
30450
|
}
|
|
30744
30451
|
|
|
30745
|
-
.
|
|
30746
|
-
|
|
30747
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30452
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30453
|
+
background: #0080ff;
|
|
30748
30454
|
}
|
|
30749
30455
|
|
|
30750
|
-
.
|
|
30751
|
-
|
|
30456
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30457
|
+
background: #ccd4e3;
|
|
30458
|
+
opacity: 0.5;
|
|
30752
30459
|
}
|
|
30753
30460
|
|
|
30754
|
-
.
|
|
30755
|
-
|
|
30461
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30462
|
+
border-right-color: #0080ff;
|
|
30756
30463
|
}
|
|
30757
30464
|
|
|
30758
|
-
.
|
|
30759
|
-
|
|
30465
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30466
|
+
border-color: #0080ff;
|
|
30760
30467
|
}
|
|
30761
30468
|
|
|
30762
|
-
.
|
|
30763
|
-
background
|
|
30469
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30470
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30764
30471
|
}
|
|
30765
30472
|
|
|
30766
|
-
.
|
|
30767
|
-
background
|
|
30473
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30474
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30475
|
+
border-color: #ccd4e3;
|
|
30476
|
+
opacity: 0.5;
|
|
30768
30477
|
}
|
|
30769
30478
|
|
|
30770
|
-
.
|
|
30771
|
-
|
|
30479
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30480
|
+
color: #00122e;
|
|
30481
|
+
border-color: #ccd4e3;
|
|
30772
30482
|
}
|
|
30773
30483
|
|
|
30774
|
-
.
|
|
30775
|
-
|
|
30484
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30485
|
+
color: #00122e;
|
|
30486
|
+
border-color: #ccd4e3;
|
|
30487
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30776
30488
|
}
|
|
30777
30489
|
|
|
30778
|
-
.
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
|
|
30782
|
-
|
|
30490
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30491
|
+
margin-right: 8px;
|
|
30492
|
+
display: inline;
|
|
30493
|
+
border: none;
|
|
30494
|
+
padding: 0;
|
|
30495
|
+
width: 36px;
|
|
30496
|
+
background: transparent;
|
|
30783
30497
|
}
|
|
30784
30498
|
|
|
30785
|
-
.
|
|
30786
|
-
|
|
30787
|
-
padding-bottom: 0 !important;
|
|
30499
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30500
|
+
box-shadow: none;
|
|
30788
30501
|
}
|
|
30789
30502
|
|
|
30790
|
-
.
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30795
|
-
white-space: normal;
|
|
30503
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30504
|
+
margin-right: 0;
|
|
30505
|
+
width: initial;
|
|
30506
|
+
box-shadow: none;
|
|
30796
30507
|
}
|
|
30797
30508
|
|
|
30798
|
-
.
|
|
30799
|
-
|
|
30509
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30510
|
+
display: none;
|
|
30800
30511
|
}
|
|
30801
30512
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30513
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30514
|
+
display: inline;
|
|
30804
30515
|
}
|
|
30805
30516
|
|
|
30806
|
-
.
|
|
30807
|
-
|
|
30808
|
-
|
|
30809
|
-
|
|
30517
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30518
|
+
display: inline;
|
|
30519
|
+
margin-right: 8px;
|
|
30520
|
+
padding: 0;
|
|
30521
|
+
width: 36px;
|
|
30810
30522
|
}
|
|
30811
30523
|
|
|
30812
|
-
.
|
|
30813
|
-
|
|
30524
|
+
.E_ivqqkzv {
|
|
30525
|
+
height: 24px;
|
|
30526
|
+
width: 56px !important;
|
|
30527
|
+
margin-right: 4px;
|
|
30528
|
+
}
|
|
30529
|
+
|
|
30530
|
+
.E_c1wk4q29 {
|
|
30814
30531
|
color: rgba(44, 56, 82, 0.6);
|
|
30815
|
-
min-height: 0px;
|
|
30816
30532
|
}
|
|
30817
30533
|
|
|
30818
|
-
.
|
|
30819
|
-
width:
|
|
30820
|
-
height:
|
|
30821
|
-
|
|
30822
|
-
|
|
30823
|
-
flex-direction: column;
|
|
30824
|
-
justify-content: center;
|
|
30825
|
-
align-items: center;
|
|
30534
|
+
.E_s1dizucg.ant-switch {
|
|
30535
|
+
min-width: 40px;
|
|
30536
|
+
height: 24px;
|
|
30537
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30538
|
+
overflow: hidden;
|
|
30826
30539
|
}
|
|
30827
30540
|
|
|
30828
|
-
.
|
|
30829
|
-
|
|
30830
|
-
margin-bottom: 16px;
|
|
30831
|
-
font-size: 18px;
|
|
30541
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30542
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30832
30543
|
}
|
|
30833
30544
|
|
|
30834
|
-
.
|
|
30835
|
-
|
|
30545
|
+
.E_s1dizucg.ant-switch-small {
|
|
30546
|
+
min-width: 26px;
|
|
30547
|
+
height: 16px;
|
|
30836
30548
|
}
|
|
30837
30549
|
|
|
30838
|
-
.
|
|
30839
|
-
|
|
30840
|
-
|
|
30550
|
+
.E_s1dizucg.ant-switch-large {
|
|
30551
|
+
min-width: 52px;
|
|
30552
|
+
height: 32px;
|
|
30841
30553
|
}
|
|
30842
30554
|
|
|
30843
|
-
.
|
|
30844
|
-
|
|
30555
|
+
.E_s1dizucg.ant-switch .ant-switch-handle {
|
|
30556
|
+
height: 20px;
|
|
30557
|
+
width: 20px;
|
|
30845
30558
|
}
|
|
30846
30559
|
|
|
30847
|
-
.
|
|
30848
|
-
|
|
30560
|
+
.E_s1dizucg.ant-switch .ant-switch-handle::before {
|
|
30561
|
+
border-radius: 10px;
|
|
30562
|
+
transition-delay: 120ms;
|
|
30849
30563
|
}
|
|
30850
30564
|
|
|
30851
|
-
.
|
|
30852
|
-
|
|
30853
|
-
|
|
30854
|
-
|
|
30855
|
-
|
|
30856
|
-
min-height: 34px;
|
|
30857
|
-
box-sizing: border-box;
|
|
30858
|
-
margin-top: 8px;
|
|
30565
|
+
.E_s1dizucg.ant-switch-small .ant-switch-handle {
|
|
30566
|
+
height: 14px;
|
|
30567
|
+
width: 14px;
|
|
30568
|
+
top: 1px;
|
|
30569
|
+
left: 1px;
|
|
30859
30570
|
}
|
|
30860
30571
|
|
|
30861
|
-
.
|
|
30862
|
-
|
|
30863
|
-
|
|
30864
|
-
margin: 1px 8px;
|
|
30865
|
-
padding: 8px;
|
|
30866
|
-
border-radius: 4px;
|
|
30572
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle {
|
|
30573
|
+
height: 28px;
|
|
30574
|
+
width: 28px;
|
|
30867
30575
|
}
|
|
30868
30576
|
|
|
30869
|
-
.
|
|
30870
|
-
|
|
30577
|
+
.E_s1dizucg.ant-switch-large .ant-switch-handle::before {
|
|
30578
|
+
border-radius: 14px;
|
|
30871
30579
|
}
|
|
30872
30580
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
30581
|
+
.E_s1dizucg.ant-switch-checked {
|
|
30582
|
+
background-color: #00ba5d;
|
|
30875
30583
|
}
|
|
30876
30584
|
|
|
30877
|
-
.
|
|
30878
|
-
|
|
30585
|
+
.E_s1dizucg.ant-switch-checked .ant-switch-handle {
|
|
30586
|
+
left: calc(100% - 20px - 2px);
|
|
30879
30587
|
}
|
|
30880
30588
|
|
|
30881
|
-
.
|
|
30882
|
-
|
|
30589
|
+
.E_s1dizucg.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30590
|
+
left: calc(100% - 14px - 1px);
|
|
30883
30591
|
}
|
|
30884
30592
|
|
|
30885
|
-
.
|
|
30886
|
-
|
|
30593
|
+
.E_s1dizucg.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30594
|
+
left: calc(100% - 28px - 2px);
|
|
30887
30595
|
}
|
|
30888
30596
|
|
|
30889
|
-
.
|
|
30890
|
-
|
|
30597
|
+
.E_c1up6e3y {
|
|
30598
|
+
margin-left: 5px;
|
|
30891
30599
|
}
|
|
30892
30600
|
|
|
30893
|
-
.
|
|
30894
|
-
|
|
30601
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30602
|
+
margin-right: 8px;
|
|
30895
30603
|
}
|
|
30896
30604
|
|
|
30897
|
-
.
|
|
30898
|
-
|
|
30899
|
-
color: #0080ff;
|
|
30605
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30606
|
+
margin-left: 8px;
|
|
30900
30607
|
}
|
|
30901
30608
|
|
|
30902
|
-
.
|
|
30609
|
+
.E_cc368xp {
|
|
30610
|
+
color: #00122e;
|
|
30611
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30612
|
+
margin-right: 8px;
|
|
30613
|
+
padding-right: 8px;
|
|
30614
|
+
}
|
|
30615
|
+
|
|
30616
|
+
.E_i11o6xqj {
|
|
30903
30617
|
display: flex;
|
|
30904
|
-
|
|
30905
|
-
height: 20px;
|
|
30906
|
-
line-height: 20px;
|
|
30618
|
+
gap: 4px;
|
|
30907
30619
|
}
|
|
30908
30620
|
|
|
30909
|
-
.
|
|
30910
|
-
|
|
30911
|
-
overflow: hidden;
|
|
30912
|
-
text-overflow: ellipsis;
|
|
30621
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30622
|
+
cursor: pointer;
|
|
30913
30623
|
}
|
|
30914
30624
|
|
|
30915
|
-
.
|
|
30625
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30626
|
+
cursor: not-allowed;
|
|
30627
|
+
}
|
|
30628
|
+
|
|
30629
|
+
.E_c1bus5hc {
|
|
30630
|
+
--color: white;
|
|
30631
|
+
height: 14px;
|
|
30632
|
+
width: 14px;
|
|
30633
|
+
border-radius: 50%;
|
|
30634
|
+
flex-shrink: 0;
|
|
30916
30635
|
display: flex;
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
line-height: 18px;
|
|
30921
|
-
margin-top: 2px;
|
|
30636
|
+
align-items: center;
|
|
30637
|
+
justify-content: center;
|
|
30638
|
+
border: 1px solid var(--color);
|
|
30922
30639
|
}
|
|
30923
30640
|
|
|
30924
|
-
.
|
|
30925
|
-
|
|
30926
|
-
|
|
30927
|
-
|
|
30641
|
+
.E_c1bus5hc .circle-inner {
|
|
30642
|
+
position: relative;
|
|
30643
|
+
height: 10px;
|
|
30644
|
+
width: 10px;
|
|
30645
|
+
border-radius: 50%;
|
|
30646
|
+
overflow: hidden;
|
|
30928
30647
|
}
|
|
30929
30648
|
|
|
30930
|
-
.
|
|
30931
|
-
|
|
30932
|
-
height:
|
|
30649
|
+
.E_c1bus5hc .circle-content {
|
|
30650
|
+
position: absolute;
|
|
30651
|
+
height: 100%;
|
|
30933
30652
|
width: 100%;
|
|
30934
|
-
|
|
30653
|
+
left: 0;
|
|
30654
|
+
top: 0;
|
|
30655
|
+
border-radius: 50%;
|
|
30656
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30657
|
+
transform: rotate(180deg);
|
|
30935
30658
|
}
|
|
30936
30659
|
|
|
30937
|
-
.
|
|
30938
|
-
|
|
30660
|
+
.E_c1bus5hc .circle-child {
|
|
30661
|
+
position: absolute;
|
|
30662
|
+
height: 100%;
|
|
30663
|
+
width: 100%;
|
|
30664
|
+
left: 0;
|
|
30665
|
+
top: 0;
|
|
30666
|
+
margin-left: 50%;
|
|
30667
|
+
transform-origin: left;
|
|
30668
|
+
background: white;
|
|
30669
|
+
transform: rotate(0deg);
|
|
30939
30670
|
}
|
|
30940
30671
|
|
|
30941
|
-
.
|
|
30942
|
-
padding:
|
|
30672
|
+
.E_s1sck0th {
|
|
30673
|
+
padding: 0 8px;
|
|
30674
|
+
border-radius: 4px;
|
|
30943
30675
|
}
|
|
30944
30676
|
|
|
30945
|
-
.
|
|
30946
|
-
|
|
30947
|
-
|
|
30948
|
-
padding: 0 4px;
|
|
30949
|
-
border-radius: 4px;
|
|
30950
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30951
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30952
|
-
display: flex;
|
|
30953
|
-
align-items: center;
|
|
30954
|
-
white-space: nowrap;
|
|
30955
|
-
margin-right: 4px;
|
|
30677
|
+
.E_m855nr1 {
|
|
30678
|
+
padding: 2px 8px;
|
|
30679
|
+
border-radius: 3px;
|
|
30956
30680
|
}
|
|
30957
30681
|
|
|
30958
|
-
.
|
|
30959
|
-
|
|
30960
|
-
|
|
30682
|
+
.E_l1270xpg {
|
|
30683
|
+
padding: 3px 8px;
|
|
30684
|
+
border-radius: 2px;
|
|
30961
30685
|
}
|
|
30962
30686
|
|
|
30963
|
-
.
|
|
30687
|
+
.E_t14rextb.ant-tag:hover {
|
|
30688
|
+
opacity: unset;
|
|
30689
|
+
}
|
|
30690
|
+
|
|
30691
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30692
|
+
margin: 0;
|
|
30693
|
+
margin-right: 8px;
|
|
30964
30694
|
display: inline-flex;
|
|
30965
30695
|
align-items: center;
|
|
30966
|
-
|
|
30696
|
+
border: none;
|
|
30967
30697
|
}
|
|
30968
30698
|
|
|
30969
|
-
.
|
|
30970
|
-
|
|
30699
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30700
|
+
width: 16px;
|
|
30701
|
+
height: 16px;
|
|
30702
|
+
color: inherit;
|
|
30971
30703
|
margin-left: 4px;
|
|
30704
|
+
opacity: 0.6;
|
|
30705
|
+
display: inline-flex;
|
|
30972
30706
|
}
|
|
30973
30707
|
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
-
animation: rotate 680ms linear infinite;
|
|
30708
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30709
|
+
opacity: 1;
|
|
30977
30710
|
}
|
|
30978
30711
|
|
|
30979
|
-
.
|
|
30712
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30713
|
+
color: #0080ff;
|
|
30714
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30715
|
+
}
|
|
30716
|
+
|
|
30717
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30718
|
+
color: #f0483e;
|
|
30719
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30720
|
+
}
|
|
30721
|
+
|
|
30722
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30723
|
+
color: #e07f00;
|
|
30724
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30725
|
+
}
|
|
30726
|
+
|
|
30727
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30728
|
+
color: #008f4c;
|
|
30729
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30730
|
+
}
|
|
30731
|
+
|
|
30732
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30733
|
+
color: #1d326c;
|
|
30734
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30735
|
+
}
|
|
30736
|
+
|
|
30737
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30738
|
+
color: #7E41FF;
|
|
30739
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30740
|
+
}
|
|
30741
|
+
|
|
30742
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30743
|
+
color: #fff;
|
|
30744
|
+
}
|
|
30745
|
+
|
|
30746
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30747
|
+
background-color: #f0483e;
|
|
30748
|
+
}
|
|
30749
|
+
|
|
30750
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30751
|
+
background-color: #fea008;
|
|
30752
|
+
}
|
|
30753
|
+
|
|
30754
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30755
|
+
background-color: #00ba5d;
|
|
30756
|
+
}
|
|
30757
|
+
|
|
30758
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30759
|
+
background-color: #0080ff;
|
|
30760
|
+
}
|
|
30761
|
+
|
|
30762
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30763
|
+
background-color: #6b7d99;
|
|
30764
|
+
}
|
|
30765
|
+
|
|
30766
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30767
|
+
background-color: #7E41FF;
|
|
30768
|
+
}
|
|
30769
|
+
|
|
30770
|
+
.E_tju3gfj .date {
|
|
30771
|
+
margin-right: 4px;
|
|
30772
|
+
}
|
|
30773
|
+
|
|
30774
|
+
.E_iq1gosr {
|
|
30775
|
+
display: inline-block;
|
|
30776
|
+
}
|
|
30777
|
+
|
|
30778
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30779
|
+
display: none;
|
|
30780
|
+
}
|
|
30781
|
+
|
|
30782
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30783
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30784
|
+
border-radius: 4px;
|
|
30785
|
+
}
|
|
30786
|
+
|
|
30787
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30788
|
+
visibility: hidden;
|
|
30789
|
+
}
|
|
30790
|
+
|
|
30791
|
+
.E_s1dni7lo {
|
|
30792
|
+
width: 430px !important;
|
|
30793
|
+
}
|
|
30794
|
+
|
|
30795
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30796
|
+
padding: 8px 16px;
|
|
30797
|
+
line-height: 18px;
|
|
30798
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30799
|
+
height: 34px;
|
|
30800
|
+
min-height: 34px;
|
|
30801
|
+
box-sizing: border-box;
|
|
30802
|
+
margin-top: 8px;
|
|
30803
|
+
}
|
|
30804
|
+
|
|
30805
|
+
.E_o1ugr09p {
|
|
30806
|
+
display: flex;
|
|
30807
|
+
flex-direction: column;
|
|
30808
|
+
margin: 1px 8px;
|
|
30809
|
+
padding: 8px;
|
|
30810
|
+
border-radius: 4px;
|
|
30811
|
+
}
|
|
30812
|
+
|
|
30813
|
+
.E_o1ugr09p .selected-icon {
|
|
30814
|
+
display: none;
|
|
30815
|
+
}
|
|
30816
|
+
|
|
30817
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30818
|
+
padding-left: 8px;
|
|
30819
|
+
}
|
|
30820
|
+
|
|
30821
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30822
|
+
background-color: white;
|
|
30823
|
+
}
|
|
30824
|
+
|
|
30825
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30826
|
+
color: #0080ff;
|
|
30827
|
+
}
|
|
30828
|
+
|
|
30829
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30830
|
+
display: block;
|
|
30831
|
+
}
|
|
30832
|
+
|
|
30833
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30834
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30835
|
+
}
|
|
30836
|
+
|
|
30837
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30838
|
+
color: #0080ff;
|
|
30839
|
+
}
|
|
30840
|
+
|
|
30841
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30842
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30843
|
+
color: #0080ff;
|
|
30844
|
+
}
|
|
30845
|
+
|
|
30846
|
+
.E_o1ifxsq4 {
|
|
30847
|
+
display: flex;
|
|
30848
|
+
justify-content: space-between;
|
|
30849
|
+
height: 20px;
|
|
30850
|
+
line-height: 20px;
|
|
30851
|
+
}
|
|
30852
|
+
|
|
30853
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30854
|
+
color: #2d3a56;
|
|
30855
|
+
overflow: hidden;
|
|
30856
|
+
text-overflow: ellipsis;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.E_o1zue7 {
|
|
30860
|
+
display: flex;
|
|
30861
|
+
justify-content: space-between;
|
|
30862
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30863
|
+
height: 18px;
|
|
30864
|
+
line-height: 18px;
|
|
30865
|
+
margin-top: 2px;
|
|
30866
|
+
}
|
|
30867
|
+
|
|
30868
|
+
.E_tyfmlxg {
|
|
30869
|
+
border: none;
|
|
30870
|
+
margin-right: 0;
|
|
30871
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30872
|
+
}
|
|
30873
|
+
|
|
30874
|
+
.E_o18uybox {
|
|
30875
|
+
pointer-events: none;
|
|
30876
|
+
height: 32px;
|
|
30877
|
+
width: 100%;
|
|
30878
|
+
opacity: 0;
|
|
30879
|
+
}
|
|
30880
|
+
|
|
30881
|
+
.E_fzh9mnb {
|
|
30882
|
+
width: 100%;
|
|
30883
|
+
height: 100%;
|
|
30884
|
+
min-height: 124px;
|
|
30885
|
+
display: flex;
|
|
30886
|
+
flex-direction: column;
|
|
30887
|
+
justify-content: center;
|
|
30888
|
+
align-items: center;
|
|
30889
|
+
}
|
|
30890
|
+
|
|
30891
|
+
.E_fzh9mnb .error-text {
|
|
30892
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30893
|
+
margin-bottom: 16px;
|
|
30894
|
+
font-size: 18px;
|
|
30895
|
+
}
|
|
30896
|
+
|
|
30897
|
+
.E_f7pxqmh {
|
|
30898
|
+
width: 100%;
|
|
30899
|
+
margin-bottom: 0 !important;
|
|
30900
|
+
flex-flow: nowrap !important;
|
|
30901
|
+
line-break: auto;
|
|
30902
|
+
}
|
|
30903
|
+
|
|
30904
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30905
|
+
text-align: left !important;
|
|
30906
|
+
padding-bottom: 0 !important;
|
|
30907
|
+
}
|
|
30908
|
+
|
|
30909
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30910
|
+
min-height: 32px;
|
|
30911
|
+
height: auto;
|
|
30912
|
+
font-size: 13px;
|
|
30913
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30914
|
+
white-space: normal;
|
|
30915
|
+
}
|
|
30916
|
+
|
|
30917
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30918
|
+
border-color: #ff4d4f !important;
|
|
30919
|
+
}
|
|
30920
|
+
|
|
30921
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30922
|
+
border-color: #ff4d4f !important;
|
|
30923
|
+
}
|
|
30924
|
+
|
|
30925
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30926
|
+
margin-top: 4px;
|
|
30927
|
+
font-size: 12px;
|
|
30928
|
+
min-height: 0px;
|
|
30929
|
+
}
|
|
30930
|
+
|
|
30931
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30932
|
+
font-size: 12px;
|
|
30933
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30934
|
+
min-height: 0px;
|
|
30935
|
+
}
|
|
30936
|
+
|
|
30937
|
+
.E_iouxfgt {
|
|
30938
|
+
display: inline-flex;
|
|
30939
|
+
align-items: center;
|
|
30940
|
+
}
|
|
30941
|
+
|
|
30942
|
+
.E_iouxfgt .icon-inner {
|
|
30943
|
+
display: inline-flex;
|
|
30944
|
+
align-items: center;
|
|
30945
|
+
justify-content: center;
|
|
30946
|
+
}
|
|
30947
|
+
|
|
30948
|
+
.E_iouxfgt .icon-inner + span,
|
|
30949
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30950
|
+
margin-left: 4px;
|
|
30951
|
+
}
|
|
30952
|
+
|
|
30953
|
+
.E_iouxfgt.is-rotate img,
|
|
30954
|
+
.E_iouxfgt.is-rotate svg {
|
|
30955
|
+
animation: rotate 680ms linear infinite;
|
|
30956
|
+
}
|
|
30957
|
+
|
|
30958
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30980
30959
|
display: var(--ai7qkf2-0);
|
|
30981
30960
|
}
|
|
30982
30961
|
|
|
@@ -31046,15 +31025,6 @@ html body {
|
|
|
31046
31025
|
padding: 2px 8px;
|
|
31047
31026
|
}
|
|
31048
31027
|
|
|
31049
|
-
.E_owd0kml {
|
|
31050
|
-
display: inline-block;
|
|
31051
|
-
}
|
|
31052
|
-
|
|
31053
|
-
.E_h1jsgezc {
|
|
31054
|
-
visibility: hidden;
|
|
31055
|
-
position: absolute;
|
|
31056
|
-
}
|
|
31057
|
-
|
|
31058
31028
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31059
31029
|
display: var(--a1wfy30z-0);
|
|
31060
31030
|
}
|
|
@@ -31090,6 +31060,27 @@ html body {
|
|
|
31090
31060
|
font-size: inherit;
|
|
31091
31061
|
}
|
|
31092
31062
|
|
|
31063
|
+
.E_i1inqkme {
|
|
31064
|
+
height: 18px;
|
|
31065
|
+
line-height: 18px;
|
|
31066
|
+
padding: 0 4px;
|
|
31067
|
+
border-radius: 4px;
|
|
31068
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31069
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31070
|
+
display: flex;
|
|
31071
|
+
align-items: center;
|
|
31072
|
+
white-space: nowrap;
|
|
31073
|
+
margin-right: 4px;
|
|
31074
|
+
}
|
|
31075
|
+
|
|
31076
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31077
|
+
margin-left: 8px;
|
|
31078
|
+
}
|
|
31079
|
+
|
|
31080
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31081
|
+
padding: 2px 7px 2px 12px;
|
|
31082
|
+
}
|
|
31083
|
+
|
|
31093
31084
|
.E_cnujxq2 {
|
|
31094
31085
|
display: flex;
|
|
31095
31086
|
flex-direction: column;
|
|
@@ -32353,8 +32344,13 @@ input.E_rf8rlle.ant-input {
|
|
|
32353
32344
|
line-height: 12px;
|
|
32354
32345
|
}
|
|
32355
32346
|
|
|
32356
|
-
.
|
|
32357
|
-
|
|
32347
|
+
.E_owd0kml {
|
|
32348
|
+
display: inline-block;
|
|
32349
|
+
}
|
|
32350
|
+
|
|
32351
|
+
.E_h1jsgezc {
|
|
32352
|
+
visibility: hidden;
|
|
32353
|
+
position: absolute;
|
|
32358
32354
|
}
|
|
32359
32355
|
|
|
32360
32356
|
.E_a1b5xrg3 .user-icon-inner {
|
|
@@ -32390,6 +32386,10 @@ input.E_rf8rlle.ant-input {
|
|
|
32390
32386
|
transition: all 320ms ease;
|
|
32391
32387
|
}
|
|
32392
32388
|
|
|
32389
|
+
.E_m196gn1d {
|
|
32390
|
+
min-width: 1280px;
|
|
32391
|
+
}
|
|
32392
|
+
|
|
32393
32393
|
.E_s17wv897.ant-select, .E_s17wv897.ant-select div.ant-select-selector {
|
|
32394
32394
|
border-radius: 6px;
|
|
32395
32395
|
}
|
|
@@ -33215,6 +33215,71 @@ input.E_rf8rlle.ant-input {
|
|
|
33215
33215
|
position: static;
|
|
33216
33216
|
}
|
|
33217
33217
|
|
|
33218
|
+
button.E_l48ei06.ant-btn,
|
|
33219
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33220
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33221
|
+
font-size: 12px;
|
|
33222
|
+
line-height: 18px;
|
|
33223
|
+
height: 18px;
|
|
33224
|
+
}
|
|
33225
|
+
|
|
33226
|
+
button.E_l48ei06 {
|
|
33227
|
+
color: #0080FF;
|
|
33228
|
+
height: unset;
|
|
33229
|
+
}
|
|
33230
|
+
|
|
33231
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33232
|
+
margin-right: 4px;
|
|
33233
|
+
}
|
|
33234
|
+
|
|
33235
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33236
|
+
margin-left: 4px;
|
|
33237
|
+
}
|
|
33238
|
+
|
|
33239
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33240
|
+
color: #009DFF;
|
|
33241
|
+
}
|
|
33242
|
+
|
|
33243
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33244
|
+
color: #005ED1;
|
|
33245
|
+
}
|
|
33246
|
+
|
|
33247
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33248
|
+
color: #0080FF;
|
|
33249
|
+
}
|
|
33250
|
+
|
|
33251
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33252
|
+
color: #00122E;
|
|
33253
|
+
}
|
|
33254
|
+
|
|
33255
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33256
|
+
color: #0080FF;
|
|
33257
|
+
}
|
|
33258
|
+
|
|
33259
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33260
|
+
color: #005ED1;
|
|
33261
|
+
}
|
|
33262
|
+
|
|
33263
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33264
|
+
color: #00122E;
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33267
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33268
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33269
|
+
}
|
|
33270
|
+
|
|
33271
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33272
|
+
color: #0080FF;
|
|
33273
|
+
}
|
|
33274
|
+
|
|
33275
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33276
|
+
color: #005ED1;
|
|
33277
|
+
}
|
|
33278
|
+
|
|
33279
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33280
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33281
|
+
}
|
|
33282
|
+
|
|
33218
33283
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33219
33284
|
margin-right: 2px;
|
|
33220
33285
|
}
|
|
@@ -33274,6 +33339,10 @@ input.E_rf8rlle.ant-input {
|
|
|
33274
33339
|
transform: translateY(-4px);
|
|
33275
33340
|
}
|
|
33276
33341
|
|
|
33342
|
+
.E_c1yd35n {
|
|
33343
|
+
padding: 0 12px 14px 12px;
|
|
33344
|
+
}
|
|
33345
|
+
|
|
33277
33346
|
.E_ckui4s7 {
|
|
33278
33347
|
color: #2d3a56;
|
|
33279
33348
|
line-height: 22px;
|
|
@@ -33354,10 +33423,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33354
33423
|
margin-left: 24px;
|
|
33355
33424
|
}
|
|
33356
33425
|
|
|
33357
|
-
.E_c1yd35n {
|
|
33358
|
-
padding: 0 12px 14px 12px;
|
|
33359
|
-
}
|
|
33360
|
-
|
|
33361
33426
|
.E_c1kghdax {
|
|
33362
33427
|
color: #2d3a56;
|
|
33363
33428
|
padding: 7px 12px;
|
|
@@ -33405,6 +33470,101 @@ input.E_rf8rlle.ant-input {
|
|
|
33405
33470
|
margin-right: 2px;
|
|
33406
33471
|
}
|
|
33407
33472
|
|
|
33473
|
+
.E_sddwhm6 {
|
|
33474
|
+
margin: 0;
|
|
33475
|
+
border-radius: 20px;
|
|
33476
|
+
padding: 2px 10px;
|
|
33477
|
+
height: 22px;
|
|
33478
|
+
}
|
|
33479
|
+
|
|
33480
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33481
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33482
|
+
}
|
|
33483
|
+
|
|
33484
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
33485
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33486
|
+
}
|
|
33487
|
+
|
|
33488
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33489
|
+
color: #00122e;
|
|
33490
|
+
}
|
|
33491
|
+
|
|
33492
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33493
|
+
margin-right: 6px;
|
|
33494
|
+
}
|
|
33495
|
+
|
|
33496
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33497
|
+
margin-left: 8px;
|
|
33498
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33499
|
+
}
|
|
33500
|
+
|
|
33501
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33502
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33503
|
+
}
|
|
33504
|
+
|
|
33505
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33506
|
+
background-color: #0080ff;
|
|
33507
|
+
}
|
|
33508
|
+
|
|
33509
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
33510
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33511
|
+
}
|
|
33512
|
+
|
|
33513
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33514
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33515
|
+
}
|
|
33516
|
+
|
|
33517
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33518
|
+
background-color: #f0483e;
|
|
33519
|
+
}
|
|
33520
|
+
|
|
33521
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
33522
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33523
|
+
}
|
|
33524
|
+
|
|
33525
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33526
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33527
|
+
}
|
|
33528
|
+
|
|
33529
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33530
|
+
background-color: #fea008;
|
|
33531
|
+
}
|
|
33532
|
+
|
|
33533
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
33534
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33535
|
+
}
|
|
33536
|
+
|
|
33537
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33538
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33539
|
+
}
|
|
33540
|
+
|
|
33541
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33542
|
+
background-color: #00ba5d;
|
|
33543
|
+
}
|
|
33544
|
+
|
|
33545
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
33546
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33547
|
+
}
|
|
33548
|
+
|
|
33549
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33550
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33551
|
+
}
|
|
33552
|
+
|
|
33553
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33554
|
+
background-color: #6b7d99;
|
|
33555
|
+
}
|
|
33556
|
+
|
|
33557
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
33558
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33559
|
+
}
|
|
33560
|
+
|
|
33561
|
+
.E_satwmqm {
|
|
33562
|
+
width: 8px;
|
|
33563
|
+
height: 8px;
|
|
33564
|
+
border-radius: 50%;
|
|
33565
|
+
display: inline-block;
|
|
33566
|
+
}
|
|
33567
|
+
|
|
33408
33568
|
.E_tc97u5y {
|
|
33409
33569
|
height: 100%;
|
|
33410
33570
|
}
|
|
@@ -33857,223 +34017,384 @@ input.E_rf8rlle.ant-input {
|
|
|
33857
34017
|
background: #fff;
|
|
33858
34018
|
}
|
|
33859
34019
|
|
|
33860
|
-
.
|
|
33861
|
-
|
|
33862
|
-
border-radius: 20px;
|
|
33863
|
-
padding: 2px 10px;
|
|
33864
|
-
height: 22px;
|
|
34020
|
+
.E_w7ob4th.outside-tag {
|
|
34021
|
+
padding-left: 0;
|
|
33865
34022
|
}
|
|
33866
34023
|
|
|
33867
|
-
.
|
|
33868
|
-
|
|
34024
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
34025
|
+
border-radius: 4px 0 0 4px;
|
|
34026
|
+
padding-right: 4px;
|
|
34027
|
+
margin-right: 4px;
|
|
33869
34028
|
}
|
|
33870
34029
|
|
|
33871
|
-
.
|
|
33872
|
-
|
|
34030
|
+
.E_r77hffu {
|
|
34031
|
+
display: flex;
|
|
34032
|
+
align-items: center;
|
|
34033
|
+
justify-content: space-between;
|
|
34034
|
+
column-gap: 6px;
|
|
33873
34035
|
}
|
|
33874
34036
|
|
|
33875
|
-
.
|
|
33876
|
-
|
|
34037
|
+
.E_p1cmxsf7 {
|
|
34038
|
+
display: flex;
|
|
34039
|
+
flex-direction: column;
|
|
34040
|
+
justify-content: center;
|
|
34041
|
+
row-gap: var(--p1cmxsf7-0);
|
|
33877
34042
|
}
|
|
33878
34043
|
|
|
33879
|
-
.
|
|
33880
|
-
|
|
34044
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34045
|
+
font-size: 0;
|
|
34046
|
+
margin-bottom: unset;
|
|
34047
|
+
margin-inline-end: unset;
|
|
33881
34048
|
}
|
|
33882
34049
|
|
|
33883
|
-
.
|
|
33884
|
-
|
|
33885
|
-
|
|
34050
|
+
.E_slr2ynn {
|
|
34051
|
+
padding: 0 8px;
|
|
34052
|
+
height: 18px;
|
|
33886
34053
|
}
|
|
33887
34054
|
|
|
33888
|
-
.
|
|
33889
|
-
|
|
34055
|
+
.E_m140wbb6 {
|
|
34056
|
+
padding: 2px 8px;
|
|
34057
|
+
height: 24px;
|
|
33890
34058
|
}
|
|
33891
34059
|
|
|
33892
|
-
.
|
|
33893
|
-
|
|
34060
|
+
.E_t1fozc1i {
|
|
34061
|
+
margin: 0;
|
|
33894
34062
|
}
|
|
33895
34063
|
|
|
33896
|
-
.
|
|
33897
|
-
|
|
34064
|
+
.E_i1vxv4ln {
|
|
34065
|
+
margin-right: 4px;
|
|
34066
|
+
height: 16px;
|
|
33898
34067
|
}
|
|
33899
34068
|
|
|
33900
|
-
.
|
|
33901
|
-
|
|
34069
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34070
|
+
font-weight: 700;
|
|
34071
|
+
color: #00122e;
|
|
34072
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34073
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34074
|
+
word-break: break-all;
|
|
34075
|
+
display: inline;
|
|
34076
|
+
white-space: normal;
|
|
33902
34077
|
}
|
|
33903
34078
|
|
|
33904
|
-
.
|
|
33905
|
-
|
|
34079
|
+
.E_lht19u8 {
|
|
34080
|
+
width: 64px;
|
|
34081
|
+
height: 64px;
|
|
34082
|
+
display: flex;
|
|
34083
|
+
align-items: center;
|
|
34084
|
+
justify-content: center;
|
|
34085
|
+
position: relative;
|
|
34086
|
+
opacity: 0.2;
|
|
33906
34087
|
}
|
|
33907
34088
|
|
|
33908
|
-
.
|
|
33909
|
-
|
|
34089
|
+
.E_lk3gkp4 {
|
|
34090
|
+
position: absolute;
|
|
34091
|
+
width: 5px;
|
|
34092
|
+
height: 48px;
|
|
34093
|
+
left: 9.33px;
|
|
34094
|
+
top: 40.5px;
|
|
34095
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34096
|
+
border-radius: 5px;
|
|
34097
|
+
transform: rotate(-128deg);
|
|
34098
|
+
transform-origin: top left;
|
|
34099
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33910
34100
|
}
|
|
33911
34101
|
|
|
33912
|
-
.
|
|
33913
|
-
|
|
34102
|
+
.E_ll4n94n {
|
|
34103
|
+
position: absolute;
|
|
34104
|
+
width: 5px;
|
|
34105
|
+
height: 48px;
|
|
34106
|
+
left: 40.8px;
|
|
34107
|
+
top: 8.4px;
|
|
34108
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34109
|
+
border-radius: 5px;
|
|
34110
|
+
transform: rotate(-8deg);
|
|
34111
|
+
transform-origin: top left;
|
|
34112
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33914
34113
|
}
|
|
33915
34114
|
|
|
33916
|
-
.
|
|
33917
|
-
|
|
34115
|
+
.E_l17lbdo6 {
|
|
34116
|
+
position: absolute;
|
|
34117
|
+
width: 5px;
|
|
34118
|
+
height: 48px;
|
|
34119
|
+
left: 52.9px;
|
|
34120
|
+
top: 51.8px;
|
|
34121
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34122
|
+
border-radius: 5px;
|
|
34123
|
+
transform: rotate(112deg);
|
|
34124
|
+
transform-origin: top left;
|
|
34125
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33918
34126
|
}
|
|
33919
34127
|
|
|
33920
|
-
.
|
|
33921
|
-
|
|
34128
|
+
.E_t1dtlqs1 {
|
|
34129
|
+
margin-bottom: 4px;
|
|
34130
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33922
34131
|
}
|
|
33923
34132
|
|
|
33924
|
-
.
|
|
33925
|
-
|
|
34133
|
+
.E_s1ese5oy {
|
|
34134
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34135
|
+
line-height: 32px;
|
|
34136
|
+
height: 32px;
|
|
34137
|
+
margin-bottom: 0;
|
|
33926
34138
|
}
|
|
33927
34139
|
|
|
33928
|
-
.
|
|
33929
|
-
|
|
34140
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
34141
|
+
color: #0080ff;
|
|
33930
34142
|
}
|
|
33931
34143
|
|
|
33932
|
-
.
|
|
33933
|
-
|
|
34144
|
+
.E_s1ese5oy.warning {
|
|
34145
|
+
color: #ffa500;
|
|
33934
34146
|
}
|
|
33935
34147
|
|
|
33936
|
-
.
|
|
33937
|
-
|
|
34148
|
+
.E_s1ese5oy.success {
|
|
34149
|
+
color: #00ba5d;
|
|
33938
34150
|
}
|
|
33939
34151
|
|
|
33940
|
-
.
|
|
33941
|
-
|
|
34152
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
34153
|
+
color: #f0483e;
|
|
33942
34154
|
}
|
|
33943
34155
|
|
|
33944
|
-
.
|
|
33945
|
-
|
|
34156
|
+
.E_s1ese5oy.normal {
|
|
34157
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33946
34158
|
}
|
|
33947
34159
|
|
|
33948
|
-
.
|
|
33949
|
-
|
|
33950
|
-
|
|
33951
|
-
border-radius: 50%;
|
|
33952
|
-
display: inline-block;
|
|
34160
|
+
.E_b1ibis43 {
|
|
34161
|
+
margin-bottom: 0;
|
|
34162
|
+
color: #00122e;
|
|
33953
34163
|
}
|
|
33954
34164
|
|
|
33955
|
-
|
|
33956
|
-
|
|
33957
|
-
|
|
33958
|
-
font-size: 12px;
|
|
33959
|
-
line-height: 18px;
|
|
33960
|
-
height: 18px;
|
|
34165
|
+
.E_b11xxjd2 {
|
|
34166
|
+
line-height: 32px;
|
|
34167
|
+
margin-right: 6px;
|
|
33961
34168
|
}
|
|
33962
34169
|
|
|
33963
|
-
|
|
33964
|
-
|
|
33965
|
-
|
|
34170
|
+
.E_bsub5bw.with-description {
|
|
34171
|
+
height: 24px;
|
|
34172
|
+
flex: 1;
|
|
34173
|
+
position: relative;
|
|
34174
|
+
top: -7px;
|
|
33966
34175
|
}
|
|
33967
34176
|
|
|
33968
|
-
|
|
33969
|
-
|
|
34177
|
+
.E_bsub5bw p {
|
|
34178
|
+
width: 100%;
|
|
34179
|
+
overflow: hidden;
|
|
34180
|
+
text-overflow: ellipsis;
|
|
34181
|
+
white-space: nowrap;
|
|
33970
34182
|
}
|
|
33971
34183
|
|
|
33972
|
-
|
|
33973
|
-
|
|
34184
|
+
.E_tmoyoag {
|
|
34185
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34186
|
+
border-radius: 8px;
|
|
34187
|
+
overflow: auto;
|
|
33974
34188
|
}
|
|
33975
34189
|
|
|
33976
|
-
|
|
33977
|
-
|
|
34190
|
+
.E_tmoyoag .ant-list {
|
|
34191
|
+
position: relative;
|
|
33978
34192
|
}
|
|
33979
34193
|
|
|
33980
|
-
|
|
33981
|
-
|
|
34194
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34195
|
+
border-bottom: none;
|
|
33982
34196
|
}
|
|
33983
34197
|
|
|
33984
|
-
|
|
33985
|
-
|
|
34198
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34199
|
+
position: sticky;
|
|
34200
|
+
top: 0;
|
|
34201
|
+
z-index: 2;
|
|
34202
|
+
display: flex;
|
|
34203
|
+
padding: 8px;
|
|
34204
|
+
flex-wrap: nowrap;
|
|
34205
|
+
justify-content: flex-start;
|
|
34206
|
+
background: #f2f5fa;
|
|
34207
|
+
font-size: 14px;
|
|
34208
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34209
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33986
34210
|
}
|
|
33987
34211
|
|
|
33988
|
-
|
|
33989
|
-
|
|
34212
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34213
|
+
align-items: inherit;
|
|
33990
34214
|
}
|
|
33991
34215
|
|
|
33992
|
-
|
|
33993
|
-
|
|
34216
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34217
|
+
margin-bottom: 0;
|
|
33994
34218
|
}
|
|
33995
34219
|
|
|
33996
|
-
|
|
33997
|
-
|
|
34220
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34221
|
+
display: flex;
|
|
34222
|
+
justify-content: flex-start;
|
|
34223
|
+
align-items: flex-start;
|
|
34224
|
+
flex-wrap: wrap;
|
|
34225
|
+
padding: 8px;
|
|
34226
|
+
border: none;
|
|
33998
34227
|
}
|
|
33999
34228
|
|
|
34000
|
-
|
|
34001
|
-
|
|
34229
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34230
|
+
flex-basis: 100%;
|
|
34231
|
+
margin: 12px 0 0;
|
|
34232
|
+
order: 99;
|
|
34233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34002
34234
|
}
|
|
34003
34235
|
|
|
34004
|
-
|
|
34005
|
-
color:
|
|
34236
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34237
|
+
color: #f0483e;
|
|
34238
|
+
flex-basis: 100%;
|
|
34239
|
+
order: 98;
|
|
34240
|
+
margin: 12px 0 0;
|
|
34006
34241
|
}
|
|
34007
34242
|
|
|
34008
|
-
|
|
34009
|
-
color:
|
|
34243
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34244
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34010
34245
|
}
|
|
34011
34246
|
|
|
34012
|
-
|
|
34013
|
-
color:
|
|
34247
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34248
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
34014
34249
|
}
|
|
34015
34250
|
|
|
34016
|
-
|
|
34017
|
-
|
|
34251
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34252
|
+
flex: 1 0 0;
|
|
34253
|
+
overflow: hidden;
|
|
34018
34254
|
}
|
|
34019
34255
|
|
|
34020
|
-
.
|
|
34021
|
-
|
|
34022
|
-
|
|
34023
|
-
justify-content: space-between;
|
|
34024
|
-
column-gap: 6px;
|
|
34256
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34257
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34258
|
+
margin: 0;
|
|
34025
34259
|
}
|
|
34026
34260
|
|
|
34027
|
-
.
|
|
34028
|
-
|
|
34029
|
-
flex-direction: column;
|
|
34030
|
-
justify-content: center;
|
|
34031
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34261
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34262
|
+
text-align: center;
|
|
34032
34263
|
}
|
|
34033
34264
|
|
|
34034
|
-
.
|
|
34035
|
-
|
|
34036
|
-
margin-bottom: unset;
|
|
34037
|
-
margin-inline-end: unset;
|
|
34265
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34266
|
+
text-align: center;
|
|
34038
34267
|
}
|
|
34039
34268
|
|
|
34040
|
-
.
|
|
34041
|
-
|
|
34269
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34270
|
+
text-align: left;
|
|
34042
34271
|
}
|
|
34043
34272
|
|
|
34044
|
-
.
|
|
34045
|
-
|
|
34273
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34274
|
+
text-align: left;
|
|
34046
34275
|
}
|
|
34047
34276
|
|
|
34048
|
-
.
|
|
34049
|
-
|
|
34277
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34278
|
+
text-align: right;
|
|
34050
34279
|
}
|
|
34051
34280
|
|
|
34052
|
-
.
|
|
34053
|
-
|
|
34281
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34282
|
+
text-align: right;
|
|
34054
34283
|
}
|
|
34055
34284
|
|
|
34056
|
-
.
|
|
34057
|
-
|
|
34058
|
-
font-weight: normal;
|
|
34285
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34286
|
+
margin-right: 8px;
|
|
34059
34287
|
}
|
|
34060
34288
|
|
|
34061
|
-
.
|
|
34062
|
-
|
|
34289
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34290
|
+
padding: 4px;
|
|
34291
|
+
width: 24px;
|
|
34292
|
+
height: 24px;
|
|
34293
|
+
overflow: hidden;
|
|
34063
34294
|
}
|
|
34064
34295
|
|
|
34065
|
-
.
|
|
34066
|
-
|
|
34296
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34297
|
+
padding: 0;
|
|
34067
34298
|
}
|
|
34068
34299
|
|
|
34069
|
-
.
|
|
34070
|
-
|
|
34300
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34301
|
+
cursor: not-allowed;
|
|
34302
|
+
opacity: 0.5;
|
|
34071
34303
|
}
|
|
34072
34304
|
|
|
34073
|
-
.
|
|
34074
|
-
|
|
34075
|
-
|
|
34076
|
-
|
|
34305
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34306
|
+
margin: 0;
|
|
34307
|
+
}
|
|
34308
|
+
|
|
34309
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34310
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34311
|
+
border-radius: 5px;
|
|
34312
|
+
font-size: 12px;
|
|
34313
|
+
}
|
|
34314
|
+
|
|
34315
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34316
|
+
font-size: inherit;
|
|
34317
|
+
}
|
|
34318
|
+
|
|
34319
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34320
|
+
min-height: 24px;
|
|
34321
|
+
font-size: 12px;
|
|
34322
|
+
position: relative;
|
|
34323
|
+
}
|
|
34324
|
+
|
|
34325
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34326
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34327
|
+
}
|
|
34328
|
+
|
|
34329
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34330
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34331
|
+
}
|
|
34332
|
+
|
|
34333
|
+
.E_a138syjm {
|
|
34334
|
+
display: flex;
|
|
34335
|
+
align-items: center;
|
|
34336
|
+
margin-top: 8px;
|
|
34337
|
+
}
|
|
34338
|
+
|
|
34339
|
+
.E_a138syjm button.ant-btn {
|
|
34340
|
+
padding: 2px 8px;
|
|
34341
|
+
height: 24px;
|
|
34342
|
+
}
|
|
34343
|
+
|
|
34344
|
+
.E_a138syjm > span.maximum-desc {
|
|
34345
|
+
display: none;
|
|
34346
|
+
margin-left: 8px;
|
|
34347
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34348
|
+
}
|
|
34349
|
+
|
|
34350
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
34351
|
+
display: inline;
|
|
34352
|
+
}
|
|
34353
|
+
|
|
34354
|
+
.E_d77i8u0 {
|
|
34355
|
+
width: 24px;
|
|
34356
|
+
height: 24px;
|
|
34357
|
+
padding: 4px;
|
|
34358
|
+
margin-right: 8px;
|
|
34359
|
+
}
|
|
34360
|
+
|
|
34361
|
+
.E_sjob3jg {
|
|
34362
|
+
--item-min-width: 60px;
|
|
34363
|
+
}
|
|
34364
|
+
|
|
34365
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34366
|
+
display: none !important;
|
|
34367
|
+
}
|
|
34368
|
+
|
|
34369
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34370
|
+
flex-shrink: 0 !important;
|
|
34371
|
+
}
|
|
34372
|
+
|
|
34373
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34374
|
+
color: #0080ff;
|
|
34375
|
+
}
|
|
34376
|
+
|
|
34377
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34378
|
+
color: #0080ff;
|
|
34379
|
+
font-weight: normal;
|
|
34380
|
+
}
|
|
34381
|
+
|
|
34382
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34383
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34384
|
+
}
|
|
34385
|
+
|
|
34386
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34387
|
+
color: #00122e;
|
|
34388
|
+
}
|
|
34389
|
+
|
|
34390
|
+
.E_sjob3jg .step-item-text {
|
|
34391
|
+
display: inline-block;
|
|
34392
|
+
}
|
|
34393
|
+
|
|
34394
|
+
.E_sjob3jg .step-item-title {
|
|
34395
|
+
overflow: hidden;
|
|
34396
|
+
white-space: nowrap;
|
|
34397
|
+
text-overflow: ellipsis;
|
|
34077
34398
|
}
|
|
34078
34399
|
|
|
34079
34400
|
.E_hjvj6s6 .ant-steps-item-container {
|
|
@@ -34269,65 +34590,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34269
34590
|
justify-content: center;
|
|
34270
34591
|
}
|
|
34271
34592
|
|
|
34272
|
-
.E_lht19u8 {
|
|
34273
|
-
width: 64px;
|
|
34274
|
-
height: 64px;
|
|
34275
|
-
display: flex;
|
|
34276
|
-
align-items: center;
|
|
34277
|
-
justify-content: center;
|
|
34278
|
-
position: relative;
|
|
34279
|
-
opacity: 0.2;
|
|
34280
|
-
}
|
|
34281
|
-
|
|
34282
|
-
.E_lk3gkp4 {
|
|
34283
|
-
position: absolute;
|
|
34284
|
-
width: 5px;
|
|
34285
|
-
height: 48px;
|
|
34286
|
-
left: 9.33px;
|
|
34287
|
-
top: 40.5px;
|
|
34288
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34289
|
-
border-radius: 5px;
|
|
34290
|
-
transform: rotate(-128deg);
|
|
34291
|
-
transform-origin: top left;
|
|
34292
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34293
|
-
}
|
|
34294
|
-
|
|
34295
|
-
.E_ll4n94n {
|
|
34296
|
-
position: absolute;
|
|
34297
|
-
width: 5px;
|
|
34298
|
-
height: 48px;
|
|
34299
|
-
left: 40.8px;
|
|
34300
|
-
top: 8.4px;
|
|
34301
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34302
|
-
border-radius: 5px;
|
|
34303
|
-
transform: rotate(-8deg);
|
|
34304
|
-
transform-origin: top left;
|
|
34305
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
34306
|
-
}
|
|
34307
|
-
|
|
34308
|
-
.E_l17lbdo6 {
|
|
34309
|
-
position: absolute;
|
|
34310
|
-
width: 5px;
|
|
34311
|
-
height: 48px;
|
|
34312
|
-
left: 52.9px;
|
|
34313
|
-
top: 51.8px;
|
|
34314
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
34315
|
-
border-radius: 5px;
|
|
34316
|
-
transform: rotate(112deg);
|
|
34317
|
-
transform-origin: top left;
|
|
34318
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34319
|
-
}
|
|
34320
|
-
|
|
34321
|
-
.E_w7ob4th.outside-tag {
|
|
34322
|
-
padding-left: 0;
|
|
34323
|
-
}
|
|
34324
|
-
|
|
34325
|
-
.E_w7ob4th.outside-tag .inside-tag {
|
|
34326
|
-
border-radius: 4px 0 0 4px;
|
|
34327
|
-
padding-right: 4px;
|
|
34328
|
-
margin-right: 4px;
|
|
34329
|
-
}
|
|
34330
|
-
|
|
34331
34593
|
.E_t13ef470 {
|
|
34332
34594
|
height: 100%;
|
|
34333
34595
|
}
|
|
@@ -34365,353 +34627,91 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34365
34627
|
background: rgba(163, 180, 204, 0.18);
|
|
34366
34628
|
}
|
|
34367
34629
|
|
|
34368
|
-
.
|
|
34369
|
-
margin
|
|
34370
|
-
|
|
34371
|
-
|
|
34372
|
-
|
|
34373
|
-
|
|
34374
|
-
|
|
34375
|
-
height: 18px;
|
|
34376
|
-
}
|
|
34377
|
-
|
|
34378
|
-
.E_m140wbb6 {
|
|
34379
|
-
padding: 2px 8px;
|
|
34380
|
-
height: 24px;
|
|
34630
|
+
.E_l1ucdodl {
|
|
34631
|
+
margin: 0;
|
|
34632
|
+
border-radius: 20px;
|
|
34633
|
+
padding: 2px 10px;
|
|
34634
|
+
height: 22px;
|
|
34635
|
+
display: flex;
|
|
34636
|
+
align-items: center;
|
|
34381
34637
|
}
|
|
34382
34638
|
|
|
34383
|
-
.
|
|
34384
|
-
|
|
34639
|
+
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
34640
|
+
color: #FFFFFF;
|
|
34385
34641
|
}
|
|
34386
34642
|
|
|
34387
|
-
.
|
|
34388
|
-
|
|
34389
|
-
height: 16px;
|
|
34643
|
+
.E_l1ucdodl.tag-hover {
|
|
34644
|
+
cursor: pointer;
|
|
34390
34645
|
}
|
|
34391
34646
|
|
|
34392
|
-
.
|
|
34393
|
-
font-weight: 700;
|
|
34647
|
+
.E_l1ucdodl.ui-kit-status-legend {
|
|
34394
34648
|
color: #00122e;
|
|
34395
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34396
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34397
|
-
word-break: break-all;
|
|
34398
|
-
display: inline;
|
|
34399
|
-
white-space: normal;
|
|
34400
34649
|
}
|
|
34401
34650
|
|
|
34402
|
-
.
|
|
34403
|
-
margin-
|
|
34404
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34651
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34652
|
+
margin-right: 6px;
|
|
34405
34653
|
}
|
|
34406
34654
|
|
|
34407
|
-
.
|
|
34655
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34656
|
+
margin-left: 8px;
|
|
34408
34657
|
color: rgba(44, 56, 82, 0.6);
|
|
34409
|
-
line-height: 32px;
|
|
34410
|
-
height: 32px;
|
|
34411
|
-
margin-bottom: 0;
|
|
34412
34658
|
}
|
|
34413
34659
|
|
|
34414
|
-
.
|
|
34415
|
-
color: #
|
|
34660
|
+
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34661
|
+
color: #FFFFFF;
|
|
34416
34662
|
}
|
|
34417
34663
|
|
|
34418
|
-
.
|
|
34419
|
-
color: #
|
|
34664
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34665
|
+
background-color: #0080ff;
|
|
34420
34666
|
}
|
|
34421
34667
|
|
|
34422
|
-
.
|
|
34423
|
-
color: #
|
|
34668
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34669
|
+
background-color: #f0483e;
|
|
34424
34670
|
}
|
|
34425
34671
|
|
|
34426
|
-
.
|
|
34427
|
-
color: #
|
|
34672
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34673
|
+
background-color: #fea008;
|
|
34428
34674
|
}
|
|
34429
34675
|
|
|
34430
|
-
.
|
|
34431
|
-
color:
|
|
34676
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34677
|
+
background-color: #00ba5d;
|
|
34432
34678
|
}
|
|
34433
34679
|
|
|
34434
|
-
.
|
|
34435
|
-
|
|
34436
|
-
color: #00122e;
|
|
34680
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34681
|
+
background-color: #6b7d99;
|
|
34437
34682
|
}
|
|
34438
34683
|
|
|
34439
|
-
.
|
|
34440
|
-
|
|
34441
|
-
margin-right: 6px;
|
|
34684
|
+
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34685
|
+
background-color: #7E41FF;
|
|
34442
34686
|
}
|
|
34443
34687
|
|
|
34444
|
-
.
|
|
34445
|
-
|
|
34446
|
-
|
|
34447
|
-
|
|
34448
|
-
|
|
34688
|
+
.E_s1qj66nc {
|
|
34689
|
+
width: 8px;
|
|
34690
|
+
height: 8px;
|
|
34691
|
+
border-radius: 50%;
|
|
34692
|
+
display: inline-block;
|
|
34449
34693
|
}
|
|
34450
34694
|
|
|
34451
|
-
.
|
|
34452
|
-
width:
|
|
34453
|
-
|
|
34454
|
-
|
|
34455
|
-
|
|
34695
|
+
.E_s5x1boq {
|
|
34696
|
+
width: 8px;
|
|
34697
|
+
height: 8px;
|
|
34698
|
+
border-radius: 2px;
|
|
34699
|
+
display: inline-block;
|
|
34456
34700
|
}
|
|
34457
34701
|
|
|
34458
|
-
.
|
|
34459
|
-
|
|
34460
|
-
border-radius: 8px;
|
|
34461
|
-
overflow: auto;
|
|
34462
|
-
}
|
|
34463
|
-
|
|
34464
|
-
.E_tmoyoag .ant-list {
|
|
34465
|
-
position: relative;
|
|
34466
|
-
}
|
|
34467
|
-
|
|
34468
|
-
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
34469
|
-
border-bottom: none;
|
|
34470
|
-
}
|
|
34471
|
-
|
|
34472
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34473
|
-
position: sticky;
|
|
34474
|
-
top: 0;
|
|
34475
|
-
z-index: 2;
|
|
34476
|
-
display: flex;
|
|
34477
|
-
padding: 8px;
|
|
34478
|
-
flex-wrap: nowrap;
|
|
34479
|
-
justify-content: flex-start;
|
|
34480
|
-
background: #f2f5fa;
|
|
34481
|
-
font-size: 14px;
|
|
34482
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34483
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34484
|
-
}
|
|
34485
|
-
|
|
34486
|
-
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
34487
|
-
align-items: inherit;
|
|
34488
|
-
}
|
|
34489
|
-
|
|
34490
|
-
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
34491
|
-
margin-bottom: 0;
|
|
34492
|
-
}
|
|
34493
|
-
|
|
34494
|
-
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
34495
|
-
display: flex;
|
|
34496
|
-
justify-content: flex-start;
|
|
34497
|
-
align-items: flex-start;
|
|
34498
|
-
flex-wrap: wrap;
|
|
34499
|
-
padding: 8px;
|
|
34500
|
-
border: none;
|
|
34501
|
-
}
|
|
34502
|
-
|
|
34503
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
34504
|
-
flex-basis: 100%;
|
|
34505
|
-
margin: 12px 0 0;
|
|
34506
|
-
order: 99;
|
|
34507
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34508
|
-
}
|
|
34509
|
-
|
|
34510
|
-
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
34511
|
-
color: #f0483e;
|
|
34512
|
-
flex-basis: 100%;
|
|
34513
|
-
order: 98;
|
|
34514
|
-
margin: 12px 0 0;
|
|
34515
|
-
}
|
|
34516
|
-
|
|
34517
|
-
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
34518
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34519
|
-
}
|
|
34520
|
-
|
|
34521
|
-
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
34522
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
34523
|
-
}
|
|
34524
|
-
|
|
34525
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
34526
|
-
flex: 1 0 0;
|
|
34527
|
-
overflow: hidden;
|
|
34528
|
-
}
|
|
34529
|
-
|
|
34530
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
34531
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34532
|
-
margin: 0;
|
|
34533
|
-
}
|
|
34534
|
-
|
|
34535
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
34536
|
-
text-align: center;
|
|
34537
|
-
}
|
|
34538
|
-
|
|
34539
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-center .ant-form-item-control-input-content > * {
|
|
34540
|
-
text-align: center;
|
|
34541
|
-
}
|
|
34542
|
-
|
|
34543
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
34544
|
-
text-align: left;
|
|
34545
|
-
}
|
|
34546
|
-
|
|
34547
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-left .ant-form-item-control-input-content > * {
|
|
34548
|
-
text-align: left;
|
|
34549
|
-
}
|
|
34550
|
-
|
|
34551
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
34552
|
-
text-align: right;
|
|
34553
|
-
}
|
|
34554
|
-
|
|
34555
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content, .E_tmoyoag .ant-list .eagle-table-form-cell.align-right .ant-form-item-control-input-content > * {
|
|
34556
|
-
text-align: right;
|
|
34557
|
-
}
|
|
34558
|
-
|
|
34559
|
-
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
34560
|
-
margin-right: 8px;
|
|
34561
|
-
}
|
|
34562
|
-
|
|
34563
|
-
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
34564
|
-
padding: 4px;
|
|
34565
|
-
width: 24px;
|
|
34566
|
-
height: 24px;
|
|
34567
|
-
overflow: hidden;
|
|
34568
|
-
}
|
|
34569
|
-
|
|
34570
|
-
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
34571
|
-
padding: 0;
|
|
34572
|
-
}
|
|
34573
|
-
|
|
34574
|
-
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
34575
|
-
cursor: not-allowed;
|
|
34576
|
-
opacity: 0.5;
|
|
34577
|
-
}
|
|
34578
|
-
|
|
34579
|
-
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
34580
|
-
margin: 0;
|
|
34581
|
-
}
|
|
34582
|
-
|
|
34583
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
34584
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
34585
|
-
border-radius: 5px;
|
|
34586
|
-
font-size: 12px;
|
|
34587
|
-
}
|
|
34588
|
-
|
|
34589
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
34590
|
-
font-size: inherit;
|
|
34591
|
-
}
|
|
34592
|
-
|
|
34593
|
-
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
34594
|
-
min-height: 24px;
|
|
34595
|
-
font-size: 12px;
|
|
34596
|
-
position: relative;
|
|
34597
|
-
}
|
|
34598
|
-
|
|
34599
|
-
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
34600
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
34601
|
-
}
|
|
34602
|
-
|
|
34603
|
-
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
34604
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34605
|
-
}
|
|
34606
|
-
|
|
34607
|
-
.E_a138syjm {
|
|
34608
|
-
display: flex;
|
|
34609
|
-
align-items: center;
|
|
34610
|
-
margin-top: 8px;
|
|
34611
|
-
}
|
|
34612
|
-
|
|
34613
|
-
.E_a138syjm button.ant-btn {
|
|
34614
|
-
padding: 2px 8px;
|
|
34615
|
-
height: 24px;
|
|
34616
|
-
}
|
|
34617
|
-
|
|
34618
|
-
.E_a138syjm > span.maximum-desc {
|
|
34619
|
-
display: none;
|
|
34620
|
-
margin-left: 8px;
|
|
34621
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34622
|
-
}
|
|
34623
|
-
|
|
34624
|
-
.E_a138syjm > span.maximum-desc.disabled {
|
|
34625
|
-
display: inline;
|
|
34626
|
-
}
|
|
34627
|
-
|
|
34628
|
-
.E_d77i8u0 {
|
|
34629
|
-
width: 24px;
|
|
34630
|
-
height: 24px;
|
|
34631
|
-
padding: 4px;
|
|
34632
|
-
margin-right: 8px;
|
|
34633
|
-
}
|
|
34634
|
-
|
|
34635
|
-
.E_l1ucdodl {
|
|
34636
|
-
margin: 0;
|
|
34637
|
-
border-radius: 20px;
|
|
34638
|
-
padding: 2px 10px;
|
|
34639
|
-
height: 22px;
|
|
34640
|
-
display: flex;
|
|
34641
|
-
align-items: center;
|
|
34642
|
-
}
|
|
34643
|
-
|
|
34644
|
-
.E_l1ucdodl.ui-kit-status-legend.on-tint {
|
|
34645
|
-
color: #FFFFFF;
|
|
34646
|
-
}
|
|
34647
|
-
|
|
34648
|
-
.E_l1ucdodl.tag-hover {
|
|
34649
|
-
cursor: pointer;
|
|
34650
|
-
}
|
|
34651
|
-
|
|
34652
|
-
.E_l1ucdodl.ui-kit-status-legend {
|
|
34653
|
-
color: #00122e;
|
|
34654
|
-
}
|
|
34655
|
-
|
|
34656
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-icon {
|
|
34657
|
-
margin-right: 6px;
|
|
34658
|
-
}
|
|
34659
|
-
|
|
34660
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number {
|
|
34661
|
-
margin-left: 8px;
|
|
34662
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34663
|
-
}
|
|
34664
|
-
|
|
34665
|
-
.E_l1ucdodl.ui-kit-status-legend .ui-kit-status-legend-number.ui-kit-status-legend-number.on-tint {
|
|
34666
|
-
color: #FFFFFF;
|
|
34667
|
-
}
|
|
34668
|
-
|
|
34669
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-blue .ui-kit-status-legend-icon {
|
|
34670
|
-
background-color: #0080ff;
|
|
34671
|
-
}
|
|
34672
|
-
|
|
34673
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-red .ui-kit-status-legend-icon {
|
|
34674
|
-
background-color: #f0483e;
|
|
34675
|
-
}
|
|
34676
|
-
|
|
34677
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-yellow .ui-kit-status-legend-icon {
|
|
34678
|
-
background-color: #fea008;
|
|
34679
|
-
}
|
|
34680
|
-
|
|
34681
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-green .ui-kit-status-legend-icon {
|
|
34682
|
-
background-color: #00ba5d;
|
|
34683
|
-
}
|
|
34684
|
-
|
|
34685
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-gray .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34686
|
-
background-color: #6b7d99;
|
|
34687
|
-
}
|
|
34688
|
-
|
|
34689
|
-
.E_l1ucdodl.ui-kit-status-legend.eagle-legend-purple .ui-kit-status-legend-icon:not(.ui-kit-status-legend-icon-loading) {
|
|
34690
|
-
background-color: #7E41FF;
|
|
34691
|
-
}
|
|
34692
|
-
|
|
34693
|
-
.E_s1qj66nc {
|
|
34694
|
-
width: 8px;
|
|
34695
|
-
height: 8px;
|
|
34696
|
-
border-radius: 50%;
|
|
34697
|
-
display: inline-block;
|
|
34698
|
-
}
|
|
34699
|
-
|
|
34700
|
-
.E_s5x1boq {
|
|
34701
|
-
width: 8px;
|
|
34702
|
-
height: 8px;
|
|
34703
|
-
border-radius: 2px;
|
|
34704
|
-
display: inline-block;
|
|
34705
|
-
}
|
|
34706
|
-
|
|
34707
|
-
.E_c1xm185 {
|
|
34708
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34702
|
+
.E_c1xm185 {
|
|
34703
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34709
34704
|
}
|
|
34710
34705
|
|
|
34711
34706
|
.E_c1x5l5qc {
|
|
34712
34707
|
flex: 1;
|
|
34713
34708
|
}
|
|
34714
34709
|
|
|
34710
|
+
.E_i1g85yz3 {
|
|
34711
|
+
margin-right: 4px;
|
|
34712
|
+
height: 16px;
|
|
34713
|
+
}
|
|
34714
|
+
|
|
34715
34715
|
.E_t1gvlxt5 {
|
|
34716
34716
|
min-width: 0;
|
|
34717
34717
|
flex: 1;
|
|
@@ -35185,6 +35185,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35185
35185
|
background-color: #E07F00;
|
|
35186
35186
|
}
|
|
35187
35187
|
|
|
35188
|
+
.E_b1jaupqb {
|
|
35189
|
+
color: #F0483E;
|
|
35190
|
+
}
|
|
35191
|
+
|
|
35188
35192
|
.E_t59qhqp {
|
|
35189
35193
|
background: #FFFFFF;
|
|
35190
35194
|
padding: 24px 32px;
|
|
@@ -35239,10 +35243,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35239
35243
|
color: #00122E;
|
|
35240
35244
|
}
|
|
35241
35245
|
|
|
35242
|
-
.E_b1jaupqb {
|
|
35243
|
-
color: #F0483E;
|
|
35244
|
-
}
|
|
35245
|
-
|
|
35246
35246
|
.E_s20iney.skeleton-box {
|
|
35247
35247
|
display: flex;
|
|
35248
35248
|
align-items: center;
|
|
@@ -35343,18 +35343,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35343
35343
|
color: #00122e;
|
|
35344
35344
|
}
|
|
35345
35345
|
|
|
35346
|
-
.E_i14c7jc8 {
|
|
35347
|
-
color: var(--i14c7jc8-0);
|
|
35348
|
-
}
|
|
35349
|
-
|
|
35350
|
-
.E_i1ibuolf {
|
|
35351
|
-
display: flex;
|
|
35352
|
-
align-items: center;
|
|
35353
|
-
column-gap: 4px;
|
|
35354
|
-
font-size: 12px;
|
|
35355
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35356
|
-
}
|
|
35357
|
-
|
|
35358
35346
|
.E_d1u4ndxc {
|
|
35359
35347
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35360
35348
|
font-size: 12px;
|
|
@@ -35386,113 +35374,101 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35386
35374
|
transform: translateX(100%);
|
|
35387
35375
|
}
|
|
35388
35376
|
}
|
|
35389
|
-
.
|
|
35390
|
-
|
|
35391
|
-
height: 246px;
|
|
35392
|
-
border-radius: 4px;
|
|
35393
|
-
}
|
|
35394
|
-
|
|
35395
|
-
.E_clm1wy1 > .ant-picker-calendar,
|
|
35396
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35397
|
-
width: 100%;
|
|
35398
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
35399
|
-
border-top: none;
|
|
35400
|
-
}
|
|
35401
|
-
|
|
35402
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35403
|
-
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35404
|
-
padding: 0 16px;
|
|
35377
|
+
.E_i14c7jc8 {
|
|
35378
|
+
color: var(--i14c7jc8-0);
|
|
35405
35379
|
}
|
|
35406
35380
|
|
|
35407
|
-
.
|
|
35408
|
-
|
|
35409
|
-
|
|
35410
|
-
|
|
35411
|
-
|
|
35381
|
+
.E_i1ibuolf {
|
|
35382
|
+
display: flex;
|
|
35383
|
+
align-items: center;
|
|
35384
|
+
column-gap: 4px;
|
|
35385
|
+
font-size: 12px;
|
|
35386
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35412
35387
|
}
|
|
35413
35388
|
|
|
35414
|
-
.
|
|
35415
|
-
|
|
35416
|
-
|
|
35389
|
+
.E_s1ebs0ra {
|
|
35390
|
+
display: flex;
|
|
35391
|
+
align-items: center;
|
|
35392
|
+
justify-content: space-between;
|
|
35393
|
+
background: #edf0f7;
|
|
35394
|
+
padding: 8px 12px;
|
|
35395
|
+
position: sticky;
|
|
35396
|
+
top: 0;
|
|
35397
|
+
z-index: 1;
|
|
35398
|
+
margin-bottom: -52px;
|
|
35417
35399
|
}
|
|
35418
35400
|
|
|
35419
|
-
.
|
|
35420
|
-
|
|
35421
|
-
|
|
35401
|
+
.E_s1ebs0ra .select-total {
|
|
35402
|
+
display: flex;
|
|
35403
|
+
align-items: center;
|
|
35404
|
+
font-weight: 700;
|
|
35405
|
+
flex-shrink: 0;
|
|
35422
35406
|
}
|
|
35423
35407
|
|
|
35424
|
-
.
|
|
35425
|
-
|
|
35426
|
-
|
|
35408
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
35409
|
+
cursor: pointer;
|
|
35410
|
+
margin-left: 8px;
|
|
35411
|
+
width: 32px;
|
|
35412
|
+
height: 32px;
|
|
35413
|
+
border-radius: 50%;
|
|
35414
|
+
justify-content: center;
|
|
35427
35415
|
}
|
|
35428
35416
|
|
|
35429
|
-
.
|
|
35430
|
-
|
|
35431
|
-
opacity: 0.4;
|
|
35417
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
35418
|
+
background: rgba(225, 230, 241, 0.6);
|
|
35432
35419
|
}
|
|
35433
35420
|
|
|
35434
|
-
.
|
|
35435
|
-
|
|
35436
|
-
|
|
35421
|
+
.E_s1ebs0ra .action-group {
|
|
35422
|
+
flex: 1;
|
|
35423
|
+
margin-left: 88px;
|
|
35424
|
+
white-space: nowrap;
|
|
35425
|
+
text-align: right;
|
|
35426
|
+
position: relative;
|
|
35427
|
+
padding: 4px 0;
|
|
35428
|
+
margin-top: -4px;
|
|
35429
|
+
overflow: hidden;
|
|
35437
35430
|
}
|
|
35438
35431
|
|
|
35439
|
-
.
|
|
35440
|
-
|
|
35432
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
35433
|
+
transform: translateY(-4px);
|
|
35441
35434
|
}
|
|
35442
35435
|
|
|
35443
|
-
.
|
|
35444
|
-
|
|
35436
|
+
.E_s1ebs0ra .action-group button {
|
|
35437
|
+
border: none;
|
|
35445
35438
|
}
|
|
35446
35439
|
|
|
35447
|
-
.
|
|
35448
|
-
|
|
35449
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35450
|
-
backdrop-filter: blur(10px);
|
|
35451
|
-
padding: 7px 10px;
|
|
35440
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35441
|
+
margin-right: 8px;
|
|
35452
35442
|
}
|
|
35453
35443
|
|
|
35454
|
-
.
|
|
35455
|
-
|
|
35456
|
-
display: flex;
|
|
35457
|
-
justify-content: space-between;
|
|
35458
|
-
align-items: center;
|
|
35459
|
-
padding: 8px 16px;
|
|
35444
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35445
|
+
margin-right: 4px;
|
|
35460
35446
|
}
|
|
35461
35447
|
|
|
35462
|
-
.
|
|
35448
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35463
35449
|
cursor: pointer;
|
|
35464
|
-
|
|
35465
|
-
|
|
35466
|
-
.E_c167wnad .anticon:hover {
|
|
35467
|
-
color: #0096ff;
|
|
35468
|
-
}
|
|
35469
|
-
|
|
35470
|
-
.E_cxhf7dh {
|
|
35471
|
-
text-align: center;
|
|
35472
|
-
}
|
|
35473
|
-
|
|
35474
|
-
.E_cxhf7dh .dots {
|
|
35475
|
-
display: flex;
|
|
35450
|
+
width: 32px;
|
|
35451
|
+
height: 32px;
|
|
35476
35452
|
justify-content: center;
|
|
35453
|
+
border-radius: 50%;
|
|
35477
35454
|
}
|
|
35478
35455
|
|
|
35479
|
-
.
|
|
35480
|
-
|
|
35481
|
-
width: 2px;
|
|
35482
|
-
height: 2px;
|
|
35483
|
-
border-radius: 1px;
|
|
35484
|
-
background: #0096ff;
|
|
35456
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35457
|
+
background: #fff;
|
|
35485
35458
|
}
|
|
35486
35459
|
|
|
35487
|
-
.
|
|
35488
|
-
|
|
35460
|
+
.E_skwah65 {
|
|
35461
|
+
height: 8px;
|
|
35462
|
+
box-sizing: border-box;
|
|
35463
|
+
border-radius: 2px;
|
|
35464
|
+
background: #f5f7fa;
|
|
35465
|
+
display: flex;
|
|
35466
|
+
width: 100%;
|
|
35467
|
+
overflow: hidden;
|
|
35489
35468
|
}
|
|
35490
35469
|
|
|
35491
|
-
.
|
|
35492
|
-
|
|
35493
|
-
height: 2px;
|
|
35494
|
-
background: #0096ff;
|
|
35495
|
-
border-radius: 2px;
|
|
35470
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
35471
|
+
margin-left: 1px;
|
|
35496
35472
|
}
|
|
35497
35473
|
|
|
35498
35474
|
.E_c18bcrac {
|
|
@@ -35548,460 +35524,620 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35548
35524
|
margin-right: 4px;
|
|
35549
35525
|
}
|
|
35550
35526
|
|
|
35551
|
-
.
|
|
35552
|
-
|
|
35553
|
-
|
|
35554
|
-
|
|
35555
|
-
|
|
35527
|
+
span.E_tqjc4ui {
|
|
35528
|
+
margin: 0 2px;
|
|
35529
|
+
}
|
|
35530
|
+
|
|
35531
|
+
.E_n12mqh7z {
|
|
35556
35532
|
display: flex;
|
|
35557
|
-
|
|
35533
|
+
align-items: center;
|
|
35534
|
+
font-size: 12px;
|
|
35535
|
+
line-height: 18px;
|
|
35536
|
+
}
|
|
35537
|
+
|
|
35538
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35539
|
+
margin-bottom: 4px;
|
|
35540
|
+
}
|
|
35541
|
+
|
|
35542
|
+
.E_tf5bynu {
|
|
35543
|
+
margin: 0 3px;
|
|
35544
|
+
}
|
|
35545
|
+
|
|
35546
|
+
.E_tcckoz1 {
|
|
35547
|
+
max-height: 400px;
|
|
35548
|
+
overflow: auto;
|
|
35549
|
+
}
|
|
35550
|
+
|
|
35551
|
+
.E_ou7iq30 {
|
|
35558
35552
|
overflow: hidden;
|
|
35553
|
+
text-overflow: ellipsis;
|
|
35559
35554
|
}
|
|
35560
35555
|
|
|
35561
|
-
.
|
|
35562
|
-
|
|
35556
|
+
.E_s1tui002 {
|
|
35557
|
+
white-space: nowrap;
|
|
35563
35558
|
}
|
|
35564
35559
|
|
|
35565
|
-
.
|
|
35560
|
+
.E_mxrc2zg {
|
|
35561
|
+
display: -webkit-box;
|
|
35562
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35563
|
+
-webkit-box-orient: vertical;
|
|
35564
|
+
word-break: break-all;
|
|
35565
|
+
}
|
|
35566
|
+
|
|
35567
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35568
|
+
display: none;
|
|
35569
|
+
}
|
|
35570
|
+
|
|
35571
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35572
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35573
|
+
border-radius: 4px;
|
|
35574
|
+
}
|
|
35575
|
+
|
|
35576
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35577
|
+
visibility: hidden;
|
|
35578
|
+
}
|
|
35579
|
+
|
|
35580
|
+
.E_c1up1pdz {
|
|
35581
|
+
width: 648px;
|
|
35582
|
+
}
|
|
35583
|
+
|
|
35584
|
+
.E_c1up1pdz.active {
|
|
35585
|
+
border-color: #0080ff;
|
|
35586
|
+
}
|
|
35587
|
+
|
|
35588
|
+
.E_c1up1pdz.active > header {
|
|
35589
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35590
|
+
}
|
|
35591
|
+
|
|
35592
|
+
.E_c1up1pdz .expand {
|
|
35593
|
+
padding: 12px;
|
|
35594
|
+
}
|
|
35595
|
+
|
|
35596
|
+
.E_c1up1pdz .field-item {
|
|
35566
35597
|
display: flex;
|
|
35567
|
-
|
|
35568
|
-
|
|
35569
|
-
background: #edf0f7;
|
|
35570
|
-
padding: 8px 12px;
|
|
35571
|
-
position: sticky;
|
|
35572
|
-
top: 0;
|
|
35573
|
-
z-index: 1;
|
|
35574
|
-
margin-bottom: -52px;
|
|
35598
|
+
padding: 10px 0;
|
|
35599
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35575
35600
|
}
|
|
35576
35601
|
|
|
35577
|
-
.
|
|
35602
|
+
.E_c1up1pdz .field-item:last-child {
|
|
35603
|
+
border-bottom: none;
|
|
35604
|
+
padding-bottom: 0;
|
|
35605
|
+
}
|
|
35606
|
+
|
|
35607
|
+
.E_c1up1pdz .field-item label {
|
|
35608
|
+
line-height: 32px;
|
|
35609
|
+
width: 100px;
|
|
35610
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35611
|
+
}
|
|
35612
|
+
|
|
35613
|
+
.E_c1up1pdz .help {
|
|
35614
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35615
|
+
margin-top: 5px;
|
|
35616
|
+
}
|
|
35617
|
+
|
|
35618
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
35619
|
+
.E_c1up1pdz .ant-picker {
|
|
35620
|
+
width: 128px;
|
|
35621
|
+
}
|
|
35622
|
+
|
|
35623
|
+
.E_c156wh19 {
|
|
35578
35624
|
display: flex;
|
|
35579
35625
|
align-items: center;
|
|
35580
|
-
|
|
35581
|
-
|
|
35626
|
+
justify-content: space-between;
|
|
35627
|
+
word-break: keep-all;
|
|
35582
35628
|
}
|
|
35583
35629
|
|
|
35584
|
-
.
|
|
35585
|
-
|
|
35586
|
-
margin-left: 8px;
|
|
35587
|
-
width: 32px;
|
|
35588
|
-
height: 32px;
|
|
35589
|
-
border-radius: 50%;
|
|
35590
|
-
justify-content: center;
|
|
35630
|
+
.E_c156wh19 .title {
|
|
35631
|
+
margin: 0 16px 0 8px;
|
|
35591
35632
|
}
|
|
35592
35633
|
|
|
35593
|
-
.
|
|
35594
|
-
|
|
35634
|
+
.E_c156wh19 .retain {
|
|
35635
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35595
35636
|
}
|
|
35596
35637
|
|
|
35597
|
-
.
|
|
35638
|
+
.E_c156wh19 div.left {
|
|
35598
35639
|
flex: 1;
|
|
35599
|
-
|
|
35640
|
+
display: flex;
|
|
35641
|
+
overflow: hidden;
|
|
35642
|
+
align-items: center;
|
|
35643
|
+
justify-content: flex-start;
|
|
35600
35644
|
white-space: nowrap;
|
|
35601
|
-
|
|
35602
|
-
|
|
35603
|
-
|
|
35604
|
-
|
|
35645
|
+
}
|
|
35646
|
+
|
|
35647
|
+
.E_c156wh19 div.left .title {
|
|
35648
|
+
max-width: 100%;
|
|
35605
35649
|
overflow: hidden;
|
|
35650
|
+
text-overflow: ellipsis;
|
|
35606
35651
|
}
|
|
35607
35652
|
|
|
35608
|
-
.
|
|
35609
|
-
|
|
35653
|
+
.E_c156wh19 div.right {
|
|
35654
|
+
display: flex;
|
|
35655
|
+
align-items: center;
|
|
35610
35656
|
}
|
|
35611
35657
|
|
|
35612
|
-
.
|
|
35613
|
-
|
|
35658
|
+
.E_c156wh19 .reverse {
|
|
35659
|
+
display: flex;
|
|
35660
|
+
flex-direction: row-reverse;
|
|
35661
|
+
align-items: center;
|
|
35614
35662
|
}
|
|
35615
35663
|
|
|
35616
|
-
.
|
|
35664
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
35665
|
+
margin-left: 8px;
|
|
35666
|
+
}
|
|
35667
|
+
|
|
35668
|
+
.E_c156wh19 .close {
|
|
35669
|
+
padding-left: 14px;
|
|
35670
|
+
margin-left: 14px;
|
|
35671
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35672
|
+
cursor: pointer;
|
|
35673
|
+
}
|
|
35674
|
+
|
|
35675
|
+
.E_m126spxy {
|
|
35676
|
+
padding-bottom: 4px;
|
|
35677
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35678
|
+
}
|
|
35679
|
+
|
|
35680
|
+
.E_m126spxy .ant-btn.ant-btn-link {
|
|
35681
|
+
padding: 1px 10px;
|
|
35682
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35683
|
+
border-radius: 4px;
|
|
35684
|
+
}
|
|
35685
|
+
|
|
35686
|
+
.E_m126spxy .ant-btn.ant-btn-link.active {
|
|
35687
|
+
background: rgba(0, 128, 255, 0.1);
|
|
35688
|
+
color: #0096ff;
|
|
35689
|
+
}
|
|
35690
|
+
|
|
35691
|
+
.E_wpbf4pq {
|
|
35692
|
+
padding: 10px 0;
|
|
35693
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
35694
|
+
}
|
|
35695
|
+
|
|
35696
|
+
.E_wpbf4pq .ant-input,
|
|
35697
|
+
.E_wpbf4pq .ant-picker {
|
|
35698
|
+
width: 80px;
|
|
35699
|
+
margin: 0 9px;
|
|
35700
|
+
text-align: center;
|
|
35701
|
+
}
|
|
35702
|
+
|
|
35703
|
+
.E_wpbf4pq .options {
|
|
35704
|
+
padding: 12px 0 12px 16px;
|
|
35705
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35706
|
+
margin: 5px 0 5px 8px;
|
|
35707
|
+
}
|
|
35708
|
+
|
|
35709
|
+
.E_wpbf4pq .week-day-option,
|
|
35710
|
+
.E_wpbf4pq .month-day-option {
|
|
35711
|
+
background: #f5f7fa;
|
|
35712
|
+
box-sizing: border-box;
|
|
35713
|
+
border-radius: 16px;
|
|
35617
35714
|
margin-right: 8px;
|
|
35618
35715
|
}
|
|
35619
35716
|
|
|
35620
|
-
.
|
|
35621
|
-
|
|
35717
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35718
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35719
|
+
color: inherit;
|
|
35720
|
+
border-color: #d9d9d9;
|
|
35622
35721
|
}
|
|
35623
35722
|
|
|
35624
|
-
.
|
|
35625
|
-
|
|
35723
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35724
|
+
background-color: #0096ff;
|
|
35725
|
+
border-color: #0096ff;
|
|
35726
|
+
color: #fff;
|
|
35727
|
+
}
|
|
35728
|
+
|
|
35729
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35730
|
+
width: 110px;
|
|
35731
|
+
margin-top: 4px;
|
|
35732
|
+
}
|
|
35733
|
+
|
|
35734
|
+
.E_wpbf4pq .month-day-option {
|
|
35626
35735
|
width: 32px;
|
|
35627
|
-
|
|
35628
|
-
|
|
35629
|
-
|
|
35736
|
+
padding: 0;
|
|
35737
|
+
margin-bottom: 8px;
|
|
35738
|
+
}
|
|
35739
|
+
|
|
35740
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35741
|
+
background-color: #0096ff;
|
|
35742
|
+
border-color: #0096ff;
|
|
35743
|
+
color: #fff;
|
|
35744
|
+
}
|
|
35745
|
+
|
|
35746
|
+
.E_clm1wy1 {
|
|
35747
|
+
width: 192px;
|
|
35748
|
+
height: 246px;
|
|
35749
|
+
border-radius: 4px;
|
|
35750
|
+
}
|
|
35751
|
+
|
|
35752
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35753
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35754
|
+
width: 100%;
|
|
35755
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35756
|
+
border-top: none;
|
|
35757
|
+
}
|
|
35758
|
+
|
|
35759
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35760
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35761
|
+
padding: 0 16px;
|
|
35762
|
+
}
|
|
35763
|
+
|
|
35764
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35765
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35766
|
+
width: 100%;
|
|
35767
|
+
height: 180px;
|
|
35768
|
+
border-spacing: 0;
|
|
35769
|
+
}
|
|
35770
|
+
|
|
35771
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35772
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35773
|
+
margin-bottom: 8px;
|
|
35774
|
+
}
|
|
35775
|
+
|
|
35776
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35777
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35778
|
+
width: 22px;
|
|
35779
|
+
}
|
|
35780
|
+
|
|
35781
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35782
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35783
|
+
padding: 0;
|
|
35630
35784
|
}
|
|
35631
35785
|
|
|
35632
|
-
.
|
|
35633
|
-
|
|
35786
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35787
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35788
|
+
opacity: 0.4;
|
|
35634
35789
|
}
|
|
35635
35790
|
|
|
35636
|
-
.
|
|
35637
|
-
|
|
35638
|
-
|
|
35639
|
-
font-size: 12px;
|
|
35640
|
-
line-height: 18px;
|
|
35791
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35792
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35793
|
+
opacity: 1;
|
|
35641
35794
|
}
|
|
35642
35795
|
|
|
35643
|
-
.
|
|
35644
|
-
|
|
35796
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35797
|
+
color: #3e4652;
|
|
35645
35798
|
}
|
|
35646
35799
|
|
|
35647
|
-
.
|
|
35648
|
-
|
|
35800
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35801
|
+
pointer-events: none;
|
|
35649
35802
|
}
|
|
35650
35803
|
|
|
35651
|
-
.
|
|
35652
|
-
|
|
35653
|
-
|
|
35804
|
+
.E_t1tsm00v {
|
|
35805
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35806
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35807
|
+
backdrop-filter: blur(10px);
|
|
35808
|
+
padding: 7px 10px;
|
|
35654
35809
|
}
|
|
35655
35810
|
|
|
35656
|
-
.
|
|
35657
|
-
|
|
35658
|
-
|
|
35811
|
+
.E_c167wnad {
|
|
35812
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35813
|
+
display: flex;
|
|
35814
|
+
justify-content: space-between;
|
|
35815
|
+
align-items: center;
|
|
35816
|
+
padding: 8px 16px;
|
|
35659
35817
|
}
|
|
35660
35818
|
|
|
35661
|
-
.
|
|
35662
|
-
|
|
35819
|
+
.E_c167wnad .anticon {
|
|
35820
|
+
cursor: pointer;
|
|
35663
35821
|
}
|
|
35664
35822
|
|
|
35665
|
-
.
|
|
35666
|
-
|
|
35667
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35668
|
-
-webkit-box-orient: vertical;
|
|
35669
|
-
word-break: break-all;
|
|
35823
|
+
.E_c167wnad .anticon:hover {
|
|
35824
|
+
color: #0096ff;
|
|
35670
35825
|
}
|
|
35671
35826
|
|
|
35672
|
-
.
|
|
35673
|
-
|
|
35827
|
+
.E_cxhf7dh {
|
|
35828
|
+
text-align: center;
|
|
35674
35829
|
}
|
|
35675
35830
|
|
|
35676
|
-
.
|
|
35677
|
-
|
|
35678
|
-
|
|
35831
|
+
.E_cxhf7dh .dots {
|
|
35832
|
+
display: flex;
|
|
35833
|
+
justify-content: center;
|
|
35679
35834
|
}
|
|
35680
35835
|
|
|
35681
|
-
.
|
|
35682
|
-
|
|
35836
|
+
.E_cxhf7dh .dot {
|
|
35837
|
+
display: inline-block;
|
|
35838
|
+
width: 2px;
|
|
35839
|
+
height: 2px;
|
|
35840
|
+
border-radius: 1px;
|
|
35841
|
+
background: #0096ff;
|
|
35683
35842
|
}
|
|
35684
35843
|
|
|
35685
|
-
.
|
|
35686
|
-
|
|
35844
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35845
|
+
margin-right: 2px;
|
|
35687
35846
|
}
|
|
35688
35847
|
|
|
35689
|
-
.
|
|
35690
|
-
|
|
35848
|
+
.E_cxhf7dh .bar {
|
|
35849
|
+
width: 9px;
|
|
35850
|
+
height: 2px;
|
|
35851
|
+
background: #0096ff;
|
|
35852
|
+
border-radius: 2px;
|
|
35691
35853
|
}
|
|
35692
35854
|
|
|
35693
|
-
.
|
|
35694
|
-
|
|
35855
|
+
.E_gmyahx3 {
|
|
35856
|
+
cursor: pointer;
|
|
35695
35857
|
}
|
|
35696
35858
|
|
|
35697
|
-
.
|
|
35698
|
-
|
|
35859
|
+
.E_gmyahx3 .link-text {
|
|
35860
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35699
35861
|
}
|
|
35700
35862
|
|
|
35701
|
-
.
|
|
35702
|
-
|
|
35863
|
+
.E_gmyahx3:hover .link-text {
|
|
35864
|
+
color: #0080ff;
|
|
35703
35865
|
}
|
|
35704
35866
|
|
|
35705
|
-
.
|
|
35706
|
-
|
|
35867
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
35868
|
+
background: #edf0f7;
|
|
35869
|
+
padding: 32px 8px;
|
|
35870
|
+
overflow: auto;
|
|
35707
35871
|
}
|
|
35708
35872
|
|
|
35709
|
-
.
|
|
35710
|
-
|
|
35873
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
35874
|
+
display: flex;
|
|
35875
|
+
flex-direction: column;
|
|
35876
|
+
justify-content: space-between;
|
|
35711
35877
|
}
|
|
35712
35878
|
|
|
35713
|
-
.
|
|
35714
|
-
|
|
35879
|
+
.E_s1at6qmn footer {
|
|
35880
|
+
display: flex;
|
|
35715
35881
|
}
|
|
35716
35882
|
|
|
35717
|
-
.
|
|
35718
|
-
|
|
35719
|
-
justify-content: space-between;
|
|
35883
|
+
.E_s1at6qmn .ant-menu {
|
|
35884
|
+
background: #edf0f7;
|
|
35720
35885
|
}
|
|
35721
35886
|
|
|
35722
|
-
.
|
|
35723
|
-
|
|
35887
|
+
.E_s1at6qmn .ant-menu a {
|
|
35888
|
+
color: #00122e;
|
|
35889
|
+
width: 180px;
|
|
35724
35890
|
overflow: hidden;
|
|
35725
35891
|
text-overflow: ellipsis;
|
|
35726
35892
|
}
|
|
35727
35893
|
|
|
35728
|
-
.
|
|
35729
|
-
|
|
35730
|
-
justify-content: space-between;
|
|
35731
|
-
align-items: center;
|
|
35732
|
-
padding: 8px;
|
|
35733
|
-
min-height: 32px;
|
|
35734
|
-
}
|
|
35735
|
-
|
|
35736
|
-
.E_t4zczcp .table-title {
|
|
35737
|
-
color: rgba(44, 56, 82, 0.6);
|
|
35738
|
-
font-weight: 600;
|
|
35739
|
-
font-size: 12px;
|
|
35740
|
-
line-height: 8px;
|
|
35894
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
35895
|
+
margin-bottom: 24px;
|
|
35741
35896
|
}
|
|
35742
35897
|
|
|
35743
|
-
.
|
|
35744
|
-
|
|
35745
|
-
color: rgba(10, 37, 85, 0.6);
|
|
35746
|
-
cursor: pointer;
|
|
35898
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
35899
|
+
margin: 0;
|
|
35747
35900
|
}
|
|
35748
35901
|
|
|
35749
|
-
.
|
|
35902
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
35750
35903
|
font-size: 12px;
|
|
35904
|
+
padding: 0 8px 4px;
|
|
35751
35905
|
line-height: 18px;
|
|
35752
35906
|
}
|
|
35753
35907
|
|
|
35754
|
-
.
|
|
35755
|
-
|
|
35756
|
-
padding: 8px 0;
|
|
35757
|
-
color: #2d3a56;
|
|
35908
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
35909
|
+
padding: 0;
|
|
35758
35910
|
}
|
|
35759
35911
|
|
|
35760
|
-
.
|
|
35761
|
-
|
|
35912
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
35913
|
+
padding-bottom: 24px;
|
|
35762
35914
|
}
|
|
35763
35915
|
|
|
35764
|
-
.
|
|
35765
|
-
|
|
35916
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
35917
|
+
margin-bottom: 24px;
|
|
35918
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
35766
35919
|
}
|
|
35767
35920
|
|
|
35768
|
-
.
|
|
35769
|
-
|
|
35770
|
-
|
|
35771
|
-
|
|
35772
|
-
|
|
35921
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
35922
|
+
transition: none;
|
|
35923
|
+
display: flex;
|
|
35924
|
+
align-items: center;
|
|
35925
|
+
height: 32px;
|
|
35926
|
+
line-height: 22px;
|
|
35927
|
+
padding: 0 8px;
|
|
35773
35928
|
}
|
|
35774
35929
|
|
|
35775
|
-
.
|
|
35776
|
-
|
|
35777
|
-
text-align: left;
|
|
35930
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
35931
|
+
margin-right: 12px;
|
|
35778
35932
|
}
|
|
35779
35933
|
|
|
35780
|
-
.
|
|
35781
|
-
|
|
35934
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
35935
|
+
margin: 0;
|
|
35936
|
+
margin-bottom: 2px;
|
|
35782
35937
|
}
|
|
35783
35938
|
|
|
35784
|
-
.
|
|
35785
|
-
|
|
35786
|
-
|
|
35787
|
-
|
|
35788
|
-
|
|
35939
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
35940
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
35941
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
35942
|
+
border-radius: 6px;
|
|
35943
|
+
color: #fff;
|
|
35789
35944
|
}
|
|
35790
35945
|
|
|
35791
|
-
.
|
|
35792
|
-
|
|
35793
|
-
align-items: center;
|
|
35946
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
35947
|
+
color: #fff;
|
|
35794
35948
|
}
|
|
35795
35949
|
|
|
35796
|
-
.
|
|
35797
|
-
|
|
35950
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
35951
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
35952
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
35953
|
+
border-radius: 6px;
|
|
35798
35954
|
}
|
|
35799
35955
|
|
|
35800
|
-
.
|
|
35801
|
-
|
|
35956
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
35957
|
+
white-space: nowrap;
|
|
35958
|
+
transition: all 0s;
|
|
35802
35959
|
}
|
|
35803
35960
|
|
|
35804
|
-
.
|
|
35805
|
-
|
|
35961
|
+
.E_s1wu0lms.shrink {
|
|
35962
|
+
transition: all 0s;
|
|
35963
|
+
overflow: hidden;
|
|
35806
35964
|
}
|
|
35807
35965
|
|
|
35808
|
-
.
|
|
35809
|
-
|
|
35966
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35967
|
+
visibility: hidden;
|
|
35810
35968
|
}
|
|
35811
35969
|
|
|
35812
|
-
.
|
|
35813
|
-
|
|
35814
|
-
|
|
35815
|
-
justify-content: flex-end;
|
|
35970
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35971
|
+
width: 36px;
|
|
35972
|
+
padding: 0 6px;
|
|
35816
35973
|
}
|
|
35817
35974
|
|
|
35818
|
-
.
|
|
35975
|
+
.E_n1ugzfva {
|
|
35819
35976
|
display: flex;
|
|
35820
|
-
|
|
35821
|
-
width:
|
|
35822
|
-
}
|
|
35823
|
-
|
|
35824
|
-
.E_b1ctd5xy .chart {
|
|
35825
|
-
display: inline-block;
|
|
35826
|
-
width: 100%;
|
|
35977
|
+
place-items: center;
|
|
35978
|
+
width: 100% !important;
|
|
35827
35979
|
}
|
|
35828
35980
|
|
|
35829
|
-
.
|
|
35830
|
-
|
|
35981
|
+
.E_n1ugzfva[disabled] {
|
|
35982
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
35983
|
+
opacity: 1 !important;
|
|
35831
35984
|
}
|
|
35832
35985
|
|
|
35833
|
-
.
|
|
35834
|
-
|
|
35986
|
+
.E_n1ugzfva.ant-btn {
|
|
35987
|
+
width: 100%;
|
|
35988
|
+
color: #00122e;
|
|
35835
35989
|
}
|
|
35836
35990
|
|
|
35837
|
-
|
|
35838
|
-
margin:
|
|
35991
|
+
.E_n1ugzfva .icon-wrapper {
|
|
35992
|
+
margin-right: 12px;
|
|
35839
35993
|
}
|
|
35840
35994
|
|
|
35841
|
-
.
|
|
35842
|
-
|
|
35995
|
+
.E_n1ugzfva .link-title {
|
|
35996
|
+
flex: 1;
|
|
35997
|
+
overflow: hidden;
|
|
35998
|
+
white-space: nowrap;
|
|
35999
|
+
text-overflow: ellipsis;
|
|
36000
|
+
text-align: left;
|
|
35843
36001
|
}
|
|
35844
36002
|
|
|
35845
|
-
.
|
|
35846
|
-
|
|
36003
|
+
.E_t1sqg15u {
|
|
36004
|
+
background: white;
|
|
35847
36005
|
}
|
|
35848
36006
|
|
|
35849
|
-
.
|
|
35850
|
-
|
|
36007
|
+
.E_t1sqg15u.inline .table-row {
|
|
36008
|
+
flex-direction: column;
|
|
35851
36009
|
}
|
|
35852
36010
|
|
|
35853
|
-
.
|
|
35854
|
-
padding:
|
|
36011
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
36012
|
+
padding: 0 16px 7px 0;
|
|
35855
36013
|
}
|
|
35856
36014
|
|
|
35857
|
-
.
|
|
35858
|
-
|
|
35859
|
-
padding: 10px 0;
|
|
35860
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
36015
|
+
.E_t1sqg15u.has-border .table-header {
|
|
36016
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35861
36017
|
}
|
|
35862
36018
|
|
|
35863
|
-
.
|
|
35864
|
-
border-
|
|
35865
|
-
padding-bottom: 0;
|
|
36019
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36020
|
+
border-top: none !important;
|
|
35866
36021
|
}
|
|
35867
36022
|
|
|
35868
|
-
.
|
|
35869
|
-
|
|
35870
|
-
width: 100px;
|
|
35871
|
-
color: rgba(62, 70, 82, 0.6);
|
|
36023
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36024
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35872
36025
|
}
|
|
35873
36026
|
|
|
35874
|
-
.
|
|
35875
|
-
|
|
35876
|
-
margin-top: 5px;
|
|
36027
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36028
|
+
padding-bottom: 0;
|
|
35877
36029
|
}
|
|
35878
36030
|
|
|
35879
|
-
.
|
|
35880
|
-
|
|
35881
|
-
width: 128px;
|
|
36031
|
+
.E_t1sqg15u.align-right .content {
|
|
36032
|
+
text-align: right;
|
|
35882
36033
|
}
|
|
35883
36034
|
|
|
35884
|
-
.
|
|
36035
|
+
.E_t1sqg15u .uuid-row {
|
|
35885
36036
|
display: flex;
|
|
35886
|
-
align-items: center;
|
|
35887
36037
|
justify-content: space-between;
|
|
35888
|
-
word-break: keep-all;
|
|
35889
|
-
}
|
|
35890
|
-
|
|
35891
|
-
.E_c156wh19 .title {
|
|
35892
|
-
margin: 0 16px 0 8px;
|
|
35893
36038
|
}
|
|
35894
36039
|
|
|
35895
|
-
.
|
|
35896
|
-
|
|
36040
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
36041
|
+
white-space: nowrap;
|
|
36042
|
+
overflow: hidden;
|
|
36043
|
+
text-overflow: ellipsis;
|
|
35897
36044
|
}
|
|
35898
36045
|
|
|
35899
|
-
.
|
|
35900
|
-
flex: 1;
|
|
36046
|
+
.E_t4zczcp {
|
|
35901
36047
|
display: flex;
|
|
35902
|
-
|
|
36048
|
+
justify-content: space-between;
|
|
35903
36049
|
align-items: center;
|
|
35904
|
-
|
|
35905
|
-
|
|
36050
|
+
padding: 8px;
|
|
36051
|
+
min-height: 32px;
|
|
35906
36052
|
}
|
|
35907
36053
|
|
|
35908
|
-
.
|
|
35909
|
-
|
|
35910
|
-
|
|
35911
|
-
|
|
36054
|
+
.E_t4zczcp .table-title {
|
|
36055
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36056
|
+
font-weight: 600;
|
|
36057
|
+
font-size: 12px;
|
|
36058
|
+
line-height: 8px;
|
|
35912
36059
|
}
|
|
35913
36060
|
|
|
35914
|
-
.
|
|
35915
|
-
|
|
35916
|
-
|
|
36061
|
+
.E_t4zczcp .edit-icon {
|
|
36062
|
+
font-size: 16px;
|
|
36063
|
+
color: rgba(10, 37, 85, 0.6);
|
|
36064
|
+
cursor: pointer;
|
|
35917
36065
|
}
|
|
35918
36066
|
|
|
35919
|
-
.
|
|
35920
|
-
|
|
35921
|
-
|
|
35922
|
-
align-items: center;
|
|
36067
|
+
.E_t1s7goww {
|
|
36068
|
+
font-size: 12px;
|
|
36069
|
+
line-height: 18px;
|
|
35923
36070
|
}
|
|
35924
36071
|
|
|
35925
|
-
.
|
|
35926
|
-
|
|
36072
|
+
.E_t93e4cf {
|
|
36073
|
+
display: flex;
|
|
36074
|
+
padding: 8px 0;
|
|
36075
|
+
color: #2d3a56;
|
|
35927
36076
|
}
|
|
35928
36077
|
|
|
35929
|
-
.
|
|
35930
|
-
|
|
35931
|
-
margin-left: 14px;
|
|
35932
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
35933
|
-
cursor: pointer;
|
|
36078
|
+
.E_t93e4cf .hidden {
|
|
36079
|
+
display: none;
|
|
35934
36080
|
}
|
|
35935
36081
|
|
|
35936
|
-
.
|
|
35937
|
-
|
|
35938
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
36082
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36083
|
+
height: auto;
|
|
35939
36084
|
}
|
|
35940
36085
|
|
|
35941
|
-
.
|
|
35942
|
-
|
|
35943
|
-
|
|
35944
|
-
|
|
36086
|
+
.E_t93e4cf .content {
|
|
36087
|
+
overflow: hidden;
|
|
36088
|
+
overflow-x: auto;
|
|
36089
|
+
width: 100%;
|
|
36090
|
+
white-space: pre-wrap;
|
|
35945
36091
|
}
|
|
35946
36092
|
|
|
35947
|
-
.
|
|
35948
|
-
|
|
35949
|
-
|
|
36093
|
+
.E_t93e4cf .content .ant-btn {
|
|
36094
|
+
white-space: pre-wrap;
|
|
36095
|
+
text-align: left;
|
|
35950
36096
|
}
|
|
35951
36097
|
|
|
35952
|
-
.
|
|
35953
|
-
|
|
35954
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
36098
|
+
.E_t93e4cf .content .unit-chart {
|
|
36099
|
+
justify-content: flex-start;
|
|
35955
36100
|
}
|
|
35956
36101
|
|
|
35957
|
-
.
|
|
35958
|
-
|
|
35959
|
-
|
|
35960
|
-
|
|
35961
|
-
|
|
36102
|
+
.E_rhz2uv5 {
|
|
36103
|
+
width: var(--rhz2uv5-0);
|
|
36104
|
+
flex-shrink: 0;
|
|
36105
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36106
|
+
padding-right: 12px;
|
|
35962
36107
|
}
|
|
35963
36108
|
|
|
35964
|
-
.
|
|
35965
|
-
|
|
35966
|
-
|
|
35967
|
-
|
|
36109
|
+
.E_wg1tsps {
|
|
36110
|
+
display: flex;
|
|
36111
|
+
align-items: center;
|
|
36112
|
+
justify-content: flex-end;
|
|
35968
36113
|
}
|
|
35969
36114
|
|
|
35970
|
-
.
|
|
35971
|
-
|
|
35972
|
-
|
|
35973
|
-
|
|
35974
|
-
border-radius: 16px;
|
|
35975
|
-
margin-right: 8px;
|
|
36115
|
+
.E_b1ctd5xy {
|
|
36116
|
+
display: flex;
|
|
36117
|
+
align-items: center;
|
|
36118
|
+
width: calc(100% - 40px);
|
|
35976
36119
|
}
|
|
35977
36120
|
|
|
35978
|
-
.
|
|
35979
|
-
|
|
35980
|
-
|
|
35981
|
-
border-color: #d9d9d9;
|
|
36121
|
+
.E_b1ctd5xy .chart {
|
|
36122
|
+
display: inline-block;
|
|
36123
|
+
width: 100%;
|
|
35982
36124
|
}
|
|
35983
36125
|
|
|
35984
|
-
.
|
|
35985
|
-
|
|
35986
|
-
border-color: #0096ff;
|
|
35987
|
-
color: #fff;
|
|
36126
|
+
.E_u1p8acpn {
|
|
36127
|
+
min-width: 40px;
|
|
35988
36128
|
}
|
|
35989
36129
|
|
|
35990
|
-
.
|
|
35991
|
-
|
|
35992
|
-
margin-top: 4px;
|
|
36130
|
+
.E_u1p8acpn .unit {
|
|
36131
|
+
color: #00122e !important;
|
|
35993
36132
|
}
|
|
35994
36133
|
|
|
35995
|
-
.
|
|
35996
|
-
|
|
35997
|
-
|
|
35998
|
-
margin-bottom: 8px;
|
|
36134
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
36135
|
+
display: flex;
|
|
36136
|
+
align-items: center;
|
|
35999
36137
|
}
|
|
36000
36138
|
|
|
36001
|
-
.
|
|
36002
|
-
|
|
36003
|
-
border-color: #0096ff;
|
|
36004
|
-
color: #fff;
|
|
36139
|
+
.E_s1iv0tp1 .enabled-text {
|
|
36140
|
+
margin-right: 8px;
|
|
36005
36141
|
}
|
|
36006
36142
|
|
|
36007
36143
|
.E_t160l1cm {
|
|
@@ -36254,140 +36390,110 @@ span.E_tqjc4ui {
|
|
|
36254
36390
|
background: transparent;
|
|
36255
36391
|
}
|
|
36256
36392
|
|
|
36257
|
-
.
|
|
36258
|
-
|
|
36259
|
-
padding: 32px 8px;
|
|
36260
|
-
overflow: auto;
|
|
36261
|
-
}
|
|
36262
|
-
|
|
36263
|
-
.E_s1at6qmn .ant-layout-sider-children {
|
|
36264
|
-
display: flex;
|
|
36265
|
-
flex-direction: column;
|
|
36266
|
-
justify-content: space-between;
|
|
36267
|
-
}
|
|
36268
|
-
|
|
36269
|
-
.E_s1at6qmn footer {
|
|
36270
|
-
display: flex;
|
|
36271
|
-
}
|
|
36272
|
-
|
|
36273
|
-
.E_s1at6qmn .ant-menu {
|
|
36274
|
-
background: #edf0f7;
|
|
36275
|
-
}
|
|
36276
|
-
|
|
36277
|
-
.E_s1at6qmn .ant-menu a {
|
|
36278
|
-
color: #00122e;
|
|
36279
|
-
width: 180px;
|
|
36280
|
-
overflow: hidden;
|
|
36281
|
-
text-overflow: ellipsis;
|
|
36282
|
-
}
|
|
36283
|
-
|
|
36284
|
-
.E_s1at6qmn .ant-menu-vertical {
|
|
36285
|
-
margin-bottom: 24px;
|
|
36393
|
+
.E_i5w779o {
|
|
36394
|
+
padding: 8px 0;
|
|
36286
36395
|
}
|
|
36287
36396
|
|
|
36288
|
-
.
|
|
36289
|
-
|
|
36397
|
+
.E_i5w779o .col-label {
|
|
36398
|
+
flex-shrink: unset;
|
|
36290
36399
|
}
|
|
36291
36400
|
|
|
36292
|
-
.
|
|
36293
|
-
font-size: 12px;
|
|
36294
|
-
padding: 0 8px 4px;
|
|
36401
|
+
.E_i5w779o .col-label * {
|
|
36295
36402
|
line-height: 18px;
|
|
36296
36403
|
}
|
|
36297
36404
|
|
|
36298
|
-
.
|
|
36299
|
-
|
|
36300
|
-
}
|
|
36301
|
-
|
|
36302
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
36303
|
-
padding-bottom: 24px;
|
|
36304
|
-
}
|
|
36305
|
-
|
|
36306
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
36307
|
-
margin-bottom: 24px;
|
|
36308
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
36309
|
-
}
|
|
36310
|
-
|
|
36311
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
36312
|
-
transition: none;
|
|
36405
|
+
.E_i5w779o .col-content {
|
|
36406
|
+
flex: 1 1 0;
|
|
36313
36407
|
display: flex;
|
|
36314
36408
|
align-items: center;
|
|
36315
|
-
height: 32px;
|
|
36316
|
-
line-height: 22px;
|
|
36317
|
-
padding: 0 8px;
|
|
36318
36409
|
}
|
|
36319
36410
|
|
|
36320
|
-
.
|
|
36321
|
-
|
|
36411
|
+
.E_i5w779o .col-content * {
|
|
36412
|
+
line-height: 18px;
|
|
36322
36413
|
}
|
|
36323
36414
|
|
|
36324
|
-
.
|
|
36325
|
-
|
|
36326
|
-
margin-bottom: 2px;
|
|
36415
|
+
.E_l18dja44 {
|
|
36416
|
+
padding: 6px 0;
|
|
36327
36417
|
}
|
|
36328
36418
|
|
|
36329
|
-
.
|
|
36330
|
-
|
|
36331
|
-
|
|
36332
|
-
|
|
36333
|
-
|
|
36419
|
+
.E_l18dja44 .col-label * {
|
|
36420
|
+
font-size: 13px;
|
|
36421
|
+
line-height: 20px;
|
|
36422
|
+
}
|
|
36423
|
+
|
|
36424
|
+
.E_l18dja44 .col-content * {
|
|
36425
|
+
font-size: 14px;
|
|
36426
|
+
line-height: 20px;
|
|
36334
36427
|
}
|
|
36335
36428
|
|
|
36336
|
-
.
|
|
36337
|
-
|
|
36429
|
+
.E_c8c2hys {
|
|
36430
|
+
display: flex;
|
|
36431
|
+
justify-content: space-between;
|
|
36432
|
+
flex: 1;
|
|
36433
|
+
min-width: 0;
|
|
36338
36434
|
}
|
|
36339
36435
|
|
|
36340
|
-
.
|
|
36341
|
-
|
|
36342
|
-
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
36343
|
-
border-radius: 6px;
|
|
36436
|
+
.E_n4m6c4d {
|
|
36437
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36344
36438
|
}
|
|
36345
36439
|
|
|
36346
|
-
.
|
|
36347
|
-
|
|
36348
|
-
|
|
36440
|
+
.E_cyms3br {
|
|
36441
|
+
background: #fff;
|
|
36442
|
+
width: 100%;
|
|
36443
|
+
border-radius: 8px;
|
|
36444
|
+
border: 1px solid rgb(228, 233, 242);
|
|
36349
36445
|
}
|
|
36350
36446
|
|
|
36351
|
-
.
|
|
36352
|
-
|
|
36353
|
-
overflow: hidden;
|
|
36447
|
+
.E_cyms3br .ant-list {
|
|
36448
|
+
padding: 12px;
|
|
36354
36449
|
}
|
|
36355
36450
|
|
|
36356
|
-
.
|
|
36357
|
-
|
|
36451
|
+
.E_cyms3br .ant-list-item {
|
|
36452
|
+
padding: 4px 0;
|
|
36358
36453
|
}
|
|
36359
36454
|
|
|
36360
|
-
.
|
|
36361
|
-
|
|
36362
|
-
padding: 0 6px;
|
|
36455
|
+
.E_cyms3br .ant-alert {
|
|
36456
|
+
margin-left: 24px;
|
|
36363
36457
|
}
|
|
36364
36458
|
|
|
36365
|
-
.
|
|
36459
|
+
.E_cyms3br header {
|
|
36460
|
+
background: rgba(225, 230, 241, 0.6);
|
|
36461
|
+
font-size: 12px;
|
|
36462
|
+
color: rgb(29, 50, 108);
|
|
36463
|
+
font-weight: 700;
|
|
36464
|
+
padding: 6px 12px;
|
|
36366
36465
|
display: flex;
|
|
36367
|
-
|
|
36368
|
-
|
|
36466
|
+
flex-direction: row;
|
|
36467
|
+
align-items: center;
|
|
36468
|
+
justify-content: space-between;
|
|
36369
36469
|
}
|
|
36370
36470
|
|
|
36371
|
-
.
|
|
36372
|
-
|
|
36373
|
-
|
|
36471
|
+
.E_cyms3br header .switch-text {
|
|
36472
|
+
display: flex;
|
|
36473
|
+
flex-direction: row;
|
|
36474
|
+
align-items: center;
|
|
36475
|
+
justify-content: space-between;
|
|
36476
|
+
gap: 6px;
|
|
36477
|
+
font-size: 12px;
|
|
36478
|
+
font-weight: 400;
|
|
36479
|
+
color: rgb(0, 18, 46);
|
|
36374
36480
|
}
|
|
36375
36481
|
|
|
36376
|
-
.
|
|
36377
|
-
|
|
36378
|
-
|
|
36482
|
+
.E_c157gu4z .ant-list-item {
|
|
36483
|
+
display: flex;
|
|
36484
|
+
flex-direction: row;
|
|
36379
36485
|
}
|
|
36380
36486
|
|
|
36381
|
-
.
|
|
36382
|
-
|
|
36487
|
+
.E_c157gu4z .description {
|
|
36488
|
+
flex-grow: 1;
|
|
36489
|
+
margin-left: 8px;
|
|
36383
36490
|
}
|
|
36384
36491
|
|
|
36385
|
-
.
|
|
36386
|
-
|
|
36387
|
-
|
|
36388
|
-
|
|
36389
|
-
|
|
36390
|
-
text-align: left;
|
|
36492
|
+
.E_eu1sysj {
|
|
36493
|
+
display: flex;
|
|
36494
|
+
flex-direction: column;
|
|
36495
|
+
align-items: center;
|
|
36496
|
+
justify-content: center;
|
|
36391
36497
|
}
|
|
36392
36498
|
|
|
36393
36499
|
.E_h1ol2wl7 {
|
|
@@ -36502,110 +36608,57 @@ span.E_tqjc4ui {
|
|
|
36502
36608
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36503
36609
|
}
|
|
36504
36610
|
|
|
36505
|
-
.
|
|
36506
|
-
|
|
36507
|
-
|
|
36508
|
-
|
|
36509
|
-
.E_i5w779o .col-label {
|
|
36510
|
-
flex-shrink: unset;
|
|
36511
|
-
}
|
|
36512
|
-
|
|
36513
|
-
.E_i5w779o .col-label * {
|
|
36514
|
-
line-height: 18px;
|
|
36515
|
-
}
|
|
36516
|
-
|
|
36517
|
-
.E_i5w779o .col-content {
|
|
36518
|
-
flex: 1 1 0;
|
|
36611
|
+
.E_c14ouk5o {
|
|
36612
|
+
width: 100%;
|
|
36613
|
+
height: 100%;
|
|
36519
36614
|
display: flex;
|
|
36520
|
-
|
|
36521
|
-
}
|
|
36522
|
-
|
|
36523
|
-
.E_i5w779o .col-content * {
|
|
36615
|
+
font-size: 12px;
|
|
36524
36616
|
line-height: 18px;
|
|
36617
|
+
padding: 8px 0;
|
|
36618
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36525
36619
|
}
|
|
36526
36620
|
|
|
36527
|
-
.
|
|
36528
|
-
|
|
36621
|
+
.E_c14ouk5o:last-of-type {
|
|
36622
|
+
box-shadow: none;
|
|
36623
|
+
padding-bottom: 0;
|
|
36529
36624
|
}
|
|
36530
36625
|
|
|
36531
|
-
.
|
|
36532
|
-
|
|
36533
|
-
line-height: 20px;
|
|
36626
|
+
.E_c14ouk5o.collapsed {
|
|
36627
|
+
flex-direction: column;
|
|
36534
36628
|
}
|
|
36535
36629
|
|
|
36536
|
-
.
|
|
36537
|
-
|
|
36538
|
-
line-height: 20px;
|
|
36630
|
+
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36631
|
+
display: flex;
|
|
36539
36632
|
}
|
|
36540
36633
|
|
|
36541
|
-
.
|
|
36634
|
+
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36635
|
+
flex: 1;
|
|
36542
36636
|
display: flex;
|
|
36543
36637
|
justify-content: space-between;
|
|
36544
|
-
flex: 1;
|
|
36545
|
-
min-width: 0;
|
|
36546
36638
|
}
|
|
36547
36639
|
|
|
36548
|
-
.
|
|
36549
|
-
|
|
36550
|
-
}
|
|
36551
|
-
|
|
36552
|
-
.E_cyms3br {
|
|
36553
|
-
background: #fff;
|
|
36554
|
-
width: 100%;
|
|
36555
|
-
border-radius: 8px;
|
|
36556
|
-
border: 1px solid rgb(228, 233, 242);
|
|
36557
|
-
}
|
|
36558
|
-
|
|
36559
|
-
.E_cyms3br .ant-list {
|
|
36560
|
-
padding: 12px;
|
|
36561
|
-
}
|
|
36562
|
-
|
|
36563
|
-
.E_cyms3br .ant-list-item {
|
|
36564
|
-
padding: 4px 0;
|
|
36565
|
-
}
|
|
36566
|
-
|
|
36567
|
-
.E_cyms3br .ant-alert {
|
|
36568
|
-
margin-left: 24px;
|
|
36569
|
-
}
|
|
36570
|
-
|
|
36571
|
-
.E_cyms3br header {
|
|
36572
|
-
background: rgba(225, 230, 241, 0.6);
|
|
36573
|
-
font-size: 12px;
|
|
36574
|
-
color: rgb(29, 50, 108);
|
|
36575
|
-
font-weight: 700;
|
|
36576
|
-
padding: 6px 12px;
|
|
36577
|
-
display: flex;
|
|
36578
|
-
flex-direction: row;
|
|
36579
|
-
align-items: center;
|
|
36580
|
-
justify-content: space-between;
|
|
36640
|
+
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36641
|
+
height: auto;
|
|
36581
36642
|
}
|
|
36582
36643
|
|
|
36583
|
-
.
|
|
36584
|
-
|
|
36585
|
-
flex-direction: row;
|
|
36586
|
-
align-items: center;
|
|
36587
|
-
justify-content: space-between;
|
|
36588
|
-
gap: 6px;
|
|
36589
|
-
font-size: 12px;
|
|
36590
|
-
font-weight: 400;
|
|
36591
|
-
color: rgb(0, 18, 46);
|
|
36644
|
+
.E_c14ouk5o.collapsed .extra-content {
|
|
36645
|
+
margin-left: 162px;
|
|
36592
36646
|
}
|
|
36593
36647
|
|
|
36594
|
-
.
|
|
36595
|
-
|
|
36596
|
-
|
|
36648
|
+
.E_c14ouk5o .col-label {
|
|
36649
|
+
width: 216px;
|
|
36650
|
+
color: rgba(44, 56, 82, 0.6);
|
|
36651
|
+
margin-right: 12px;
|
|
36652
|
+
flex-shrink: 0;
|
|
36597
36653
|
}
|
|
36598
36654
|
|
|
36599
|
-
.
|
|
36600
|
-
|
|
36601
|
-
|
|
36655
|
+
.E_c14ouk5o .col-content {
|
|
36656
|
+
color: #2d3a56;
|
|
36657
|
+
/* make btn link in info row have the same height as normal text */
|
|
36602
36658
|
}
|
|
36603
36659
|
|
|
36604
|
-
.
|
|
36605
|
-
|
|
36606
|
-
flex-direction: column;
|
|
36607
|
-
align-items: center;
|
|
36608
|
-
justify-content: center;
|
|
36660
|
+
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36661
|
+
height: auto;
|
|
36609
36662
|
}
|
|
36610
36663
|
|
|
36611
36664
|
.E_c1kchka8 {
|
|
@@ -37188,57 +37241,13 @@ span.E_tqjc4ui {
|
|
|
37188
37241
|
padding: 0;
|
|
37189
37242
|
}
|
|
37190
37243
|
|
|
37191
|
-
.
|
|
37192
|
-
|
|
37193
|
-
height: 100%;
|
|
37194
|
-
display: flex;
|
|
37195
|
-
font-size: 12px;
|
|
37196
|
-
line-height: 18px;
|
|
37197
|
-
padding: 8px 0;
|
|
37198
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
37199
|
-
}
|
|
37200
|
-
|
|
37201
|
-
.E_c14ouk5o:last-of-type {
|
|
37202
|
-
box-shadow: none;
|
|
37203
|
-
padding-bottom: 0;
|
|
37204
|
-
}
|
|
37205
|
-
|
|
37206
|
-
.E_c14ouk5o.collapsed {
|
|
37207
|
-
flex-direction: column;
|
|
37208
|
-
}
|
|
37209
|
-
|
|
37210
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
37211
|
-
display: flex;
|
|
37212
|
-
}
|
|
37213
|
-
|
|
37214
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
37215
|
-
flex: 1;
|
|
37216
|
-
display: flex;
|
|
37217
|
-
justify-content: space-between;
|
|
37218
|
-
}
|
|
37219
|
-
|
|
37220
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
37221
|
-
height: auto;
|
|
37222
|
-
}
|
|
37223
|
-
|
|
37224
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
37225
|
-
margin-left: 162px;
|
|
37244
|
+
.E_cevhqx7 {
|
|
37245
|
+
color: #00122e;
|
|
37226
37246
|
}
|
|
37227
37247
|
|
|
37228
|
-
.
|
|
37229
|
-
|
|
37248
|
+
.E_snbqlt4 {
|
|
37249
|
+
margin-top: 8px;
|
|
37230
37250
|
color: rgba(44, 56, 82, 0.6);
|
|
37231
|
-
margin-right: 12px;
|
|
37232
|
-
flex-shrink: 0;
|
|
37233
|
-
}
|
|
37234
|
-
|
|
37235
|
-
.E_c14ouk5o .col-content {
|
|
37236
|
-
color: #2d3a56;
|
|
37237
|
-
/* make btn link in info row have the same height as normal text */
|
|
37238
|
-
}
|
|
37239
|
-
|
|
37240
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
37241
|
-
height: auto;
|
|
37242
37251
|
}
|
|
37243
37252
|
|
|
37244
37253
|
.E_c1ss4prm {
|
|
@@ -37283,15 +37292,6 @@ span.E_tqjc4ui {
|
|
|
37283
37292
|
margin: 16px 0;
|
|
37284
37293
|
}
|
|
37285
37294
|
|
|
37286
|
-
.E_cevhqx7 {
|
|
37287
|
-
color: #00122e;
|
|
37288
|
-
}
|
|
37289
|
-
|
|
37290
|
-
.E_snbqlt4 {
|
|
37291
|
-
margin-top: 8px;
|
|
37292
|
-
color: rgba(44, 56, 82, 0.6);
|
|
37293
|
-
}
|
|
37294
|
-
|
|
37295
37295
|
.E_l12xdkhl {
|
|
37296
37296
|
width: 64px;
|
|
37297
37297
|
height: 64px;
|