@cloudtower/eagle 0.33.27 → 0.33.29
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/hooks/useCTErrorMsg.js +1 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/components.css +1889 -1889
- package/dist/esm/hooks/useCTErrorMsg.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/linaria.merged.scss +2125 -2125
- package/dist/src/core/Antd5Flex/index.d.ts +2 -0
- package/dist/src/core/ConfigProvider/index.d.ts +1 -1
- package/dist/src/core/index.d.ts +1 -0
- package/dist/style.css +1742 -1742
- package/package.json +4 -4
package/dist/components.css
CHANGED
|
@@ -29690,6 +29690,29 @@ 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
|
+
|
|
29693
29716
|
.E_c18gxmrl {
|
|
29694
29717
|
border: 1px solid #d8deeb;
|
|
29695
29718
|
border-radius: 4px;
|
|
@@ -29715,427 +29738,172 @@ html body {
|
|
|
29715
29738
|
padding: 8px 12px;
|
|
29716
29739
|
}
|
|
29717
29740
|
|
|
29718
|
-
.
|
|
29719
|
-
|
|
29720
|
-
justify-content: space-between;
|
|
29721
|
-
width: 100%;
|
|
29741
|
+
.E_c1uzzomf {
|
|
29742
|
+
margin-bottom: 16px;
|
|
29722
29743
|
}
|
|
29723
29744
|
|
|
29724
|
-
.
|
|
29725
|
-
|
|
29745
|
+
.E_c1uzzomf .card-title {
|
|
29746
|
+
font-size: 16px;
|
|
29747
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29748
|
+
font-weight: 700;
|
|
29749
|
+
line-height: 32px;
|
|
29726
29750
|
}
|
|
29727
29751
|
|
|
29728
|
-
.
|
|
29729
|
-
padding
|
|
29752
|
+
.E_c1uzzomf .card-body {
|
|
29753
|
+
padding: 24px;
|
|
29754
|
+
border-radius: 8px;
|
|
29755
|
+
background: #fff;
|
|
29730
29756
|
}
|
|
29731
29757
|
|
|
29732
|
-
.
|
|
29733
|
-
|
|
29734
|
-
|
|
29758
|
+
.E_c1uzzomf .empty {
|
|
29759
|
+
font-weight: 700;
|
|
29760
|
+
font-size: 14px;
|
|
29761
|
+
line-height: 22px;
|
|
29762
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29763
|
+
text-align: center;
|
|
29735
29764
|
}
|
|
29736
29765
|
|
|
29737
|
-
.
|
|
29738
|
-
|
|
29766
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
29767
|
+
display: flex;
|
|
29739
29768
|
}
|
|
29740
29769
|
|
|
29741
|
-
.
|
|
29742
|
-
|
|
29743
|
-
|
|
29770
|
+
.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 {
|
|
29771
|
+
border-bottom-left-radius: 5px;
|
|
29772
|
+
border-top-left-radius: 5px;
|
|
29744
29773
|
}
|
|
29745
29774
|
|
|
29746
|
-
.
|
|
29747
|
-
|
|
29748
|
-
|
|
29749
|
-
transition: color 160ms ease;
|
|
29775
|
+
.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 {
|
|
29776
|
+
border-bottom-right-radius: 5px;
|
|
29777
|
+
border-top-right-radius: 5px;
|
|
29750
29778
|
}
|
|
29751
29779
|
|
|
29752
|
-
.
|
|
29753
|
-
|
|
29780
|
+
.E_c1yyuluq {
|
|
29781
|
+
border-radius: 8px;
|
|
29754
29782
|
}
|
|
29755
29783
|
|
|
29756
|
-
.
|
|
29757
|
-
|
|
29784
|
+
.E_c1yyuluq .ant-card-body {
|
|
29785
|
+
padding: 20px 24px 24px 24px;
|
|
29758
29786
|
}
|
|
29759
29787
|
|
|
29760
|
-
.
|
|
29761
|
-
|
|
29788
|
+
.E_sx1bpnu .ant-input-sm {
|
|
29789
|
+
line-height: 18px;
|
|
29762
29790
|
}
|
|
29763
29791
|
|
|
29764
|
-
.
|
|
29765
|
-
|
|
29766
|
-
|
|
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;
|
|
29792
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
29793
|
+
border: 0px;
|
|
29794
|
+
background-color: #fff;
|
|
29774
29795
|
}
|
|
29775
29796
|
|
|
29776
|
-
.
|
|
29777
|
-
|
|
29778
|
-
|
|
29779
|
-
padding:
|
|
29797
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
29798
|
+
padding-top: 0px;
|
|
29799
|
+
padding-bottom: 0px;
|
|
29800
|
+
padding-left: 0px !important;
|
|
29801
|
+
padding-right: 24px;
|
|
29780
29802
|
}
|
|
29781
29803
|
|
|
29782
|
-
.
|
|
29783
|
-
|
|
29784
|
-
line-height: 20px;
|
|
29785
|
-
padding: 2px 8px;
|
|
29804
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
29805
|
+
right: 0px;
|
|
29786
29806
|
}
|
|
29787
29807
|
|
|
29788
|
-
.
|
|
29789
|
-
padding:
|
|
29808
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
29809
|
+
padding: 0px;
|
|
29790
29810
|
}
|
|
29791
29811
|
|
|
29792
|
-
.
|
|
29793
|
-
|
|
29812
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
29813
|
+
padding-right: 0px;
|
|
29814
|
+
cursor: default;
|
|
29794
29815
|
}
|
|
29795
29816
|
|
|
29796
|
-
.
|
|
29797
|
-
|
|
29798
|
-
|
|
29817
|
+
.E_phljevk {
|
|
29818
|
+
display: flex;
|
|
29819
|
+
justify-content: space-between;
|
|
29820
|
+
align-items: center;
|
|
29821
|
+
padding: 10px 0;
|
|
29822
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29823
|
+
font-size: 12px;
|
|
29824
|
+
line-height: 24px;
|
|
29799
29825
|
}
|
|
29800
29826
|
|
|
29801
|
-
.
|
|
29802
|
-
|
|
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);
|
|
29827
|
+
.E_phljevk .pagination-left {
|
|
29828
|
+
padding: 2px 8px;
|
|
29807
29829
|
}
|
|
29808
29830
|
|
|
29809
|
-
.
|
|
29810
|
-
display:
|
|
29831
|
+
.E_phljevk .dropdown-trigger {
|
|
29832
|
+
display: flex;
|
|
29833
|
+
align-items: center;
|
|
29834
|
+
border-radius: 6px;
|
|
29835
|
+
cursor: pointer;
|
|
29836
|
+
transition: all 0.3s ease;
|
|
29811
29837
|
}
|
|
29812
29838
|
|
|
29813
|
-
.
|
|
29814
|
-
|
|
29839
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
29840
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29841
|
+
color: #0080ff;
|
|
29815
29842
|
}
|
|
29816
29843
|
|
|
29817
|
-
.
|
|
29818
|
-
|
|
29819
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
29844
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
29845
|
+
margin-left: 4px;
|
|
29820
29846
|
}
|
|
29821
29847
|
|
|
29822
|
-
.
|
|
29823
|
-
|
|
29824
|
-
|
|
29825
|
-
|
|
29826
|
-
|
|
29848
|
+
.E_phljevk .pagination-right {
|
|
29849
|
+
display: flex;
|
|
29850
|
+
align-items: center;
|
|
29851
|
+
color: #0080ff;
|
|
29852
|
+
font-weight: bold;
|
|
29827
29853
|
}
|
|
29828
29854
|
|
|
29829
|
-
.
|
|
29830
|
-
|
|
29831
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29832
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29855
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
29856
|
+
margin-left: 4px;
|
|
29833
29857
|
}
|
|
29834
29858
|
|
|
29835
|
-
.
|
|
29836
|
-
|
|
29837
|
-
|
|
29838
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29839
|
-
opacity: 0.5;
|
|
29840
|
-
--transY: 0;
|
|
29859
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
29860
|
+
.E_phljevk .pagination-right .next-btn {
|
|
29861
|
+
padding: 0 8px;
|
|
29841
29862
|
}
|
|
29842
29863
|
|
|
29843
|
-
.
|
|
29864
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
29865
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
29844
29866
|
color: #0080ff;
|
|
29845
|
-
opacity: 0.5;
|
|
29846
29867
|
}
|
|
29847
29868
|
|
|
29848
|
-
.
|
|
29849
|
-
|
|
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);
|
|
29869
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
29870
|
+
transform: rotate(180deg);
|
|
29857
29871
|
}
|
|
29858
29872
|
|
|
29859
|
-
.
|
|
29860
|
-
|
|
29861
|
-
|
|
29862
|
-
--background-color-active: #c73d31;
|
|
29863
|
-
--background-color-focus: #ff5252;
|
|
29864
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29873
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
29874
|
+
max-height: calc(100vh - 128px);
|
|
29875
|
+
overflow-y: auto;
|
|
29865
29876
|
}
|
|
29866
29877
|
|
|
29867
|
-
.
|
|
29868
|
-
|
|
29869
|
-
|
|
29870
|
-
|
|
29871
|
-
--background-color-focus: #fea008;
|
|
29878
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29879
|
+
padding: 4px 20px;
|
|
29880
|
+
font-size: 12px;
|
|
29881
|
+
line-height: 18px;
|
|
29872
29882
|
}
|
|
29873
29883
|
|
|
29874
|
-
.
|
|
29875
|
-
|
|
29876
|
-
|
|
29877
|
-
|
|
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);
|
|
29884
|
+
.E_d1bw7c5z {
|
|
29885
|
+
position: relative;
|
|
29886
|
+
max-width: 388px;
|
|
29887
|
+
min-width: 285px;
|
|
29883
29888
|
}
|
|
29884
29889
|
|
|
29885
|
-
.
|
|
29886
|
-
|
|
29887
|
-
|
|
29888
|
-
|
|
29889
|
-
|
|
29890
|
-
|
|
29891
|
-
|
|
29890
|
+
.E_d1bw7c5z .center {
|
|
29891
|
+
position: absolute;
|
|
29892
|
+
font-size: 12px;
|
|
29893
|
+
width: 80px;
|
|
29894
|
+
height: 100px;
|
|
29895
|
+
top: 0;
|
|
29896
|
+
left: 35px;
|
|
29897
|
+
display: flex;
|
|
29898
|
+
flex-direction: column;
|
|
29899
|
+
justify-content: center;
|
|
29900
|
+
align-items: center;
|
|
29901
|
+
color: #00122e;
|
|
29892
29902
|
}
|
|
29893
29903
|
|
|
29894
|
-
.
|
|
29895
|
-
|
|
29896
|
-
|
|
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);
|
|
29900
|
-
}
|
|
29901
|
-
|
|
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;
|
|
29909
|
-
}
|
|
29910
|
-
|
|
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));
|
|
29913
|
-
}
|
|
29914
|
-
|
|
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);
|
|
29919
|
-
}
|
|
29920
|
-
|
|
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));
|
|
29923
|
-
}
|
|
29924
|
-
|
|
29925
|
-
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
29926
|
-
--color: #fea008;
|
|
29927
|
-
--background-color: #fff;
|
|
29928
|
-
}
|
|
29929
|
-
|
|
29930
|
-
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
29931
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
29932
|
-
}
|
|
29933
|
-
|
|
29934
|
-
.E_b1wx3t3t.ant-btn-ordinary {
|
|
29935
|
-
--color: #1d326c;
|
|
29936
|
-
--border-color: #ccd4e3;
|
|
29937
|
-
--background-color: #fff;
|
|
29938
|
-
--background-color-hover: #edf0f7;
|
|
29939
|
-
--background-color-active: #e4e9f2;
|
|
29940
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29941
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29942
|
-
}
|
|
29943
|
-
|
|
29944
|
-
.E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
|
|
29945
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29946
|
-
}
|
|
29947
|
-
|
|
29948
|
-
.E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
|
|
29949
|
-
--color: #0080ff;
|
|
29950
|
-
--border-color: #0080ff;
|
|
29951
|
-
--background-color: #fff;
|
|
29952
|
-
--background-color-hover: linear-gradient(
|
|
29953
|
-
0deg,
|
|
29954
|
-
rgba(0, 136, 255, 0.16),
|
|
29955
|
-
rgba(0, 136, 255, 0.16)
|
|
29956
|
-
),
|
|
29957
|
-
#ffffff;
|
|
29958
|
-
--background-color-active: linear-gradient(
|
|
29959
|
-
0deg,
|
|
29960
|
-
rgba(0, 136, 255, 0.2),
|
|
29961
|
-
rgba(0, 136, 255, 0.2)
|
|
29962
|
-
),
|
|
29963
|
-
#ffffff;
|
|
29964
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29965
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29966
|
-
}
|
|
29967
|
-
|
|
29968
|
-
.E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
|
|
29969
|
-
--color: #f0483e;
|
|
29970
|
-
--border-color: #f0483e;
|
|
29971
|
-
--background-color: #fff;
|
|
29972
|
-
--background-color-hover: linear-gradient(
|
|
29973
|
-
0deg,
|
|
29974
|
-
rgba(255, 74, 74, 0.16),
|
|
29975
|
-
rgba(255, 74, 74, 0.16)
|
|
29976
|
-
),
|
|
29977
|
-
#ffffff;
|
|
29978
|
-
--background-color-active: linear-gradient(
|
|
29979
|
-
0deg,
|
|
29980
|
-
rgba(255, 74, 74, 0.2),
|
|
29981
|
-
rgba(255, 74, 74, 0.2)
|
|
29982
|
-
),
|
|
29983
|
-
#ffffff;
|
|
29984
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29985
|
-
}
|
|
29986
|
-
|
|
29987
|
-
.E_b1wx3t3t.ant-btn-ordinary-onTint {
|
|
29988
|
-
--color: #1d326c;
|
|
29989
|
-
--border-color: #fff;
|
|
29990
|
-
--background-color: #fff;
|
|
29991
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
29992
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
29993
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29994
|
-
box-shadow: none;
|
|
29995
|
-
}
|
|
29996
|
-
|
|
29997
|
-
.E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
|
|
29998
|
-
--color: #0080ff;
|
|
29999
|
-
--border-color: #fff;
|
|
30000
|
-
--background-color: #fff;
|
|
30001
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30002
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30003
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30004
|
-
box-shadow: none;
|
|
30005
|
-
}
|
|
30006
|
-
|
|
30007
|
-
.E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30008
|
-
--color: #f0483e;
|
|
30009
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30010
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30011
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30012
|
-
}
|
|
30013
|
-
|
|
30014
|
-
.E_b1wx3t3t.ant-btn-quiet {
|
|
30015
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
30016
|
-
--border-width: 0;
|
|
30017
|
-
--background-color: transparent;
|
|
30018
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30019
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30020
|
-
--background-color-focus: #fff;
|
|
30021
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30022
|
-
box-shadow: none;
|
|
30023
|
-
}
|
|
30024
|
-
|
|
30025
|
-
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
30026
|
-
--color: #f0483e;
|
|
30027
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30028
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30029
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30030
|
-
}
|
|
30031
|
-
|
|
30032
|
-
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
30033
|
-
--color: #0080ff;
|
|
30034
|
-
--background-color: transparent;
|
|
30035
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30036
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30037
|
-
--background-color-focus: #fff;
|
|
30038
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30039
|
-
}
|
|
30040
|
-
|
|
30041
|
-
.E_b1wx3t3t .button-prefix-icon {
|
|
30042
|
-
margin-right: 8px;
|
|
30043
|
-
display: inline-flex;
|
|
30044
|
-
}
|
|
30045
|
-
|
|
30046
|
-
.E_b1wx3t3t .button-suffix-icon {
|
|
30047
|
-
margin-left: 8px;
|
|
30048
|
-
display: inline-flex;
|
|
30049
|
-
}
|
|
30050
|
-
|
|
30051
|
-
.E_b1wx3t3t .icon-wrapper {
|
|
30052
|
-
display: flex;
|
|
30053
|
-
justify-content: center;
|
|
30054
|
-
}
|
|
30055
|
-
|
|
30056
|
-
.E_b1nip9bk {
|
|
30057
|
-
padding: 4px 11px;
|
|
30058
|
-
}
|
|
30059
|
-
|
|
30060
|
-
.E_bqamoqe {
|
|
30061
|
-
white-space: nowrap;
|
|
30062
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30063
|
-
}
|
|
30064
|
-
|
|
30065
|
-
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30066
|
-
--color: #0080ff;
|
|
30067
|
-
}
|
|
30068
|
-
|
|
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;
|
|
30071
|
-
}
|
|
30072
|
-
|
|
30073
|
-
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30074
|
-
margin-left: 1px;
|
|
30075
|
-
}
|
|
30076
|
-
|
|
30077
|
-
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30078
|
-
border-top-right-radius: 0;
|
|
30079
|
-
border-bottom-right-radius: 0;
|
|
30080
|
-
}
|
|
30081
|
-
|
|
30082
|
-
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30083
|
-
border-top-left-radius: 0;
|
|
30084
|
-
border-bottom-left-radius: 0;
|
|
30085
|
-
}
|
|
30086
|
-
|
|
30087
|
-
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30088
|
-
border-radius: unset;
|
|
30089
|
-
}
|
|
30090
|
-
|
|
30091
|
-
.E_c1uzzomf {
|
|
30092
|
-
margin-bottom: 16px;
|
|
30093
|
-
}
|
|
30094
|
-
|
|
30095
|
-
.E_c1uzzomf .card-title {
|
|
30096
|
-
font-size: 16px;
|
|
30097
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30098
|
-
font-weight: 700;
|
|
30099
|
-
line-height: 32px;
|
|
30100
|
-
}
|
|
30101
|
-
|
|
30102
|
-
.E_c1uzzomf .card-body {
|
|
30103
|
-
padding: 24px;
|
|
30104
|
-
border-radius: 8px;
|
|
30105
|
-
background: #fff;
|
|
30106
|
-
}
|
|
30107
|
-
|
|
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;
|
|
30114
|
-
}
|
|
30115
|
-
|
|
30116
|
-
.E_d1bw7c5z {
|
|
30117
|
-
position: relative;
|
|
30118
|
-
max-width: 388px;
|
|
30119
|
-
min-width: 285px;
|
|
30120
|
-
}
|
|
30121
|
-
|
|
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;
|
|
30133
|
-
color: #00122e;
|
|
30134
|
-
}
|
|
30135
|
-
|
|
30136
|
-
.E_d1bw7c5z .center .number {
|
|
30137
|
-
font-size: 24px;
|
|
30138
|
-
font-weight: 700;
|
|
29904
|
+
.E_d1bw7c5z .center .number {
|
|
29905
|
+
font-size: 24px;
|
|
29906
|
+
font-weight: 700;
|
|
30139
29907
|
}
|
|
30140
29908
|
|
|
30141
29909
|
.E_d1bw7c5z .center .text {
|
|
@@ -30224,209 +29992,469 @@ html body {
|
|
|
30224
29992
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30225
29993
|
}
|
|
30226
29994
|
|
|
30227
|
-
.
|
|
30228
|
-
|
|
29995
|
+
.E_berrcjl {
|
|
29996
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29997
|
+
margin-bottom: 4px;
|
|
30229
29998
|
}
|
|
30230
29999
|
|
|
30231
|
-
.
|
|
30232
|
-
|
|
30000
|
+
.E_berrcjl .breadcrumb-link {
|
|
30001
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30002
|
+
cursor: pointer;
|
|
30003
|
+
transition: color 160ms ease;
|
|
30233
30004
|
}
|
|
30234
30005
|
|
|
30235
|
-
.
|
|
30236
|
-
|
|
30006
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30007
|
+
color: #0080ff;
|
|
30237
30008
|
}
|
|
30238
30009
|
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
border-top-left-radius: 5px;
|
|
30010
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30011
|
+
color: #005ed1;
|
|
30242
30012
|
}
|
|
30243
30013
|
|
|
30244
|
-
.
|
|
30245
|
-
|
|
30246
|
-
border-top-right-radius: 5px;
|
|
30014
|
+
.E_b1nip9bk {
|
|
30015
|
+
padding: 4px 11px;
|
|
30247
30016
|
}
|
|
30248
30017
|
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30018
|
+
.E_bqamoqe {
|
|
30019
|
+
white-space: nowrap;
|
|
30020
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30251
30021
|
}
|
|
30252
30022
|
|
|
30253
|
-
.
|
|
30254
|
-
|
|
30255
|
-
background-color: #fff;
|
|
30023
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30024
|
+
--color: #0080ff;
|
|
30256
30025
|
}
|
|
30257
30026
|
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
padding-bottom: 0px;
|
|
30261
|
-
padding-left: 0px !important;
|
|
30262
|
-
padding-right: 24px;
|
|
30027
|
+
.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] {
|
|
30028
|
+
--color: #0080ff;
|
|
30263
30029
|
}
|
|
30264
30030
|
|
|
30265
|
-
.
|
|
30266
|
-
|
|
30031
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30032
|
+
margin-left: 1px;
|
|
30267
30033
|
}
|
|
30268
30034
|
|
|
30269
|
-
.
|
|
30270
|
-
|
|
30035
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30036
|
+
border-top-right-radius: 0;
|
|
30037
|
+
border-bottom-right-radius: 0;
|
|
30271
30038
|
}
|
|
30272
30039
|
|
|
30273
|
-
.
|
|
30274
|
-
|
|
30275
|
-
|
|
30040
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30041
|
+
border-top-left-radius: 0;
|
|
30042
|
+
border-bottom-left-radius: 0;
|
|
30276
30043
|
}
|
|
30277
30044
|
|
|
30278
|
-
.
|
|
30279
|
-
|
|
30280
|
-
justify-content: space-between;
|
|
30281
|
-
align-items: center;
|
|
30282
|
-
padding: 10px 0;
|
|
30283
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30284
|
-
font-size: 12px;
|
|
30285
|
-
line-height: 24px;
|
|
30045
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30046
|
+
border-radius: unset;
|
|
30286
30047
|
}
|
|
30287
30048
|
|
|
30288
|
-
.
|
|
30289
|
-
|
|
30049
|
+
.E_i11gg7mj .ant-input-prefix {
|
|
30050
|
+
margin-right: 8px;
|
|
30290
30051
|
}
|
|
30291
30052
|
|
|
30292
|
-
.
|
|
30293
|
-
|
|
30294
|
-
align-items: center;
|
|
30295
|
-
border-radius: 6px;
|
|
30296
|
-
cursor: pointer;
|
|
30297
|
-
transition: all 0.3s ease;
|
|
30053
|
+
.E_i11gg7mj .ant-input-suffix {
|
|
30054
|
+
margin-left: 8px;
|
|
30298
30055
|
}
|
|
30299
30056
|
|
|
30300
|
-
.
|
|
30301
|
-
|
|
30302
|
-
|
|
30057
|
+
.E_cc368xp {
|
|
30058
|
+
color: #00122e;
|
|
30059
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
30060
|
+
margin-right: 8px;
|
|
30061
|
+
padding-right: 8px;
|
|
30303
30062
|
}
|
|
30304
30063
|
|
|
30305
|
-
.
|
|
30306
|
-
|
|
30064
|
+
.E_i11o6xqj {
|
|
30065
|
+
display: flex;
|
|
30066
|
+
gap: 4px;
|
|
30307
30067
|
}
|
|
30308
30068
|
|
|
30309
|
-
.
|
|
30310
|
-
|
|
30311
|
-
align-items: center;
|
|
30312
|
-
color: #0080ff;
|
|
30313
|
-
font-weight: bold;
|
|
30069
|
+
.E_i11o6xqj .icon-wrapper {
|
|
30070
|
+
cursor: pointer;
|
|
30314
30071
|
}
|
|
30315
30072
|
|
|
30316
|
-
.
|
|
30317
|
-
|
|
30073
|
+
.E_d19ruhdj.icon-wrapper {
|
|
30074
|
+
cursor: not-allowed;
|
|
30318
30075
|
}
|
|
30319
30076
|
|
|
30320
|
-
.
|
|
30321
|
-
|
|
30322
|
-
padding: 0 8px;
|
|
30077
|
+
.E_b1wx3t3t.ant-btn-icon-only {
|
|
30078
|
+
justify-content: center;
|
|
30323
30079
|
}
|
|
30324
30080
|
|
|
30325
|
-
.
|
|
30326
|
-
|
|
30327
|
-
|
|
30081
|
+
.E_b1wx3t3t.ant-btn {
|
|
30082
|
+
display: inline-flex;
|
|
30083
|
+
align-items: center;
|
|
30084
|
+
justify-content: center;
|
|
30085
|
+
height: 32px;
|
|
30086
|
+
border-radius: 6px;
|
|
30087
|
+
line-height: 22px;
|
|
30088
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30089
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30090
|
+
padding: 5px 12px;
|
|
30328
30091
|
}
|
|
30329
30092
|
|
|
30330
|
-
.
|
|
30331
|
-
|
|
30093
|
+
.E_b1wx3t3t.ant-btn.ant-btn-lg {
|
|
30094
|
+
height: 40px;
|
|
30095
|
+
line-height: 24px;
|
|
30096
|
+
padding: 8px 16px;
|
|
30332
30097
|
}
|
|
30333
30098
|
|
|
30334
|
-
.
|
|
30335
|
-
|
|
30336
|
-
|
|
30099
|
+
.E_b1wx3t3t.ant-btn.ant-btn-sm {
|
|
30100
|
+
height: 24px;
|
|
30101
|
+
line-height: 20px;
|
|
30102
|
+
padding: 2px 8px;
|
|
30337
30103
|
}
|
|
30338
30104
|
|
|
30339
|
-
.
|
|
30340
|
-
padding:
|
|
30341
|
-
font-size: 12px;
|
|
30342
|
-
line-height: 18px;
|
|
30105
|
+
.E_b1wx3t3t.ant-btn.ant-btn-link {
|
|
30106
|
+
padding: 0;
|
|
30343
30107
|
}
|
|
30344
30108
|
|
|
30345
|
-
.
|
|
30346
|
-
|
|
30347
|
-
align-items: baseline;
|
|
30348
|
-
white-space: pre-wrap;
|
|
30109
|
+
.E_b1wx3t3t.ant-btn.ant-btn-circle, .E_b1wx3t3t.ant-btn.ant-btn-circle-outline {
|
|
30110
|
+
border-radius: 50%;
|
|
30349
30111
|
}
|
|
30350
30112
|
|
|
30351
|
-
.
|
|
30352
|
-
|
|
30353
|
-
|
|
30113
|
+
.E_b1wx3t3t .ant-btn-loading-icon span.anticon {
|
|
30114
|
+
margin-right: 8px;
|
|
30115
|
+
padding-right: 0px;
|
|
30354
30116
|
}
|
|
30355
30117
|
|
|
30356
|
-
.
|
|
30357
|
-
|
|
30118
|
+
.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 {
|
|
30119
|
+
color: var(--color, #06101f);
|
|
30120
|
+
font-weight: var(--font-weight);
|
|
30121
|
+
background: var(--background-color, #fff);
|
|
30122
|
+
border-width: var(--border-width, 1px);
|
|
30123
|
+
border-color: var(--border-color, #d9d9d9);
|
|
30358
30124
|
}
|
|
30359
30125
|
|
|
30360
|
-
.
|
|
30361
|
-
|
|
30126
|
+
.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 {
|
|
30127
|
+
display: none;
|
|
30362
30128
|
}
|
|
30363
30129
|
|
|
30364
|
-
.
|
|
30365
|
-
|
|
30366
|
-
background: #0080ff;
|
|
30130
|
+
.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 {
|
|
30131
|
+
color: var(--color, inherit);
|
|
30367
30132
|
}
|
|
30368
30133
|
|
|
30369
|
-
.
|
|
30370
|
-
|
|
30371
|
-
|
|
30372
|
-
width: 6px;
|
|
30373
|
-
height: 6px;
|
|
30374
|
-
background: #fff;
|
|
30134
|
+
.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 {
|
|
30135
|
+
background: var(--background-color-hover, var(--background-color));
|
|
30136
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30375
30137
|
}
|
|
30376
30138
|
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30139
|
+
.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 {
|
|
30140
|
+
--scale: 1;
|
|
30141
|
+
--transY: 1px;
|
|
30142
|
+
background: var(--background-color-active, var(--background-color));
|
|
30143
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30379
30144
|
}
|
|
30380
30145
|
|
|
30381
|
-
.
|
|
30382
|
-
|
|
30383
|
-
|
|
30146
|
+
.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 {
|
|
30147
|
+
background: var(--background-color-focus, var(--background-color));
|
|
30148
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30149
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30384
30150
|
}
|
|
30385
30151
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30152
|
+
.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 {
|
|
30153
|
+
color: var(--color-disabled, var(--color));
|
|
30154
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
30155
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30156
|
+
opacity: 0.5;
|
|
30157
|
+
--transY: 0;
|
|
30388
30158
|
}
|
|
30389
30159
|
|
|
30390
|
-
.
|
|
30391
|
-
color: #
|
|
30160
|
+
.E_b1wx3t3t.ant-btn-link[disabled] {
|
|
30161
|
+
color: #0080ff;
|
|
30392
30162
|
opacity: 0.5;
|
|
30393
30163
|
}
|
|
30394
30164
|
|
|
30395
|
-
.
|
|
30396
|
-
color: #
|
|
30165
|
+
.E_b1wx3t3t.ant-btn-primary {
|
|
30166
|
+
--color: #fff;
|
|
30167
|
+
--font-weight: bold;
|
|
30168
|
+
--border-width: 0;
|
|
30169
|
+
--background-color: #0080ff;
|
|
30170
|
+
--background-color-hover: #009dff;
|
|
30171
|
+
--background-color-active: #005ed1;
|
|
30172
|
+
--background-color-focus: #0080ff;
|
|
30173
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30397
30174
|
}
|
|
30398
30175
|
|
|
30399
|
-
.
|
|
30400
|
-
|
|
30401
|
-
|
|
30402
|
-
|
|
30176
|
+
.E_b1wx3t3t.ant-btn-primary.ant-btn-dangerous {
|
|
30177
|
+
--background-color: #f0483e;
|
|
30178
|
+
--background-color-hover: #ff5252;
|
|
30179
|
+
--background-color-active: #c73d31;
|
|
30180
|
+
--background-color-focus: #ff5252;
|
|
30181
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30403
30182
|
}
|
|
30404
30183
|
|
|
30405
|
-
.
|
|
30406
|
-
|
|
30407
|
-
|
|
30408
|
-
color:
|
|
30184
|
+
.E_b1wx3t3t.ant-btn-primary.btn-primary-orange {
|
|
30185
|
+
--background-color: #fea008;
|
|
30186
|
+
--background-color-hover: #feba33;
|
|
30187
|
+
--background-color-active: #e07f00;
|
|
30188
|
+
--background-color-focus: #fea008;
|
|
30409
30189
|
}
|
|
30410
30190
|
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30191
|
+
.E_b1wx3t3t.ant-btn-secondary {
|
|
30192
|
+
--color: #0080ff;
|
|
30193
|
+
--font-weight: bold;
|
|
30194
|
+
--border-width: 0;
|
|
30195
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
30196
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30197
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30198
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30199
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30413
30200
|
}
|
|
30414
30201
|
|
|
30415
|
-
.
|
|
30416
|
-
|
|
30202
|
+
.E_b1wx3t3t.ant-btn-secondary.ant-btn-dangerous {
|
|
30203
|
+
--color: #f0483e;
|
|
30204
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
30205
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30206
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30207
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30208
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30417
30209
|
}
|
|
30418
30210
|
|
|
30419
|
-
.
|
|
30420
|
-
|
|
30211
|
+
.E_b1wx3t3t.ant-btn-secondary.btn-primary-orange {
|
|
30212
|
+
--color: #fea008;
|
|
30213
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
30214
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30215
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30216
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30421
30217
|
}
|
|
30422
30218
|
|
|
30423
|
-
.
|
|
30424
|
-
color: #
|
|
30425
|
-
|
|
30219
|
+
.E_b1wx3t3t.ant-btn-tertiary {
|
|
30220
|
+
--color: #0080ff;
|
|
30221
|
+
--font-weight: bold;
|
|
30222
|
+
--border-width: 0;
|
|
30223
|
+
--background-color: #fff;
|
|
30224
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30225
|
+
box-shadow: none;
|
|
30426
30226
|
}
|
|
30427
30227
|
|
|
30428
|
-
.
|
|
30429
|
-
|
|
30228
|
+
.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 {
|
|
30229
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30230
|
+
}
|
|
30231
|
+
|
|
30232
|
+
.E_b1wx3t3t.ant-btn-tertiary.ant-btn-dangerous {
|
|
30233
|
+
--color: #f0483e;
|
|
30234
|
+
--background-color: #fff;
|
|
30235
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30236
|
+
}
|
|
30237
|
+
|
|
30238
|
+
.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 {
|
|
30239
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30240
|
+
}
|
|
30241
|
+
|
|
30242
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange {
|
|
30243
|
+
--color: #fea008;
|
|
30244
|
+
--background-color: #fff;
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .E_b1wx3t3t.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
30248
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30249
|
+
}
|
|
30250
|
+
|
|
30251
|
+
.E_b1wx3t3t.ant-btn-ordinary {
|
|
30252
|
+
--color: #1d326c;
|
|
30253
|
+
--border-color: #ccd4e3;
|
|
30254
|
+
--background-color: #fff;
|
|
30255
|
+
--background-color-hover: #edf0f7;
|
|
30256
|
+
--background-color-active: #e4e9f2;
|
|
30257
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30258
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30259
|
+
}
|
|
30260
|
+
|
|
30261
|
+
.E_b1wx3t3t.ant-btn-ordinary:focus, .E_b1wx3t3t.ant-btn-ordinary.__pseudo-states-focus {
|
|
30262
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30263
|
+
}
|
|
30264
|
+
|
|
30265
|
+
.E_b1wx3t3t.ant-btn-ordinary.ordinary-blue {
|
|
30266
|
+
--color: #0080ff;
|
|
30267
|
+
--border-color: #0080ff;
|
|
30268
|
+
--background-color: #fff;
|
|
30269
|
+
--background-color-hover: linear-gradient(
|
|
30270
|
+
0deg,
|
|
30271
|
+
rgba(0, 136, 255, 0.16),
|
|
30272
|
+
rgba(0, 136, 255, 0.16)
|
|
30273
|
+
),
|
|
30274
|
+
#ffffff;
|
|
30275
|
+
--background-color-active: linear-gradient(
|
|
30276
|
+
0deg,
|
|
30277
|
+
rgba(0, 136, 255, 0.2),
|
|
30278
|
+
rgba(0, 136, 255, 0.2)
|
|
30279
|
+
),
|
|
30280
|
+
#ffffff;
|
|
30281
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30282
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30283
|
+
}
|
|
30284
|
+
|
|
30285
|
+
.E_b1wx3t3t.ant-btn-ordinary.ant-btn-dangerous {
|
|
30286
|
+
--color: #f0483e;
|
|
30287
|
+
--border-color: #f0483e;
|
|
30288
|
+
--background-color: #fff;
|
|
30289
|
+
--background-color-hover: linear-gradient(
|
|
30290
|
+
0deg,
|
|
30291
|
+
rgba(255, 74, 74, 0.16),
|
|
30292
|
+
rgba(255, 74, 74, 0.16)
|
|
30293
|
+
),
|
|
30294
|
+
#ffffff;
|
|
30295
|
+
--background-color-active: linear-gradient(
|
|
30296
|
+
0deg,
|
|
30297
|
+
rgba(255, 74, 74, 0.2),
|
|
30298
|
+
rgba(255, 74, 74, 0.2)
|
|
30299
|
+
),
|
|
30300
|
+
#ffffff;
|
|
30301
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30302
|
+
}
|
|
30303
|
+
|
|
30304
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint {
|
|
30305
|
+
--color: #1d326c;
|
|
30306
|
+
--border-color: #fff;
|
|
30307
|
+
--background-color: #fff;
|
|
30308
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30309
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30310
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30311
|
+
box-shadow: none;
|
|
30312
|
+
}
|
|
30313
|
+
|
|
30314
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30315
|
+
--color: #0080ff;
|
|
30316
|
+
--border-color: #fff;
|
|
30317
|
+
--background-color: #fff;
|
|
30318
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30319
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30320
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30321
|
+
box-shadow: none;
|
|
30322
|
+
}
|
|
30323
|
+
|
|
30324
|
+
.E_b1wx3t3t.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30325
|
+
--color: #f0483e;
|
|
30326
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30327
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30328
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30329
|
+
}
|
|
30330
|
+
|
|
30331
|
+
.E_b1wx3t3t.ant-btn-quiet {
|
|
30332
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30333
|
+
--border-width: 0;
|
|
30334
|
+
--background-color: transparent;
|
|
30335
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30336
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30337
|
+
--background-color-focus: #fff;
|
|
30338
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30339
|
+
box-shadow: none;
|
|
30340
|
+
}
|
|
30341
|
+
|
|
30342
|
+
.E_b1wx3t3t.ant-btn-quiet.ant-btn-dangerous {
|
|
30343
|
+
--color: #f0483e;
|
|
30344
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30345
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30346
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30347
|
+
}
|
|
30348
|
+
|
|
30349
|
+
.E_b1wx3t3t.ant-btn-quiet.quiet-blue {
|
|
30350
|
+
--color: #0080ff;
|
|
30351
|
+
--background-color: transparent;
|
|
30352
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30353
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30354
|
+
--background-color-focus: #fff;
|
|
30355
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30356
|
+
}
|
|
30357
|
+
|
|
30358
|
+
.E_b1wx3t3t .button-prefix-icon {
|
|
30359
|
+
margin-right: 8px;
|
|
30360
|
+
display: inline-flex;
|
|
30361
|
+
}
|
|
30362
|
+
|
|
30363
|
+
.E_b1wx3t3t .button-suffix-icon {
|
|
30364
|
+
margin-left: 8px;
|
|
30365
|
+
display: inline-flex;
|
|
30366
|
+
}
|
|
30367
|
+
|
|
30368
|
+
.E_b1wx3t3t .icon-wrapper {
|
|
30369
|
+
display: flex;
|
|
30370
|
+
justify-content: center;
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30373
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30374
|
+
display: inline-flex;
|
|
30375
|
+
align-items: baseline;
|
|
30376
|
+
white-space: pre-wrap;
|
|
30377
|
+
}
|
|
30378
|
+
|
|
30379
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30380
|
+
position: relative;
|
|
30381
|
+
top: 3px;
|
|
30382
|
+
}
|
|
30383
|
+
|
|
30384
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30385
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30386
|
+
}
|
|
30387
|
+
|
|
30388
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30389
|
+
border-color: #0080ff;
|
|
30390
|
+
}
|
|
30391
|
+
|
|
30392
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30393
|
+
border-color: #0080ff;
|
|
30394
|
+
background: #0080ff;
|
|
30395
|
+
}
|
|
30396
|
+
|
|
30397
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30398
|
+
top: 4px;
|
|
30399
|
+
left: 4px;
|
|
30400
|
+
width: 6px;
|
|
30401
|
+
height: 6px;
|
|
30402
|
+
background: #fff;
|
|
30403
|
+
}
|
|
30404
|
+
|
|
30405
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30406
|
+
opacity: 0.5;
|
|
30407
|
+
}
|
|
30408
|
+
|
|
30409
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30410
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30411
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30412
|
+
}
|
|
30413
|
+
|
|
30414
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30415
|
+
background: #00122e;
|
|
30416
|
+
}
|
|
30417
|
+
|
|
30418
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30419
|
+
color: #00122e;
|
|
30420
|
+
opacity: 0.5;
|
|
30421
|
+
}
|
|
30422
|
+
|
|
30423
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30424
|
+
color: #00122e;
|
|
30425
|
+
}
|
|
30426
|
+
|
|
30427
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30428
|
+
display: inline-block;
|
|
30429
|
+
padding: 0;
|
|
30430
|
+
padding-left: 10px;
|
|
30431
|
+
}
|
|
30432
|
+
|
|
30433
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30434
|
+
margin-bottom: 0;
|
|
30435
|
+
white-space: pre-wrap;
|
|
30436
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30437
|
+
}
|
|
30438
|
+
|
|
30439
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30440
|
+
padding-left: 8px;
|
|
30441
|
+
}
|
|
30442
|
+
|
|
30443
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30444
|
+
border-radius: 5px 0 0 5px;
|
|
30445
|
+
}
|
|
30446
|
+
|
|
30447
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30448
|
+
border-radius: 0 5px 5px 0;
|
|
30449
|
+
}
|
|
30450
|
+
|
|
30451
|
+
.E_rcc63c8 {
|
|
30452
|
+
color: #00122e;
|
|
30453
|
+
border-color: #ccd4e3;
|
|
30454
|
+
}
|
|
30455
|
+
|
|
30456
|
+
.E_rcc63c8:first-child {
|
|
30457
|
+
border-color: #a3b4cc;
|
|
30430
30458
|
}
|
|
30431
30459
|
|
|
30432
30460
|
.E_rcc63c8.ant-radio-button-wrapper {
|
|
@@ -30531,20 +30559,71 @@ html body {
|
|
|
30531
30559
|
color: rgba(44, 56, 82, 0.6);
|
|
30532
30560
|
}
|
|
30533
30561
|
|
|
30534
|
-
.
|
|
30535
|
-
|
|
30536
|
-
height:
|
|
30537
|
-
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
|
|
30541
|
-
|
|
30542
|
-
|
|
30562
|
+
.E_c1bus5hc {
|
|
30563
|
+
--color: white;
|
|
30564
|
+
height: 14px;
|
|
30565
|
+
width: 14px;
|
|
30566
|
+
border-radius: 50%;
|
|
30567
|
+
flex-shrink: 0;
|
|
30568
|
+
display: flex;
|
|
30569
|
+
align-items: center;
|
|
30570
|
+
justify-content: center;
|
|
30571
|
+
border: 1px solid var(--color);
|
|
30543
30572
|
}
|
|
30544
30573
|
|
|
30545
|
-
.
|
|
30546
|
-
|
|
30547
|
-
height:
|
|
30574
|
+
.E_c1bus5hc .circle-inner {
|
|
30575
|
+
position: relative;
|
|
30576
|
+
height: 10px;
|
|
30577
|
+
width: 10px;
|
|
30578
|
+
border-radius: 50%;
|
|
30579
|
+
overflow: hidden;
|
|
30580
|
+
}
|
|
30581
|
+
|
|
30582
|
+
.E_c1bus5hc .circle-content {
|
|
30583
|
+
position: absolute;
|
|
30584
|
+
height: 100%;
|
|
30585
|
+
width: 100%;
|
|
30586
|
+
left: 0;
|
|
30587
|
+
top: 0;
|
|
30588
|
+
border-radius: 50%;
|
|
30589
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30590
|
+
transform: rotate(180deg);
|
|
30591
|
+
}
|
|
30592
|
+
|
|
30593
|
+
.E_c1bus5hc .circle-child {
|
|
30594
|
+
position: absolute;
|
|
30595
|
+
height: 100%;
|
|
30596
|
+
width: 100%;
|
|
30597
|
+
left: 0;
|
|
30598
|
+
top: 0;
|
|
30599
|
+
margin-left: 50%;
|
|
30600
|
+
transform-origin: left;
|
|
30601
|
+
background: white;
|
|
30602
|
+
transform: rotate(0deg);
|
|
30603
|
+
}
|
|
30604
|
+
|
|
30605
|
+
.E_iq1gosr {
|
|
30606
|
+
display: inline-block;
|
|
30607
|
+
}
|
|
30608
|
+
|
|
30609
|
+
.E_tju3gfj .date {
|
|
30610
|
+
margin-right: 4px;
|
|
30611
|
+
}
|
|
30612
|
+
|
|
30613
|
+
.E_s1dizucg.ant-switch {
|
|
30614
|
+
min-width: 40px;
|
|
30615
|
+
height: 24px;
|
|
30616
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30617
|
+
overflow: hidden;
|
|
30618
|
+
}
|
|
30619
|
+
|
|
30620
|
+
.E_s1dizucg.ant-switch:focus {
|
|
30621
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30622
|
+
}
|
|
30623
|
+
|
|
30624
|
+
.E_s1dizucg.ant-switch-small {
|
|
30625
|
+
min-width: 26px;
|
|
30626
|
+
height: 16px;
|
|
30548
30627
|
}
|
|
30549
30628
|
|
|
30550
30629
|
.E_s1dizucg.ant-switch-large {
|
|
@@ -30598,75 +30677,94 @@ html body {
|
|
|
30598
30677
|
margin-left: 5px;
|
|
30599
30678
|
}
|
|
30600
30679
|
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30680
|
+
.E_s1dni7lo {
|
|
30681
|
+
width: 430px !important;
|
|
30603
30682
|
}
|
|
30604
30683
|
|
|
30605
|
-
.
|
|
30606
|
-
|
|
30684
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30685
|
+
padding: 8px 16px;
|
|
30686
|
+
line-height: 18px;
|
|
30687
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30688
|
+
height: 34px;
|
|
30689
|
+
min-height: 34px;
|
|
30690
|
+
box-sizing: border-box;
|
|
30691
|
+
margin-top: 8px;
|
|
30607
30692
|
}
|
|
30608
30693
|
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30611
|
-
|
|
30612
|
-
margin
|
|
30613
|
-
padding
|
|
30694
|
+
.E_o1ugr09p {
|
|
30695
|
+
display: flex;
|
|
30696
|
+
flex-direction: column;
|
|
30697
|
+
margin: 1px 8px;
|
|
30698
|
+
padding: 8px;
|
|
30699
|
+
border-radius: 4px;
|
|
30614
30700
|
}
|
|
30615
30701
|
|
|
30616
|
-
.
|
|
30617
|
-
display:
|
|
30618
|
-
gap: 4px;
|
|
30702
|
+
.E_o1ugr09p .selected-icon {
|
|
30703
|
+
display: none;
|
|
30619
30704
|
}
|
|
30620
30705
|
|
|
30621
|
-
.
|
|
30622
|
-
|
|
30706
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30707
|
+
padding-left: 8px;
|
|
30623
30708
|
}
|
|
30624
30709
|
|
|
30625
|
-
.
|
|
30626
|
-
|
|
30710
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30711
|
+
background-color: white;
|
|
30627
30712
|
}
|
|
30628
30713
|
|
|
30629
|
-
.
|
|
30630
|
-
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30714
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30715
|
+
color: #0080ff;
|
|
30716
|
+
}
|
|
30717
|
+
|
|
30718
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30719
|
+
display: block;
|
|
30720
|
+
}
|
|
30721
|
+
|
|
30722
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30723
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30724
|
+
}
|
|
30725
|
+
|
|
30726
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30727
|
+
color: #0080ff;
|
|
30728
|
+
}
|
|
30729
|
+
|
|
30730
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30731
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30732
|
+
color: #0080ff;
|
|
30733
|
+
}
|
|
30734
|
+
|
|
30735
|
+
.E_o1ifxsq4 {
|
|
30635
30736
|
display: flex;
|
|
30636
|
-
|
|
30637
|
-
|
|
30638
|
-
|
|
30737
|
+
justify-content: space-between;
|
|
30738
|
+
height: 20px;
|
|
30739
|
+
line-height: 20px;
|
|
30639
30740
|
}
|
|
30640
30741
|
|
|
30641
|
-
.
|
|
30642
|
-
|
|
30643
|
-
height: 10px;
|
|
30644
|
-
width: 10px;
|
|
30645
|
-
border-radius: 50%;
|
|
30742
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30743
|
+
color: #2d3a56;
|
|
30646
30744
|
overflow: hidden;
|
|
30745
|
+
text-overflow: ellipsis;
|
|
30647
30746
|
}
|
|
30648
30747
|
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30651
|
-
|
|
30652
|
-
|
|
30653
|
-
|
|
30654
|
-
|
|
30655
|
-
|
|
30656
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30657
|
-
transform: rotate(180deg);
|
|
30748
|
+
.E_o1zue7 {
|
|
30749
|
+
display: flex;
|
|
30750
|
+
justify-content: space-between;
|
|
30751
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30752
|
+
height: 18px;
|
|
30753
|
+
line-height: 18px;
|
|
30754
|
+
margin-top: 2px;
|
|
30658
30755
|
}
|
|
30659
30756
|
|
|
30660
|
-
.
|
|
30661
|
-
|
|
30662
|
-
|
|
30757
|
+
.E_tyfmlxg {
|
|
30758
|
+
border: none;
|
|
30759
|
+
margin-right: 0;
|
|
30760
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30761
|
+
}
|
|
30762
|
+
|
|
30763
|
+
.E_o18uybox {
|
|
30764
|
+
pointer-events: none;
|
|
30765
|
+
height: 32px;
|
|
30663
30766
|
width: 100%;
|
|
30664
|
-
|
|
30665
|
-
top: 0;
|
|
30666
|
-
margin-left: 50%;
|
|
30667
|
-
transform-origin: left;
|
|
30668
|
-
background: white;
|
|
30669
|
-
transform: rotate(0deg);
|
|
30767
|
+
opacity: 0;
|
|
30670
30768
|
}
|
|
30671
30769
|
|
|
30672
30770
|
.E_s1sck0th {
|
|
@@ -30767,14 +30865,6 @@ html body {
|
|
|
30767
30865
|
background-color: #7E41FF;
|
|
30768
30866
|
}
|
|
30769
30867
|
|
|
30770
|
-
.E_tju3gfj .date {
|
|
30771
|
-
margin-right: 4px;
|
|
30772
|
-
}
|
|
30773
|
-
|
|
30774
|
-
.E_iq1gosr {
|
|
30775
|
-
display: inline-block;
|
|
30776
|
-
}
|
|
30777
|
-
|
|
30778
30868
|
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30779
30869
|
display: none;
|
|
30780
30870
|
}
|
|
@@ -30788,104 +30878,75 @@ html body {
|
|
|
30788
30878
|
visibility: hidden;
|
|
30789
30879
|
}
|
|
30790
30880
|
|
|
30791
|
-
.
|
|
30792
|
-
|
|
30881
|
+
.E_iouxfgt {
|
|
30882
|
+
display: inline-flex;
|
|
30883
|
+
align-items: center;
|
|
30793
30884
|
}
|
|
30794
30885
|
|
|
30795
|
-
.
|
|
30796
|
-
|
|
30797
|
-
|
|
30798
|
-
|
|
30799
|
-
height: 34px;
|
|
30800
|
-
min-height: 34px;
|
|
30801
|
-
box-sizing: border-box;
|
|
30802
|
-
margin-top: 8px;
|
|
30886
|
+
.E_iouxfgt .icon-inner {
|
|
30887
|
+
display: inline-flex;
|
|
30888
|
+
align-items: center;
|
|
30889
|
+
justify-content: center;
|
|
30803
30890
|
}
|
|
30804
30891
|
|
|
30805
|
-
.
|
|
30806
|
-
|
|
30807
|
-
|
|
30808
|
-
margin: 1px 8px;
|
|
30809
|
-
padding: 8px;
|
|
30810
|
-
border-radius: 4px;
|
|
30892
|
+
.E_iouxfgt .icon-inner + span,
|
|
30893
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
30894
|
+
margin-left: 4px;
|
|
30811
30895
|
}
|
|
30812
30896
|
|
|
30813
|
-
.
|
|
30814
|
-
|
|
30897
|
+
.E_iouxfgt.is-rotate img,
|
|
30898
|
+
.E_iouxfgt.is-rotate svg {
|
|
30899
|
+
animation: rotate 680ms linear infinite;
|
|
30815
30900
|
}
|
|
30816
30901
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30902
|
+
.E_f7pxqmh {
|
|
30903
|
+
width: 100%;
|
|
30904
|
+
margin-bottom: 0 !important;
|
|
30905
|
+
flex-flow: nowrap !important;
|
|
30906
|
+
line-break: auto;
|
|
30819
30907
|
}
|
|
30820
30908
|
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30909
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
30910
|
+
text-align: left !important;
|
|
30911
|
+
padding-bottom: 0 !important;
|
|
30823
30912
|
}
|
|
30824
30913
|
|
|
30825
|
-
.
|
|
30826
|
-
|
|
30914
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
30915
|
+
min-height: 32px;
|
|
30916
|
+
height: auto;
|
|
30917
|
+
font-size: 13px;
|
|
30918
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30919
|
+
white-space: normal;
|
|
30827
30920
|
}
|
|
30828
30921
|
|
|
30829
|
-
.
|
|
30830
|
-
|
|
30922
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
30923
|
+
border-color: #ff4d4f !important;
|
|
30831
30924
|
}
|
|
30832
30925
|
|
|
30833
|
-
.
|
|
30834
|
-
|
|
30926
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
30927
|
+
border-color: #ff4d4f !important;
|
|
30835
30928
|
}
|
|
30836
30929
|
|
|
30837
|
-
.
|
|
30838
|
-
|
|
30930
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
30931
|
+
margin-top: 4px;
|
|
30932
|
+
font-size: 12px;
|
|
30933
|
+
min-height: 0px;
|
|
30839
30934
|
}
|
|
30840
30935
|
|
|
30841
|
-
.
|
|
30842
|
-
|
|
30843
|
-
color:
|
|
30936
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
30937
|
+
font-size: 12px;
|
|
30938
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30939
|
+
min-height: 0px;
|
|
30844
30940
|
}
|
|
30845
30941
|
|
|
30846
|
-
.
|
|
30942
|
+
.E_fzh9mnb {
|
|
30943
|
+
width: 100%;
|
|
30944
|
+
height: 100%;
|
|
30945
|
+
min-height: 124px;
|
|
30847
30946
|
display: flex;
|
|
30848
|
-
|
|
30849
|
-
|
|
30850
|
-
|
|
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;
|
|
30947
|
+
flex-direction: column;
|
|
30948
|
+
justify-content: center;
|
|
30949
|
+
align-items: center;
|
|
30889
30950
|
}
|
|
30890
30951
|
|
|
30891
30952
|
.E_fzh9mnb .error-text {
|
|
@@ -30894,67 +30955,6 @@ html body {
|
|
|
30894
30955
|
font-size: 18px;
|
|
30895
30956
|
}
|
|
30896
30957
|
|
|
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
30958
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
30959
30959
|
display: var(--ai7qkf2-0);
|
|
30960
30960
|
}
|
|
@@ -31025,6 +31025,27 @@ html body {
|
|
|
31025
31025
|
padding: 2px 8px;
|
|
31026
31026
|
}
|
|
31027
31027
|
|
|
31028
|
+
.E_i1inqkme {
|
|
31029
|
+
height: 18px;
|
|
31030
|
+
line-height: 18px;
|
|
31031
|
+
padding: 0 4px;
|
|
31032
|
+
border-radius: 4px;
|
|
31033
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31034
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31035
|
+
display: flex;
|
|
31036
|
+
align-items: center;
|
|
31037
|
+
white-space: nowrap;
|
|
31038
|
+
margin-right: 4px;
|
|
31039
|
+
}
|
|
31040
|
+
|
|
31041
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31042
|
+
margin-left: 8px;
|
|
31043
|
+
}
|
|
31044
|
+
|
|
31045
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31046
|
+
padding: 2px 7px 2px 12px;
|
|
31047
|
+
}
|
|
31048
|
+
|
|
31028
31049
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31029
31050
|
display: var(--a1wfy30z-0);
|
|
31030
31051
|
}
|
|
@@ -31060,25 +31081,13 @@ html body {
|
|
|
31060
31081
|
font-size: inherit;
|
|
31061
31082
|
}
|
|
31062
31083
|
|
|
31063
|
-
.
|
|
31064
|
-
|
|
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;
|
|
31084
|
+
.E_owd0kml {
|
|
31085
|
+
display: inline-block;
|
|
31078
31086
|
}
|
|
31079
31087
|
|
|
31080
|
-
.
|
|
31081
|
-
|
|
31088
|
+
.E_h1jsgezc {
|
|
31089
|
+
visibility: hidden;
|
|
31090
|
+
position: absolute;
|
|
31082
31091
|
}
|
|
31083
31092
|
|
|
31084
31093
|
.E_cnujxq2 {
|
|
@@ -32344,15 +32353,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32344
32353
|
line-height: 12px;
|
|
32345
32354
|
}
|
|
32346
32355
|
|
|
32347
|
-
.E_owd0kml {
|
|
32348
|
-
display: inline-block;
|
|
32349
|
-
}
|
|
32350
|
-
|
|
32351
|
-
.E_h1jsgezc {
|
|
32352
|
-
visibility: hidden;
|
|
32353
|
-
position: absolute;
|
|
32354
|
-
}
|
|
32355
|
-
|
|
32356
32356
|
.E_a1b5xrg3 .user-icon-inner {
|
|
32357
32357
|
display: inline-flex;
|
|
32358
32358
|
align-items: center;
|
|
@@ -32644,6 +32644,23 @@ input.E_rf8rlle.ant-input {
|
|
|
32644
32644
|
flex-shrink: 0;
|
|
32645
32645
|
}
|
|
32646
32646
|
|
|
32647
|
+
.E_w1dxz879 {
|
|
32648
|
+
display: flex;
|
|
32649
|
+
flex-direction: column;
|
|
32650
|
+
gap: 6px;
|
|
32651
|
+
}
|
|
32652
|
+
|
|
32653
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
32654
|
+
max-height: var(--w1dxz879-0);
|
|
32655
|
+
text-overflow: clip;
|
|
32656
|
+
overflow: hidden;
|
|
32657
|
+
}
|
|
32658
|
+
|
|
32659
|
+
.E_w1dxz879 .tips {
|
|
32660
|
+
color: #fff;
|
|
32661
|
+
opacity: 0.8;
|
|
32662
|
+
}
|
|
32663
|
+
|
|
32647
32664
|
.E_suhck3k {
|
|
32648
32665
|
height: 24px;
|
|
32649
32666
|
width: 24px;
|
|
@@ -32676,23 +32693,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32676
32693
|
margin-right: 6px;
|
|
32677
32694
|
}
|
|
32678
32695
|
|
|
32679
|
-
.E_w1dxz879 {
|
|
32680
|
-
display: flex;
|
|
32681
|
-
flex-direction: column;
|
|
32682
|
-
gap: 6px;
|
|
32683
|
-
}
|
|
32684
|
-
|
|
32685
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
32686
|
-
max-height: var(--w1dxz879-0);
|
|
32687
|
-
text-overflow: clip;
|
|
32688
|
-
overflow: hidden;
|
|
32689
|
-
}
|
|
32690
|
-
|
|
32691
|
-
.E_w1dxz879 .tips {
|
|
32692
|
-
color: #fff;
|
|
32693
|
-
opacity: 0.8;
|
|
32694
|
-
}
|
|
32695
|
-
|
|
32696
32696
|
.E_hrhfj7c {
|
|
32697
32697
|
display: none;
|
|
32698
32698
|
}
|
|
@@ -33215,71 +33215,6 @@ 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
|
-
|
|
33283
33218
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33284
33219
|
margin-right: 2px;
|
|
33285
33220
|
}
|
|
@@ -33320,27 +33255,55 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33320
33255
|
background-color: transparent;
|
|
33321
33256
|
}
|
|
33322
33257
|
|
|
33323
|
-
.
|
|
33324
|
-
|
|
33325
|
-
}
|
|
33326
|
-
|
|
33327
|
-
.E_c1eym6el {
|
|
33328
|
-
border-radius: 8px;
|
|
33329
|
-
background-color: white;
|
|
33258
|
+
.E_c1yd35n {
|
|
33259
|
+
padding: 0 12px 14px 12px;
|
|
33330
33260
|
}
|
|
33331
33261
|
|
|
33332
|
-
.
|
|
33262
|
+
.E_c1kghdax {
|
|
33263
|
+
color: #2d3a56;
|
|
33264
|
+
padding: 7px 12px;
|
|
33265
|
+
display: flex;
|
|
33266
|
+
justify-content: space-between;
|
|
33267
|
+
align-items: center;
|
|
33268
|
+
}
|
|
33269
|
+
|
|
33270
|
+
.E_c1kghdax.has-arrow {
|
|
33271
|
+
padding-left: 10px;
|
|
33272
|
+
}
|
|
33273
|
+
|
|
33274
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33333
33275
|
cursor: pointer;
|
|
33276
|
+
color: #00122e;
|
|
33334
33277
|
}
|
|
33335
33278
|
|
|
33336
|
-
.
|
|
33337
|
-
|
|
33338
|
-
|
|
33339
|
-
transform: translateY(-4px);
|
|
33279
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33280
|
+
color: #2d3a56;
|
|
33281
|
+
font-weight: 600;
|
|
33340
33282
|
}
|
|
33341
33283
|
|
|
33342
|
-
.
|
|
33343
|
-
|
|
33284
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33285
|
+
transform: rotate(90deg);
|
|
33286
|
+
}
|
|
33287
|
+
|
|
33288
|
+
.E_c1kghdax .sub-info {
|
|
33289
|
+
font-size: 12px;
|
|
33290
|
+
line-height: 18px;
|
|
33291
|
+
}
|
|
33292
|
+
|
|
33293
|
+
.E_c1kghdax .title-wrapper {
|
|
33294
|
+
display: flex;
|
|
33295
|
+
align-items: center;
|
|
33296
|
+
user-select: none;
|
|
33297
|
+
flex-grow: 1;
|
|
33298
|
+
font-size: 12px;
|
|
33299
|
+
line-height: 18px;
|
|
33300
|
+
color: #2d3a56;
|
|
33301
|
+
font-weight: 700;
|
|
33302
|
+
}
|
|
33303
|
+
|
|
33304
|
+
.E_c1kghdax .collapse-arrow {
|
|
33305
|
+
transition: all 50ms ease-out 0ms;
|
|
33306
|
+
margin-right: 2px;
|
|
33344
33307
|
}
|
|
33345
33308
|
|
|
33346
33309
|
.E_ckui4s7 {
|
|
@@ -33423,939 +33386,961 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
33423
33386
|
margin-left: 24px;
|
|
33424
33387
|
}
|
|
33425
33388
|
|
|
33426
|
-
.
|
|
33427
|
-
|
|
33428
|
-
|
|
33389
|
+
.E_lht19u8 {
|
|
33390
|
+
width: 64px;
|
|
33391
|
+
height: 64px;
|
|
33429
33392
|
display: flex;
|
|
33430
|
-
justify-content: space-between;
|
|
33431
33393
|
align-items: center;
|
|
33394
|
+
justify-content: center;
|
|
33395
|
+
position: relative;
|
|
33396
|
+
opacity: 0.2;
|
|
33432
33397
|
}
|
|
33433
33398
|
|
|
33434
|
-
.
|
|
33435
|
-
|
|
33436
|
-
|
|
33437
|
-
|
|
33438
|
-
|
|
33439
|
-
|
|
33440
|
-
|
|
33399
|
+
.E_lk3gkp4 {
|
|
33400
|
+
position: absolute;
|
|
33401
|
+
width: 5px;
|
|
33402
|
+
height: 48px;
|
|
33403
|
+
left: 9.33px;
|
|
33404
|
+
top: 40.5px;
|
|
33405
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33406
|
+
border-radius: 5px;
|
|
33407
|
+
transform: rotate(-128deg);
|
|
33408
|
+
transform-origin: top left;
|
|
33409
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33441
33410
|
}
|
|
33442
33411
|
|
|
33443
|
-
.
|
|
33444
|
-
|
|
33445
|
-
|
|
33412
|
+
.E_ll4n94n {
|
|
33413
|
+
position: absolute;
|
|
33414
|
+
width: 5px;
|
|
33415
|
+
height: 48px;
|
|
33416
|
+
left: 40.8px;
|
|
33417
|
+
top: 8.4px;
|
|
33418
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33419
|
+
border-radius: 5px;
|
|
33420
|
+
transform: rotate(-8deg);
|
|
33421
|
+
transform-origin: top left;
|
|
33422
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33446
33423
|
}
|
|
33447
33424
|
|
|
33448
|
-
.
|
|
33449
|
-
|
|
33425
|
+
.E_l17lbdo6 {
|
|
33426
|
+
position: absolute;
|
|
33427
|
+
width: 5px;
|
|
33428
|
+
height: 48px;
|
|
33429
|
+
left: 52.9px;
|
|
33430
|
+
top: 51.8px;
|
|
33431
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33432
|
+
border-radius: 5px;
|
|
33433
|
+
transform: rotate(112deg);
|
|
33434
|
+
transform-origin: top left;
|
|
33435
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33450
33436
|
}
|
|
33451
33437
|
|
|
33452
|
-
.
|
|
33453
|
-
|
|
33454
|
-
line-height: 18px;
|
|
33438
|
+
.E_b14q2gmw {
|
|
33439
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33455
33440
|
}
|
|
33456
33441
|
|
|
33457
|
-
.
|
|
33458
|
-
|
|
33459
|
-
|
|
33460
|
-
user-select: none;
|
|
33461
|
-
flex-grow: 1;
|
|
33462
|
-
font-size: 12px;
|
|
33463
|
-
line-height: 18px;
|
|
33464
|
-
color: #2d3a56;
|
|
33465
|
-
font-weight: 700;
|
|
33442
|
+
.E_c1eym6el {
|
|
33443
|
+
border-radius: 8px;
|
|
33444
|
+
background-color: white;
|
|
33466
33445
|
}
|
|
33467
33446
|
|
|
33468
|
-
.
|
|
33469
|
-
|
|
33470
|
-
margin-right: 2px;
|
|
33447
|
+
.E_c1eym6el.hoverable {
|
|
33448
|
+
cursor: pointer;
|
|
33471
33449
|
}
|
|
33472
33450
|
|
|
33473
|
-
.
|
|
33474
|
-
|
|
33475
|
-
|
|
33476
|
-
|
|
33477
|
-
height: 22px;
|
|
33451
|
+
.E_c1eym6el.hoverable:hover {
|
|
33452
|
+
transition: all 200ms ease;
|
|
33453
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33454
|
+
transform: translateY(-4px);
|
|
33478
33455
|
}
|
|
33479
33456
|
|
|
33480
|
-
.
|
|
33481
|
-
|
|
33457
|
+
.E_w7ob4th.outside-tag {
|
|
33458
|
+
padding-left: 0;
|
|
33482
33459
|
}
|
|
33483
33460
|
|
|
33484
|
-
.
|
|
33485
|
-
|
|
33461
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33462
|
+
border-radius: 4px 0 0 4px;
|
|
33463
|
+
padding-right: 4px;
|
|
33464
|
+
margin-right: 4px;
|
|
33486
33465
|
}
|
|
33487
33466
|
|
|
33488
|
-
.
|
|
33489
|
-
|
|
33467
|
+
.E_i1g85yz3 {
|
|
33468
|
+
margin-right: 4px;
|
|
33469
|
+
height: 16px;
|
|
33490
33470
|
}
|
|
33491
33471
|
|
|
33492
|
-
.
|
|
33493
|
-
|
|
33472
|
+
.E_slr2ynn {
|
|
33473
|
+
padding: 0 8px;
|
|
33474
|
+
height: 18px;
|
|
33494
33475
|
}
|
|
33495
33476
|
|
|
33496
|
-
.
|
|
33497
|
-
|
|
33498
|
-
|
|
33477
|
+
.E_m140wbb6 {
|
|
33478
|
+
padding: 2px 8px;
|
|
33479
|
+
height: 24px;
|
|
33499
33480
|
}
|
|
33500
33481
|
|
|
33501
|
-
.
|
|
33502
|
-
|
|
33482
|
+
.E_t1fozc1i {
|
|
33483
|
+
margin: 0;
|
|
33503
33484
|
}
|
|
33504
33485
|
|
|
33505
|
-
.
|
|
33506
|
-
|
|
33486
|
+
.E_i1vxv4ln {
|
|
33487
|
+
margin-right: 4px;
|
|
33488
|
+
height: 16px;
|
|
33507
33489
|
}
|
|
33508
33490
|
|
|
33509
|
-
.
|
|
33510
|
-
|
|
33491
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
33492
|
+
font-weight: 700;
|
|
33493
|
+
color: #00122e;
|
|
33494
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33495
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33496
|
+
word-break: break-all;
|
|
33497
|
+
display: inline;
|
|
33498
|
+
white-space: normal;
|
|
33511
33499
|
}
|
|
33512
33500
|
|
|
33513
|
-
.
|
|
33514
|
-
|
|
33501
|
+
.E_t1dtlqs1 {
|
|
33502
|
+
margin-bottom: 4px;
|
|
33503
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33515
33504
|
}
|
|
33516
33505
|
|
|
33517
|
-
.
|
|
33518
|
-
|
|
33506
|
+
.E_s1ese5oy {
|
|
33507
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33508
|
+
line-height: 32px;
|
|
33509
|
+
height: 32px;
|
|
33510
|
+
margin-bottom: 0;
|
|
33519
33511
|
}
|
|
33520
33512
|
|
|
33521
|
-
.
|
|
33522
|
-
|
|
33513
|
+
.E_s1ese5oy.primary, .E_s1ese5oy.info {
|
|
33514
|
+
color: #0080ff;
|
|
33523
33515
|
}
|
|
33524
33516
|
|
|
33525
|
-
.
|
|
33526
|
-
|
|
33517
|
+
.E_s1ese5oy.warning {
|
|
33518
|
+
color: #ffa500;
|
|
33527
33519
|
}
|
|
33528
33520
|
|
|
33529
|
-
.
|
|
33530
|
-
|
|
33521
|
+
.E_s1ese5oy.success {
|
|
33522
|
+
color: #00ba5d;
|
|
33531
33523
|
}
|
|
33532
33524
|
|
|
33533
|
-
.
|
|
33534
|
-
|
|
33525
|
+
.E_s1ese5oy.danger, .E_s1ese5oy.error {
|
|
33526
|
+
color: #f0483e;
|
|
33535
33527
|
}
|
|
33536
33528
|
|
|
33537
|
-
.
|
|
33538
|
-
|
|
33529
|
+
.E_s1ese5oy.normal {
|
|
33530
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33539
33531
|
}
|
|
33540
33532
|
|
|
33541
|
-
.
|
|
33542
|
-
|
|
33533
|
+
.E_b1ibis43 {
|
|
33534
|
+
margin-bottom: 0;
|
|
33535
|
+
color: #00122e;
|
|
33543
33536
|
}
|
|
33544
33537
|
|
|
33545
|
-
.
|
|
33546
|
-
|
|
33538
|
+
.E_b11xxjd2 {
|
|
33539
|
+
line-height: 32px;
|
|
33540
|
+
margin-right: 6px;
|
|
33547
33541
|
}
|
|
33548
33542
|
|
|
33549
|
-
.
|
|
33550
|
-
|
|
33543
|
+
.E_bsub5bw.with-description {
|
|
33544
|
+
height: 24px;
|
|
33545
|
+
flex: 1;
|
|
33546
|
+
position: relative;
|
|
33547
|
+
top: -7px;
|
|
33551
33548
|
}
|
|
33552
33549
|
|
|
33553
|
-
.
|
|
33554
|
-
|
|
33550
|
+
.E_bsub5bw p {
|
|
33551
|
+
width: 100%;
|
|
33552
|
+
overflow: hidden;
|
|
33553
|
+
text-overflow: ellipsis;
|
|
33554
|
+
white-space: nowrap;
|
|
33555
33555
|
}
|
|
33556
33556
|
|
|
33557
|
-
.
|
|
33558
|
-
|
|
33557
|
+
.E_tmoyoag {
|
|
33558
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33559
|
+
border-radius: 8px;
|
|
33560
|
+
overflow: auto;
|
|
33559
33561
|
}
|
|
33560
33562
|
|
|
33561
|
-
.
|
|
33562
|
-
|
|
33563
|
-
height: 8px;
|
|
33564
|
-
border-radius: 50%;
|
|
33565
|
-
display: inline-block;
|
|
33563
|
+
.E_tmoyoag .ant-list {
|
|
33564
|
+
position: relative;
|
|
33566
33565
|
}
|
|
33567
33566
|
|
|
33568
|
-
.
|
|
33569
|
-
|
|
33567
|
+
.E_tmoyoag .ant-list .ant-list-item:last-child {
|
|
33568
|
+
border-bottom: none;
|
|
33570
33569
|
}
|
|
33571
33570
|
|
|
33572
|
-
.
|
|
33573
|
-
|
|
33574
|
-
|
|
33575
|
-
|
|
33576
|
-
|
|
33571
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33572
|
+
position: sticky;
|
|
33573
|
+
top: 0;
|
|
33574
|
+
z-index: 2;
|
|
33575
|
+
display: flex;
|
|
33576
|
+
padding: 8px;
|
|
33577
|
+
flex-wrap: nowrap;
|
|
33578
|
+
justify-content: flex-start;
|
|
33579
|
+
background: #f2f5fa;
|
|
33580
|
+
font-size: 14px;
|
|
33581
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33582
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33583
|
+
}
|
|
33577
33584
|
|
|
33578
|
-
.
|
|
33579
|
-
|
|
33585
|
+
.E_tmoyoag .ant-list .eagle-table-form-header {
|
|
33586
|
+
align-items: inherit;
|
|
33580
33587
|
}
|
|
33581
33588
|
|
|
33582
|
-
.
|
|
33583
|
-
|
|
33584
|
-
height: 100%;
|
|
33589
|
+
.E_tmoyoag .ant-list .eagle-table-form-header .eagle-table-form-cell > p {
|
|
33590
|
+
margin-bottom: 0;
|
|
33585
33591
|
}
|
|
33586
33592
|
|
|
33587
|
-
.
|
|
33588
|
-
|
|
33593
|
+
.E_tmoyoag .ant-list .eagle-table-form-row {
|
|
33594
|
+
display: flex;
|
|
33595
|
+
justify-content: flex-start;
|
|
33596
|
+
align-items: flex-start;
|
|
33597
|
+
flex-wrap: wrap;
|
|
33598
|
+
padding: 8px;
|
|
33599
|
+
border: none;
|
|
33589
33600
|
}
|
|
33590
33601
|
|
|
33591
|
-
.
|
|
33592
|
-
|
|
33602
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-description {
|
|
33603
|
+
flex-basis: 100%;
|
|
33604
|
+
margin: 12px 0 0;
|
|
33605
|
+
order: 99;
|
|
33606
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33593
33607
|
}
|
|
33594
33608
|
|
|
33595
|
-
.
|
|
33596
|
-
|
|
33609
|
+
.E_tmoyoag .ant-list .eagle-table-form-row .row-error-message {
|
|
33610
|
+
color: #f0483e;
|
|
33611
|
+
flex-basis: 100%;
|
|
33612
|
+
order: 98;
|
|
33613
|
+
margin: 12px 0 0;
|
|
33597
33614
|
}
|
|
33598
33615
|
|
|
33599
|
-
.
|
|
33600
|
-
|
|
33601
|
-
padding-bottom: 6px;
|
|
33616
|
+
.E_tmoyoag .ant-list .eagle-table-form-row:hover {
|
|
33617
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33602
33618
|
}
|
|
33603
33619
|
|
|
33604
|
-
.
|
|
33605
|
-
|
|
33620
|
+
.E_tmoyoag .ant-list .eagle-table-form-row.isDragging {
|
|
33621
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33606
33622
|
}
|
|
33607
33623
|
|
|
33608
|
-
.
|
|
33609
|
-
|
|
33624
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell {
|
|
33625
|
+
flex: 1 0 0;
|
|
33626
|
+
overflow: hidden;
|
|
33610
33627
|
}
|
|
33611
33628
|
|
|
33612
|
-
.
|
|
33613
|
-
|
|
33629
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell .cell-description {
|
|
33630
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33631
|
+
margin: 0;
|
|
33614
33632
|
}
|
|
33615
33633
|
|
|
33616
|
-
.
|
|
33617
|
-
|
|
33618
|
-
overflow: visible;
|
|
33634
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-center > * {
|
|
33635
|
+
text-align: center;
|
|
33619
33636
|
}
|
|
33620
33637
|
|
|
33621
|
-
.
|
|
33622
|
-
|
|
33638
|
+
.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 > * {
|
|
33639
|
+
text-align: center;
|
|
33623
33640
|
}
|
|
33624
33641
|
|
|
33625
|
-
.
|
|
33626
|
-
|
|
33642
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-left > * {
|
|
33643
|
+
text-align: left;
|
|
33627
33644
|
}
|
|
33628
33645
|
|
|
33629
|
-
.
|
|
33630
|
-
|
|
33631
|
-
background: #fff;
|
|
33632
|
-
padding: 0 !important;
|
|
33646
|
+
.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 > * {
|
|
33647
|
+
text-align: left;
|
|
33633
33648
|
}
|
|
33634
33649
|
|
|
33635
|
-
.
|
|
33636
|
-
|
|
33637
|
-
display: flex;
|
|
33638
|
-
align-items: center;
|
|
33639
|
-
height: 100%;
|
|
33640
|
-
padding: 8px;
|
|
33650
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell.align-right > * {
|
|
33651
|
+
text-align: right;
|
|
33641
33652
|
}
|
|
33642
33653
|
|
|
33643
|
-
.
|
|
33644
|
-
|
|
33645
|
-
overflow: hidden;
|
|
33646
|
-
text-overflow: ellipsis;
|
|
33647
|
-
width: 100%;
|
|
33654
|
+
.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 > * {
|
|
33655
|
+
text-align: right;
|
|
33648
33656
|
}
|
|
33649
33657
|
|
|
33650
|
-
.
|
|
33651
|
-
|
|
33658
|
+
.E_tmoyoag .ant-list .eagle-table-form-cell:not(:last-of-type) {
|
|
33659
|
+
margin-right: 8px;
|
|
33652
33660
|
}
|
|
33653
33661
|
|
|
33654
|
-
.
|
|
33655
|
-
|
|
33662
|
+
.E_tmoyoag .ant-list .ant-list-item-action {
|
|
33663
|
+
padding: 4px;
|
|
33664
|
+
width: 24px;
|
|
33665
|
+
height: 24px;
|
|
33666
|
+
overflow: hidden;
|
|
33656
33667
|
}
|
|
33657
33668
|
|
|
33658
|
-
.
|
|
33659
|
-
|
|
33660
|
-
border-left: none;
|
|
33661
|
-
border-right: none;
|
|
33662
|
-
border-bottom: none;
|
|
33663
|
-
height: 100%;
|
|
33664
|
-
font-size: 12px;
|
|
33665
|
-
background: transparent;
|
|
33669
|
+
.E_tmoyoag .ant-list .ant-list-item-action li {
|
|
33670
|
+
padding: 0;
|
|
33666
33671
|
}
|
|
33667
33672
|
|
|
33668
|
-
.
|
|
33669
|
-
|
|
33670
|
-
|
|
33671
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33672
|
-
margin-bottom: -1px;
|
|
33673
|
+
.E_tmoyoag .ant-list .delete-row-icon.disabled {
|
|
33674
|
+
cursor: not-allowed;
|
|
33675
|
+
opacity: 0.5;
|
|
33673
33676
|
}
|
|
33674
33677
|
|
|
33675
|
-
.
|
|
33676
|
-
|
|
33677
|
-
color: #2d3a56;
|
|
33678
|
+
.E_tmoyoag .ant-list.size-default .ant-list-item-action {
|
|
33679
|
+
margin: 0;
|
|
33678
33680
|
}
|
|
33679
33681
|
|
|
33680
|
-
.
|
|
33681
|
-
.
|
|
33682
|
-
|
|
33682
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input,
|
|
33683
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-select-selector {
|
|
33684
|
+
border-radius: 5px;
|
|
33685
|
+
font-size: 12px;
|
|
33683
33686
|
}
|
|
33684
33687
|
|
|
33685
|
-
.
|
|
33686
|
-
|
|
33687
|
-
text-align: center;
|
|
33688
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-input-affix-wrapper {
|
|
33689
|
+
font-size: inherit;
|
|
33688
33690
|
}
|
|
33689
33691
|
|
|
33690
|
-
.
|
|
33691
|
-
|
|
33692
|
+
.E_tmoyoag .ant-list.size-default .eagle-table-form-cell .ant-form-item-control-input {
|
|
33693
|
+
min-height: 24px;
|
|
33694
|
+
font-size: 12px;
|
|
33695
|
+
position: relative;
|
|
33692
33696
|
}
|
|
33693
33697
|
|
|
33694
|
-
.
|
|
33695
|
-
|
|
33696
|
-
position: absolute;
|
|
33697
|
-
top: 50%;
|
|
33698
|
-
right: 12px;
|
|
33699
|
-
transform: translateY(-50%);
|
|
33698
|
+
.E_tmoyoag.row-split-by-border .eagle-table-form-row {
|
|
33699
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
33700
33700
|
}
|
|
33701
33701
|
|
|
33702
|
-
.
|
|
33703
|
-
|
|
33704
|
-
width: 1px;
|
|
33705
|
-
background: rgba(213, 219, 227, 0.6);
|
|
33702
|
+
.E_tmoyoag.row-split-by-zebraMarking .draggable-container > :nth-child(2n) {
|
|
33703
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33706
33704
|
}
|
|
33707
33705
|
|
|
33708
|
-
.
|
|
33709
|
-
|
|
33710
|
-
|
|
33711
|
-
|
|
33706
|
+
.E_a138syjm {
|
|
33707
|
+
display: flex;
|
|
33708
|
+
align-items: center;
|
|
33709
|
+
margin-top: 8px;
|
|
33712
33710
|
}
|
|
33713
33711
|
|
|
33714
|
-
.
|
|
33715
|
-
|
|
33712
|
+
.E_a138syjm button.ant-btn {
|
|
33713
|
+
padding: 2px 8px;
|
|
33714
|
+
height: 24px;
|
|
33716
33715
|
}
|
|
33717
33716
|
|
|
33718
|
-
.
|
|
33719
|
-
|
|
33720
|
-
|
|
33721
|
-
|
|
33722
|
-
vertical-align: middle;
|
|
33723
|
-
transition: background 0ms;
|
|
33724
|
-
color: #00122e;
|
|
33717
|
+
.E_a138syjm > span.maximum-desc {
|
|
33718
|
+
display: none;
|
|
33719
|
+
margin-left: 8px;
|
|
33720
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33725
33721
|
}
|
|
33726
33722
|
|
|
33727
|
-
.
|
|
33728
|
-
|
|
33729
|
-
border-bottom-color: #f2f5fa;
|
|
33723
|
+
.E_a138syjm > span.maximum-desc.disabled {
|
|
33724
|
+
display: inline;
|
|
33730
33725
|
}
|
|
33731
33726
|
|
|
33732
|
-
.
|
|
33733
|
-
|
|
33734
|
-
|
|
33735
|
-
|
|
33736
|
-
|
|
33737
|
-
transition: none;
|
|
33738
|
-
overflow: hidden;
|
|
33739
|
-
text-overflow: ellipsis;
|
|
33740
|
-
white-space: nowrap;
|
|
33727
|
+
.E_d77i8u0 {
|
|
33728
|
+
width: 24px;
|
|
33729
|
+
height: 24px;
|
|
33730
|
+
padding: 4px;
|
|
33731
|
+
margin-right: 8px;
|
|
33741
33732
|
}
|
|
33742
33733
|
|
|
33743
|
-
.
|
|
33744
|
-
|
|
33734
|
+
button.E_l48ei06.ant-btn,
|
|
33735
|
+
button.E_l48ei06.ant-btn.ant-btn-sm,
|
|
33736
|
+
button.E_l48ei06.ant-btn.ant-btn-lg {
|
|
33737
|
+
font-size: 12px;
|
|
33738
|
+
line-height: 18px;
|
|
33739
|
+
height: 18px;
|
|
33745
33740
|
}
|
|
33746
33741
|
|
|
33747
|
-
.
|
|
33748
|
-
|
|
33749
|
-
|
|
33750
|
-
width: 100%;
|
|
33751
|
-
vertical-align: middle;
|
|
33742
|
+
button.E_l48ei06 {
|
|
33743
|
+
color: #0080FF;
|
|
33744
|
+
height: unset;
|
|
33752
33745
|
}
|
|
33753
33746
|
|
|
33754
|
-
.
|
|
33755
|
-
|
|
33747
|
+
button.E_l48ei06 .button-prefix-icon {
|
|
33748
|
+
margin-right: 4px;
|
|
33756
33749
|
}
|
|
33757
33750
|
|
|
33758
|
-
.
|
|
33759
|
-
|
|
33751
|
+
button.E_l48ei06 .button-suffix-icon {
|
|
33752
|
+
margin-left: 4px;
|
|
33760
33753
|
}
|
|
33761
33754
|
|
|
33762
|
-
.
|
|
33763
|
-
|
|
33755
|
+
button.E_l48ei06:hover, button.E_l48ei06.__pseudo-states-hover {
|
|
33756
|
+
color: #009DFF;
|
|
33764
33757
|
}
|
|
33765
33758
|
|
|
33766
|
-
.
|
|
33767
|
-
|
|
33768
|
-
border-color: transparent transparent white;
|
|
33759
|
+
button.E_l48ei06:active, button.E_l48ei06.__pseudo-states-active {
|
|
33760
|
+
color: #005ED1;
|
|
33769
33761
|
}
|
|
33770
33762
|
|
|
33771
|
-
.
|
|
33772
|
-
|
|
33763
|
+
button.E_l48ei06.ui-kit-link-disabled {
|
|
33764
|
+
color: #0080FF;
|
|
33773
33765
|
}
|
|
33774
33766
|
|
|
33775
|
-
.
|
|
33776
|
-
|
|
33767
|
+
button.E_l48ei06.ui-kit-link-primary {
|
|
33768
|
+
color: #00122E;
|
|
33777
33769
|
}
|
|
33778
33770
|
|
|
33779
|
-
.
|
|
33780
|
-
|
|
33781
|
-
width: 4px;
|
|
33782
|
-
top: -1px;
|
|
33783
|
-
bottom: -1px;
|
|
33784
|
-
background: white;
|
|
33771
|
+
button.E_l48ei06.ui-kit-link-primary:hover, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-hover {
|
|
33772
|
+
color: #0080FF;
|
|
33785
33773
|
}
|
|
33786
33774
|
|
|
33787
|
-
.
|
|
33788
|
-
|
|
33775
|
+
button.E_l48ei06.ui-kit-link-primary:active, button.E_l48ei06.ui-kit-link-primary.__pseudo-states-active {
|
|
33776
|
+
color: #005ED1;
|
|
33789
33777
|
}
|
|
33790
33778
|
|
|
33791
|
-
.
|
|
33792
|
-
|
|
33793
|
-
background: white;
|
|
33794
|
-
border-top: none;
|
|
33779
|
+
button.E_l48ei06.ui-kit-link-primary.ui-kit-link-disabled {
|
|
33780
|
+
color: #00122E;
|
|
33795
33781
|
}
|
|
33796
33782
|
|
|
33797
|
-
.
|
|
33798
|
-
|
|
33799
|
-
border-radius: 0 8px 8px 0;
|
|
33800
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33783
|
+
button.E_l48ei06.ui-kit-link-secondary {
|
|
33784
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33801
33785
|
}
|
|
33802
33786
|
|
|
33803
|
-
.
|
|
33804
|
-
|
|
33805
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33787
|
+
button.E_l48ei06.ui-kit-link-secondary:hover, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-hover {
|
|
33788
|
+
color: #0080FF;
|
|
33806
33789
|
}
|
|
33807
33790
|
|
|
33808
|
-
.
|
|
33809
|
-
|
|
33810
|
-
align-items: center;
|
|
33811
|
-
height: 100%;
|
|
33812
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33791
|
+
button.E_l48ei06.ui-kit-link-secondary:active, button.E_l48ei06.ui-kit-link-secondary.__pseudo-states-active {
|
|
33792
|
+
color: #005ED1;
|
|
33813
33793
|
}
|
|
33814
33794
|
|
|
33815
|
-
.
|
|
33816
|
-
|
|
33817
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
33795
|
+
button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
33796
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
33818
33797
|
}
|
|
33819
33798
|
|
|
33820
|
-
.
|
|
33821
|
-
|
|
33822
|
-
|
|
33823
|
-
|
|
33824
|
-
|
|
33799
|
+
.E_sddwhm6 {
|
|
33800
|
+
margin: 0;
|
|
33801
|
+
border-radius: 20px;
|
|
33802
|
+
padding: 2px 10px;
|
|
33803
|
+
height: 22px;
|
|
33825
33804
|
}
|
|
33826
33805
|
|
|
33827
|
-
.
|
|
33828
|
-
|
|
33806
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
33807
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
33829
33808
|
}
|
|
33830
33809
|
|
|
33831
|
-
.
|
|
33832
|
-
|
|
33833
|
-
border-radius: 8px;
|
|
33810
|
+
.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 {
|
|
33811
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
33834
33812
|
}
|
|
33835
33813
|
|
|
33836
|
-
.
|
|
33837
|
-
|
|
33814
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
33815
|
+
color: #00122e;
|
|
33838
33816
|
}
|
|
33839
33817
|
|
|
33840
|
-
.
|
|
33841
|
-
|
|
33842
|
-
border-bottom-color: transparent;
|
|
33843
|
-
border-top-color: transparent;
|
|
33818
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
33819
|
+
margin-right: 6px;
|
|
33844
33820
|
}
|
|
33845
33821
|
|
|
33846
|
-
.
|
|
33847
|
-
|
|
33822
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
33823
|
+
margin-left: 8px;
|
|
33824
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33848
33825
|
}
|
|
33849
33826
|
|
|
33850
|
-
.
|
|
33851
|
-
|
|
33827
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
33828
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33852
33829
|
}
|
|
33853
33830
|
|
|
33854
|
-
.
|
|
33855
|
-
background:
|
|
33831
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
33832
|
+
background-color: #0080ff;
|
|
33856
33833
|
}
|
|
33857
33834
|
|
|
33858
|
-
.
|
|
33859
|
-
background:
|
|
33860
|
-
font-weight: 400;
|
|
33861
|
-
position: relative;
|
|
33862
|
-
border-bottom: none;
|
|
33863
|
-
color: #00122e;
|
|
33864
|
-
transition: none;
|
|
33865
|
-
padding: 14px 8px 14px 8px;
|
|
33866
|
-
line-height: 20px;
|
|
33835
|
+
.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 {
|
|
33836
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
33867
33837
|
}
|
|
33868
33838
|
|
|
33869
|
-
.
|
|
33870
|
-
|
|
33871
|
-
width: 1px;
|
|
33872
|
-
top: 0;
|
|
33873
|
-
bottom: 0;
|
|
33874
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33875
|
-
position: absolute;
|
|
33876
|
-
right: 0;
|
|
33839
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
33840
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
33877
33841
|
}
|
|
33878
33842
|
|
|
33879
|
-
.
|
|
33880
|
-
|
|
33843
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
33844
|
+
background-color: #f0483e;
|
|
33881
33845
|
}
|
|
33882
33846
|
|
|
33883
|
-
.
|
|
33884
|
-
|
|
33847
|
+
.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 {
|
|
33848
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
33885
33849
|
}
|
|
33886
33850
|
|
|
33887
|
-
.
|
|
33888
|
-
|
|
33889
|
-
overflow: hidden;
|
|
33890
|
-
white-space: nowrap;
|
|
33891
|
-
text-overflow: ellipsis;
|
|
33851
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
33852
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
33892
33853
|
}
|
|
33893
33854
|
|
|
33894
|
-
.
|
|
33895
|
-
|
|
33896
|
-
text-overflow: ellipsis;
|
|
33897
|
-
flex: 1;
|
|
33855
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
33856
|
+
background-color: #fea008;
|
|
33898
33857
|
}
|
|
33899
33858
|
|
|
33900
|
-
.
|
|
33901
|
-
|
|
33859
|
+
.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 {
|
|
33860
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
33902
33861
|
}
|
|
33903
33862
|
|
|
33904
|
-
.
|
|
33905
|
-
|
|
33863
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
33864
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
33906
33865
|
}
|
|
33907
33866
|
|
|
33908
|
-
.
|
|
33909
|
-
|
|
33910
|
-
right: 6px;
|
|
33911
|
-
top: 50%;
|
|
33912
|
-
transform: translateY(-50%);
|
|
33913
|
-
height: 16px;
|
|
33914
|
-
display: none;
|
|
33915
|
-
transition: transform 320ms ease;
|
|
33867
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
33868
|
+
background-color: #00ba5d;
|
|
33916
33869
|
}
|
|
33917
33870
|
|
|
33918
|
-
.
|
|
33919
|
-
|
|
33920
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
33871
|
+
.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 {
|
|
33872
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
33921
33873
|
}
|
|
33922
33874
|
|
|
33923
|
-
.
|
|
33924
|
-
|
|
33875
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
33876
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33925
33877
|
}
|
|
33926
33878
|
|
|
33927
|
-
.
|
|
33928
|
-
|
|
33879
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
33880
|
+
background-color: #6b7d99;
|
|
33929
33881
|
}
|
|
33930
33882
|
|
|
33931
|
-
.
|
|
33932
|
-
|
|
33883
|
+
.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 {
|
|
33884
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
33933
33885
|
}
|
|
33934
33886
|
|
|
33935
|
-
.
|
|
33936
|
-
|
|
33887
|
+
.E_satwmqm {
|
|
33888
|
+
width: 8px;
|
|
33889
|
+
height: 8px;
|
|
33890
|
+
border-radius: 50%;
|
|
33891
|
+
display: inline-block;
|
|
33937
33892
|
}
|
|
33938
33893
|
|
|
33939
|
-
.
|
|
33940
|
-
|
|
33894
|
+
.E_tc97u5y {
|
|
33895
|
+
height: 100%;
|
|
33941
33896
|
}
|
|
33942
33897
|
|
|
33943
|
-
.
|
|
33944
|
-
|
|
33898
|
+
.E_efzf37v .ant-table-content,
|
|
33899
|
+
.E_efzf37v .ant-table-body {
|
|
33900
|
+
overflow: visible !important;
|
|
33901
|
+
height: 100%;
|
|
33945
33902
|
}
|
|
33946
33903
|
|
|
33947
|
-
.
|
|
33948
|
-
|
|
33904
|
+
.E_efzf37v .ant-table-tbody .ant-table-placeholder td {
|
|
33905
|
+
height: 100%;
|
|
33949
33906
|
}
|
|
33950
33907
|
|
|
33951
|
-
.
|
|
33952
|
-
|
|
33908
|
+
.E_efzf37v table {
|
|
33909
|
+
width: 100% !important;
|
|
33910
|
+
height: 100%;
|
|
33953
33911
|
}
|
|
33954
33912
|
|
|
33955
|
-
.
|
|
33956
|
-
|
|
33957
|
-
left: 50%;
|
|
33958
|
-
top: 50%;
|
|
33959
|
-
transform: translate(-50%, -50%);
|
|
33913
|
+
.E_efzf37v table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
33914
|
+
padding: 15px 0;
|
|
33960
33915
|
}
|
|
33961
33916
|
|
|
33962
|
-
.
|
|
33917
|
+
.E_efzf37v table thead.ant-table-thead {
|
|
33963
33918
|
display: none;
|
|
33964
33919
|
}
|
|
33965
33920
|
|
|
33966
|
-
.E_t1fisho6
|
|
33967
|
-
|
|
33921
|
+
.E_t1fisho6 {
|
|
33922
|
+
height: 100%;
|
|
33968
33923
|
}
|
|
33969
33924
|
|
|
33970
|
-
.E_t1fisho6
|
|
33971
|
-
|
|
33925
|
+
.E_t1fisho6 .ant-table.ant-table-small .ant-table-tbody > tr > td {
|
|
33926
|
+
padding-top: 6px;
|
|
33927
|
+
padding-bottom: 6px;
|
|
33972
33928
|
}
|
|
33973
33929
|
|
|
33974
|
-
.E_t1fisho6
|
|
33975
|
-
|
|
33976
|
-
border: none;
|
|
33977
|
-
background: inherit !important;
|
|
33978
|
-
height: 100px;
|
|
33979
|
-
vertical-align: middle;
|
|
33930
|
+
.E_t1fisho6 .active-row td:nth-child(1) {
|
|
33931
|
+
font-weight: 700;
|
|
33980
33932
|
}
|
|
33981
33933
|
|
|
33982
|
-
.E_t1fisho6
|
|
33983
|
-
|
|
33984
|
-
font-weight: bold;
|
|
33985
|
-
font-size: 20px;
|
|
33986
|
-
color: rgba(10, 37, 85, 0.6);
|
|
33934
|
+
.E_t1fisho6.has-selection .active-row td:nth-child(2) {
|
|
33935
|
+
font-weight: 700;
|
|
33987
33936
|
}
|
|
33988
33937
|
|
|
33989
|
-
.E_t1fisho6
|
|
33990
|
-
|
|
33991
|
-
z-index: 10;
|
|
33938
|
+
.E_t1fisho6 .ant-spin-nested-loading {
|
|
33939
|
+
height: 100%;
|
|
33992
33940
|
}
|
|
33993
33941
|
|
|
33994
|
-
.E_t1fisho6
|
|
33995
|
-
|
|
33996
|
-
|
|
33942
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin-container {
|
|
33943
|
+
height: 100%;
|
|
33944
|
+
overflow: visible;
|
|
33945
|
+
}
|
|
33946
|
+
|
|
33947
|
+
.E_t1fisho6 .ant-spin-nested-loading .ant-spin {
|
|
33948
|
+
max-height: none;
|
|
33949
|
+
}
|
|
33950
|
+
|
|
33951
|
+
.E_t1fisho6 td.ant-table-column-sort {
|
|
33952
|
+
background: transparent;
|
|
33953
|
+
}
|
|
33954
|
+
|
|
33955
|
+
.E_t1fisho6 td.ant-table-cell-fix-left,
|
|
33956
|
+
.E_t1fisho6 td.ant-table-cell-fix-right {
|
|
33997
33957
|
background: #fff;
|
|
33958
|
+
padding: 0 !important;
|
|
33998
33959
|
}
|
|
33999
33960
|
|
|
34000
|
-
.E_t1fisho6
|
|
34001
|
-
|
|
33961
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
33962
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34002
33963
|
display: flex;
|
|
34003
33964
|
align-items: center;
|
|
34004
|
-
|
|
34005
|
-
padding
|
|
33965
|
+
height: 100%;
|
|
33966
|
+
padding: 8px;
|
|
34006
33967
|
}
|
|
34007
33968
|
|
|
34008
|
-
.E_t1fisho6
|
|
34009
|
-
|
|
34010
|
-
|
|
34011
|
-
|
|
34012
|
-
|
|
34013
|
-
border-radius: 4px;
|
|
33969
|
+
.E_t1fisho6 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
33970
|
+
.E_t1fisho6 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
33971
|
+
overflow: hidden;
|
|
33972
|
+
text-overflow: ellipsis;
|
|
33973
|
+
width: 100%;
|
|
34014
33974
|
}
|
|
34015
33975
|
|
|
34016
|
-
.E_t1fisho6
|
|
34017
|
-
|
|
33976
|
+
.E_t1fisho6 .ant-table-container {
|
|
33977
|
+
height: 100%;
|
|
34018
33978
|
}
|
|
34019
33979
|
|
|
34020
|
-
.
|
|
34021
|
-
|
|
33980
|
+
.E_t1fisho6 .ant-table-container::before, .E_t1fisho6 .ant-table-container::after {
|
|
33981
|
+
box-shadow: none !important;
|
|
34022
33982
|
}
|
|
34023
33983
|
|
|
34024
|
-
.
|
|
34025
|
-
border-radius:
|
|
34026
|
-
|
|
34027
|
-
|
|
33984
|
+
.E_t1fisho6 div.ant-table {
|
|
33985
|
+
border-radius: 0px;
|
|
33986
|
+
border-left: none;
|
|
33987
|
+
border-right: none;
|
|
33988
|
+
border-bottom: none;
|
|
33989
|
+
height: 100%;
|
|
33990
|
+
font-size: 12px;
|
|
33991
|
+
background: transparent;
|
|
34028
33992
|
}
|
|
34029
33993
|
|
|
34030
|
-
.
|
|
34031
|
-
|
|
34032
|
-
|
|
34033
|
-
|
|
34034
|
-
|
|
33994
|
+
.E_t1fisho6 div.ant-table .ant-table-header {
|
|
33995
|
+
position: relative;
|
|
33996
|
+
z-index: 3;
|
|
33997
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33998
|
+
margin-bottom: -1px;
|
|
34035
33999
|
}
|
|
34036
34000
|
|
|
34037
|
-
.
|
|
34038
|
-
|
|
34039
|
-
|
|
34040
|
-
justify-content: center;
|
|
34041
|
-
row-gap: var(--p1cmxsf7-0);
|
|
34001
|
+
.E_t1fisho6 div.ant-table .time-wrapper .date,
|
|
34002
|
+
.E_t1fisho6 div.ant-table .value {
|
|
34003
|
+
color: #2d3a56;
|
|
34042
34004
|
}
|
|
34043
34005
|
|
|
34044
|
-
.
|
|
34045
|
-
|
|
34046
|
-
|
|
34047
|
-
margin-inline-end: unset;
|
|
34006
|
+
.E_t1fisho6 div.ant-table .time-wrapper .time,
|
|
34007
|
+
.E_t1fisho6 div.ant-table .unit {
|
|
34008
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34048
34009
|
}
|
|
34049
34010
|
|
|
34050
|
-
.
|
|
34051
|
-
|
|
34052
|
-
|
|
34011
|
+
.E_t1fisho6 div.ant-table .ant-table-selection {
|
|
34012
|
+
position: unset;
|
|
34013
|
+
text-align: center;
|
|
34053
34014
|
}
|
|
34054
34015
|
|
|
34055
|
-
.
|
|
34056
|
-
|
|
34057
|
-
height: 24px;
|
|
34016
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
34017
|
+
background: #fff;
|
|
34058
34018
|
}
|
|
34059
34019
|
|
|
34060
|
-
.
|
|
34061
|
-
|
|
34020
|
+
.E_t1fisho6 div.ant-table .anticon-setting {
|
|
34021
|
+
cursor: pointer;
|
|
34022
|
+
position: absolute;
|
|
34023
|
+
top: 50%;
|
|
34024
|
+
right: 12px;
|
|
34025
|
+
transform: translateY(-50%);
|
|
34062
34026
|
}
|
|
34063
34027
|
|
|
34064
|
-
.
|
|
34065
|
-
|
|
34066
|
-
|
|
34028
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
34029
|
+
box-shadow: none;
|
|
34030
|
+
width: 1px;
|
|
34031
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34067
34032
|
}
|
|
34068
34033
|
|
|
34069
|
-
.
|
|
34070
|
-
|
|
34071
|
-
|
|
34072
|
-
background
|
|
34073
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34074
|
-
word-break: break-all;
|
|
34075
|
-
display: inline;
|
|
34076
|
-
white-space: normal;
|
|
34034
|
+
.E_t1fisho6 div.ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
34035
|
+
box-shadow: none;
|
|
34036
|
+
width: 1px;
|
|
34037
|
+
background: rgba(213, 219, 227, 0.6);
|
|
34077
34038
|
}
|
|
34078
34039
|
|
|
34079
|
-
.
|
|
34080
|
-
width: 64px;
|
|
34081
|
-
height: 64px;
|
|
34082
|
-
display: flex;
|
|
34083
|
-
align-items: center;
|
|
34084
|
-
justify-content: center;
|
|
34040
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody {
|
|
34085
34041
|
position: relative;
|
|
34086
|
-
opacity: 0.2;
|
|
34087
34042
|
}
|
|
34088
34043
|
|
|
34089
|
-
.
|
|
34090
|
-
|
|
34091
|
-
|
|
34092
|
-
height:
|
|
34093
|
-
|
|
34094
|
-
|
|
34095
|
-
|
|
34096
|
-
border-radius: 5px;
|
|
34097
|
-
transform: rotate(-128deg);
|
|
34098
|
-
transform-origin: top left;
|
|
34099
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
34044
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td {
|
|
34045
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34046
|
+
border-bottom: 1px solid white;
|
|
34047
|
+
height: 40px;
|
|
34048
|
+
vertical-align: middle;
|
|
34049
|
+
transition: background 0ms;
|
|
34050
|
+
color: #00122e;
|
|
34100
34051
|
}
|
|
34101
34052
|
|
|
34102
|
-
.
|
|
34103
|
-
|
|
34104
|
-
|
|
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;
|
|
34053
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
34054
|
+
background: #f2f5fa;
|
|
34055
|
+
border-bottom-color: #f2f5fa;
|
|
34113
34056
|
}
|
|
34114
34057
|
|
|
34115
|
-
.
|
|
34116
|
-
|
|
34117
|
-
|
|
34118
|
-
|
|
34119
|
-
|
|
34120
|
-
|
|
34121
|
-
|
|
34122
|
-
|
|
34123
|
-
|
|
34124
|
-
transform-origin: top left;
|
|
34125
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
34058
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link {
|
|
34059
|
+
height: auto;
|
|
34060
|
+
color: #00122e;
|
|
34061
|
+
font-size: 12px;
|
|
34062
|
+
text-align: left;
|
|
34063
|
+
transition: none;
|
|
34064
|
+
overflow: hidden;
|
|
34065
|
+
text-overflow: ellipsis;
|
|
34066
|
+
white-space: nowrap;
|
|
34126
34067
|
}
|
|
34127
34068
|
|
|
34128
|
-
.
|
|
34129
|
-
|
|
34130
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34069
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link:hover {
|
|
34070
|
+
color: #0096ff;
|
|
34131
34071
|
}
|
|
34132
34072
|
|
|
34133
|
-
.
|
|
34134
|
-
|
|
34135
|
-
|
|
34136
|
-
|
|
34137
|
-
|
|
34073
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td .ant-btn.ant-btn-link > span {
|
|
34074
|
+
overflow: hidden;
|
|
34075
|
+
text-overflow: ellipsis;
|
|
34076
|
+
width: 100%;
|
|
34077
|
+
vertical-align: middle;
|
|
34138
34078
|
}
|
|
34139
34079
|
|
|
34140
|
-
.
|
|
34141
|
-
|
|
34080
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
34081
|
+
line-height: 0px;
|
|
34142
34082
|
}
|
|
34143
34083
|
|
|
34144
|
-
.
|
|
34145
|
-
|
|
34084
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
34085
|
+
padding-right: 25px;
|
|
34146
34086
|
}
|
|
34147
34087
|
|
|
34148
|
-
.
|
|
34149
|
-
color:
|
|
34088
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
34089
|
+
border-top-color: transparent;
|
|
34090
|
+
}
|
|
34091
|
+
|
|
34092
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
34093
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34094
|
+
border-color: transparent transparent white;
|
|
34095
|
+
}
|
|
34096
|
+
|
|
34097
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
34098
|
+
border-radius: 8px 0 0 8px;
|
|
34099
|
+
}
|
|
34100
|
+
|
|
34101
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
34102
|
+
border-radius: 8px 0 0 8px;
|
|
34103
|
+
}
|
|
34104
|
+
|
|
34105
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
34106
|
+
content: "";
|
|
34107
|
+
width: 4px;
|
|
34108
|
+
top: -1px;
|
|
34109
|
+
bottom: -1px;
|
|
34110
|
+
background: white;
|
|
34111
|
+
}
|
|
34112
|
+
|
|
34113
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
34114
|
+
border-radius: 0 8px 8px 0;
|
|
34115
|
+
}
|
|
34116
|
+
|
|
34117
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
34118
|
+
border-radius: 0;
|
|
34119
|
+
background: white;
|
|
34120
|
+
border-top: none;
|
|
34150
34121
|
}
|
|
34151
34122
|
|
|
34152
|
-
.
|
|
34153
|
-
|
|
34123
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
34124
|
+
border-top: 1px solid transparent;
|
|
34125
|
+
border-radius: 0 8px 8px 0;
|
|
34126
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34154
34127
|
}
|
|
34155
34128
|
|
|
34156
|
-
.
|
|
34157
|
-
|
|
34129
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
34130
|
+
background: white;
|
|
34131
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34158
34132
|
}
|
|
34159
34133
|
|
|
34160
|
-
.
|
|
34161
|
-
|
|
34162
|
-
|
|
34134
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
34135
|
+
display: flex;
|
|
34136
|
+
align-items: center;
|
|
34137
|
+
height: 100%;
|
|
34138
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34163
34139
|
}
|
|
34164
34140
|
|
|
34165
|
-
.
|
|
34166
|
-
|
|
34167
|
-
|
|
34141
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
34142
|
+
background: white;
|
|
34143
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
34168
34144
|
}
|
|
34169
34145
|
|
|
34170
|
-
.
|
|
34171
|
-
|
|
34172
|
-
|
|
34173
|
-
|
|
34174
|
-
|
|
34146
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
34147
|
+
display: flex;
|
|
34148
|
+
align-items: center;
|
|
34149
|
+
height: 100%;
|
|
34150
|
+
background: rgba(225, 230, 241, 0.6);
|
|
34175
34151
|
}
|
|
34176
34152
|
|
|
34177
|
-
.
|
|
34178
|
-
|
|
34179
|
-
overflow: hidden;
|
|
34180
|
-
text-overflow: ellipsis;
|
|
34181
|
-
white-space: nowrap;
|
|
34153
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
34154
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
34182
34155
|
}
|
|
34183
34156
|
|
|
34184
|
-
.
|
|
34185
|
-
|
|
34157
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
34158
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
34186
34159
|
border-radius: 8px;
|
|
34187
|
-
overflow: auto;
|
|
34188
34160
|
}
|
|
34189
34161
|
|
|
34190
|
-
.
|
|
34191
|
-
|
|
34162
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
34163
|
+
border-top-color: white;
|
|
34192
34164
|
}
|
|
34193
34165
|
|
|
34194
|
-
.
|
|
34195
|
-
|
|
34166
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
34167
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34168
|
+
border-bottom-color: transparent;
|
|
34169
|
+
border-top-color: transparent;
|
|
34196
34170
|
}
|
|
34197
34171
|
|
|
34198
|
-
.
|
|
34199
|
-
|
|
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);
|
|
34172
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
34173
|
+
border-radius: 8px 0 0 8px;
|
|
34210
34174
|
}
|
|
34211
34175
|
|
|
34212
|
-
.
|
|
34213
|
-
|
|
34176
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
34177
|
+
border-radius: 0 8px 8px 0;
|
|
34214
34178
|
}
|
|
34215
34179
|
|
|
34216
|
-
.
|
|
34217
|
-
|
|
34180
|
+
.E_t1fisho6 div.ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
34181
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34218
34182
|
}
|
|
34219
34183
|
|
|
34220
|
-
.
|
|
34221
|
-
|
|
34222
|
-
|
|
34223
|
-
|
|
34224
|
-
|
|
34225
|
-
|
|
34226
|
-
|
|
34184
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th {
|
|
34185
|
+
background: #fff;
|
|
34186
|
+
font-weight: 400;
|
|
34187
|
+
position: relative;
|
|
34188
|
+
border-bottom: none;
|
|
34189
|
+
color: #00122e;
|
|
34190
|
+
transition: none;
|
|
34191
|
+
padding: 14px 8px 14px 8px;
|
|
34192
|
+
line-height: 20px;
|
|
34227
34193
|
}
|
|
34228
34194
|
|
|
34229
|
-
.
|
|
34230
|
-
|
|
34231
|
-
|
|
34232
|
-
|
|
34233
|
-
|
|
34195
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
34196
|
+
content: "";
|
|
34197
|
+
width: 1px;
|
|
34198
|
+
top: 0;
|
|
34199
|
+
bottom: 0;
|
|
34200
|
+
background: rgba(211, 218, 235, 0.6);
|
|
34201
|
+
position: absolute;
|
|
34202
|
+
right: 0;
|
|
34234
34203
|
}
|
|
34235
34204
|
|
|
34236
|
-
.
|
|
34237
|
-
|
|
34238
|
-
flex-basis: 100%;
|
|
34239
|
-
order: 98;
|
|
34240
|
-
margin: 12px 0 0;
|
|
34205
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank {
|
|
34206
|
+
padding: unset;
|
|
34241
34207
|
}
|
|
34242
34208
|
|
|
34243
|
-
.
|
|
34244
|
-
|
|
34209
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
34210
|
+
display: none;
|
|
34245
34211
|
}
|
|
34246
34212
|
|
|
34247
|
-
.
|
|
34248
|
-
|
|
34213
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34214
|
+
width: 100%;
|
|
34215
|
+
overflow: hidden;
|
|
34216
|
+
white-space: nowrap;
|
|
34217
|
+
text-overflow: ellipsis;
|
|
34249
34218
|
}
|
|
34250
34219
|
|
|
34251
|
-
.
|
|
34252
|
-
flex: 1 0 0;
|
|
34220
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
34253
34221
|
overflow: hidden;
|
|
34222
|
+
text-overflow: ellipsis;
|
|
34223
|
+
flex: 1;
|
|
34254
34224
|
}
|
|
34255
34225
|
|
|
34256
|
-
.
|
|
34257
|
-
|
|
34258
|
-
margin: 0;
|
|
34226
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
34227
|
+
padding: 15px 25px 15px 8px;
|
|
34259
34228
|
}
|
|
34260
34229
|
|
|
34261
|
-
.
|
|
34262
|
-
|
|
34230
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
34231
|
+
padding: 0;
|
|
34263
34232
|
}
|
|
34264
34233
|
|
|
34265
|
-
.
|
|
34266
|
-
|
|
34234
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
34235
|
+
position: absolute;
|
|
34236
|
+
right: 6px;
|
|
34237
|
+
top: 50%;
|
|
34238
|
+
transform: translateY(-50%);
|
|
34239
|
+
height: 16px;
|
|
34240
|
+
display: none;
|
|
34241
|
+
transition: transform 320ms ease;
|
|
34267
34242
|
}
|
|
34268
34243
|
|
|
34269
|
-
.
|
|
34270
|
-
|
|
34244
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
34245
|
+
display: block;
|
|
34246
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34271
34247
|
}
|
|
34272
34248
|
|
|
34273
|
-
.
|
|
34274
|
-
|
|
34249
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
34250
|
+
display: block;
|
|
34275
34251
|
}
|
|
34276
34252
|
|
|
34277
|
-
.
|
|
34278
|
-
|
|
34253
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
34254
|
+
display: none;
|
|
34279
34255
|
}
|
|
34280
34256
|
|
|
34281
|
-
.
|
|
34282
|
-
|
|
34257
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
34258
|
+
transform: translateY(-50%);
|
|
34283
34259
|
}
|
|
34284
34260
|
|
|
34285
|
-
.
|
|
34286
|
-
|
|
34261
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
34262
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
34287
34263
|
}
|
|
34288
34264
|
|
|
34289
|
-
.
|
|
34290
|
-
|
|
34291
|
-
width: 24px;
|
|
34292
|
-
height: 24px;
|
|
34293
|
-
overflow: hidden;
|
|
34265
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
34266
|
+
background: #f2f5fa;
|
|
34294
34267
|
}
|
|
34295
34268
|
|
|
34296
|
-
.
|
|
34297
|
-
|
|
34269
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
34270
|
+
display: block;
|
|
34298
34271
|
}
|
|
34299
34272
|
|
|
34300
|
-
.
|
|
34301
|
-
|
|
34302
|
-
opacity: 0.5;
|
|
34273
|
+
.E_t1fisho6 div.ant-table .ant-table-thead > tr > th.align-right {
|
|
34274
|
+
padding-right: 25px;
|
|
34303
34275
|
}
|
|
34304
34276
|
|
|
34305
|
-
.
|
|
34306
|
-
|
|
34277
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column {
|
|
34278
|
+
padding: 0 !important;
|
|
34307
34279
|
}
|
|
34308
34280
|
|
|
34309
|
-
.
|
|
34310
|
-
|
|
34311
|
-
|
|
34312
|
-
|
|
34281
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
34282
|
+
position: absolute;
|
|
34283
|
+
left: 50%;
|
|
34284
|
+
top: 50%;
|
|
34285
|
+
transform: translate(-50%, -50%);
|
|
34313
34286
|
}
|
|
34314
34287
|
|
|
34315
|
-
.
|
|
34316
|
-
|
|
34288
|
+
.E_t1fisho6 div.ant-table .ant-table-selection-column:after {
|
|
34289
|
+
display: none;
|
|
34317
34290
|
}
|
|
34318
34291
|
|
|
34319
|
-
.
|
|
34320
|
-
|
|
34321
|
-
font-size: 12px;
|
|
34322
|
-
position: relative;
|
|
34292
|
+
.E_t1fisho6 div.ant-table .ant-table-hide-scrollbar {
|
|
34293
|
+
background: #fff;
|
|
34323
34294
|
}
|
|
34324
34295
|
|
|
34325
|
-
.
|
|
34326
|
-
|
|
34296
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder {
|
|
34297
|
+
background: inherit;
|
|
34327
34298
|
}
|
|
34328
34299
|
|
|
34329
|
-
.
|
|
34330
|
-
|
|
34300
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder td {
|
|
34301
|
+
position: static;
|
|
34302
|
+
border: none;
|
|
34303
|
+
background: inherit !important;
|
|
34304
|
+
height: 100px;
|
|
34305
|
+
vertical-align: middle;
|
|
34331
34306
|
}
|
|
34332
34307
|
|
|
34333
|
-
.
|
|
34334
|
-
|
|
34335
|
-
|
|
34336
|
-
|
|
34308
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .table-default-empty,
|
|
34309
|
+
.E_t1fisho6 div.ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
34310
|
+
font-weight: bold;
|
|
34311
|
+
font-size: 20px;
|
|
34312
|
+
color: rgba(10, 37, 85, 0.6);
|
|
34337
34313
|
}
|
|
34338
34314
|
|
|
34339
|
-
.
|
|
34340
|
-
|
|
34341
|
-
|
|
34315
|
+
.E_t1fisho6 div.ant-table th.ant-table-cell-scrollbar,
|
|
34316
|
+
.E_t1fisho6 div.ant-table th.cell__action_ {
|
|
34317
|
+
z-index: 10;
|
|
34342
34318
|
}
|
|
34343
34319
|
|
|
34344
|
-
.
|
|
34345
|
-
|
|
34346
|
-
|
|
34347
|
-
|
|
34320
|
+
.E_t1fisho6 div.ant-table td.cell__action_ {
|
|
34321
|
+
padding: 0 !important;
|
|
34322
|
+
position: relative;
|
|
34323
|
+
background: #fff;
|
|
34348
34324
|
}
|
|
34349
34325
|
|
|
34350
|
-
.
|
|
34351
|
-
|
|
34326
|
+
.E_t1fisho6 div.ant-table td.cell__action_ > * {
|
|
34327
|
+
height: 100%;
|
|
34328
|
+
display: flex;
|
|
34329
|
+
align-items: center;
|
|
34330
|
+
justify-content: flex-end;
|
|
34331
|
+
padding-right: 8px;
|
|
34352
34332
|
}
|
|
34353
34333
|
|
|
34354
|
-
.
|
|
34334
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button {
|
|
34355
34335
|
width: 24px;
|
|
34356
34336
|
height: 24px;
|
|
34357
|
-
|
|
34358
|
-
|
|
34337
|
+
cursor: pointer;
|
|
34338
|
+
justify-content: center;
|
|
34339
|
+
border-radius: 4px;
|
|
34340
|
+
}
|
|
34341
|
+
|
|
34342
|
+
.E_t1fisho6 div.ant-table td.cell__action_ .menu-button:hover {
|
|
34343
|
+
background: #fff;
|
|
34359
34344
|
}
|
|
34360
34345
|
|
|
34361
34346
|
.E_sjob3jg {
|
|
@@ -34590,6 +34575,26 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34590
34575
|
justify-content: center;
|
|
34591
34576
|
}
|
|
34592
34577
|
|
|
34578
|
+
.E_r77hffu {
|
|
34579
|
+
display: flex;
|
|
34580
|
+
align-items: center;
|
|
34581
|
+
justify-content: space-between;
|
|
34582
|
+
column-gap: 6px;
|
|
34583
|
+
}
|
|
34584
|
+
|
|
34585
|
+
.E_p1cmxsf7 {
|
|
34586
|
+
display: flex;
|
|
34587
|
+
flex-direction: column;
|
|
34588
|
+
justify-content: center;
|
|
34589
|
+
row-gap: var(--p1cmxsf7-0);
|
|
34590
|
+
}
|
|
34591
|
+
|
|
34592
|
+
.E_p1cmxsf7 .antd5-progress-line {
|
|
34593
|
+
font-size: 0;
|
|
34594
|
+
margin-bottom: unset;
|
|
34595
|
+
margin-inline-end: unset;
|
|
34596
|
+
}
|
|
34597
|
+
|
|
34593
34598
|
.E_t13ef470 {
|
|
34594
34599
|
height: 100%;
|
|
34595
34600
|
}
|
|
@@ -34707,11 +34712,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34707
34712
|
flex: 1;
|
|
34708
34713
|
}
|
|
34709
34714
|
|
|
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,10 +35185,6 @@ 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
|
-
|
|
35192
35188
|
.E_t59qhqp {
|
|
35193
35189
|
background: #FFFFFF;
|
|
35194
35190
|
padding: 24px 32px;
|
|
@@ -35243,6 +35239,10 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35243
35239
|
color: #00122E;
|
|
35244
35240
|
}
|
|
35245
35241
|
|
|
35242
|
+
.E_b1jaupqb {
|
|
35243
|
+
color: #F0483E;
|
|
35244
|
+
}
|
|
35245
|
+
|
|
35246
35246
|
.E_s20iney.skeleton-box {
|
|
35247
35247
|
display: flex;
|
|
35248
35248
|
align-items: center;
|
|
@@ -35343,6 +35343,18 @@ 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
|
+
|
|
35346
35358
|
.E_d1u4ndxc {
|
|
35347
35359
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35348
35360
|
font-size: 12px;
|
|
@@ -35374,16 +35386,166 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35374
35386
|
transform: translateX(100%);
|
|
35375
35387
|
}
|
|
35376
35388
|
}
|
|
35377
|
-
.
|
|
35378
|
-
|
|
35389
|
+
.E_c18bcrac {
|
|
35390
|
+
display: inline-block;
|
|
35391
|
+
width: 100%;
|
|
35379
35392
|
}
|
|
35380
35393
|
|
|
35381
|
-
.
|
|
35394
|
+
.E_c18bcrac .recharts-wrapper {
|
|
35395
|
+
margin-left: 4px;
|
|
35396
|
+
}
|
|
35397
|
+
|
|
35398
|
+
.E_cro7kg2 {
|
|
35399
|
+
padding: 4px;
|
|
35400
|
+
}
|
|
35401
|
+
|
|
35402
|
+
.E_cro7kg2 .unit {
|
|
35403
|
+
color: white;
|
|
35404
|
+
}
|
|
35405
|
+
|
|
35406
|
+
.E_c14wcxf0 {
|
|
35382
35407
|
display: flex;
|
|
35408
|
+
justify-content: space-between;
|
|
35383
35409
|
align-items: center;
|
|
35384
|
-
|
|
35385
|
-
|
|
35386
|
-
color:
|
|
35410
|
+
font-size: 13px;
|
|
35411
|
+
line-height: 24px;
|
|
35412
|
+
color: #cccccc;
|
|
35413
|
+
white-space: nowrap;
|
|
35414
|
+
}
|
|
35415
|
+
|
|
35416
|
+
.E_c14wcxf0 label {
|
|
35417
|
+
margin-right: 32px;
|
|
35418
|
+
}
|
|
35419
|
+
|
|
35420
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
35421
|
+
font-weight: bold;
|
|
35422
|
+
color: white;
|
|
35423
|
+
}
|
|
35424
|
+
|
|
35425
|
+
.E_s11212zy {
|
|
35426
|
+
width: 8px;
|
|
35427
|
+
height: 8px;
|
|
35428
|
+
border-radius: 2px;
|
|
35429
|
+
display: inline-block;
|
|
35430
|
+
background: var(--s11212zy-0);
|
|
35431
|
+
border: 1px solid #fff;
|
|
35432
|
+
box-sizing: content-box;
|
|
35433
|
+
margin-right: 6px;
|
|
35434
|
+
}
|
|
35435
|
+
|
|
35436
|
+
.E_p1lyky6c > :first-child {
|
|
35437
|
+
font-weight: bold;
|
|
35438
|
+
color: white;
|
|
35439
|
+
margin-right: 4px;
|
|
35440
|
+
}
|
|
35441
|
+
|
|
35442
|
+
.E_clm1wy1 {
|
|
35443
|
+
width: 192px;
|
|
35444
|
+
height: 246px;
|
|
35445
|
+
border-radius: 4px;
|
|
35446
|
+
}
|
|
35447
|
+
|
|
35448
|
+
.E_clm1wy1 > .ant-picker-calendar,
|
|
35449
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
35450
|
+
width: 100%;
|
|
35451
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
35452
|
+
border-top: none;
|
|
35453
|
+
}
|
|
35454
|
+
|
|
35455
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
35456
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
35457
|
+
padding: 0 16px;
|
|
35458
|
+
}
|
|
35459
|
+
|
|
35460
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
35461
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
35462
|
+
width: 100%;
|
|
35463
|
+
height: 180px;
|
|
35464
|
+
border-spacing: 0;
|
|
35465
|
+
}
|
|
35466
|
+
|
|
35467
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
35468
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
35469
|
+
margin-bottom: 8px;
|
|
35470
|
+
}
|
|
35471
|
+
|
|
35472
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
35473
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
35474
|
+
width: 22px;
|
|
35475
|
+
}
|
|
35476
|
+
|
|
35477
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
35478
|
+
.E_clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
35479
|
+
padding: 0;
|
|
35480
|
+
}
|
|
35481
|
+
|
|
35482
|
+
.E_clm1wy1 .ant-picker-cell {
|
|
35483
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35484
|
+
opacity: 0.4;
|
|
35485
|
+
}
|
|
35486
|
+
|
|
35487
|
+
.E_clm1wy1 .ant-picker-cell-in-view {
|
|
35488
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35489
|
+
opacity: 1;
|
|
35490
|
+
}
|
|
35491
|
+
|
|
35492
|
+
.E_clm1wy1 .ant-picker-cell-in-view > .active {
|
|
35493
|
+
color: #3e4652;
|
|
35494
|
+
}
|
|
35495
|
+
|
|
35496
|
+
.E_clm1wy1 .ant-picker-cell::before {
|
|
35497
|
+
pointer-events: none;
|
|
35498
|
+
}
|
|
35499
|
+
|
|
35500
|
+
.E_t1tsm00v {
|
|
35501
|
+
color: rgba(129, 138, 153, 0.6);
|
|
35502
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
35503
|
+
backdrop-filter: blur(10px);
|
|
35504
|
+
padding: 7px 10px;
|
|
35505
|
+
}
|
|
35506
|
+
|
|
35507
|
+
.E_c167wnad {
|
|
35508
|
+
color: rgba(62, 70, 82, 0.6);
|
|
35509
|
+
display: flex;
|
|
35510
|
+
justify-content: space-between;
|
|
35511
|
+
align-items: center;
|
|
35512
|
+
padding: 8px 16px;
|
|
35513
|
+
}
|
|
35514
|
+
|
|
35515
|
+
.E_c167wnad .anticon {
|
|
35516
|
+
cursor: pointer;
|
|
35517
|
+
}
|
|
35518
|
+
|
|
35519
|
+
.E_c167wnad .anticon:hover {
|
|
35520
|
+
color: #0096ff;
|
|
35521
|
+
}
|
|
35522
|
+
|
|
35523
|
+
.E_cxhf7dh {
|
|
35524
|
+
text-align: center;
|
|
35525
|
+
}
|
|
35526
|
+
|
|
35527
|
+
.E_cxhf7dh .dots {
|
|
35528
|
+
display: flex;
|
|
35529
|
+
justify-content: center;
|
|
35530
|
+
}
|
|
35531
|
+
|
|
35532
|
+
.E_cxhf7dh .dot {
|
|
35533
|
+
display: inline-block;
|
|
35534
|
+
width: 2px;
|
|
35535
|
+
height: 2px;
|
|
35536
|
+
border-radius: 1px;
|
|
35537
|
+
background: #0096ff;
|
|
35538
|
+
}
|
|
35539
|
+
|
|
35540
|
+
.E_cxhf7dh .dot:not(:last-child) {
|
|
35541
|
+
margin-right: 2px;
|
|
35542
|
+
}
|
|
35543
|
+
|
|
35544
|
+
.E_cxhf7dh .bar {
|
|
35545
|
+
width: 9px;
|
|
35546
|
+
height: 2px;
|
|
35547
|
+
background: #0096ff;
|
|
35548
|
+
border-radius: 2px;
|
|
35387
35549
|
}
|
|
35388
35550
|
|
|
35389
35551
|
.E_s1ebs0ra {
|
|
@@ -35433,148 +35595,195 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35433
35595
|
transform: translateY(-4px);
|
|
35434
35596
|
}
|
|
35435
35597
|
|
|
35436
|
-
.E_s1ebs0ra .action-group button {
|
|
35437
|
-
border: none;
|
|
35598
|
+
.E_s1ebs0ra .action-group button {
|
|
35599
|
+
border: none;
|
|
35600
|
+
}
|
|
35601
|
+
|
|
35602
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
35603
|
+
margin-right: 8px;
|
|
35604
|
+
}
|
|
35605
|
+
|
|
35606
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
35607
|
+
margin-right: 4px;
|
|
35608
|
+
}
|
|
35609
|
+
|
|
35610
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
35611
|
+
cursor: pointer;
|
|
35612
|
+
width: 32px;
|
|
35613
|
+
height: 32px;
|
|
35614
|
+
justify-content: center;
|
|
35615
|
+
border-radius: 50%;
|
|
35616
|
+
}
|
|
35617
|
+
|
|
35618
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
35619
|
+
background: #fff;
|
|
35620
|
+
}
|
|
35621
|
+
|
|
35622
|
+
.E_gmyahx3 {
|
|
35623
|
+
cursor: pointer;
|
|
35624
|
+
}
|
|
35625
|
+
|
|
35626
|
+
.E_gmyahx3 .link-text {
|
|
35627
|
+
color: rgba(0, 21, 64, 0.3);
|
|
35628
|
+
}
|
|
35629
|
+
|
|
35630
|
+
.E_gmyahx3:hover .link-text {
|
|
35631
|
+
color: #0080ff;
|
|
35632
|
+
}
|
|
35633
|
+
|
|
35634
|
+
.E_n12mqh7z {
|
|
35635
|
+
display: flex;
|
|
35636
|
+
align-items: center;
|
|
35637
|
+
font-size: 12px;
|
|
35638
|
+
line-height: 18px;
|
|
35438
35639
|
}
|
|
35439
35640
|
|
|
35440
|
-
.
|
|
35441
|
-
margin-
|
|
35641
|
+
.E_n12mqh7z:not(:last-child) {
|
|
35642
|
+
margin-bottom: 4px;
|
|
35442
35643
|
}
|
|
35443
35644
|
|
|
35444
|
-
.
|
|
35445
|
-
margin
|
|
35645
|
+
.E_tf5bynu {
|
|
35646
|
+
margin: 0 3px;
|
|
35446
35647
|
}
|
|
35447
35648
|
|
|
35448
|
-
.
|
|
35449
|
-
|
|
35450
|
-
|
|
35451
|
-
height: 32px;
|
|
35452
|
-
justify-content: center;
|
|
35453
|
-
border-radius: 50%;
|
|
35649
|
+
.E_tcckoz1 {
|
|
35650
|
+
max-height: 400px;
|
|
35651
|
+
overflow: auto;
|
|
35454
35652
|
}
|
|
35455
35653
|
|
|
35456
|
-
.
|
|
35457
|
-
|
|
35654
|
+
span.E_tqjc4ui {
|
|
35655
|
+
margin: 0 2px;
|
|
35458
35656
|
}
|
|
35459
35657
|
|
|
35460
|
-
.
|
|
35461
|
-
height: 8px;
|
|
35462
|
-
box-sizing: border-box;
|
|
35463
|
-
border-radius: 2px;
|
|
35464
|
-
background: #f5f7fa;
|
|
35658
|
+
.E_wg1tsps {
|
|
35465
35659
|
display: flex;
|
|
35466
|
-
|
|
35467
|
-
|
|
35660
|
+
align-items: center;
|
|
35661
|
+
justify-content: flex-end;
|
|
35468
35662
|
}
|
|
35469
35663
|
|
|
35470
|
-
.
|
|
35471
|
-
|
|
35664
|
+
.E_b1ctd5xy {
|
|
35665
|
+
display: flex;
|
|
35666
|
+
align-items: center;
|
|
35667
|
+
width: calc(100% - 40px);
|
|
35472
35668
|
}
|
|
35473
35669
|
|
|
35474
|
-
.
|
|
35670
|
+
.E_b1ctd5xy .chart {
|
|
35475
35671
|
display: inline-block;
|
|
35476
35672
|
width: 100%;
|
|
35477
35673
|
}
|
|
35478
35674
|
|
|
35479
|
-
.
|
|
35480
|
-
|
|
35675
|
+
.E_u1p8acpn {
|
|
35676
|
+
min-width: 40px;
|
|
35481
35677
|
}
|
|
35482
35678
|
|
|
35483
|
-
.
|
|
35484
|
-
|
|
35679
|
+
.E_u1p8acpn .unit {
|
|
35680
|
+
color: #00122e !important;
|
|
35485
35681
|
}
|
|
35486
35682
|
|
|
35487
|
-
.
|
|
35488
|
-
|
|
35683
|
+
.E_t1sqg15u {
|
|
35684
|
+
background: white;
|
|
35489
35685
|
}
|
|
35490
35686
|
|
|
35491
|
-
.
|
|
35492
|
-
|
|
35493
|
-
justify-content: space-between;
|
|
35494
|
-
align-items: center;
|
|
35495
|
-
font-size: 13px;
|
|
35496
|
-
line-height: 24px;
|
|
35497
|
-
color: #cccccc;
|
|
35498
|
-
white-space: nowrap;
|
|
35687
|
+
.E_t1sqg15u.inline .table-row {
|
|
35688
|
+
flex-direction: column;
|
|
35499
35689
|
}
|
|
35500
35690
|
|
|
35501
|
-
.
|
|
35502
|
-
|
|
35691
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
35692
|
+
padding: 0 16px 7px 0;
|
|
35503
35693
|
}
|
|
35504
35694
|
|
|
35505
|
-
.
|
|
35506
|
-
|
|
35507
|
-
color: white;
|
|
35695
|
+
.E_t1sqg15u.has-border .table-header {
|
|
35696
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
35508
35697
|
}
|
|
35509
35698
|
|
|
35510
|
-
.
|
|
35511
|
-
|
|
35512
|
-
height: 8px;
|
|
35513
|
-
border-radius: 2px;
|
|
35514
|
-
display: inline-block;
|
|
35515
|
-
background: var(--s11212zy-0);
|
|
35516
|
-
border: 1px solid #fff;
|
|
35517
|
-
box-sizing: content-box;
|
|
35518
|
-
margin-right: 6px;
|
|
35699
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
35700
|
+
border-top: none !important;
|
|
35519
35701
|
}
|
|
35520
35702
|
|
|
35521
|
-
.
|
|
35522
|
-
|
|
35523
|
-
color: white;
|
|
35524
|
-
margin-right: 4px;
|
|
35703
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
35704
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
35525
35705
|
}
|
|
35526
35706
|
|
|
35527
|
-
|
|
35528
|
-
|
|
35707
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
35708
|
+
padding-bottom: 0;
|
|
35529
35709
|
}
|
|
35530
35710
|
|
|
35531
|
-
.
|
|
35711
|
+
.E_t1sqg15u.align-right .content {
|
|
35712
|
+
text-align: right;
|
|
35713
|
+
}
|
|
35714
|
+
|
|
35715
|
+
.E_t1sqg15u .uuid-row {
|
|
35716
|
+
display: flex;
|
|
35717
|
+
justify-content: space-between;
|
|
35718
|
+
}
|
|
35719
|
+
|
|
35720
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
35721
|
+
white-space: nowrap;
|
|
35722
|
+
overflow: hidden;
|
|
35723
|
+
text-overflow: ellipsis;
|
|
35724
|
+
}
|
|
35725
|
+
|
|
35726
|
+
.E_t4zczcp {
|
|
35532
35727
|
display: flex;
|
|
35728
|
+
justify-content: space-between;
|
|
35533
35729
|
align-items: center;
|
|
35730
|
+
padding: 8px;
|
|
35731
|
+
min-height: 32px;
|
|
35732
|
+
}
|
|
35733
|
+
|
|
35734
|
+
.E_t4zczcp .table-title {
|
|
35735
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35736
|
+
font-weight: 600;
|
|
35534
35737
|
font-size: 12px;
|
|
35535
|
-
line-height:
|
|
35738
|
+
line-height: 8px;
|
|
35536
35739
|
}
|
|
35537
35740
|
|
|
35538
|
-
.
|
|
35539
|
-
|
|
35741
|
+
.E_t4zczcp .edit-icon {
|
|
35742
|
+
font-size: 16px;
|
|
35743
|
+
color: rgba(10, 37, 85, 0.6);
|
|
35744
|
+
cursor: pointer;
|
|
35540
35745
|
}
|
|
35541
35746
|
|
|
35542
|
-
.
|
|
35543
|
-
|
|
35747
|
+
.E_t1s7goww {
|
|
35748
|
+
font-size: 12px;
|
|
35749
|
+
line-height: 18px;
|
|
35544
35750
|
}
|
|
35545
35751
|
|
|
35546
|
-
.
|
|
35547
|
-
|
|
35548
|
-
|
|
35752
|
+
.E_t93e4cf {
|
|
35753
|
+
display: flex;
|
|
35754
|
+
padding: 8px 0;
|
|
35755
|
+
color: #2d3a56;
|
|
35549
35756
|
}
|
|
35550
35757
|
|
|
35551
|
-
.
|
|
35552
|
-
|
|
35553
|
-
text-overflow: ellipsis;
|
|
35758
|
+
.E_t93e4cf .hidden {
|
|
35759
|
+
display: none;
|
|
35554
35760
|
}
|
|
35555
35761
|
|
|
35556
|
-
.
|
|
35557
|
-
|
|
35762
|
+
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
35763
|
+
height: auto;
|
|
35558
35764
|
}
|
|
35559
35765
|
|
|
35560
|
-
.
|
|
35561
|
-
|
|
35562
|
-
-
|
|
35563
|
-
|
|
35564
|
-
|
|
35766
|
+
.E_t93e4cf .content {
|
|
35767
|
+
overflow: hidden;
|
|
35768
|
+
overflow-x: auto;
|
|
35769
|
+
width: 100%;
|
|
35770
|
+
white-space: pre-wrap;
|
|
35565
35771
|
}
|
|
35566
35772
|
|
|
35567
|
-
.
|
|
35568
|
-
|
|
35773
|
+
.E_t93e4cf .content .ant-btn {
|
|
35774
|
+
white-space: pre-wrap;
|
|
35775
|
+
text-align: left;
|
|
35569
35776
|
}
|
|
35570
35777
|
|
|
35571
|
-
.
|
|
35572
|
-
|
|
35573
|
-
border-radius: 4px;
|
|
35778
|
+
.E_t93e4cf .content .unit-chart {
|
|
35779
|
+
justify-content: flex-start;
|
|
35574
35780
|
}
|
|
35575
35781
|
|
|
35576
|
-
.
|
|
35577
|
-
|
|
35782
|
+
.E_rhz2uv5 {
|
|
35783
|
+
width: var(--rhz2uv5-0);
|
|
35784
|
+
flex-shrink: 0;
|
|
35785
|
+
color: rgba(44, 56, 82, 0.6);
|
|
35786
|
+
padding-right: 12px;
|
|
35578
35787
|
}
|
|
35579
35788
|
|
|
35580
35789
|
.E_c1up1pdz {
|
|
@@ -35699,169 +35908,100 @@ span.E_tqjc4ui {
|
|
|
35699
35908
|
margin: 0 9px;
|
|
35700
35909
|
text-align: center;
|
|
35701
35910
|
}
|
|
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;
|
|
35714
|
-
margin-right: 8px;
|
|
35715
|
-
}
|
|
35716
|
-
|
|
35717
|
-
.E_wpbf4pq .week-day-option:focus,
|
|
35718
|
-
.E_wpbf4pq .month-day-option:focus {
|
|
35719
|
-
color: inherit;
|
|
35720
|
-
border-color: #d9d9d9;
|
|
35721
|
-
}
|
|
35722
|
-
|
|
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 {
|
|
35735
|
-
width: 32px;
|
|
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;
|
|
35911
|
+
|
|
35912
|
+
.E_wpbf4pq .options {
|
|
35913
|
+
padding: 12px 0 12px 16px;
|
|
35914
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
35915
|
+
margin: 5px 0 5px 8px;
|
|
35779
35916
|
}
|
|
35780
35917
|
|
|
35781
|
-
.
|
|
35782
|
-
.
|
|
35783
|
-
|
|
35918
|
+
.E_wpbf4pq .week-day-option,
|
|
35919
|
+
.E_wpbf4pq .month-day-option {
|
|
35920
|
+
background: #f5f7fa;
|
|
35921
|
+
box-sizing: border-box;
|
|
35922
|
+
border-radius: 16px;
|
|
35923
|
+
margin-right: 8px;
|
|
35784
35924
|
}
|
|
35785
35925
|
|
|
35786
|
-
.
|
|
35787
|
-
|
|
35788
|
-
|
|
35926
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
35927
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
35928
|
+
color: inherit;
|
|
35929
|
+
border-color: #d9d9d9;
|
|
35789
35930
|
}
|
|
35790
35931
|
|
|
35791
|
-
.
|
|
35792
|
-
color:
|
|
35793
|
-
|
|
35932
|
+
.E_wpbf4pq .week-day-option.active {
|
|
35933
|
+
background-color: #0096ff;
|
|
35934
|
+
border-color: #0096ff;
|
|
35935
|
+
color: #fff;
|
|
35794
35936
|
}
|
|
35795
35937
|
|
|
35796
|
-
.
|
|
35797
|
-
|
|
35938
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
35939
|
+
width: 110px;
|
|
35940
|
+
margin-top: 4px;
|
|
35798
35941
|
}
|
|
35799
35942
|
|
|
35800
|
-
.
|
|
35801
|
-
|
|
35943
|
+
.E_wpbf4pq .month-day-option {
|
|
35944
|
+
width: 32px;
|
|
35945
|
+
padding: 0;
|
|
35946
|
+
margin-bottom: 8px;
|
|
35802
35947
|
}
|
|
35803
35948
|
|
|
35804
|
-
.
|
|
35805
|
-
color:
|
|
35806
|
-
|
|
35807
|
-
|
|
35808
|
-
padding: 7px 10px;
|
|
35949
|
+
.E_wpbf4pq .month-day-option.active {
|
|
35950
|
+
background-color: #0096ff;
|
|
35951
|
+
border-color: #0096ff;
|
|
35952
|
+
color: #fff;
|
|
35809
35953
|
}
|
|
35810
35954
|
|
|
35811
|
-
.
|
|
35812
|
-
color: rgba(62, 70, 82, 0.6);
|
|
35955
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
35813
35956
|
display: flex;
|
|
35814
|
-
justify-content: space-between;
|
|
35815
35957
|
align-items: center;
|
|
35816
|
-
padding: 8px 16px;
|
|
35817
|
-
}
|
|
35818
|
-
|
|
35819
|
-
.E_c167wnad .anticon {
|
|
35820
|
-
cursor: pointer;
|
|
35821
35958
|
}
|
|
35822
35959
|
|
|
35823
|
-
.
|
|
35824
|
-
|
|
35960
|
+
.E_s1iv0tp1 .enabled-text {
|
|
35961
|
+
margin-right: 8px;
|
|
35825
35962
|
}
|
|
35826
35963
|
|
|
35827
|
-
.
|
|
35828
|
-
|
|
35964
|
+
.E_ou7iq30 {
|
|
35965
|
+
overflow: hidden;
|
|
35966
|
+
text-overflow: ellipsis;
|
|
35829
35967
|
}
|
|
35830
35968
|
|
|
35831
|
-
.
|
|
35832
|
-
|
|
35833
|
-
justify-content: center;
|
|
35969
|
+
.E_s1tui002 {
|
|
35970
|
+
white-space: nowrap;
|
|
35834
35971
|
}
|
|
35835
35972
|
|
|
35836
|
-
.
|
|
35837
|
-
display:
|
|
35838
|
-
|
|
35839
|
-
|
|
35840
|
-
|
|
35841
|
-
background: #0096ff;
|
|
35973
|
+
.E_mxrc2zg {
|
|
35974
|
+
display: -webkit-box;
|
|
35975
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
35976
|
+
-webkit-box-orient: vertical;
|
|
35977
|
+
word-break: break-all;
|
|
35842
35978
|
}
|
|
35843
35979
|
|
|
35844
|
-
.
|
|
35845
|
-
|
|
35980
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
35981
|
+
display: none;
|
|
35846
35982
|
}
|
|
35847
35983
|
|
|
35848
|
-
.
|
|
35849
|
-
|
|
35850
|
-
|
|
35851
|
-
background: #0096ff;
|
|
35852
|
-
border-radius: 2px;
|
|
35984
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
35985
|
+
background: rgba(23, 38, 64, 0.8);
|
|
35986
|
+
border-radius: 4px;
|
|
35853
35987
|
}
|
|
35854
35988
|
|
|
35855
|
-
.
|
|
35856
|
-
|
|
35989
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
35990
|
+
visibility: hidden;
|
|
35857
35991
|
}
|
|
35858
35992
|
|
|
35859
|
-
.
|
|
35860
|
-
|
|
35993
|
+
.E_skwah65 {
|
|
35994
|
+
height: 8px;
|
|
35995
|
+
box-sizing: border-box;
|
|
35996
|
+
border-radius: 2px;
|
|
35997
|
+
background: #f5f7fa;
|
|
35998
|
+
display: flex;
|
|
35999
|
+
width: 100%;
|
|
36000
|
+
overflow: hidden;
|
|
35861
36001
|
}
|
|
35862
36002
|
|
|
35863
|
-
.
|
|
35864
|
-
|
|
36003
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
36004
|
+
margin-left: 1px;
|
|
35865
36005
|
}
|
|
35866
36006
|
|
|
35867
36007
|
.E_s1at6qmn.ant-layout-sider {
|
|
@@ -35960,184 +36100,44 @@ span.E_tqjc4ui {
|
|
|
35960
36100
|
|
|
35961
36101
|
.E_s1wu0lms.shrink {
|
|
35962
36102
|
transition: all 0s;
|
|
35963
|
-
overflow: hidden;
|
|
35964
|
-
}
|
|
35965
|
-
|
|
35966
|
-
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
35967
|
-
visibility: hidden;
|
|
35968
|
-
}
|
|
35969
|
-
|
|
35970
|
-
.E_s1wu0lms.shrink .ant-menu-item {
|
|
35971
|
-
width: 36px;
|
|
35972
|
-
padding: 0 6px;
|
|
35973
|
-
}
|
|
35974
|
-
|
|
35975
|
-
.E_n1ugzfva {
|
|
35976
|
-
display: flex;
|
|
35977
|
-
place-items: center;
|
|
35978
|
-
width: 100% !important;
|
|
35979
|
-
}
|
|
35980
|
-
|
|
35981
|
-
.E_n1ugzfva[disabled] {
|
|
35982
|
-
color: rgba(0, 0, 0, 0.25) !important;
|
|
35983
|
-
opacity: 1 !important;
|
|
35984
|
-
}
|
|
35985
|
-
|
|
35986
|
-
.E_n1ugzfva.ant-btn {
|
|
35987
|
-
width: 100%;
|
|
35988
|
-
color: #00122e;
|
|
35989
|
-
}
|
|
35990
|
-
|
|
35991
|
-
.E_n1ugzfva .icon-wrapper {
|
|
35992
|
-
margin-right: 12px;
|
|
35993
|
-
}
|
|
35994
|
-
|
|
35995
|
-
.E_n1ugzfva .link-title {
|
|
35996
|
-
flex: 1;
|
|
35997
|
-
overflow: hidden;
|
|
35998
|
-
white-space: nowrap;
|
|
35999
|
-
text-overflow: ellipsis;
|
|
36000
|
-
text-align: left;
|
|
36001
|
-
}
|
|
36002
|
-
|
|
36003
|
-
.E_t1sqg15u {
|
|
36004
|
-
background: white;
|
|
36005
|
-
}
|
|
36006
|
-
|
|
36007
|
-
.E_t1sqg15u.inline .table-row {
|
|
36008
|
-
flex-direction: column;
|
|
36009
|
-
}
|
|
36010
|
-
|
|
36011
|
-
.E_t1sqg15u.inline .table-row > label {
|
|
36012
|
-
padding: 0 16px 7px 0;
|
|
36013
|
-
}
|
|
36014
|
-
|
|
36015
|
-
.E_t1sqg15u.has-border .table-header {
|
|
36016
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
36017
|
-
}
|
|
36018
|
-
|
|
36019
|
-
.E_t1sqg15u.has-border .hiddenBorder {
|
|
36020
|
-
border-top: none !important;
|
|
36021
|
-
}
|
|
36022
|
-
|
|
36023
|
-
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
36024
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
36025
|
-
}
|
|
36026
|
-
|
|
36027
|
-
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
36028
|
-
padding-bottom: 0;
|
|
36029
|
-
}
|
|
36030
|
-
|
|
36031
|
-
.E_t1sqg15u.align-right .content {
|
|
36032
|
-
text-align: right;
|
|
36033
|
-
}
|
|
36034
|
-
|
|
36035
|
-
.E_t1sqg15u .uuid-row {
|
|
36036
|
-
display: flex;
|
|
36037
|
-
justify-content: space-between;
|
|
36038
|
-
}
|
|
36039
|
-
|
|
36040
|
-
.E_t1sqg15u .uuid-row .id-text {
|
|
36041
|
-
white-space: nowrap;
|
|
36042
|
-
overflow: hidden;
|
|
36043
|
-
text-overflow: ellipsis;
|
|
36044
|
-
}
|
|
36045
|
-
|
|
36046
|
-
.E_t4zczcp {
|
|
36047
|
-
display: flex;
|
|
36048
|
-
justify-content: space-between;
|
|
36049
|
-
align-items: center;
|
|
36050
|
-
padding: 8px;
|
|
36051
|
-
min-height: 32px;
|
|
36052
|
-
}
|
|
36053
|
-
|
|
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;
|
|
36059
|
-
}
|
|
36060
|
-
|
|
36061
|
-
.E_t4zczcp .edit-icon {
|
|
36062
|
-
font-size: 16px;
|
|
36063
|
-
color: rgba(10, 37, 85, 0.6);
|
|
36064
|
-
cursor: pointer;
|
|
36065
|
-
}
|
|
36066
|
-
|
|
36067
|
-
.E_t1s7goww {
|
|
36068
|
-
font-size: 12px;
|
|
36069
|
-
line-height: 18px;
|
|
36070
|
-
}
|
|
36071
|
-
|
|
36072
|
-
.E_t93e4cf {
|
|
36073
|
-
display: flex;
|
|
36074
|
-
padding: 8px 0;
|
|
36075
|
-
color: #2d3a56;
|
|
36076
|
-
}
|
|
36077
|
-
|
|
36078
|
-
.E_t93e4cf .hidden {
|
|
36079
|
-
display: none;
|
|
36080
|
-
}
|
|
36081
|
-
|
|
36082
|
-
.E_t93e4cf .ant-btn.ant-btn-link {
|
|
36083
|
-
height: auto;
|
|
36084
|
-
}
|
|
36085
|
-
|
|
36086
|
-
.E_t93e4cf .content {
|
|
36087
|
-
overflow: hidden;
|
|
36088
|
-
overflow-x: auto;
|
|
36089
|
-
width: 100%;
|
|
36090
|
-
white-space: pre-wrap;
|
|
36091
|
-
}
|
|
36092
|
-
|
|
36093
|
-
.E_t93e4cf .content .ant-btn {
|
|
36094
|
-
white-space: pre-wrap;
|
|
36095
|
-
text-align: left;
|
|
36096
|
-
}
|
|
36097
|
-
|
|
36098
|
-
.E_t93e4cf .content .unit-chart {
|
|
36099
|
-
justify-content: flex-start;
|
|
36100
|
-
}
|
|
36101
|
-
|
|
36102
|
-
.E_rhz2uv5 {
|
|
36103
|
-
width: var(--rhz2uv5-0);
|
|
36104
|
-
flex-shrink: 0;
|
|
36105
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36106
|
-
padding-right: 12px;
|
|
36103
|
+
overflow: hidden;
|
|
36107
36104
|
}
|
|
36108
36105
|
|
|
36109
|
-
.
|
|
36110
|
-
|
|
36111
|
-
align-items: center;
|
|
36112
|
-
justify-content: flex-end;
|
|
36106
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
36107
|
+
visibility: hidden;
|
|
36113
36108
|
}
|
|
36114
36109
|
|
|
36115
|
-
.
|
|
36116
|
-
|
|
36117
|
-
|
|
36118
|
-
width: calc(100% - 40px);
|
|
36110
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
36111
|
+
width: 36px;
|
|
36112
|
+
padding: 0 6px;
|
|
36119
36113
|
}
|
|
36120
36114
|
|
|
36121
|
-
.
|
|
36122
|
-
display:
|
|
36123
|
-
|
|
36115
|
+
.E_n1ugzfva {
|
|
36116
|
+
display: flex;
|
|
36117
|
+
place-items: center;
|
|
36118
|
+
width: 100% !important;
|
|
36124
36119
|
}
|
|
36125
36120
|
|
|
36126
|
-
.
|
|
36127
|
-
|
|
36121
|
+
.E_n1ugzfva[disabled] {
|
|
36122
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
36123
|
+
opacity: 1 !important;
|
|
36128
36124
|
}
|
|
36129
36125
|
|
|
36130
|
-
.
|
|
36131
|
-
|
|
36126
|
+
.E_n1ugzfva.ant-btn {
|
|
36127
|
+
width: 100%;
|
|
36128
|
+
color: #00122e;
|
|
36132
36129
|
}
|
|
36133
36130
|
|
|
36134
|
-
.
|
|
36135
|
-
|
|
36136
|
-
align-items: center;
|
|
36131
|
+
.E_n1ugzfva .icon-wrapper {
|
|
36132
|
+
margin-right: 12px;
|
|
36137
36133
|
}
|
|
36138
36134
|
|
|
36139
|
-
.
|
|
36140
|
-
|
|
36135
|
+
.E_n1ugzfva .link-title {
|
|
36136
|
+
flex: 1;
|
|
36137
|
+
overflow: hidden;
|
|
36138
|
+
white-space: nowrap;
|
|
36139
|
+
text-overflow: ellipsis;
|
|
36140
|
+
text-align: left;
|
|
36141
36141
|
}
|
|
36142
36142
|
|
|
36143
36143
|
.E_t160l1cm {
|
|
@@ -36390,53 +36390,6 @@ span.E_tqjc4ui {
|
|
|
36390
36390
|
background: transparent;
|
|
36391
36391
|
}
|
|
36392
36392
|
|
|
36393
|
-
.E_i5w779o {
|
|
36394
|
-
padding: 8px 0;
|
|
36395
|
-
}
|
|
36396
|
-
|
|
36397
|
-
.E_i5w779o .col-label {
|
|
36398
|
-
flex-shrink: unset;
|
|
36399
|
-
}
|
|
36400
|
-
|
|
36401
|
-
.E_i5w779o .col-label * {
|
|
36402
|
-
line-height: 18px;
|
|
36403
|
-
}
|
|
36404
|
-
|
|
36405
|
-
.E_i5w779o .col-content {
|
|
36406
|
-
flex: 1 1 0;
|
|
36407
|
-
display: flex;
|
|
36408
|
-
align-items: center;
|
|
36409
|
-
}
|
|
36410
|
-
|
|
36411
|
-
.E_i5w779o .col-content * {
|
|
36412
|
-
line-height: 18px;
|
|
36413
|
-
}
|
|
36414
|
-
|
|
36415
|
-
.E_l18dja44 {
|
|
36416
|
-
padding: 6px 0;
|
|
36417
|
-
}
|
|
36418
|
-
|
|
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;
|
|
36427
|
-
}
|
|
36428
|
-
|
|
36429
|
-
.E_c8c2hys {
|
|
36430
|
-
display: flex;
|
|
36431
|
-
justify-content: space-between;
|
|
36432
|
-
flex: 1;
|
|
36433
|
-
min-width: 0;
|
|
36434
|
-
}
|
|
36435
|
-
|
|
36436
|
-
.E_n4m6c4d {
|
|
36437
|
-
color: rgba(0, 21, 64, 0.3);
|
|
36438
|
-
}
|
|
36439
|
-
|
|
36440
36393
|
.E_cyms3br {
|
|
36441
36394
|
background: #fff;
|
|
36442
36395
|
width: 100%;
|
|
@@ -36496,12 +36449,6 @@ span.E_tqjc4ui {
|
|
|
36496
36449
|
justify-content: center;
|
|
36497
36450
|
}
|
|
36498
36451
|
|
|
36499
|
-
.E_h1ol2wl7 {
|
|
36500
|
-
font-weight: bold;
|
|
36501
|
-
background-color: unset;
|
|
36502
|
-
padding: unset;
|
|
36503
|
-
}
|
|
36504
|
-
|
|
36505
36452
|
.E_d11hhzf9 {
|
|
36506
36453
|
width: 492px !important;
|
|
36507
36454
|
margin: 40px auto !important;
|
|
@@ -36544,6 +36491,59 @@ span.E_tqjc4ui {
|
|
|
36544
36491
|
gap: 8px;
|
|
36545
36492
|
}
|
|
36546
36493
|
|
|
36494
|
+
.E_i5w779o {
|
|
36495
|
+
padding: 8px 0;
|
|
36496
|
+
}
|
|
36497
|
+
|
|
36498
|
+
.E_i5w779o .col-label {
|
|
36499
|
+
flex-shrink: unset;
|
|
36500
|
+
}
|
|
36501
|
+
|
|
36502
|
+
.E_i5w779o .col-label * {
|
|
36503
|
+
line-height: 18px;
|
|
36504
|
+
}
|
|
36505
|
+
|
|
36506
|
+
.E_i5w779o .col-content {
|
|
36507
|
+
flex: 1 1 0;
|
|
36508
|
+
display: flex;
|
|
36509
|
+
align-items: center;
|
|
36510
|
+
}
|
|
36511
|
+
|
|
36512
|
+
.E_i5w779o .col-content * {
|
|
36513
|
+
line-height: 18px;
|
|
36514
|
+
}
|
|
36515
|
+
|
|
36516
|
+
.E_l18dja44 {
|
|
36517
|
+
padding: 6px 0;
|
|
36518
|
+
}
|
|
36519
|
+
|
|
36520
|
+
.E_l18dja44 .col-label * {
|
|
36521
|
+
font-size: 13px;
|
|
36522
|
+
line-height: 20px;
|
|
36523
|
+
}
|
|
36524
|
+
|
|
36525
|
+
.E_l18dja44 .col-content * {
|
|
36526
|
+
font-size: 14px;
|
|
36527
|
+
line-height: 20px;
|
|
36528
|
+
}
|
|
36529
|
+
|
|
36530
|
+
.E_c8c2hys {
|
|
36531
|
+
display: flex;
|
|
36532
|
+
justify-content: space-between;
|
|
36533
|
+
flex: 1;
|
|
36534
|
+
min-width: 0;
|
|
36535
|
+
}
|
|
36536
|
+
|
|
36537
|
+
.E_n4m6c4d {
|
|
36538
|
+
color: rgba(0, 21, 64, 0.3);
|
|
36539
|
+
}
|
|
36540
|
+
|
|
36541
|
+
.E_h1ol2wl7 {
|
|
36542
|
+
font-weight: bold;
|
|
36543
|
+
background-color: unset;
|
|
36544
|
+
padding: unset;
|
|
36545
|
+
}
|
|
36546
|
+
|
|
36547
36547
|
.E_kr6am0s .ant-modal-body {
|
|
36548
36548
|
padding: 60px 128px;
|
|
36549
36549
|
}
|
|
@@ -36608,59 +36608,6 @@ span.E_tqjc4ui {
|
|
|
36608
36608
|
background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
|
|
36609
36609
|
}
|
|
36610
36610
|
|
|
36611
|
-
.E_c14ouk5o {
|
|
36612
|
-
width: 100%;
|
|
36613
|
-
height: 100%;
|
|
36614
|
-
display: flex;
|
|
36615
|
-
font-size: 12px;
|
|
36616
|
-
line-height: 18px;
|
|
36617
|
-
padding: 8px 0;
|
|
36618
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
36619
|
-
}
|
|
36620
|
-
|
|
36621
|
-
.E_c14ouk5o:last-of-type {
|
|
36622
|
-
box-shadow: none;
|
|
36623
|
-
padding-bottom: 0;
|
|
36624
|
-
}
|
|
36625
|
-
|
|
36626
|
-
.E_c14ouk5o.collapsed {
|
|
36627
|
-
flex-direction: column;
|
|
36628
|
-
}
|
|
36629
|
-
|
|
36630
|
-
.E_c14ouk5o.collapsed .collapsed-content {
|
|
36631
|
-
display: flex;
|
|
36632
|
-
}
|
|
36633
|
-
|
|
36634
|
-
.E_c14ouk5o.collapsed .collapsed-content > span {
|
|
36635
|
-
flex: 1;
|
|
36636
|
-
display: flex;
|
|
36637
|
-
justify-content: space-between;
|
|
36638
|
-
}
|
|
36639
|
-
|
|
36640
|
-
.E_c14ouk5o.collapsed .collapsed-content > span .ant-btn {
|
|
36641
|
-
height: auto;
|
|
36642
|
-
}
|
|
36643
|
-
|
|
36644
|
-
.E_c14ouk5o.collapsed .extra-content {
|
|
36645
|
-
margin-left: 162px;
|
|
36646
|
-
}
|
|
36647
|
-
|
|
36648
|
-
.E_c14ouk5o .col-label {
|
|
36649
|
-
width: 216px;
|
|
36650
|
-
color: rgba(44, 56, 82, 0.6);
|
|
36651
|
-
margin-right: 12px;
|
|
36652
|
-
flex-shrink: 0;
|
|
36653
|
-
}
|
|
36654
|
-
|
|
36655
|
-
.E_c14ouk5o .col-content {
|
|
36656
|
-
color: #2d3a56;
|
|
36657
|
-
/* make btn link in info row have the same height as normal text */
|
|
36658
|
-
}
|
|
36659
|
-
|
|
36660
|
-
.E_c14ouk5o .col-content .ant-btn.ant-btn-link {
|
|
36661
|
-
height: auto;
|
|
36662
|
-
}
|
|
36663
|
-
|
|
36664
36611
|
.E_c1kchka8 {
|
|
36665
36612
|
height: 100%;
|
|
36666
36613
|
width: 100%;
|
|
@@ -37241,6 +37188,59 @@ span.E_tqjc4ui {
|
|
|
37241
37188
|
padding: 0;
|
|
37242
37189
|
}
|
|
37243
37190
|
|
|
37191
|
+
.E_c14ouk5o {
|
|
37192
|
+
width: 100%;
|
|
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;
|
|
37226
|
+
}
|
|
37227
|
+
|
|
37228
|
+
.E_c14ouk5o .col-label {
|
|
37229
|
+
width: 216px;
|
|
37230
|
+
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
|
+
}
|
|
37243
|
+
|
|
37244
37244
|
.E_cevhqx7 {
|
|
37245
37245
|
color: #00122e;
|
|
37246
37246
|
}
|