@cloudtower/eagle 0.26.26 → 0.26.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/components.css +659 -655
- package/dist/esm/index.js +12 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +514 -510
- package/dist/umd/index.js +12 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -29840,299 +29840,601 @@ html body {
|
|
|
29840
29840
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29841
29841
|
}
|
|
29842
29842
|
}
|
|
29843
|
-
.
|
|
29844
|
-
|
|
29845
|
-
}
|
|
29846
|
-
|
|
29847
|
-
.b15sn34c {
|
|
29848
|
-
white-space: nowrap;
|
|
29849
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29850
|
-
}
|
|
29851
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29852
|
-
--color: #0080ff;
|
|
29853
|
-
}
|
|
29854
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29855
|
-
--color: #0080ff;
|
|
29856
|
-
}
|
|
29857
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29858
|
-
margin-left: 1px;
|
|
29859
|
-
}
|
|
29860
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29861
|
-
border-top-right-radius: 0;
|
|
29862
|
-
border-bottom-right-radius: 0;
|
|
29863
|
-
}
|
|
29864
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29865
|
-
border-top-left-radius: 0;
|
|
29866
|
-
border-bottom-left-radius: 0;
|
|
29867
|
-
}
|
|
29868
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29869
|
-
border-radius: unset;
|
|
29870
|
-
}
|
|
29871
|
-
|
|
29872
|
-
.obf05yr {
|
|
29873
|
-
display: inline-block;
|
|
29874
|
-
}
|
|
29875
|
-
|
|
29876
|
-
.hsms1n6 {
|
|
29877
|
-
visibility: hidden;
|
|
29878
|
-
position: absolute;
|
|
29879
|
-
}
|
|
29880
|
-
|
|
29881
|
-
.p12gwtiw {
|
|
29882
|
-
display: flex;
|
|
29883
|
-
justify-content: space-between;
|
|
29884
|
-
align-items: center;
|
|
29885
|
-
padding: 10px 0;
|
|
29886
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29887
|
-
font-size: 12px;
|
|
29888
|
-
line-height: 24px;
|
|
29843
|
+
.buj61ew.ant-btn-icon-only {
|
|
29844
|
+
justify-content: center;
|
|
29889
29845
|
}
|
|
29890
|
-
.
|
|
29891
|
-
padding:
|
|
29846
|
+
.buj61ew.ant-btn.ant-btn-link {
|
|
29847
|
+
padding: 0;
|
|
29892
29848
|
}
|
|
29893
|
-
.
|
|
29894
|
-
display: flex;
|
|
29849
|
+
.buj61ew.ant-btn {
|
|
29850
|
+
display: inline-flex;
|
|
29895
29851
|
align-items: center;
|
|
29852
|
+
justify-content: center;
|
|
29853
|
+
padding: 5px 12px;
|
|
29854
|
+
height: 32px;
|
|
29896
29855
|
border-radius: 6px;
|
|
29897
|
-
|
|
29898
|
-
transition:
|
|
29856
|
+
line-height: 22px;
|
|
29857
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
29858
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
29899
29859
|
}
|
|
29900
|
-
.
|
|
29901
|
-
|
|
29902
|
-
|
|
29860
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
29861
|
+
height: 40px;
|
|
29862
|
+
line-height: 24px;
|
|
29863
|
+
padding: 8px 16px;
|
|
29903
29864
|
}
|
|
29904
|
-
.
|
|
29905
|
-
|
|
29865
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
29866
|
+
padding: 2px 8px;
|
|
29867
|
+
height: 24px;
|
|
29868
|
+
line-height: 20px;
|
|
29906
29869
|
}
|
|
29907
|
-
.
|
|
29908
|
-
|
|
29909
|
-
align-items: center;
|
|
29910
|
-
color: #0080ff;
|
|
29911
|
-
font-weight: bold;
|
|
29870
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
29871
|
+
border-radius: 50%;
|
|
29912
29872
|
}
|
|
29913
|
-
.
|
|
29914
|
-
|
|
29873
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
29874
|
+
color: var(--color, #06101f);
|
|
29875
|
+
font-weight: var(--font-weight);
|
|
29876
|
+
background: var(--background-color, #fff);
|
|
29877
|
+
border-width: var(--border-width, 1px);
|
|
29878
|
+
border-color: var(--border-color, #d9d9d9);
|
|
29915
29879
|
}
|
|
29916
|
-
.
|
|
29917
|
-
|
|
29918
|
-
padding: 0 8px;
|
|
29880
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
29881
|
+
display: none;
|
|
29919
29882
|
}
|
|
29920
|
-
.
|
|
29921
|
-
|
|
29922
|
-
color: #0080ff;
|
|
29883
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
29884
|
+
color: var(--color, inherit);
|
|
29923
29885
|
}
|
|
29924
|
-
.
|
|
29925
|
-
|
|
29886
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
29887
|
+
background: var(--background-color-hover, var(--background-color));
|
|
29888
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
29926
29889
|
}
|
|
29927
|
-
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29890
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
29891
|
+
--scale: 1;
|
|
29892
|
+
--transY: 1px;
|
|
29893
|
+
background: var(--background-color-active, var(--background-color));
|
|
29894
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
29931
29895
|
}
|
|
29932
|
-
.
|
|
29933
|
-
|
|
29934
|
-
|
|
29935
|
-
|
|
29896
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
29897
|
+
background: var(--background-color-focus, var(--background-color));
|
|
29898
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
29899
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
29936
29900
|
}
|
|
29937
|
-
|
|
29938
|
-
|
|
29939
|
-
|
|
29940
|
-
|
|
29941
|
-
|
|
29901
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
29902
|
+
color: var(--color-disabled, var(--color));
|
|
29903
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
29904
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
29905
|
+
opacity: 0.5;
|
|
29942
29906
|
}
|
|
29943
|
-
.
|
|
29944
|
-
|
|
29945
|
-
|
|
29907
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
29908
|
+
color: #0080ff;
|
|
29909
|
+
opacity: 0.5;
|
|
29946
29910
|
}
|
|
29947
|
-
.
|
|
29948
|
-
|
|
29911
|
+
.buj61ew.ant-btn-primary {
|
|
29912
|
+
--color: #fff;
|
|
29913
|
+
--font-weight: bold;
|
|
29914
|
+
--border-width: 0;
|
|
29915
|
+
--background-color: #0080ff;
|
|
29916
|
+
--background-color-hover: #009dff;
|
|
29917
|
+
--background-color-active: #005ed1;
|
|
29918
|
+
--background-color-focus: #0080ff;
|
|
29919
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29949
29920
|
}
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29921
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
29922
|
+
--background-color: #f0483e;
|
|
29923
|
+
--background-color-hover: #ff5252;
|
|
29924
|
+
--background-color-active: #c73d31;
|
|
29925
|
+
--background-color-focus: #ff5252;
|
|
29926
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29952
29927
|
}
|
|
29953
|
-
.
|
|
29954
|
-
|
|
29955
|
-
background: #
|
|
29928
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
29929
|
+
--background-color: #fea008;
|
|
29930
|
+
--background-color-hover: #feba33;
|
|
29931
|
+
--background-color-active: #e07f00;
|
|
29932
|
+
--background-color-focus: #fea008;
|
|
29956
29933
|
}
|
|
29957
|
-
.
|
|
29958
|
-
|
|
29959
|
-
|
|
29960
|
-
width:
|
|
29961
|
-
|
|
29962
|
-
background:
|
|
29934
|
+
.buj61ew.ant-btn-secondary {
|
|
29935
|
+
--color: #0080ff;
|
|
29936
|
+
--font-weight: bold;
|
|
29937
|
+
--border-width: 0;
|
|
29938
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
29939
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
29940
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
29941
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
29942
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29963
29943
|
}
|
|
29964
|
-
.
|
|
29965
|
-
|
|
29944
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
29945
|
+
--color: #f0483e;
|
|
29946
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
29947
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
29948
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
29949
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
29950
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29966
29951
|
}
|
|
29967
|
-
.
|
|
29968
|
-
|
|
29969
|
-
background: rgba(
|
|
29952
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
29953
|
+
--color: #fea008;
|
|
29954
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
29955
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
29956
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
29957
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
29970
29958
|
}
|
|
29971
|
-
.
|
|
29972
|
-
|
|
29959
|
+
.buj61ew.ant-btn-tertiary {
|
|
29960
|
+
--color: #0080ff;
|
|
29961
|
+
--font-weight: bold;
|
|
29962
|
+
--border-width: 0;
|
|
29963
|
+
--background-color: #fff;
|
|
29964
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29965
|
+
box-shadow: none;
|
|
29973
29966
|
}
|
|
29974
|
-
.
|
|
29975
|
-
|
|
29976
|
-
opacity: 0.5;
|
|
29967
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
29968
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29977
29969
|
}
|
|
29978
|
-
.
|
|
29979
|
-
color: #
|
|
29970
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
29971
|
+
--color: #f0483e;
|
|
29972
|
+
--background-color: #fff;
|
|
29973
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
29980
29974
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29983
|
-
padding: 0;
|
|
29984
|
-
padding-left: 12px;
|
|
29975
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
29976
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
29985
29977
|
}
|
|
29986
|
-
.
|
|
29987
|
-
|
|
29988
|
-
|
|
29989
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29978
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
29979
|
+
--color: #fea008;
|
|
29980
|
+
--background-color: #fff;
|
|
29990
29981
|
}
|
|
29991
|
-
.
|
|
29992
|
-
|
|
29982
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
29983
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
29993
29984
|
}
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
border-
|
|
29985
|
+
.buj61ew.ant-btn-ordinary {
|
|
29986
|
+
--color: #1d326c;
|
|
29987
|
+
--border-color: #ccd4e3;
|
|
29988
|
+
--background-color: #fff;
|
|
29989
|
+
--background-color-hover: #edf0f7;
|
|
29990
|
+
--background-color-active: #e4e9f2;
|
|
29991
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
29992
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
29997
29993
|
}
|
|
29998
|
-
.
|
|
29999
|
-
|
|
29994
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
29995
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30000
29996
|
}
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
color: #
|
|
30004
|
-
|
|
29997
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
29998
|
+
--color: #0080ff;
|
|
29999
|
+
--border-color: #0080ff;
|
|
30000
|
+
--background-color: #fff;
|
|
30001
|
+
--background-color-hover: linear-gradient(
|
|
30002
|
+
0deg,
|
|
30003
|
+
rgba(0, 136, 255, 0.16),
|
|
30004
|
+
rgba(0, 136, 255, 0.16)
|
|
30005
|
+
),
|
|
30006
|
+
#ffffff;
|
|
30007
|
+
--background-color-active: linear-gradient(
|
|
30008
|
+
0deg,
|
|
30009
|
+
rgba(0, 136, 255, 0.2),
|
|
30010
|
+
rgba(0, 136, 255, 0.2)
|
|
30011
|
+
),
|
|
30012
|
+
#ffffff;
|
|
30013
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30014
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30005
30015
|
}
|
|
30006
|
-
.
|
|
30007
|
-
|
|
30016
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30017
|
+
--color: #f0483e;
|
|
30018
|
+
--border-color: #f0483e;
|
|
30019
|
+
--background-color: #fff;
|
|
30020
|
+
--background-color-hover: linear-gradient(
|
|
30021
|
+
0deg,
|
|
30022
|
+
rgba(255, 74, 74, 0.16),
|
|
30023
|
+
rgba(255, 74, 74, 0.16)
|
|
30024
|
+
),
|
|
30025
|
+
#ffffff;
|
|
30026
|
+
--background-color-active: linear-gradient(
|
|
30027
|
+
0deg,
|
|
30028
|
+
rgba(255, 74, 74, 0.2),
|
|
30029
|
+
rgba(255, 74, 74, 0.2)
|
|
30030
|
+
),
|
|
30031
|
+
#ffffff;
|
|
30032
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30008
30033
|
}
|
|
30009
|
-
.
|
|
30010
|
-
|
|
30011
|
-
|
|
30012
|
-
|
|
30034
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
30035
|
+
--color: #1d326c;
|
|
30036
|
+
--border-color: #fff;
|
|
30037
|
+
--background-color: #fff;
|
|
30038
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30039
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30040
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30041
|
+
box-shadow: none;
|
|
30013
30042
|
}
|
|
30014
|
-
.
|
|
30015
|
-
|
|
30043
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30044
|
+
--color: #0080ff;
|
|
30045
|
+
--border-color: #fff;
|
|
30046
|
+
--background-color: #fff;
|
|
30047
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30048
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30049
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30050
|
+
box-shadow: none;
|
|
30016
30051
|
}
|
|
30017
|
-
.ant-
|
|
30018
|
-
|
|
30019
|
-
|
|
30020
|
-
|
|
30052
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30053
|
+
--color: #f0483e;
|
|
30054
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30055
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30056
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30021
30057
|
}
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30058
|
+
.buj61ew.ant-btn-quiet {
|
|
30059
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
30060
|
+
--border-width: 0;
|
|
30061
|
+
--background-color: transparent;
|
|
30062
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30063
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30064
|
+
--background-color-focus: #fff;
|
|
30065
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30066
|
+
box-shadow: none;
|
|
30024
30067
|
}
|
|
30025
|
-
.
|
|
30026
|
-
|
|
30068
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30069
|
+
--color: #f0483e;
|
|
30070
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30071
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30072
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30027
30073
|
}
|
|
30028
|
-
.
|
|
30029
|
-
|
|
30030
|
-
|
|
30074
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30075
|
+
--color: #0080ff;
|
|
30076
|
+
--background-color: transparent;
|
|
30077
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30078
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30079
|
+
--background-color-focus: #fff;
|
|
30080
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30031
30081
|
}
|
|
30032
|
-
.
|
|
30033
|
-
|
|
30082
|
+
.buj61ew .button-prefix-icon {
|
|
30083
|
+
margin-right: 8px;
|
|
30084
|
+
display: inline-flex;
|
|
30034
30085
|
}
|
|
30035
|
-
.
|
|
30036
|
-
|
|
30086
|
+
.buj61ew .button-suffix-icon {
|
|
30087
|
+
margin-left: 8px;
|
|
30088
|
+
display: inline-flex;
|
|
30037
30089
|
}
|
|
30038
|
-
.
|
|
30039
|
-
|
|
30090
|
+
.buj61ew .icon-wrapper {
|
|
30091
|
+
display: flex;
|
|
30092
|
+
justify-content: center;
|
|
30040
30093
|
}
|
|
30041
|
-
|
|
30042
|
-
|
|
30043
|
-
|
|
30044
|
-
opacity: 0.5;
|
|
30094
|
+
|
|
30095
|
+
.nchllas {
|
|
30096
|
+
padding: 0;
|
|
30045
30097
|
}
|
|
30046
|
-
|
|
30047
|
-
|
|
30048
|
-
|
|
30098
|
+
|
|
30099
|
+
.bpq0js6 {
|
|
30100
|
+
padding: 4px 11px;
|
|
30049
30101
|
}
|
|
30050
|
-
|
|
30051
|
-
|
|
30052
|
-
|
|
30053
|
-
|
|
30102
|
+
|
|
30103
|
+
.b15sn34c {
|
|
30104
|
+
white-space: nowrap;
|
|
30105
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30054
30106
|
}
|
|
30055
|
-
.
|
|
30056
|
-
|
|
30057
|
-
display: inline;
|
|
30058
|
-
border: none;
|
|
30059
|
-
padding: 0;
|
|
30060
|
-
width: 36px;
|
|
30061
|
-
background: transparent;
|
|
30107
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30108
|
+
--color: #0080ff;
|
|
30062
30109
|
}
|
|
30063
|
-
.
|
|
30064
|
-
|
|
30110
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30111
|
+
--color: #0080ff;
|
|
30065
30112
|
}
|
|
30066
|
-
.
|
|
30067
|
-
margin-
|
|
30068
|
-
width: initial;
|
|
30069
|
-
box-shadow: none;
|
|
30113
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30114
|
+
margin-left: 1px;
|
|
30070
30115
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30116
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30117
|
+
border-top-right-radius: 0;
|
|
30118
|
+
border-bottom-right-radius: 0;
|
|
30073
30119
|
}
|
|
30074
|
-
.
|
|
30075
|
-
|
|
30120
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30121
|
+
border-top-left-radius: 0;
|
|
30122
|
+
border-bottom-left-radius: 0;
|
|
30076
30123
|
}
|
|
30077
|
-
.
|
|
30078
|
-
|
|
30079
|
-
margin-right: 8px;
|
|
30080
|
-
padding: 0;
|
|
30081
|
-
width: 36px;
|
|
30124
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30125
|
+
border-radius: unset;
|
|
30082
30126
|
}
|
|
30083
30127
|
|
|
30084
|
-
.
|
|
30128
|
+
.fde5mpd {
|
|
30129
|
+
width: 100%;
|
|
30130
|
+
height: 100%;
|
|
30131
|
+
min-height: 124px;
|
|
30085
30132
|
display: flex;
|
|
30086
30133
|
flex-direction: column;
|
|
30134
|
+
justify-content: center;
|
|
30135
|
+
align-items: center;
|
|
30087
30136
|
}
|
|
30088
|
-
|
|
30089
|
-
.
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
margin: 0 auto;
|
|
30093
|
-
height: 100%;
|
|
30137
|
+
.fde5mpd .error-text {
|
|
30138
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30139
|
+
margin-bottom: 16px;
|
|
30140
|
+
font-size: 18px;
|
|
30094
30141
|
}
|
|
30095
30142
|
|
|
30096
|
-
.
|
|
30097
|
-
|
|
30098
|
-
|
|
30099
|
-
margin: 0 auto;
|
|
30100
|
-
display: flex;
|
|
30143
|
+
.i1mrf09m {
|
|
30144
|
+
display: inline-flex;
|
|
30145
|
+
align-items: center;
|
|
30101
30146
|
}
|
|
30102
|
-
.
|
|
30103
|
-
|
|
30104
|
-
|
|
30105
|
-
|
|
30106
|
-
flex-basis: 21%;
|
|
30147
|
+
.i1mrf09m .icon-inner {
|
|
30148
|
+
display: inline-flex;
|
|
30149
|
+
align-items: center;
|
|
30150
|
+
justify-content: center;
|
|
30107
30151
|
}
|
|
30108
|
-
.
|
|
30109
|
-
|
|
30110
|
-
|
|
30111
|
-
padding-right: 44px;
|
|
30152
|
+
.i1mrf09m .icon-inner + span,
|
|
30153
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
30154
|
+
margin-left: 4px;
|
|
30112
30155
|
}
|
|
30113
|
-
.
|
|
30114
|
-
|
|
30156
|
+
.i1mrf09m.is-rotate img,
|
|
30157
|
+
.i1mrf09m.is-rotate svg {
|
|
30158
|
+
animation: rotate 680ms linear infinite;
|
|
30115
30159
|
}
|
|
30116
|
-
|
|
30117
|
-
|
|
30118
|
-
|
|
30119
|
-
|
|
30120
|
-
|
|
30160
|
+
|
|
30161
|
+
.iap75of {
|
|
30162
|
+
height: 18px;
|
|
30163
|
+
line-height: 18px;
|
|
30164
|
+
padding: 0 4px;
|
|
30165
|
+
border-radius: 4px;
|
|
30166
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30167
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30168
|
+
display: flex;
|
|
30169
|
+
align-items: center;
|
|
30170
|
+
white-space: nowrap;
|
|
30171
|
+
margin-right: 4px;
|
|
30121
30172
|
}
|
|
30122
|
-
|
|
30123
|
-
|
|
30173
|
+
|
|
30174
|
+
.obf05yr {
|
|
30175
|
+
display: inline-block;
|
|
30124
30176
|
}
|
|
30125
|
-
|
|
30126
|
-
|
|
30177
|
+
|
|
30178
|
+
.hsms1n6 {
|
|
30179
|
+
visibility: hidden;
|
|
30180
|
+
position: absolute;
|
|
30127
30181
|
}
|
|
30128
30182
|
|
|
30129
|
-
.
|
|
30130
|
-
|
|
30131
|
-
|
|
30132
|
-
|
|
30183
|
+
.p12gwtiw {
|
|
30184
|
+
display: flex;
|
|
30185
|
+
justify-content: space-between;
|
|
30186
|
+
align-items: center;
|
|
30187
|
+
padding: 10px 0;
|
|
30188
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30189
|
+
font-size: 12px;
|
|
30190
|
+
line-height: 24px;
|
|
30133
30191
|
}
|
|
30134
|
-
.
|
|
30135
|
-
|
|
30192
|
+
.p12gwtiw .pagination-left {
|
|
30193
|
+
padding: 2px 8px;
|
|
30194
|
+
}
|
|
30195
|
+
.p12gwtiw .dropdown-trigger {
|
|
30196
|
+
display: flex;
|
|
30197
|
+
align-items: center;
|
|
30198
|
+
border-radius: 6px;
|
|
30199
|
+
cursor: pointer;
|
|
30200
|
+
transition: all 0.3s ease;
|
|
30201
|
+
}
|
|
30202
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30203
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30204
|
+
color: #0080ff;
|
|
30205
|
+
}
|
|
30206
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30207
|
+
margin-left: 4px;
|
|
30208
|
+
}
|
|
30209
|
+
.p12gwtiw .pagination-right {
|
|
30210
|
+
display: flex;
|
|
30211
|
+
align-items: center;
|
|
30212
|
+
color: #0080ff;
|
|
30213
|
+
font-weight: bold;
|
|
30214
|
+
}
|
|
30215
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30216
|
+
margin-left: 4px;
|
|
30217
|
+
}
|
|
30218
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30219
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30220
|
+
padding: 0 8px;
|
|
30221
|
+
}
|
|
30222
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30223
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30224
|
+
color: #0080ff;
|
|
30225
|
+
}
|
|
30226
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30227
|
+
transform: rotate(180deg);
|
|
30228
|
+
}
|
|
30229
|
+
|
|
30230
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30231
|
+
max-height: calc(100vh - 128px);
|
|
30232
|
+
overflow-y: auto;
|
|
30233
|
+
}
|
|
30234
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30235
|
+
padding: 4px 20px;
|
|
30236
|
+
font-size: 12px;
|
|
30237
|
+
line-height: 18px;
|
|
30238
|
+
}
|
|
30239
|
+
|
|
30240
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30241
|
+
display: inline-flex;
|
|
30242
|
+
align-items: baseline;
|
|
30243
|
+
white-space: pre-wrap;
|
|
30244
|
+
}
|
|
30245
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30246
|
+
position: relative;
|
|
30247
|
+
top: 3px;
|
|
30248
|
+
}
|
|
30249
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30250
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30251
|
+
}
|
|
30252
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30253
|
+
border-color: #0080ff;
|
|
30254
|
+
}
|
|
30255
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30256
|
+
border-color: #0080ff;
|
|
30257
|
+
background: #0080ff;
|
|
30258
|
+
}
|
|
30259
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30260
|
+
top: 4px;
|
|
30261
|
+
left: 4px;
|
|
30262
|
+
width: 6px;
|
|
30263
|
+
height: 6px;
|
|
30264
|
+
background: #fff;
|
|
30265
|
+
}
|
|
30266
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30267
|
+
opacity: 0.5;
|
|
30268
|
+
}
|
|
30269
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30270
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30271
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30272
|
+
}
|
|
30273
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30274
|
+
background: #00122e;
|
|
30275
|
+
}
|
|
30276
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30277
|
+
color: #00122e;
|
|
30278
|
+
opacity: 0.5;
|
|
30279
|
+
}
|
|
30280
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30281
|
+
color: #00122e;
|
|
30282
|
+
}
|
|
30283
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30284
|
+
display: inline-block;
|
|
30285
|
+
padding: 0;
|
|
30286
|
+
padding-left: 12px;
|
|
30287
|
+
}
|
|
30288
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30289
|
+
margin-bottom: 0;
|
|
30290
|
+
white-space: pre-wrap;
|
|
30291
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30292
|
+
}
|
|
30293
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30294
|
+
padding-left: 8px;
|
|
30295
|
+
}
|
|
30296
|
+
|
|
30297
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30298
|
+
border-radius: 5px 0 0 5px;
|
|
30299
|
+
}
|
|
30300
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30301
|
+
border-radius: 0 5px 5px 0;
|
|
30302
|
+
}
|
|
30303
|
+
|
|
30304
|
+
.r1f0aqcc {
|
|
30305
|
+
color: #00122e;
|
|
30306
|
+
border-color: #ccd4e3;
|
|
30307
|
+
}
|
|
30308
|
+
.r1f0aqcc:first-child {
|
|
30309
|
+
border-color: #a3b4cc;
|
|
30310
|
+
}
|
|
30311
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30312
|
+
padding: 0 12px;
|
|
30313
|
+
line-height: 32px;
|
|
30314
|
+
height: 32px;
|
|
30315
|
+
}
|
|
30316
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30317
|
+
white-space: nowrap;
|
|
30318
|
+
}
|
|
30319
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30320
|
+
height: 22px;
|
|
30321
|
+
padding: 0 7px;
|
|
30322
|
+
line-height: 20px;
|
|
30323
|
+
}
|
|
30324
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30325
|
+
background: #ccd4e3;
|
|
30326
|
+
}
|
|
30327
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30328
|
+
background: #0080ff;
|
|
30329
|
+
}
|
|
30330
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30331
|
+
background: #ccd4e3;
|
|
30332
|
+
opacity: 0.5;
|
|
30333
|
+
}
|
|
30334
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30335
|
+
border-right-color: #0080ff;
|
|
30336
|
+
}
|
|
30337
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30338
|
+
border-color: #0080ff;
|
|
30339
|
+
}
|
|
30340
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30341
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30342
|
+
}
|
|
30343
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30344
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30345
|
+
border-color: #ccd4e3;
|
|
30346
|
+
opacity: 0.5;
|
|
30347
|
+
}
|
|
30348
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30349
|
+
color: #00122e;
|
|
30350
|
+
border-color: #ccd4e3;
|
|
30351
|
+
}
|
|
30352
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30353
|
+
color: #00122e;
|
|
30354
|
+
border-color: #ccd4e3;
|
|
30355
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30356
|
+
}
|
|
30357
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30358
|
+
margin-right: 8px;
|
|
30359
|
+
display: inline;
|
|
30360
|
+
border: none;
|
|
30361
|
+
padding: 0;
|
|
30362
|
+
width: 36px;
|
|
30363
|
+
background: transparent;
|
|
30364
|
+
}
|
|
30365
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30366
|
+
box-shadow: none;
|
|
30367
|
+
}
|
|
30368
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30369
|
+
margin-right: 0;
|
|
30370
|
+
width: initial;
|
|
30371
|
+
box-shadow: none;
|
|
30372
|
+
}
|
|
30373
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30374
|
+
display: none;
|
|
30375
|
+
}
|
|
30376
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30377
|
+
display: inline;
|
|
30378
|
+
}
|
|
30379
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30380
|
+
display: inline;
|
|
30381
|
+
margin-right: 8px;
|
|
30382
|
+
padding: 0;
|
|
30383
|
+
width: 36px;
|
|
30384
|
+
}
|
|
30385
|
+
|
|
30386
|
+
.cz04yix {
|
|
30387
|
+
display: flex;
|
|
30388
|
+
flex-direction: column;
|
|
30389
|
+
}
|
|
30390
|
+
|
|
30391
|
+
.m1if5j39 {
|
|
30392
|
+
max-width: 1120px;
|
|
30393
|
+
width: 100%;
|
|
30394
|
+
margin: 0 auto;
|
|
30395
|
+
height: 100%;
|
|
30396
|
+
}
|
|
30397
|
+
|
|
30398
|
+
.w1vvwdlp {
|
|
30399
|
+
max-width: 1120px;
|
|
30400
|
+
width: 100%;
|
|
30401
|
+
margin: 0 auto;
|
|
30402
|
+
display: flex;
|
|
30403
|
+
}
|
|
30404
|
+
.w1vvwdlp .left,
|
|
30405
|
+
.w1vvwdlp .right {
|
|
30406
|
+
flex-grow: 0;
|
|
30407
|
+
flex-shrink: 0;
|
|
30408
|
+
flex-basis: 21%;
|
|
30409
|
+
}
|
|
30410
|
+
.w1vvwdlp .left {
|
|
30411
|
+
display: flex;
|
|
30412
|
+
justify-content: flex-end;
|
|
30413
|
+
padding-right: 44px;
|
|
30414
|
+
}
|
|
30415
|
+
.w1vvwdlp .right {
|
|
30416
|
+
padding-left: 44px;
|
|
30417
|
+
}
|
|
30418
|
+
.w1vvwdlp .middle {
|
|
30419
|
+
margin-bottom: 40px;
|
|
30420
|
+
flex-grow: 0;
|
|
30421
|
+
flex-shrink: 0;
|
|
30422
|
+
flex-basis: 58%;
|
|
30423
|
+
}
|
|
30424
|
+
.w1vvwdlp .middle .form-base-field {
|
|
30425
|
+
width: 100%;
|
|
30426
|
+
}
|
|
30427
|
+
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30428
|
+
width: auto;
|
|
30429
|
+
}
|
|
30430
|
+
|
|
30431
|
+
.h1cuopx7 .ant-modal-header {
|
|
30432
|
+
margin: 0 auto;
|
|
30433
|
+
width: 100%;
|
|
30434
|
+
max-width: 648px;
|
|
30435
|
+
}
|
|
30436
|
+
.h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30437
|
+
margin-left: 0;
|
|
30136
30438
|
}
|
|
30137
30439
|
.h1cuopx7 .ant-modal-body {
|
|
30138
30440
|
margin: 0 auto;
|
|
@@ -30650,348 +30952,46 @@ textarea.ipd9bk.ant-input.textarea-small:focus {
|
|
|
30650
30952
|
transition: left 150ms ease;
|
|
30651
30953
|
opacity: 0;
|
|
30652
30954
|
}
|
|
30653
|
-
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30654
|
-
left: 8px;
|
|
30655
|
-
opacity: 1;
|
|
30656
|
-
}
|
|
30657
|
-
.kypn5o5.has-focus-indicator input {
|
|
30658
|
-
transition: margin-left 150ms ease;
|
|
30659
|
-
margin-left: 0px;
|
|
30660
|
-
}
|
|
30661
|
-
.kypn5o5.has-focus-indicator input:focus {
|
|
30662
|
-
margin-left: 16px;
|
|
30663
|
-
}
|
|
30664
|
-
|
|
30665
|
-
input.l1ki27se.ant-input {
|
|
30666
|
-
border-top-right-radius: 0;
|
|
30667
|
-
border-bottom-right-radius: 0;
|
|
30668
|
-
}
|
|
30669
|
-
|
|
30670
|
-
.l1ki27se.ant-input-affix-wrapper {
|
|
30671
|
-
border-top-right-radius: 0;
|
|
30672
|
-
border-bottom-right-radius: 0;
|
|
30673
|
-
}
|
|
30674
|
-
|
|
30675
|
-
input.rrg1fkn.ant-input {
|
|
30676
|
-
border-top-left-radius: 0;
|
|
30677
|
-
border-bottom-left-radius: 0;
|
|
30678
|
-
}
|
|
30679
|
-
|
|
30680
|
-
.rrg1fkn.ant-input-affix-wrapper {
|
|
30681
|
-
border-top-left-radius: 0;
|
|
30682
|
-
border-bottom-left-radius: 0;
|
|
30683
|
-
}
|
|
30684
|
-
|
|
30685
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30686
|
-
border-top-right-radius: 0;
|
|
30687
|
-
border-bottom-right-radius: 0;
|
|
30688
|
-
}
|
|
30689
|
-
|
|
30690
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30691
|
-
border-top-left-radius: 0;
|
|
30692
|
-
border-bottom-left-radius: 0;
|
|
30693
|
-
}
|
|
30694
|
-
|
|
30695
|
-
.iap75of {
|
|
30696
|
-
height: 18px;
|
|
30697
|
-
line-height: 18px;
|
|
30698
|
-
padding: 0 4px;
|
|
30699
|
-
border-radius: 4px;
|
|
30700
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30701
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30702
|
-
display: flex;
|
|
30703
|
-
align-items: center;
|
|
30704
|
-
white-space: nowrap;
|
|
30705
|
-
margin-right: 4px;
|
|
30706
|
-
}
|
|
30707
|
-
|
|
30708
|
-
.buj61ew.ant-btn-icon-only {
|
|
30709
|
-
justify-content: center;
|
|
30710
|
-
}
|
|
30711
|
-
.buj61ew.ant-btn.ant-btn-link {
|
|
30712
|
-
padding: 0;
|
|
30713
|
-
}
|
|
30714
|
-
.buj61ew.ant-btn {
|
|
30715
|
-
display: inline-flex;
|
|
30716
|
-
align-items: center;
|
|
30717
|
-
justify-content: center;
|
|
30718
|
-
padding: 5px 12px;
|
|
30719
|
-
height: 32px;
|
|
30720
|
-
border-radius: 6px;
|
|
30721
|
-
line-height: 22px;
|
|
30722
|
-
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
30723
|
-
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
30724
|
-
}
|
|
30725
|
-
.buj61ew.ant-btn.ant-btn-lg {
|
|
30726
|
-
height: 40px;
|
|
30727
|
-
line-height: 24px;
|
|
30728
|
-
padding: 8px 16px;
|
|
30729
|
-
}
|
|
30730
|
-
.buj61ew.ant-btn.ant-btn-sm {
|
|
30731
|
-
padding: 2px 8px;
|
|
30732
|
-
height: 24px;
|
|
30733
|
-
line-height: 20px;
|
|
30734
|
-
}
|
|
30735
|
-
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
30736
|
-
border-radius: 50%;
|
|
30737
|
-
}
|
|
30738
|
-
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
30739
|
-
color: var(--color, #06101f);
|
|
30740
|
-
font-weight: var(--font-weight);
|
|
30741
|
-
background: var(--background-color, #fff);
|
|
30742
|
-
border-width: var(--border-width, 1px);
|
|
30743
|
-
border-color: var(--border-color, #d9d9d9);
|
|
30744
|
-
}
|
|
30745
|
-
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
30746
|
-
display: none;
|
|
30747
|
-
}
|
|
30748
|
-
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
30749
|
-
color: var(--color, inherit);
|
|
30750
|
-
}
|
|
30751
|
-
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
30752
|
-
background: var(--background-color-hover, var(--background-color));
|
|
30753
|
-
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
30754
|
-
}
|
|
30755
|
-
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
30756
|
-
--scale: 1;
|
|
30757
|
-
--transY: 1px;
|
|
30758
|
-
background: var(--background-color-active, var(--background-color));
|
|
30759
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
30760
|
-
}
|
|
30761
|
-
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
30762
|
-
background: var(--background-color-focus, var(--background-color));
|
|
30763
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30764
|
-
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
30765
|
-
}
|
|
30766
|
-
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
30767
|
-
color: var(--color-disabled, var(--color));
|
|
30768
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
30769
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
30770
|
-
opacity: 0.5;
|
|
30771
|
-
}
|
|
30772
|
-
.buj61ew.ant-btn-link[disabled] {
|
|
30773
|
-
color: #0080ff;
|
|
30774
|
-
opacity: 0.5;
|
|
30775
|
-
}
|
|
30776
|
-
.buj61ew.ant-btn-primary {
|
|
30777
|
-
--color: #fff;
|
|
30778
|
-
--font-weight: bold;
|
|
30779
|
-
--border-width: 0;
|
|
30780
|
-
--background-color: #0080ff;
|
|
30781
|
-
--background-color-hover: #009dff;
|
|
30782
|
-
--background-color-active: #005ed1;
|
|
30783
|
-
--background-color-focus: #0080ff;
|
|
30784
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30785
|
-
}
|
|
30786
|
-
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
30787
|
-
--background-color: #f0483e;
|
|
30788
|
-
--background-color-hover: #ff5252;
|
|
30789
|
-
--background-color-active: #c73d31;
|
|
30790
|
-
--background-color-focus: #ff5252;
|
|
30791
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30792
|
-
}
|
|
30793
|
-
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
30794
|
-
--background-color: #fea008;
|
|
30795
|
-
--background-color-hover: #feba33;
|
|
30796
|
-
--background-color-active: #e07f00;
|
|
30797
|
-
--background-color-focus: #fea008;
|
|
30798
|
-
}
|
|
30799
|
-
.buj61ew.ant-btn-secondary {
|
|
30800
|
-
--color: #0080ff;
|
|
30801
|
-
--font-weight: bold;
|
|
30802
|
-
--border-width: 0;
|
|
30803
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
30804
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30805
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30806
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
30807
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30808
|
-
}
|
|
30809
|
-
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
30810
|
-
--color: #f0483e;
|
|
30811
|
-
--background-color: rgba(255, 74, 74, 0.1);
|
|
30812
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30813
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30814
|
-
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
30815
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30816
|
-
}
|
|
30817
|
-
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
30818
|
-
--color: #fea008;
|
|
30819
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
30820
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
30821
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
30822
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
30823
|
-
}
|
|
30824
|
-
.buj61ew.ant-btn-tertiary {
|
|
30825
|
-
--color: #0080ff;
|
|
30826
|
-
--font-weight: bold;
|
|
30827
|
-
--border-width: 0;
|
|
30828
|
-
--background-color: #fff;
|
|
30829
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30830
|
-
box-shadow: none;
|
|
30831
|
-
}
|
|
30832
|
-
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
30833
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30834
|
-
}
|
|
30835
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
30836
|
-
--color: #f0483e;
|
|
30837
|
-
--background-color: #fff;
|
|
30838
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30839
|
-
}
|
|
30840
|
-
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
30841
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
30842
|
-
}
|
|
30843
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
30844
|
-
--color: #fea008;
|
|
30845
|
-
--background-color: #fff;
|
|
30846
|
-
}
|
|
30847
|
-
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
30848
|
-
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
30849
|
-
}
|
|
30850
|
-
.buj61ew.ant-btn-ordinary {
|
|
30851
|
-
--color: #1d326c;
|
|
30852
|
-
--border-color: #ccd4e3;
|
|
30853
|
-
--background-color: #fff;
|
|
30854
|
-
--background-color-hover: #edf0f7;
|
|
30855
|
-
--background-color-active: #e4e9f2;
|
|
30856
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30857
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30858
|
-
}
|
|
30859
|
-
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
30860
|
-
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
30861
|
-
}
|
|
30862
|
-
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
30863
|
-
--color: #0080ff;
|
|
30864
|
-
--border-color: #0080ff;
|
|
30865
|
-
--background-color: #fff;
|
|
30866
|
-
--background-color-hover: linear-gradient(
|
|
30867
|
-
0deg,
|
|
30868
|
-
rgba(0, 136, 255, 0.16),
|
|
30869
|
-
rgba(0, 136, 255, 0.16)
|
|
30870
|
-
),
|
|
30871
|
-
#ffffff;
|
|
30872
|
-
--background-color-active: linear-gradient(
|
|
30873
|
-
0deg,
|
|
30874
|
-
rgba(0, 136, 255, 0.2),
|
|
30875
|
-
rgba(0, 136, 255, 0.2)
|
|
30876
|
-
),
|
|
30877
|
-
#ffffff;
|
|
30878
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30879
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
30880
|
-
}
|
|
30881
|
-
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
30882
|
-
--color: #f0483e;
|
|
30883
|
-
--border-color: #f0483e;
|
|
30884
|
-
--background-color: #fff;
|
|
30885
|
-
--background-color-hover: linear-gradient(
|
|
30886
|
-
0deg,
|
|
30887
|
-
rgba(255, 74, 74, 0.16),
|
|
30888
|
-
rgba(255, 74, 74, 0.16)
|
|
30889
|
-
),
|
|
30890
|
-
#ffffff;
|
|
30891
|
-
--background-color-active: linear-gradient(
|
|
30892
|
-
0deg,
|
|
30893
|
-
rgba(255, 74, 74, 0.2),
|
|
30894
|
-
rgba(255, 74, 74, 0.2)
|
|
30895
|
-
),
|
|
30896
|
-
#ffffff;
|
|
30897
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30898
|
-
}
|
|
30899
|
-
.buj61ew.ant-btn-ordinary-onTint {
|
|
30900
|
-
--color: #1d326c;
|
|
30901
|
-
--border-color: #fff;
|
|
30902
|
-
--background-color: #fff;
|
|
30903
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30904
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30905
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30906
|
-
box-shadow: none;
|
|
30907
|
-
}
|
|
30908
|
-
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
30909
|
-
--color: #0080ff;
|
|
30910
|
-
--border-color: #fff;
|
|
30911
|
-
--background-color: #fff;
|
|
30912
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30913
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30914
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30915
|
-
box-shadow: none;
|
|
30916
|
-
}
|
|
30917
|
-
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
30918
|
-
--color: #f0483e;
|
|
30919
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30920
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30921
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30922
|
-
}
|
|
30923
|
-
.buj61ew.ant-btn-quiet {
|
|
30924
|
-
--color: rgba(44, 56, 82, 0.6);
|
|
30925
|
-
--border-width: 0;
|
|
30926
|
-
--background-color: transparent;
|
|
30927
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
30928
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
30929
|
-
--background-color-focus: #fff;
|
|
30930
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30931
|
-
box-shadow: none;
|
|
30932
|
-
}
|
|
30933
|
-
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
30934
|
-
--color: #f0483e;
|
|
30935
|
-
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
30936
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
30937
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
30938
|
-
}
|
|
30939
|
-
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
30940
|
-
--color: #0080ff;
|
|
30941
|
-
--background-color: transparent;
|
|
30942
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
30943
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
30944
|
-
--background-color-focus: #fff;
|
|
30945
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
30946
|
-
}
|
|
30947
|
-
.buj61ew .button-prefix-icon {
|
|
30948
|
-
margin-right: 8px;
|
|
30949
|
-
display: inline-flex;
|
|
30955
|
+
.kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30956
|
+
left: 8px;
|
|
30957
|
+
opacity: 1;
|
|
30950
30958
|
}
|
|
30951
|
-
.
|
|
30952
|
-
margin-left
|
|
30953
|
-
|
|
30959
|
+
.kypn5o5.has-focus-indicator input {
|
|
30960
|
+
transition: margin-left 150ms ease;
|
|
30961
|
+
margin-left: 0px;
|
|
30954
30962
|
}
|
|
30955
|
-
.
|
|
30956
|
-
|
|
30957
|
-
justify-content: center;
|
|
30963
|
+
.kypn5o5.has-focus-indicator input:focus {
|
|
30964
|
+
margin-left: 16px;
|
|
30958
30965
|
}
|
|
30959
30966
|
|
|
30960
|
-
.
|
|
30961
|
-
|
|
30967
|
+
input.l1ki27se.ant-input {
|
|
30968
|
+
border-top-right-radius: 0;
|
|
30969
|
+
border-bottom-right-radius: 0;
|
|
30962
30970
|
}
|
|
30963
30971
|
|
|
30964
|
-
.
|
|
30965
|
-
|
|
30966
|
-
|
|
30967
|
-
}
|
|
30968
|
-
.i1mrf09m .icon-inner {
|
|
30969
|
-
display: inline-flex;
|
|
30970
|
-
align-items: center;
|
|
30971
|
-
justify-content: center;
|
|
30972
|
+
.l1ki27se.ant-input-affix-wrapper {
|
|
30973
|
+
border-top-right-radius: 0;
|
|
30974
|
+
border-bottom-right-radius: 0;
|
|
30972
30975
|
}
|
|
30973
|
-
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
+
|
|
30977
|
+
input.rrg1fkn.ant-input {
|
|
30978
|
+
border-top-left-radius: 0;
|
|
30979
|
+
border-bottom-left-radius: 0;
|
|
30976
30980
|
}
|
|
30977
|
-
|
|
30978
|
-
.
|
|
30979
|
-
|
|
30981
|
+
|
|
30982
|
+
.rrg1fkn.ant-input-affix-wrapper {
|
|
30983
|
+
border-top-left-radius: 0;
|
|
30984
|
+
border-bottom-left-radius: 0;
|
|
30980
30985
|
}
|
|
30981
30986
|
|
|
30982
|
-
.
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
min-height: 124px;
|
|
30986
|
-
display: flex;
|
|
30987
|
-
flex-direction: column;
|
|
30988
|
-
justify-content: center;
|
|
30989
|
-
align-items: center;
|
|
30987
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
30988
|
+
border-top-right-radius: 0;
|
|
30989
|
+
border-bottom-right-radius: 0;
|
|
30990
30990
|
}
|
|
30991
|
-
|
|
30992
|
-
|
|
30993
|
-
|
|
30994
|
-
|
|
30991
|
+
|
|
30992
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
30993
|
+
border-top-left-radius: 0;
|
|
30994
|
+
border-bottom-left-radius: 0;
|
|
30995
30995
|
}
|
|
30996
30996
|
|
|
30997
30997
|
.s34f1qb.ant-switch {
|
|
@@ -31135,7 +31135,7 @@ input.rrg1fkn.ant-input {
|
|
|
31135
31135
|
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31136
31136
|
margin-bottom: -1px;
|
|
31137
31137
|
}
|
|
31138
|
-
.tta5kd2 .ant-table .time-wrapper .
|
|
31138
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31139
31139
|
.tta5kd2 .ant-table .value {
|
|
31140
31140
|
color: #2d3a56;
|
|
31141
31141
|
}
|
|
@@ -32086,6 +32086,16 @@ input.rrg1fkn.ant-input {
|
|
|
32086
32086
|
cursor: default;
|
|
32087
32087
|
}
|
|
32088
32088
|
|
|
32089
|
+
.igz4le8 {
|
|
32090
|
+
height: 24px;
|
|
32091
|
+
width: 56px !important;
|
|
32092
|
+
margin-right: 4px;
|
|
32093
|
+
}
|
|
32094
|
+
|
|
32095
|
+
.c1riexje {
|
|
32096
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32097
|
+
}
|
|
32098
|
+
|
|
32089
32099
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32090
32100
|
border-radius: 6px;
|
|
32091
32101
|
}
|
|
@@ -32143,16 +32153,6 @@ input.rrg1fkn.ant-input {
|
|
|
32143
32153
|
transform: rotate(180deg);
|
|
32144
32154
|
}
|
|
32145
32155
|
|
|
32146
|
-
.igz4le8 {
|
|
32147
|
-
height: 24px;
|
|
32148
|
-
width: 56px !important;
|
|
32149
|
-
margin-right: 4px;
|
|
32150
|
-
}
|
|
32151
|
-
|
|
32152
|
-
.c1riexje {
|
|
32153
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32154
|
-
}
|
|
32155
|
-
|
|
32156
32156
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32157
32157
|
display: flex;
|
|
32158
32158
|
}
|
|
@@ -32231,6 +32231,10 @@ input.rrg1fkn.ant-input {
|
|
|
32231
32231
|
display: inline-block;
|
|
32232
32232
|
}
|
|
32233
32233
|
|
|
32234
|
+
.t19ustft .date {
|
|
32235
|
+
margin-right: 4px;
|
|
32236
|
+
}
|
|
32237
|
+
|
|
32234
32238
|
.s1uupxds {
|
|
32235
32239
|
padding: 0 8px;
|
|
32236
32240
|
border-radius: 4px;
|
|
@@ -32758,6 +32762,37 @@ input.rrg1fkn.ant-input {
|
|
|
32758
32762
|
margin-right: 6px;
|
|
32759
32763
|
}
|
|
32760
32764
|
|
|
32765
|
+
.f1p9ti6d {
|
|
32766
|
+
width: 100%;
|
|
32767
|
+
margin-bottom: 0 !important;
|
|
32768
|
+
flex-flow: nowrap !important;
|
|
32769
|
+
line-break: auto;
|
|
32770
|
+
}
|
|
32771
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
32772
|
+
text-align: left !important;
|
|
32773
|
+
padding-bottom: 0 !important;
|
|
32774
|
+
}
|
|
32775
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
32776
|
+
min-height: 32px;
|
|
32777
|
+
height: auto;
|
|
32778
|
+
font-size: 13px;
|
|
32779
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32780
|
+
white-space: normal;
|
|
32781
|
+
}
|
|
32782
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32783
|
+
border-color: #ff4d4f !important;
|
|
32784
|
+
}
|
|
32785
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
32786
|
+
margin-top: 4px;
|
|
32787
|
+
font-size: 12px;
|
|
32788
|
+
min-height: 0px;
|
|
32789
|
+
}
|
|
32790
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
32791
|
+
font-size: 12px;
|
|
32792
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32793
|
+
min-height: 0px;
|
|
32794
|
+
}
|
|
32795
|
+
|
|
32761
32796
|
.bab9xum {
|
|
32762
32797
|
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);
|
|
32763
32798
|
}
|
|
@@ -32775,6 +32810,55 @@ input.rrg1fkn.ant-input {
|
|
|
32775
32810
|
transform: translateY(-4px);
|
|
32776
32811
|
}
|
|
32777
32812
|
|
|
32813
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32814
|
+
display: var(--at4ovwe-0);
|
|
32815
|
+
}
|
|
32816
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32817
|
+
padding: 5px 12px;
|
|
32818
|
+
display: inline-flex;
|
|
32819
|
+
line-height: 1.5715;
|
|
32820
|
+
height: 100%;
|
|
32821
|
+
width: 100%;
|
|
32822
|
+
}
|
|
32823
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32824
|
+
content: var(--at4ovwe-1);
|
|
32825
|
+
display: var(--at4ovwe-2);
|
|
32826
|
+
flex: none;
|
|
32827
|
+
align-items: center;
|
|
32828
|
+
margin-left: 4px;
|
|
32829
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32830
|
+
}
|
|
32831
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32832
|
+
content: var(--at4ovwe-3);
|
|
32833
|
+
display: var(--at4ovwe-4);
|
|
32834
|
+
flex: none;
|
|
32835
|
+
align-items: center;
|
|
32836
|
+
margin-right: 4px;
|
|
32837
|
+
cursor: auto;
|
|
32838
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32839
|
+
}
|
|
32840
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32841
|
+
border-radius: 0;
|
|
32842
|
+
}
|
|
32843
|
+
.at4ovwe.ant-input-number {
|
|
32844
|
+
width: 100%;
|
|
32845
|
+
border-radius: 6px;
|
|
32846
|
+
}
|
|
32847
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32848
|
+
border-color: #0096ff;
|
|
32849
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32850
|
+
}
|
|
32851
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32852
|
+
border-color: #e75a3a;
|
|
32853
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32854
|
+
}
|
|
32855
|
+
.at4ovwe .ant-input-number-input {
|
|
32856
|
+
padding: 0;
|
|
32857
|
+
margin: 0;
|
|
32858
|
+
height: auto;
|
|
32859
|
+
font-size: inherit;
|
|
32860
|
+
}
|
|
32861
|
+
|
|
32778
32862
|
.tc40oxa {
|
|
32779
32863
|
margin-bottom: 4px;
|
|
32780
32864
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32968,86 +33052,6 @@ input.rrg1fkn.ant-input {
|
|
|
32968
33052
|
margin-right: 8px;
|
|
32969
33053
|
}
|
|
32970
33054
|
|
|
32971
|
-
.f1p9ti6d {
|
|
32972
|
-
width: 100%;
|
|
32973
|
-
margin-bottom: 0 !important;
|
|
32974
|
-
flex-flow: nowrap !important;
|
|
32975
|
-
line-break: auto;
|
|
32976
|
-
}
|
|
32977
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
32978
|
-
text-align: left !important;
|
|
32979
|
-
padding-bottom: 0 !important;
|
|
32980
|
-
}
|
|
32981
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
32982
|
-
min-height: 32px;
|
|
32983
|
-
height: auto;
|
|
32984
|
-
font-size: 13px;
|
|
32985
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32986
|
-
white-space: normal;
|
|
32987
|
-
}
|
|
32988
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
32989
|
-
border-color: #ff4d4f !important;
|
|
32990
|
-
}
|
|
32991
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
32992
|
-
margin-top: 4px;
|
|
32993
|
-
font-size: 12px;
|
|
32994
|
-
min-height: 0px;
|
|
32995
|
-
}
|
|
32996
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
32997
|
-
font-size: 12px;
|
|
32998
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32999
|
-
min-height: 0px;
|
|
33000
|
-
}
|
|
33001
|
-
|
|
33002
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
33003
|
-
display: var(--at4ovwe-0);
|
|
33004
|
-
}
|
|
33005
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
33006
|
-
padding: 5px 12px;
|
|
33007
|
-
display: inline-flex;
|
|
33008
|
-
line-height: 1.5715;
|
|
33009
|
-
height: 100%;
|
|
33010
|
-
width: 100%;
|
|
33011
|
-
}
|
|
33012
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33013
|
-
content: var(--at4ovwe-1);
|
|
33014
|
-
display: var(--at4ovwe-2);
|
|
33015
|
-
flex: none;
|
|
33016
|
-
align-items: center;
|
|
33017
|
-
margin-left: 4px;
|
|
33018
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33019
|
-
}
|
|
33020
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33021
|
-
content: var(--at4ovwe-3);
|
|
33022
|
-
display: var(--at4ovwe-4);
|
|
33023
|
-
flex: none;
|
|
33024
|
-
align-items: center;
|
|
33025
|
-
margin-right: 4px;
|
|
33026
|
-
cursor: auto;
|
|
33027
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33028
|
-
}
|
|
33029
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33030
|
-
border-radius: 0;
|
|
33031
|
-
}
|
|
33032
|
-
.at4ovwe.ant-input-number {
|
|
33033
|
-
width: 100%;
|
|
33034
|
-
border-radius: 6px;
|
|
33035
|
-
}
|
|
33036
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33037
|
-
border-color: #0096ff;
|
|
33038
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33039
|
-
}
|
|
33040
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33041
|
-
border-color: #e75a3a;
|
|
33042
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33043
|
-
}
|
|
33044
|
-
.at4ovwe .ant-input-number-input {
|
|
33045
|
-
padding: 0;
|
|
33046
|
-
margin: 0;
|
|
33047
|
-
height: auto;
|
|
33048
|
-
font-size: inherit;
|
|
33049
|
-
}
|
|
33050
|
-
|
|
33051
33055
|
.w1xcixj5.outside-tag {
|
|
33052
33056
|
padding-left: 0;
|
|
33053
33057
|
}
|
|
@@ -33057,11 +33061,6 @@ input.rrg1fkn.ant-input {
|
|
|
33057
33061
|
margin-right: 4px;
|
|
33058
33062
|
}
|
|
33059
33063
|
|
|
33060
|
-
.iwsze0q {
|
|
33061
|
-
margin-right: 4px;
|
|
33062
|
-
height: 16px;
|
|
33063
|
-
}
|
|
33064
|
-
|
|
33065
33064
|
.sut42l0 {
|
|
33066
33065
|
padding: 0 8px;
|
|
33067
33066
|
height: 18px;
|
|
@@ -33081,6 +33080,11 @@ input.rrg1fkn.ant-input {
|
|
|
33081
33080
|
height: 16px;
|
|
33082
33081
|
}
|
|
33083
33082
|
|
|
33083
|
+
.iwsze0q {
|
|
33084
|
+
margin-right: 4px;
|
|
33085
|
+
height: 16px;
|
|
33086
|
+
}
|
|
33087
|
+
|
|
33084
33088
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33085
33089
|
display: var(--a6dbbkm-0);
|
|
33086
33090
|
}
|