@cloudtower/eagle 0.27.17 → 0.27.21
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/Cascader/cascader.stories.d.ts +6 -0
- package/dist/components/Cascader/index.d.ts +4 -0
- package/dist/components/Link/Link.stories.d.ts +14 -0
- package/dist/components/Link/index.d.ts +3 -0
- package/dist/components.css +1654 -1601
- package/dist/core/DropdownMenu/DropdownMenu.stories.d.ts +7 -0
- package/dist/core/DropdownMenu/index.d.ts +34 -0
- package/dist/esm/index.js +1030 -895
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/spec/base.d.ts +9 -2
- package/dist/spec/type.d.ts +27 -0
- package/dist/style.css +1525 -1472
- package/dist/umd/index.js +1033 -897
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +4 -1
- package/package.json +7 -5
package/dist/style.css
CHANGED
|
@@ -29558,6 +29558,19 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
+
.d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29562
|
+
padding: 4px 8px 0 8px;
|
|
29563
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29564
|
+
font-size: 12px;
|
|
29565
|
+
}
|
|
29566
|
+
.d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29567
|
+
padding-bottom: 6px;
|
|
29568
|
+
}
|
|
29569
|
+
.d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29570
|
+
padding-top: 4px;
|
|
29571
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29572
|
+
}
|
|
29573
|
+
|
|
29561
29574
|
.fde5mpd {
|
|
29562
29575
|
width: 100%;
|
|
29563
29576
|
height: 100%;
|
|
@@ -29586,6 +29599,24 @@ html body {
|
|
|
29586
29599
|
margin-right: 4px;
|
|
29587
29600
|
}
|
|
29588
29601
|
|
|
29602
|
+
.i1mrf09m {
|
|
29603
|
+
display: inline-flex;
|
|
29604
|
+
align-items: center;
|
|
29605
|
+
}
|
|
29606
|
+
.i1mrf09m .icon-inner {
|
|
29607
|
+
display: inline-flex;
|
|
29608
|
+
align-items: center;
|
|
29609
|
+
justify-content: center;
|
|
29610
|
+
}
|
|
29611
|
+
.i1mrf09m .icon-inner + span,
|
|
29612
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29613
|
+
margin-left: 4px;
|
|
29614
|
+
}
|
|
29615
|
+
.i1mrf09m.is-rotate img,
|
|
29616
|
+
.i1mrf09m.is-rotate svg {
|
|
29617
|
+
animation: rotate 680ms linear infinite;
|
|
29618
|
+
}
|
|
29619
|
+
|
|
29589
29620
|
.bpq0js6 {
|
|
29590
29621
|
padding: 4px 11px;
|
|
29591
29622
|
}
|
|
@@ -29865,554 +29896,565 @@ html body {
|
|
|
29865
29896
|
padding: 0;
|
|
29866
29897
|
}
|
|
29867
29898
|
|
|
29868
|
-
.
|
|
29869
|
-
display: inline-
|
|
29899
|
+
.i1e4sgug {
|
|
29900
|
+
display: inline-block;
|
|
29901
|
+
}
|
|
29902
|
+
|
|
29903
|
+
.p12gwtiw {
|
|
29904
|
+
display: flex;
|
|
29905
|
+
justify-content: space-between;
|
|
29870
29906
|
align-items: center;
|
|
29907
|
+
padding: 10px 0;
|
|
29908
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29909
|
+
font-size: 12px;
|
|
29910
|
+
line-height: 24px;
|
|
29871
29911
|
}
|
|
29872
|
-
.
|
|
29873
|
-
|
|
29912
|
+
.p12gwtiw .pagination-left {
|
|
29913
|
+
padding: 2px 8px;
|
|
29914
|
+
}
|
|
29915
|
+
.p12gwtiw .dropdown-trigger {
|
|
29916
|
+
display: flex;
|
|
29874
29917
|
align-items: center;
|
|
29875
|
-
|
|
29918
|
+
border-radius: 6px;
|
|
29919
|
+
cursor: pointer;
|
|
29920
|
+
transition: all 0.3s ease;
|
|
29876
29921
|
}
|
|
29877
|
-
.
|
|
29878
|
-
|
|
29879
|
-
|
|
29922
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
29923
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29924
|
+
color: #0080ff;
|
|
29880
29925
|
}
|
|
29881
|
-
.
|
|
29882
|
-
|
|
29883
|
-
animation: rotate 680ms linear infinite;
|
|
29926
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29927
|
+
margin-left: 4px;
|
|
29884
29928
|
}
|
|
29885
|
-
|
|
29886
|
-
|
|
29887
|
-
|
|
29888
|
-
|
|
29929
|
+
.p12gwtiw .pagination-right {
|
|
29930
|
+
display: flex;
|
|
29931
|
+
align-items: center;
|
|
29932
|
+
color: #0080ff;
|
|
29889
29933
|
font-weight: bold;
|
|
29890
|
-
font-size: 32px;
|
|
29891
|
-
line-height: 40px;
|
|
29892
29934
|
}
|
|
29893
|
-
|
|
29894
|
-
|
|
29895
|
-
font-family: Inter;
|
|
29896
|
-
font-style: normal;
|
|
29897
|
-
font-weight: bold;
|
|
29898
|
-
font-size: 24px;
|
|
29899
|
-
line-height: 32px;
|
|
29935
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
29936
|
+
margin-left: 4px;
|
|
29900
29937
|
}
|
|
29901
|
-
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29904
|
-
font-style: normal;
|
|
29905
|
-
font-weight: normal;
|
|
29906
|
-
font-size: 32px;
|
|
29907
|
-
line-height: 40px;
|
|
29938
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
29939
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
29940
|
+
padding: 0 8px;
|
|
29908
29941
|
}
|
|
29909
|
-
|
|
29910
|
-
.
|
|
29911
|
-
|
|
29912
|
-
font-style: normal;
|
|
29913
|
-
font-weight: bold;
|
|
29914
|
-
font-size: 20px;
|
|
29915
|
-
line-height: 24px;
|
|
29942
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29943
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
29944
|
+
color: #0080ff;
|
|
29916
29945
|
}
|
|
29917
|
-
|
|
29918
|
-
|
|
29919
|
-
font-family: Inter;
|
|
29920
|
-
font-style: normal;
|
|
29921
|
-
font-weight: normal;
|
|
29922
|
-
font-size: 20px;
|
|
29923
|
-
line-height: 24px;
|
|
29946
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29947
|
+
transform: rotate(180deg);
|
|
29924
29948
|
}
|
|
29925
29949
|
|
|
29926
|
-
.
|
|
29927
|
-
|
|
29928
|
-
|
|
29929
|
-
font-weight: bold;
|
|
29930
|
-
font-size: 18px;
|
|
29931
|
-
line-height: 22px;
|
|
29950
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29951
|
+
max-height: calc(100vh - 128px);
|
|
29952
|
+
overflow-y: auto;
|
|
29932
29953
|
}
|
|
29933
|
-
|
|
29934
|
-
|
|
29935
|
-
font-
|
|
29936
|
-
|
|
29937
|
-
font-weight: normal;
|
|
29938
|
-
font-size: 18px;
|
|
29939
|
-
line-height: 22px;
|
|
29954
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29955
|
+
padding: 4px 20px;
|
|
29956
|
+
font-size: 12px;
|
|
29957
|
+
line-height: 18px;
|
|
29940
29958
|
}
|
|
29941
29959
|
|
|
29942
|
-
.
|
|
29943
|
-
|
|
29944
|
-
font-style: normal;
|
|
29945
|
-
font-weight: bold;
|
|
29946
|
-
font-size: 16px;
|
|
29947
|
-
line-height: 22px;
|
|
29960
|
+
.s1fc623g {
|
|
29961
|
+
width: 430px !important;
|
|
29948
29962
|
}
|
|
29949
29963
|
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
|
|
29954
|
-
|
|
29955
|
-
|
|
29964
|
+
.da3mx0o .ant-select-item-group {
|
|
29965
|
+
padding: 8px 16px;
|
|
29966
|
+
line-height: 18px;
|
|
29967
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29968
|
+
height: 34px;
|
|
29969
|
+
min-height: 34px;
|
|
29970
|
+
box-sizing: border-box;
|
|
29971
|
+
margin-top: 8px;
|
|
29956
29972
|
}
|
|
29957
29973
|
|
|
29958
|
-
.
|
|
29959
|
-
|
|
29960
|
-
|
|
29961
|
-
|
|
29962
|
-
|
|
29963
|
-
|
|
29974
|
+
.onr9gzt {
|
|
29975
|
+
display: flex;
|
|
29976
|
+
flex-direction: column;
|
|
29977
|
+
margin: 1px 8px;
|
|
29978
|
+
padding: 8px;
|
|
29979
|
+
border-radius: 4px;
|
|
29980
|
+
}
|
|
29981
|
+
.onr9gzt .selected-icon {
|
|
29982
|
+
display: none;
|
|
29983
|
+
}
|
|
29984
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
29985
|
+
padding-left: 8px;
|
|
29986
|
+
}
|
|
29987
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
29988
|
+
background-color: white;
|
|
29989
|
+
}
|
|
29990
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
29991
|
+
color: #0080ff;
|
|
29992
|
+
}
|
|
29993
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
29994
|
+
display: block;
|
|
29995
|
+
}
|
|
29996
|
+
.onr9gzt.ant-select-item-option-active {
|
|
29997
|
+
background: rgba(0, 136, 255, 0.16);
|
|
29998
|
+
}
|
|
29999
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30000
|
+
color: #0080ff;
|
|
30001
|
+
}
|
|
30002
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30003
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30004
|
+
color: #0080ff;
|
|
29964
30005
|
}
|
|
29965
30006
|
|
|
29966
|
-
.
|
|
29967
|
-
|
|
29968
|
-
|
|
29969
|
-
|
|
29970
|
-
font-size: 14px;
|
|
30007
|
+
.oiy0apc {
|
|
30008
|
+
display: flex;
|
|
30009
|
+
justify-content: space-between;
|
|
30010
|
+
height: 20px;
|
|
29971
30011
|
line-height: 20px;
|
|
29972
30012
|
}
|
|
29973
|
-
|
|
29974
|
-
|
|
29975
|
-
|
|
29976
|
-
|
|
29977
|
-
font-weight: bold;
|
|
29978
|
-
font-size: 12px;
|
|
29979
|
-
line-height: 18px;
|
|
30013
|
+
.oiy0apc .timezone-title {
|
|
30014
|
+
color: #2d3a56;
|
|
30015
|
+
overflow: hidden;
|
|
30016
|
+
text-overflow: ellipsis;
|
|
29980
30017
|
}
|
|
29981
30018
|
|
|
29982
|
-
.
|
|
29983
|
-
|
|
29984
|
-
|
|
29985
|
-
|
|
29986
|
-
|
|
30019
|
+
.of4y382 {
|
|
30020
|
+
display: flex;
|
|
30021
|
+
justify-content: space-between;
|
|
30022
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30023
|
+
height: 18px;
|
|
29987
30024
|
line-height: 18px;
|
|
30025
|
+
margin-top: 2px;
|
|
29988
30026
|
}
|
|
29989
30027
|
|
|
29990
|
-
.
|
|
29991
|
-
|
|
29992
|
-
|
|
29993
|
-
|
|
29994
|
-
text-transform: uppercase;
|
|
29995
|
-
font-feature-settings: "cpsp" on;
|
|
29996
|
-
font-size: 12px;
|
|
29997
|
-
line-height: 18px;
|
|
30028
|
+
.t19903l9 {
|
|
30029
|
+
border: none;
|
|
30030
|
+
margin-right: 0;
|
|
30031
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29998
30032
|
}
|
|
29999
30033
|
|
|
30000
|
-
.
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
|
|
30004
|
-
|
|
30005
|
-
font-feature-settings: "cpsp" on;
|
|
30006
|
-
font-size: 12px;
|
|
30007
|
-
line-height: 18px;
|
|
30034
|
+
.ohwbvxu {
|
|
30035
|
+
pointer-events: none;
|
|
30036
|
+
height: 32px;
|
|
30037
|
+
width: 100%;
|
|
30038
|
+
opacity: 0;
|
|
30008
30039
|
}
|
|
30009
30040
|
|
|
30010
|
-
.
|
|
30011
|
-
|
|
30012
|
-
font-style: normal;
|
|
30013
|
-
font-weight: normal;
|
|
30014
|
-
font-size: 16px;
|
|
30015
|
-
line-height: 24px;
|
|
30041
|
+
.t1upn1sz {
|
|
30042
|
+
height: 100%;
|
|
30016
30043
|
}
|
|
30017
30044
|
|
|
30018
|
-
.
|
|
30019
|
-
|
|
30020
|
-
font-style: normal;
|
|
30021
|
-
font-weight: bold;
|
|
30022
|
-
font-size: 16px;
|
|
30023
|
-
line-height: 24px;
|
|
30045
|
+
.tta5kd2 {
|
|
30046
|
+
height: 100%;
|
|
30024
30047
|
}
|
|
30025
|
-
|
|
30026
|
-
|
|
30027
|
-
|
|
30028
|
-
font-style: normal;
|
|
30029
|
-
font-weight: normal;
|
|
30030
|
-
font-size: 16px;
|
|
30031
|
-
line-height: 24px;
|
|
30048
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30049
|
+
overflow: visible !important;
|
|
30050
|
+
height: 100%;
|
|
30032
30051
|
}
|
|
30033
|
-
|
|
30034
|
-
|
|
30035
|
-
font-family: Inter;
|
|
30036
|
-
font-style: normal;
|
|
30037
|
-
font-weight: bold;
|
|
30038
|
-
font-size: 16px;
|
|
30039
|
-
line-height: 24px;
|
|
30052
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30053
|
+
height: 100%;
|
|
30040
30054
|
}
|
|
30041
|
-
|
|
30042
|
-
|
|
30043
|
-
|
|
30044
|
-
font-style: normal;
|
|
30045
|
-
font-weight: normal;
|
|
30046
|
-
text-transform: uppercase;
|
|
30047
|
-
font-feature-settings: "cpsp" on;
|
|
30048
|
-
font-size: 16px;
|
|
30049
|
-
line-height: 24px;
|
|
30055
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30056
|
+
width: 100% !important;
|
|
30057
|
+
height: 100%;
|
|
30050
30058
|
}
|
|
30051
|
-
|
|
30052
|
-
|
|
30053
|
-
font-family: Inter;
|
|
30054
|
-
font-style: normal;
|
|
30055
|
-
font-weight: bold;
|
|
30056
|
-
text-transform: uppercase;
|
|
30057
|
-
font-feature-settings: "cpsp" on;
|
|
30058
|
-
font-size: 16px;
|
|
30059
|
-
line-height: 24px;
|
|
30059
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30060
|
+
padding: 15px 0;
|
|
30060
30061
|
}
|
|
30061
|
-
|
|
30062
|
-
|
|
30063
|
-
font-family: Inter;
|
|
30064
|
-
font-style: normal;
|
|
30065
|
-
font-weight: normal;
|
|
30066
|
-
font-size: 14px;
|
|
30067
|
-
line-height: 22px;
|
|
30062
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30063
|
+
display: none;
|
|
30068
30064
|
}
|
|
30069
|
-
|
|
30070
|
-
|
|
30071
|
-
font-family: Inter;
|
|
30072
|
-
font-style: normal;
|
|
30073
|
-
font-weight: 500;
|
|
30074
|
-
font-size: 14px;
|
|
30075
|
-
line-height: 22px;
|
|
30065
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30066
|
+
font-weight: 700;
|
|
30076
30067
|
}
|
|
30077
|
-
|
|
30078
|
-
|
|
30079
|
-
font-family: Inter;
|
|
30080
|
-
font-style: normal;
|
|
30081
|
-
font-weight: bold;
|
|
30082
|
-
font-size: 14px;
|
|
30083
|
-
line-height: 22px;
|
|
30068
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30069
|
+
font-weight: 700;
|
|
30084
30070
|
}
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
font-family: Inter;
|
|
30088
|
-
font-style: normal;
|
|
30089
|
-
font-weight: normal;
|
|
30090
|
-
font-size: 14px;
|
|
30091
|
-
line-height: 22px;
|
|
30071
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30072
|
+
height: 100%;
|
|
30092
30073
|
}
|
|
30093
|
-
|
|
30094
|
-
|
|
30095
|
-
|
|
30096
|
-
font-style: normal;
|
|
30097
|
-
font-weight: bold;
|
|
30098
|
-
font-size: 14px;
|
|
30099
|
-
line-height: 22px;
|
|
30074
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30075
|
+
height: 100%;
|
|
30076
|
+
overflow: visible;
|
|
30100
30077
|
}
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
font-family: Inter;
|
|
30104
|
-
font-style: normal;
|
|
30105
|
-
font-weight: normal;
|
|
30106
|
-
text-transform: uppercase;
|
|
30107
|
-
font-feature-settings: "cpsp" on;
|
|
30108
|
-
font-size: 14px;
|
|
30109
|
-
line-height: 22px;
|
|
30078
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30079
|
+
max-height: none;
|
|
30110
30080
|
}
|
|
30111
|
-
|
|
30112
|
-
.
|
|
30113
|
-
|
|
30114
|
-
font-style: normal;
|
|
30115
|
-
font-weight: bold;
|
|
30116
|
-
text-transform: uppercase;
|
|
30117
|
-
font-feature-settings: "cpsp" on;
|
|
30118
|
-
font-size: 14px;
|
|
30119
|
-
line-height: 22px;
|
|
30081
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30082
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30083
|
+
display: none;
|
|
30120
30084
|
}
|
|
30121
|
-
|
|
30122
|
-
|
|
30123
|
-
font-family: Inter;
|
|
30124
|
-
font-style: normal;
|
|
30125
|
-
font-weight: normal;
|
|
30126
|
-
font-size: 13px;
|
|
30127
|
-
line-height: 20px;
|
|
30085
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30086
|
+
background: transparent;
|
|
30128
30087
|
}
|
|
30129
|
-
|
|
30130
|
-
.
|
|
30131
|
-
|
|
30132
|
-
|
|
30133
|
-
font-weight: 600;
|
|
30134
|
-
font-size: 13px;
|
|
30135
|
-
line-height: 20px;
|
|
30088
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30089
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30090
|
+
background: #fff;
|
|
30091
|
+
padding: 0 !important;
|
|
30136
30092
|
}
|
|
30137
|
-
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30140
|
-
|
|
30141
|
-
|
|
30142
|
-
|
|
30143
|
-
line-height: 20px;
|
|
30093
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30094
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30095
|
+
display: flex;
|
|
30096
|
+
align-items: center;
|
|
30097
|
+
height: 100%;
|
|
30098
|
+
padding: 8px;
|
|
30144
30099
|
}
|
|
30145
|
-
|
|
30146
|
-
.
|
|
30147
|
-
|
|
30148
|
-
|
|
30149
|
-
|
|
30150
|
-
font-size: 13px;
|
|
30151
|
-
line-height: 20px;
|
|
30100
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30101
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30102
|
+
overflow: hidden;
|
|
30103
|
+
text-overflow: ellipsis;
|
|
30104
|
+
width: 100%;
|
|
30152
30105
|
}
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
font-family: Inter;
|
|
30156
|
-
font-style: normal;
|
|
30157
|
-
font-weight: 600;
|
|
30158
|
-
font-size: 13px;
|
|
30159
|
-
line-height: 20px;
|
|
30106
|
+
.tta5kd2 .ant-table-container {
|
|
30107
|
+
height: 100%;
|
|
30160
30108
|
}
|
|
30161
|
-
|
|
30162
|
-
|
|
30163
|
-
font-family: Inter;
|
|
30164
|
-
font-style: normal;
|
|
30165
|
-
font-weight: bold;
|
|
30166
|
-
font-size: 13px;
|
|
30167
|
-
line-height: 20px;
|
|
30109
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30110
|
+
box-shadow: none !important;
|
|
30168
30111
|
}
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
|
|
30173
|
-
|
|
30174
|
-
|
|
30175
|
-
font-
|
|
30176
|
-
|
|
30177
|
-
line-height: 20px;
|
|
30112
|
+
.tta5kd2 .ant-table {
|
|
30113
|
+
border-radius: 0px;
|
|
30114
|
+
border-left: none;
|
|
30115
|
+
border-right: none;
|
|
30116
|
+
border-bottom: none;
|
|
30117
|
+
height: 100%;
|
|
30118
|
+
font-size: 12px;
|
|
30119
|
+
background: transparent;
|
|
30178
30120
|
}
|
|
30179
|
-
|
|
30180
|
-
|
|
30181
|
-
|
|
30182
|
-
|
|
30183
|
-
|
|
30184
|
-
text-transform: uppercase;
|
|
30185
|
-
font-feature-settings: "cpsp" on;
|
|
30186
|
-
font-size: 13px;
|
|
30187
|
-
line-height: 20px;
|
|
30121
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30122
|
+
position: relative;
|
|
30123
|
+
z-index: 3;
|
|
30124
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30125
|
+
margin-bottom: -1px;
|
|
30188
30126
|
}
|
|
30189
|
-
|
|
30190
|
-
.
|
|
30191
|
-
|
|
30192
|
-
font-style: normal;
|
|
30193
|
-
font-weight: normal;
|
|
30194
|
-
font-size: 12px;
|
|
30195
|
-
line-height: 18px;
|
|
30127
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30128
|
+
.tta5kd2 .ant-table .value {
|
|
30129
|
+
color: #2d3a56;
|
|
30196
30130
|
}
|
|
30197
|
-
|
|
30198
|
-
.
|
|
30199
|
-
|
|
30200
|
-
font-style: normal;
|
|
30201
|
-
font-weight: 500;
|
|
30202
|
-
font-size: 12px;
|
|
30203
|
-
line-height: 18px;
|
|
30131
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30132
|
+
.tta5kd2 .ant-table .unit {
|
|
30133
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30204
30134
|
}
|
|
30205
|
-
|
|
30206
|
-
|
|
30207
|
-
|
|
30208
|
-
font-style: normal;
|
|
30209
|
-
font-weight: bold;
|
|
30210
|
-
font-size: 12px;
|
|
30211
|
-
line-height: 18px;
|
|
30135
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
30136
|
+
position: unset;
|
|
30137
|
+
text-align: center;
|
|
30212
30138
|
}
|
|
30213
|
-
|
|
30214
|
-
|
|
30215
|
-
|
|
30216
|
-
|
|
30217
|
-
|
|
30139
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30140
|
+
background: #fff;
|
|
30141
|
+
}
|
|
30142
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
30143
|
+
cursor: pointer;
|
|
30144
|
+
position: absolute;
|
|
30145
|
+
top: 50%;
|
|
30146
|
+
right: 12px;
|
|
30147
|
+
transform: translateY(-50%);
|
|
30148
|
+
}
|
|
30149
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30150
|
+
box-shadow: none;
|
|
30151
|
+
width: 1px;
|
|
30152
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30153
|
+
}
|
|
30154
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30155
|
+
box-shadow: none;
|
|
30156
|
+
width: 1px;
|
|
30157
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30158
|
+
}
|
|
30159
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
30160
|
+
position: relative;
|
|
30161
|
+
}
|
|
30162
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30163
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30164
|
+
border-bottom: 1px solid white;
|
|
30165
|
+
height: 40px;
|
|
30166
|
+
vertical-align: middle;
|
|
30167
|
+
transition: background 0ms;
|
|
30168
|
+
color: #00122e;
|
|
30169
|
+
}
|
|
30170
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30171
|
+
background: #f2f5fa;
|
|
30172
|
+
border-bottom-color: #f2f5fa;
|
|
30173
|
+
}
|
|
30174
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30175
|
+
height: auto;
|
|
30176
|
+
color: #00122e;
|
|
30218
30177
|
font-size: 12px;
|
|
30219
|
-
|
|
30178
|
+
text-align: left;
|
|
30179
|
+
transition: none;
|
|
30180
|
+
overflow: hidden;
|
|
30181
|
+
text-overflow: ellipsis;
|
|
30182
|
+
white-space: nowrap;
|
|
30183
|
+
}
|
|
30184
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30185
|
+
color: #0096ff;
|
|
30186
|
+
}
|
|
30187
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30188
|
+
overflow: hidden;
|
|
30189
|
+
text-overflow: ellipsis;
|
|
30190
|
+
width: 100%;
|
|
30191
|
+
vertical-align: middle;
|
|
30192
|
+
}
|
|
30193
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30194
|
+
line-height: 0px;
|
|
30195
|
+
}
|
|
30196
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30197
|
+
padding-right: 25px;
|
|
30198
|
+
}
|
|
30199
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30200
|
+
border-top-color: transparent;
|
|
30201
|
+
}
|
|
30202
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30203
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30204
|
+
border-color: transparent transparent white;
|
|
30205
|
+
}
|
|
30206
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30207
|
+
border-radius: 8px 0 0 8px;
|
|
30208
|
+
}
|
|
30209
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30210
|
+
border-radius: 8px 0 0 8px;
|
|
30211
|
+
}
|
|
30212
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30213
|
+
content: "";
|
|
30214
|
+
width: 4px;
|
|
30215
|
+
top: -1px;
|
|
30216
|
+
bottom: -1px;
|
|
30217
|
+
background: white;
|
|
30218
|
+
}
|
|
30219
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30220
|
+
border-radius: 0 8px 8px 0;
|
|
30221
|
+
}
|
|
30222
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30223
|
+
border-radius: 0;
|
|
30224
|
+
background: white;
|
|
30225
|
+
border-top: none;
|
|
30226
|
+
}
|
|
30227
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
30228
|
+
border-top: 1px solid transparent;
|
|
30229
|
+
border-radius: 0 8px 8px 0;
|
|
30230
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30231
|
+
}
|
|
30232
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
30233
|
+
background: white;
|
|
30234
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30235
|
+
}
|
|
30236
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30237
|
+
display: flex;
|
|
30238
|
+
align-items: center;
|
|
30239
|
+
height: 100%;
|
|
30240
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30241
|
+
}
|
|
30242
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
30243
|
+
background: white;
|
|
30244
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30245
|
+
}
|
|
30246
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
30247
|
+
display: flex;
|
|
30248
|
+
align-items: center;
|
|
30249
|
+
height: 100%;
|
|
30250
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30251
|
+
}
|
|
30252
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
30253
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30254
|
+
}
|
|
30255
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
30256
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
30257
|
+
border-radius: 8px;
|
|
30258
|
+
}
|
|
30259
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
30260
|
+
border-top-color: white;
|
|
30261
|
+
}
|
|
30262
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
30263
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30264
|
+
border-bottom-color: transparent;
|
|
30265
|
+
border-top-color: transparent;
|
|
30266
|
+
}
|
|
30267
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
30268
|
+
border-radius: 8px 0 0 8px;
|
|
30269
|
+
}
|
|
30270
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
30271
|
+
border-radius: 0 8px 8px 0;
|
|
30272
|
+
}
|
|
30273
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
30274
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30275
|
+
}
|
|
30276
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
30277
|
+
background: #fff;
|
|
30278
|
+
font-weight: 400;
|
|
30279
|
+
position: relative;
|
|
30280
|
+
border-bottom: none;
|
|
30281
|
+
color: #00122e;
|
|
30282
|
+
transition: none;
|
|
30283
|
+
padding: 15px 8px 15px 8px;
|
|
30284
|
+
}
|
|
30285
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
30286
|
+
content: "";
|
|
30287
|
+
width: 1px;
|
|
30288
|
+
top: 0;
|
|
30289
|
+
bottom: 0;
|
|
30290
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30291
|
+
position: absolute;
|
|
30292
|
+
right: 0;
|
|
30293
|
+
}
|
|
30294
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
30295
|
+
padding: unset;
|
|
30296
|
+
}
|
|
30297
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
30298
|
+
display: none;
|
|
30299
|
+
}
|
|
30300
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30301
|
+
width: 100%;
|
|
30302
|
+
overflow: hidden;
|
|
30303
|
+
white-space: nowrap;
|
|
30304
|
+
text-overflow: ellipsis;
|
|
30305
|
+
}
|
|
30306
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
30307
|
+
overflow: hidden;
|
|
30308
|
+
text-overflow: ellipsis;
|
|
30309
|
+
flex: 1;
|
|
30310
|
+
}
|
|
30311
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30312
|
+
padding: 15px 25px 15px 8px;
|
|
30220
30313
|
}
|
|
30221
|
-
|
|
30222
|
-
|
|
30223
|
-
font-family: Inter;
|
|
30224
|
-
font-style: normal;
|
|
30225
|
-
font-weight: 500;
|
|
30226
|
-
font-size: 12px;
|
|
30227
|
-
line-height: 18px;
|
|
30314
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30315
|
+
padding: 0;
|
|
30228
30316
|
}
|
|
30229
|
-
|
|
30230
|
-
|
|
30231
|
-
|
|
30232
|
-
|
|
30233
|
-
|
|
30234
|
-
|
|
30235
|
-
|
|
30317
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
30318
|
+
position: absolute;
|
|
30319
|
+
right: 6px;
|
|
30320
|
+
top: 50%;
|
|
30321
|
+
transform: translateY(-50%);
|
|
30322
|
+
height: 16px;
|
|
30323
|
+
display: none;
|
|
30324
|
+
transition: transform 320ms ease;
|
|
30236
30325
|
}
|
|
30237
|
-
|
|
30238
|
-
|
|
30239
|
-
|
|
30240
|
-
font-style: normal;
|
|
30241
|
-
font-weight: normal;
|
|
30242
|
-
text-transform: uppercase;
|
|
30243
|
-
font-feature-settings: "cpsp" on;
|
|
30244
|
-
font-size: 12px;
|
|
30245
|
-
line-height: 18px;
|
|
30326
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30327
|
+
display: block;
|
|
30328
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
30246
30329
|
}
|
|
30247
|
-
|
|
30248
|
-
|
|
30249
|
-
font-family: Inter;
|
|
30250
|
-
font-style: normal;
|
|
30251
|
-
font-weight: bold;
|
|
30252
|
-
text-transform: uppercase;
|
|
30253
|
-
font-feature-settings: "cpsp" on;
|
|
30254
|
-
font-size: 12px;
|
|
30255
|
-
line-height: 18px;
|
|
30330
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30331
|
+
display: block;
|
|
30256
30332
|
}
|
|
30257
|
-
|
|
30258
|
-
|
|
30259
|
-
font-family: Inter;
|
|
30260
|
-
font-style: normal;
|
|
30261
|
-
font-weight: normal;
|
|
30262
|
-
font-size: 13px;
|
|
30263
|
-
line-height: 20px;
|
|
30333
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
30334
|
+
display: none;
|
|
30264
30335
|
}
|
|
30265
|
-
|
|
30266
|
-
|
|
30267
|
-
font-family: Inter;
|
|
30268
|
-
font-style: normal;
|
|
30269
|
-
font-weight: normal;
|
|
30270
|
-
font-size: 13px;
|
|
30271
|
-
line-height: 20px;
|
|
30336
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
30337
|
+
transform: translateY(-50%);
|
|
30272
30338
|
}
|
|
30273
|
-
|
|
30274
|
-
|
|
30275
|
-
font-family: Inter;
|
|
30276
|
-
font-style: normal;
|
|
30277
|
-
font-weight: normal;
|
|
30278
|
-
font-size: 12px;
|
|
30279
|
-
line-height: 18px;
|
|
30339
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
30340
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
30280
30341
|
}
|
|
30281
|
-
|
|
30282
|
-
|
|
30283
|
-
font-family: Inter;
|
|
30284
|
-
font-style: normal;
|
|
30285
|
-
font-weight: normal;
|
|
30286
|
-
font-size: 12px;
|
|
30287
|
-
line-height: 18px;
|
|
30342
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
30343
|
+
background: #f2f5fa;
|
|
30288
30344
|
}
|
|
30289
|
-
|
|
30290
|
-
|
|
30291
|
-
font-family: Inter;
|
|
30292
|
-
font-style: normal;
|
|
30293
|
-
font-weight: normal;
|
|
30294
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30295
|
-
font-size: 13px;
|
|
30296
|
-
line-height: 20px;
|
|
30345
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
30346
|
+
display: block;
|
|
30297
30347
|
}
|
|
30298
|
-
|
|
30299
|
-
|
|
30300
|
-
font-family: Inter;
|
|
30301
|
-
font-style: normal;
|
|
30302
|
-
font-weight: normal;
|
|
30303
|
-
font-feature-settings: "zero" on;
|
|
30304
|
-
font-size: 13px;
|
|
30305
|
-
line-height: 20px;
|
|
30348
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
30349
|
+
padding-right: 25px;
|
|
30306
30350
|
}
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
font-family: Inter;
|
|
30310
|
-
font-style: normal;
|
|
30311
|
-
font-weight: normal;
|
|
30312
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30313
|
-
font-size: 12px;
|
|
30314
|
-
line-height: 18px;
|
|
30351
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
30352
|
+
padding: 0 !important;
|
|
30315
30353
|
}
|
|
30316
|
-
|
|
30317
|
-
|
|
30318
|
-
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30322
|
-
font-size: 12px;
|
|
30323
|
-
line-height: 18px;
|
|
30354
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
30355
|
+
position: absolute;
|
|
30356
|
+
left: 50%;
|
|
30357
|
+
top: 50%;
|
|
30358
|
+
transform: translate(-50%, -50%);
|
|
30324
30359
|
}
|
|
30325
|
-
|
|
30326
|
-
|
|
30327
|
-
font-family: Inter;
|
|
30328
|
-
font-style: normal;
|
|
30329
|
-
font-weight: normal;
|
|
30330
|
-
font-feature-settings: "zero" on;
|
|
30331
|
-
font-size: 12px;
|
|
30332
|
-
line-height: 18px;
|
|
30360
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
30361
|
+
display: none;
|
|
30333
30362
|
}
|
|
30334
|
-
|
|
30335
|
-
|
|
30336
|
-
font-family: Inter;
|
|
30337
|
-
font-style: normal;
|
|
30338
|
-
font-weight: 500;
|
|
30339
|
-
font-feature-settings: "zero" on;
|
|
30340
|
-
font-size: 12px;
|
|
30341
|
-
line-height: 18px;
|
|
30363
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
30364
|
+
background: #fff;
|
|
30342
30365
|
}
|
|
30343
|
-
|
|
30344
|
-
|
|
30345
|
-
font-family: Inter;
|
|
30346
|
-
font-style: normal;
|
|
30347
|
-
font-weight: bold;
|
|
30348
|
-
font-feature-settings: "zero" on;
|
|
30349
|
-
font-size: 16px;
|
|
30350
|
-
line-height: 24px;
|
|
30366
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
30367
|
+
background: inherit;
|
|
30351
30368
|
}
|
|
30352
|
-
|
|
30353
|
-
|
|
30354
|
-
|
|
30355
|
-
|
|
30356
|
-
|
|
30357
|
-
|
|
30358
|
-
line-height: 12px;
|
|
30369
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
30370
|
+
position: static;
|
|
30371
|
+
border: none;
|
|
30372
|
+
background: inherit !important;
|
|
30373
|
+
height: 100px;
|
|
30374
|
+
vertical-align: middle;
|
|
30359
30375
|
}
|
|
30360
|
-
|
|
30361
|
-
.
|
|
30362
|
-
|
|
30363
|
-
|
|
30364
|
-
|
|
30365
|
-
padding: 10px 0;
|
|
30366
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30367
|
-
font-size: 12px;
|
|
30368
|
-
line-height: 24px;
|
|
30376
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
30377
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30378
|
+
font-weight: bold;
|
|
30379
|
+
font-size: 20px;
|
|
30380
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30369
30381
|
}
|
|
30370
|
-
.
|
|
30371
|
-
padding:
|
|
30382
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
30383
|
+
padding: 0 !important;
|
|
30384
|
+
position: relative;
|
|
30385
|
+
background: #fff;
|
|
30372
30386
|
}
|
|
30373
|
-
.
|
|
30387
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
30388
|
+
height: 100%;
|
|
30374
30389
|
display: flex;
|
|
30375
30390
|
align-items: center;
|
|
30376
|
-
|
|
30391
|
+
justify-content: flex-end;
|
|
30392
|
+
padding-right: 8px;
|
|
30393
|
+
}
|
|
30394
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
30395
|
+
width: 24px;
|
|
30396
|
+
height: 24px;
|
|
30377
30397
|
cursor: pointer;
|
|
30378
|
-
|
|
30398
|
+
justify-content: center;
|
|
30399
|
+
border-radius: 4px;
|
|
30379
30400
|
}
|
|
30380
|
-
.
|
|
30381
|
-
background:
|
|
30382
|
-
color: #0080ff;
|
|
30401
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
30402
|
+
background: #fff;
|
|
30383
30403
|
}
|
|
30384
|
-
|
|
30385
|
-
|
|
30404
|
+
|
|
30405
|
+
.s34f1qb.ant-switch {
|
|
30406
|
+
min-width: 40px;
|
|
30407
|
+
height: 24px;
|
|
30408
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30409
|
+
overflow: hidden;
|
|
30386
30410
|
}
|
|
30387
|
-
.
|
|
30388
|
-
|
|
30389
|
-
align-items: center;
|
|
30390
|
-
color: #0080ff;
|
|
30391
|
-
font-weight: bold;
|
|
30411
|
+
.s34f1qb.ant-switch:focus {
|
|
30412
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30392
30413
|
}
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30414
|
+
.s34f1qb.ant-switch-small {
|
|
30415
|
+
min-width: 26px;
|
|
30416
|
+
height: 16px;
|
|
30395
30417
|
}
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
|
|
30418
|
+
.s34f1qb.ant-switch-large {
|
|
30419
|
+
min-width: 52px;
|
|
30420
|
+
height: 32px;
|
|
30421
|
+
}
|
|
30422
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30423
|
+
height: 20px;
|
|
30424
|
+
width: 20px;
|
|
30425
|
+
}
|
|
30426
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30427
|
+
border-radius: 10px;
|
|
30428
|
+
transition-delay: 120ms;
|
|
30429
|
+
}
|
|
30430
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30431
|
+
height: 14px;
|
|
30432
|
+
width: 14px;
|
|
30433
|
+
top: 1px;
|
|
30434
|
+
left: 1px;
|
|
30435
|
+
}
|
|
30436
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30437
|
+
height: 28px;
|
|
30438
|
+
width: 28px;
|
|
30439
|
+
}
|
|
30440
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30441
|
+
border-radius: 14px;
|
|
30442
|
+
}
|
|
30443
|
+
.s34f1qb.ant-switch-checked {
|
|
30444
|
+
background-color: #00ba5d;
|
|
30399
30445
|
}
|
|
30400
|
-
.
|
|
30401
|
-
|
|
30402
|
-
color: #0080ff;
|
|
30446
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30447
|
+
left: calc(100% - 20px - 2px);
|
|
30403
30448
|
}
|
|
30404
|
-
.
|
|
30405
|
-
|
|
30449
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30450
|
+
left: calc(100% - 14px - 1px);
|
|
30406
30451
|
}
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
max-height: calc(100vh - 128px);
|
|
30410
|
-
overflow-y: auto;
|
|
30452
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30453
|
+
left: calc(100% - 28px - 2px);
|
|
30411
30454
|
}
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
|
|
30415
|
-
line-height: 18px;
|
|
30455
|
+
|
|
30456
|
+
.c1to9vb9 {
|
|
30457
|
+
margin-left: 5px;
|
|
30416
30458
|
}
|
|
30417
30459
|
|
|
30418
30460
|
.obf05yr {
|
|
@@ -30424,30 +30466,6 @@ html body {
|
|
|
30424
30466
|
position: absolute;
|
|
30425
30467
|
}
|
|
30426
30468
|
|
|
30427
|
-
.berrcjl {
|
|
30428
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30429
|
-
margin-bottom: 4px;
|
|
30430
|
-
}
|
|
30431
|
-
.berrcjl .breadcrumb-link {
|
|
30432
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30433
|
-
cursor: pointer;
|
|
30434
|
-
transition: color 160ms ease;
|
|
30435
|
-
}
|
|
30436
|
-
.berrcjl .breadcrumb-link:hover {
|
|
30437
|
-
color: #0080ff;
|
|
30438
|
-
}
|
|
30439
|
-
.berrcjl .breadcrumb-link:active {
|
|
30440
|
-
color: #005ed1;
|
|
30441
|
-
}
|
|
30442
|
-
|
|
30443
|
-
.s1iv0tp1 .enabled-switch {
|
|
30444
|
-
display: flex;
|
|
30445
|
-
align-items: center;
|
|
30446
|
-
}
|
|
30447
|
-
.s1iv0tp1 .enabled-text {
|
|
30448
|
-
margin-right: 8px;
|
|
30449
|
-
}
|
|
30450
|
-
|
|
30451
30469
|
.cz04yix {
|
|
30452
30470
|
display: flex;
|
|
30453
30471
|
flex-direction: column;
|
|
@@ -31128,28 +31146,6 @@ input.rrg1fkn.ant-input {
|
|
|
31128
31146
|
word-break: break-all;
|
|
31129
31147
|
}
|
|
31130
31148
|
|
|
31131
|
-
.c1uzzomf {
|
|
31132
|
-
margin-bottom: 16px;
|
|
31133
|
-
}
|
|
31134
|
-
.c1uzzomf .card-title {
|
|
31135
|
-
font-size: 16px;
|
|
31136
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31137
|
-
font-weight: 700;
|
|
31138
|
-
line-height: 32px;
|
|
31139
|
-
}
|
|
31140
|
-
.c1uzzomf .card-body {
|
|
31141
|
-
padding: 24px;
|
|
31142
|
-
border-radius: 8px;
|
|
31143
|
-
background: #fff;
|
|
31144
|
-
}
|
|
31145
|
-
.c1uzzomf .empty {
|
|
31146
|
-
font-weight: 700;
|
|
31147
|
-
font-size: 14px;
|
|
31148
|
-
line-height: 22px;
|
|
31149
|
-
color: rgba(0, 21, 64, 0.3);
|
|
31150
|
-
text-align: center;
|
|
31151
|
-
}
|
|
31152
|
-
|
|
31153
31149
|
.rxbeqvl.ant-radio-wrapper {
|
|
31154
31150
|
display: inline-flex;
|
|
31155
31151
|
align-items: baseline;
|
|
@@ -31296,433 +31292,479 @@ input.rrg1fkn.ant-input {
|
|
|
31296
31292
|
width: 36px;
|
|
31297
31293
|
}
|
|
31298
31294
|
|
|
31299
|
-
.
|
|
31300
|
-
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31305
|
-
.gmyahx3:hover .link-text {
|
|
31306
|
-
color: #0080ff;
|
|
31307
|
-
}
|
|
31308
|
-
|
|
31309
|
-
.s34f1qb.ant-switch {
|
|
31310
|
-
min-width: 40px;
|
|
31311
|
-
height: 24px;
|
|
31312
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31313
|
-
overflow: hidden;
|
|
31314
|
-
}
|
|
31315
|
-
.s34f1qb.ant-switch:focus {
|
|
31316
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31317
|
-
}
|
|
31318
|
-
.s34f1qb.ant-switch-small {
|
|
31319
|
-
min-width: 26px;
|
|
31320
|
-
height: 16px;
|
|
31321
|
-
}
|
|
31322
|
-
.s34f1qb.ant-switch-large {
|
|
31323
|
-
min-width: 52px;
|
|
31324
|
-
height: 32px;
|
|
31325
|
-
}
|
|
31326
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31327
|
-
height: 20px;
|
|
31328
|
-
width: 20px;
|
|
31329
|
-
}
|
|
31330
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31331
|
-
border-radius: 10px;
|
|
31332
|
-
transition-delay: 120ms;
|
|
31333
|
-
}
|
|
31334
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31335
|
-
height: 14px;
|
|
31336
|
-
width: 14px;
|
|
31337
|
-
top: 1px;
|
|
31338
|
-
left: 1px;
|
|
31339
|
-
}
|
|
31340
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31341
|
-
height: 28px;
|
|
31342
|
-
width: 28px;
|
|
31343
|
-
}
|
|
31344
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31345
|
-
border-radius: 14px;
|
|
31346
|
-
}
|
|
31347
|
-
.s34f1qb.ant-switch-checked {
|
|
31348
|
-
background-color: #00ba5d;
|
|
31349
|
-
}
|
|
31350
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31351
|
-
left: calc(100% - 20px - 2px);
|
|
31352
|
-
}
|
|
31353
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31354
|
-
left: calc(100% - 14px - 1px);
|
|
31355
|
-
}
|
|
31356
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31357
|
-
left: calc(100% - 28px - 2px);
|
|
31358
|
-
}
|
|
31359
|
-
|
|
31360
|
-
.c1to9vb9 {
|
|
31361
|
-
margin-left: 5px;
|
|
31362
|
-
}
|
|
31363
|
-
|
|
31364
|
-
.t1upn1sz {
|
|
31365
|
-
height: 100%;
|
|
31366
|
-
}
|
|
31367
|
-
|
|
31368
|
-
.tta5kd2 {
|
|
31369
|
-
height: 100%;
|
|
31370
|
-
}
|
|
31371
|
-
.tta5kd2.empty-table .ant-table-content {
|
|
31372
|
-
overflow: visible !important;
|
|
31373
|
-
height: 100%;
|
|
31374
|
-
}
|
|
31375
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31376
|
-
height: 100%;
|
|
31377
|
-
}
|
|
31378
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
31379
|
-
width: 100% !important;
|
|
31380
|
-
height: 100%;
|
|
31381
|
-
}
|
|
31382
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31383
|
-
padding: 15px 0;
|
|
31384
|
-
}
|
|
31385
|
-
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31386
|
-
display: none;
|
|
31387
|
-
}
|
|
31388
|
-
.tta5kd2 .active-row td:nth-child(1) {
|
|
31389
|
-
font-weight: 700;
|
|
31390
|
-
}
|
|
31391
|
-
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31392
|
-
font-weight: 700;
|
|
31393
|
-
}
|
|
31394
|
-
.tta5kd2 .ant-spin-nested-loading {
|
|
31395
|
-
height: 100%;
|
|
31396
|
-
}
|
|
31397
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31398
|
-
height: 100%;
|
|
31399
|
-
overflow: visible;
|
|
31400
|
-
}
|
|
31401
|
-
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31402
|
-
max-height: none;
|
|
31403
|
-
}
|
|
31404
|
-
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31405
|
-
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31406
|
-
display: none;
|
|
31407
|
-
}
|
|
31408
|
-
.tta5kd2 td.ant-table-column-sort {
|
|
31409
|
-
background: transparent;
|
|
31410
|
-
}
|
|
31411
|
-
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31412
|
-
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31413
|
-
background: #fff;
|
|
31414
|
-
padding: 0 !important;
|
|
31415
|
-
}
|
|
31416
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31417
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31418
|
-
display: flex;
|
|
31419
|
-
align-items: center;
|
|
31420
|
-
height: 100%;
|
|
31421
|
-
padding: 8px;
|
|
31422
|
-
}
|
|
31423
|
-
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31424
|
-
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31425
|
-
overflow: hidden;
|
|
31426
|
-
text-overflow: ellipsis;
|
|
31427
|
-
width: 100%;
|
|
31428
|
-
}
|
|
31429
|
-
.tta5kd2 .ant-table-container {
|
|
31430
|
-
height: 100%;
|
|
31431
|
-
}
|
|
31432
|
-
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31433
|
-
box-shadow: none !important;
|
|
31434
|
-
}
|
|
31435
|
-
.tta5kd2 .ant-table {
|
|
31436
|
-
border-radius: 0px;
|
|
31437
|
-
border-left: none;
|
|
31438
|
-
border-right: none;
|
|
31439
|
-
border-bottom: none;
|
|
31440
|
-
height: 100%;
|
|
31441
|
-
font-size: 12px;
|
|
31442
|
-
background: transparent;
|
|
31443
|
-
}
|
|
31444
|
-
.tta5kd2 .ant-table .ant-table-header {
|
|
31445
|
-
position: relative;
|
|
31446
|
-
z-index: 3;
|
|
31447
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31448
|
-
margin-bottom: -1px;
|
|
31449
|
-
}
|
|
31450
|
-
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31451
|
-
.tta5kd2 .ant-table .value {
|
|
31452
|
-
color: #2d3a56;
|
|
31453
|
-
}
|
|
31454
|
-
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31455
|
-
.tta5kd2 .ant-table .unit {
|
|
31456
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31457
|
-
}
|
|
31458
|
-
.tta5kd2 .ant-table .ant-table-selection {
|
|
31459
|
-
position: unset;
|
|
31460
|
-
text-align: center;
|
|
31461
|
-
}
|
|
31462
|
-
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31463
|
-
background: #fff;
|
|
31464
|
-
}
|
|
31465
|
-
.tta5kd2 .ant-table .anticon-setting {
|
|
31466
|
-
cursor: pointer;
|
|
31467
|
-
position: absolute;
|
|
31468
|
-
top: 50%;
|
|
31469
|
-
right: 12px;
|
|
31470
|
-
transform: translateY(-50%);
|
|
31471
|
-
}
|
|
31472
|
-
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31473
|
-
box-shadow: none;
|
|
31474
|
-
width: 1px;
|
|
31475
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31476
|
-
}
|
|
31477
|
-
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31478
|
-
box-shadow: none;
|
|
31479
|
-
width: 1px;
|
|
31480
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31295
|
+
.d6j0lbj {
|
|
31296
|
+
font-family: Inter;
|
|
31297
|
+
font-style: normal;
|
|
31298
|
+
font-weight: bold;
|
|
31299
|
+
font-size: 32px;
|
|
31300
|
+
line-height: 40px;
|
|
31481
31301
|
}
|
|
31482
|
-
|
|
31483
|
-
|
|
31302
|
+
|
|
31303
|
+
.d1xhvvxe {
|
|
31304
|
+
font-family: Inter;
|
|
31305
|
+
font-style: normal;
|
|
31306
|
+
font-weight: bold;
|
|
31307
|
+
font-size: 24px;
|
|
31308
|
+
line-height: 32px;
|
|
31484
31309
|
}
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
|
|
31491
|
-
|
|
31310
|
+
|
|
31311
|
+
.dk10mxq {
|
|
31312
|
+
font-family: Inter;
|
|
31313
|
+
font-style: normal;
|
|
31314
|
+
font-weight: normal;
|
|
31315
|
+
font-size: 32px;
|
|
31316
|
+
line-height: 40px;
|
|
31492
31317
|
}
|
|
31493
|
-
|
|
31494
|
-
|
|
31495
|
-
|
|
31318
|
+
|
|
31319
|
+
.dxsait {
|
|
31320
|
+
font-family: Inter;
|
|
31321
|
+
font-style: normal;
|
|
31322
|
+
font-weight: bold;
|
|
31323
|
+
font-size: 20px;
|
|
31324
|
+
line-height: 24px;
|
|
31496
31325
|
}
|
|
31497
|
-
|
|
31498
|
-
|
|
31499
|
-
|
|
31500
|
-
font-
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
text-overflow: ellipsis;
|
|
31505
|
-
white-space: nowrap;
|
|
31326
|
+
|
|
31327
|
+
.dokn0h3 {
|
|
31328
|
+
font-family: Inter;
|
|
31329
|
+
font-style: normal;
|
|
31330
|
+
font-weight: normal;
|
|
31331
|
+
font-size: 20px;
|
|
31332
|
+
line-height: 24px;
|
|
31506
31333
|
}
|
|
31507
|
-
|
|
31508
|
-
|
|
31334
|
+
|
|
31335
|
+
.dobau4p {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: bold;
|
|
31339
|
+
font-size: 18px;
|
|
31340
|
+
line-height: 22px;
|
|
31509
31341
|
}
|
|
31510
|
-
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
|
|
31342
|
+
|
|
31343
|
+
.dvolwok {
|
|
31344
|
+
font-family: Inter;
|
|
31345
|
+
font-style: normal;
|
|
31346
|
+
font-weight: normal;
|
|
31347
|
+
font-size: 18px;
|
|
31348
|
+
line-height: 22px;
|
|
31515
31349
|
}
|
|
31516
|
-
|
|
31517
|
-
|
|
31350
|
+
|
|
31351
|
+
.h181qhg4 {
|
|
31352
|
+
font-family: Inter;
|
|
31353
|
+
font-style: normal;
|
|
31354
|
+
font-weight: bold;
|
|
31355
|
+
font-size: 16px;
|
|
31356
|
+
line-height: 22px;
|
|
31518
31357
|
}
|
|
31519
|
-
|
|
31520
|
-
|
|
31358
|
+
|
|
31359
|
+
.h1phgmcq {
|
|
31360
|
+
font-family: Inter;
|
|
31361
|
+
font-style: normal;
|
|
31362
|
+
font-weight: normal;
|
|
31363
|
+
font-size: 16px;
|
|
31364
|
+
line-height: 22px;
|
|
31521
31365
|
}
|
|
31522
|
-
|
|
31523
|
-
|
|
31366
|
+
|
|
31367
|
+
.h173xnl1 {
|
|
31368
|
+
font-family: Inter;
|
|
31369
|
+
font-style: normal;
|
|
31370
|
+
font-weight: bold;
|
|
31371
|
+
font-size: 14px;
|
|
31372
|
+
line-height: 20px;
|
|
31524
31373
|
}
|
|
31525
|
-
|
|
31526
|
-
|
|
31527
|
-
|
|
31374
|
+
|
|
31375
|
+
.hedm4pz {
|
|
31376
|
+
font-family: Inter;
|
|
31377
|
+
font-style: normal;
|
|
31378
|
+
font-weight: normal;
|
|
31379
|
+
font-size: 14px;
|
|
31380
|
+
line-height: 20px;
|
|
31528
31381
|
}
|
|
31529
|
-
|
|
31530
|
-
|
|
31382
|
+
|
|
31383
|
+
.h1kd8xld {
|
|
31384
|
+
font-family: Inter;
|
|
31385
|
+
font-style: normal;
|
|
31386
|
+
font-weight: bold;
|
|
31387
|
+
font-size: 12px;
|
|
31388
|
+
line-height: 18px;
|
|
31531
31389
|
}
|
|
31532
|
-
|
|
31533
|
-
|
|
31390
|
+
|
|
31391
|
+
.hp14fr {
|
|
31392
|
+
font-family: Inter;
|
|
31393
|
+
font-style: normal;
|
|
31394
|
+
font-weight: normal;
|
|
31395
|
+
font-size: 12px;
|
|
31396
|
+
line-height: 18px;
|
|
31534
31397
|
}
|
|
31535
|
-
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31539
|
-
|
|
31540
|
-
|
|
31398
|
+
|
|
31399
|
+
.hgrg7mn {
|
|
31400
|
+
font-family: Inter;
|
|
31401
|
+
font-style: normal;
|
|
31402
|
+
font-weight: bold;
|
|
31403
|
+
text-transform: uppercase;
|
|
31404
|
+
font-feature-settings: "cpsp" on;
|
|
31405
|
+
font-size: 12px;
|
|
31406
|
+
line-height: 18px;
|
|
31541
31407
|
}
|
|
31542
|
-
|
|
31543
|
-
|
|
31408
|
+
|
|
31409
|
+
.h6zme9x {
|
|
31410
|
+
font-family: Inter;
|
|
31411
|
+
font-style: normal;
|
|
31412
|
+
font-weight: normal;
|
|
31413
|
+
text-transform: uppercase;
|
|
31414
|
+
font-feature-settings: "cpsp" on;
|
|
31415
|
+
font-size: 12px;
|
|
31416
|
+
line-height: 18px;
|
|
31544
31417
|
}
|
|
31545
|
-
|
|
31546
|
-
|
|
31547
|
-
|
|
31548
|
-
|
|
31418
|
+
|
|
31419
|
+
.locjvsv {
|
|
31420
|
+
font-family: Inter;
|
|
31421
|
+
font-style: normal;
|
|
31422
|
+
font-weight: normal;
|
|
31423
|
+
font-size: 16px;
|
|
31424
|
+
line-height: 24px;
|
|
31549
31425
|
}
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
|
|
31426
|
+
|
|
31427
|
+
.l13gi131 {
|
|
31428
|
+
font-family: Inter;
|
|
31429
|
+
font-style: normal;
|
|
31430
|
+
font-weight: bold;
|
|
31431
|
+
font-size: 16px;
|
|
31432
|
+
line-height: 24px;
|
|
31554
31433
|
}
|
|
31555
|
-
|
|
31556
|
-
|
|
31557
|
-
|
|
31434
|
+
|
|
31435
|
+
.l1ynemsu {
|
|
31436
|
+
font-family: Inter;
|
|
31437
|
+
font-style: normal;
|
|
31438
|
+
font-weight: normal;
|
|
31439
|
+
font-size: 16px;
|
|
31440
|
+
line-height: 24px;
|
|
31558
31441
|
}
|
|
31559
|
-
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
|
|
31563
|
-
|
|
31442
|
+
|
|
31443
|
+
.l1cft1cx {
|
|
31444
|
+
font-family: Inter;
|
|
31445
|
+
font-style: normal;
|
|
31446
|
+
font-weight: bold;
|
|
31447
|
+
font-size: 16px;
|
|
31448
|
+
line-height: 24px;
|
|
31564
31449
|
}
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
|
|
31450
|
+
|
|
31451
|
+
.l17tqc8p {
|
|
31452
|
+
font-family: Inter;
|
|
31453
|
+
font-style: normal;
|
|
31454
|
+
font-weight: normal;
|
|
31455
|
+
text-transform: uppercase;
|
|
31456
|
+
font-feature-settings: "cpsp" on;
|
|
31457
|
+
font-size: 16px;
|
|
31458
|
+
line-height: 24px;
|
|
31568
31459
|
}
|
|
31569
|
-
|
|
31570
|
-
|
|
31571
|
-
|
|
31572
|
-
|
|
31573
|
-
|
|
31460
|
+
|
|
31461
|
+
.l1j1e5w7 {
|
|
31462
|
+
font-family: Inter;
|
|
31463
|
+
font-style: normal;
|
|
31464
|
+
font-weight: bold;
|
|
31465
|
+
text-transform: uppercase;
|
|
31466
|
+
font-feature-settings: "cpsp" on;
|
|
31467
|
+
font-size: 16px;
|
|
31468
|
+
line-height: 24px;
|
|
31574
31469
|
}
|
|
31575
|
-
|
|
31576
|
-
|
|
31470
|
+
|
|
31471
|
+
.l1gf91jb {
|
|
31472
|
+
font-family: Inter;
|
|
31473
|
+
font-style: normal;
|
|
31474
|
+
font-weight: normal;
|
|
31475
|
+
font-size: 14px;
|
|
31476
|
+
line-height: 22px;
|
|
31577
31477
|
}
|
|
31578
|
-
|
|
31579
|
-
|
|
31580
|
-
|
|
31478
|
+
|
|
31479
|
+
.lu7hlr6 {
|
|
31480
|
+
font-family: Inter;
|
|
31481
|
+
font-style: normal;
|
|
31482
|
+
font-weight: 500;
|
|
31483
|
+
font-size: 14px;
|
|
31484
|
+
line-height: 22px;
|
|
31581
31485
|
}
|
|
31582
|
-
|
|
31583
|
-
|
|
31486
|
+
|
|
31487
|
+
.l3l3jf0 {
|
|
31488
|
+
font-family: Inter;
|
|
31489
|
+
font-style: normal;
|
|
31490
|
+
font-weight: bold;
|
|
31491
|
+
font-size: 14px;
|
|
31492
|
+
line-height: 22px;
|
|
31584
31493
|
}
|
|
31585
|
-
|
|
31586
|
-
|
|
31587
|
-
|
|
31588
|
-
|
|
31494
|
+
|
|
31495
|
+
.l12j5nqp {
|
|
31496
|
+
font-family: Inter;
|
|
31497
|
+
font-style: normal;
|
|
31498
|
+
font-weight: normal;
|
|
31499
|
+
font-size: 14px;
|
|
31500
|
+
line-height: 22px;
|
|
31589
31501
|
}
|
|
31590
|
-
|
|
31591
|
-
|
|
31502
|
+
|
|
31503
|
+
.l1tecqht {
|
|
31504
|
+
font-family: Inter;
|
|
31505
|
+
font-style: normal;
|
|
31506
|
+
font-weight: bold;
|
|
31507
|
+
font-size: 14px;
|
|
31508
|
+
line-height: 22px;
|
|
31592
31509
|
}
|
|
31593
|
-
|
|
31594
|
-
|
|
31510
|
+
|
|
31511
|
+
.l6sa990 {
|
|
31512
|
+
font-family: Inter;
|
|
31513
|
+
font-style: normal;
|
|
31514
|
+
font-weight: normal;
|
|
31515
|
+
text-transform: uppercase;
|
|
31516
|
+
font-feature-settings: "cpsp" on;
|
|
31517
|
+
font-size: 14px;
|
|
31518
|
+
line-height: 22px;
|
|
31595
31519
|
}
|
|
31596
|
-
|
|
31597
|
-
|
|
31520
|
+
|
|
31521
|
+
.lckqe8j {
|
|
31522
|
+
font-family: Inter;
|
|
31523
|
+
font-style: normal;
|
|
31524
|
+
font-weight: bold;
|
|
31525
|
+
text-transform: uppercase;
|
|
31526
|
+
font-feature-settings: "cpsp" on;
|
|
31527
|
+
font-size: 14px;
|
|
31528
|
+
line-height: 22px;
|
|
31598
31529
|
}
|
|
31599
|
-
|
|
31600
|
-
|
|
31601
|
-
font-
|
|
31602
|
-
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
padding: 15px 8px 15px 8px;
|
|
31530
|
+
|
|
31531
|
+
.l1kuminb {
|
|
31532
|
+
font-family: Inter;
|
|
31533
|
+
font-style: normal;
|
|
31534
|
+
font-weight: normal;
|
|
31535
|
+
font-size: 13px;
|
|
31536
|
+
line-height: 20px;
|
|
31607
31537
|
}
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
right: 0;
|
|
31538
|
+
|
|
31539
|
+
.l1pbuf5j {
|
|
31540
|
+
font-family: Inter;
|
|
31541
|
+
font-style: normal;
|
|
31542
|
+
font-weight: 600;
|
|
31543
|
+
font-size: 13px;
|
|
31544
|
+
line-height: 20px;
|
|
31616
31545
|
}
|
|
31617
|
-
|
|
31618
|
-
|
|
31546
|
+
|
|
31547
|
+
.l1r4ztu {
|
|
31548
|
+
font-family: Inter;
|
|
31549
|
+
font-style: normal;
|
|
31550
|
+
font-weight: bold;
|
|
31551
|
+
font-size: 13px;
|
|
31552
|
+
line-height: 20px;
|
|
31619
31553
|
}
|
|
31620
|
-
|
|
31621
|
-
|
|
31554
|
+
|
|
31555
|
+
.ly8vzok {
|
|
31556
|
+
font-family: Inter;
|
|
31557
|
+
font-style: normal;
|
|
31558
|
+
font-weight: normal;
|
|
31559
|
+
font-size: 13px;
|
|
31560
|
+
line-height: 20px;
|
|
31622
31561
|
}
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31627
|
-
|
|
31562
|
+
|
|
31563
|
+
.lumfmf {
|
|
31564
|
+
font-family: Inter;
|
|
31565
|
+
font-style: normal;
|
|
31566
|
+
font-weight: 600;
|
|
31567
|
+
font-size: 13px;
|
|
31568
|
+
line-height: 20px;
|
|
31628
31569
|
}
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31570
|
+
|
|
31571
|
+
.l16ujwmv {
|
|
31572
|
+
font-family: Inter;
|
|
31573
|
+
font-style: normal;
|
|
31574
|
+
font-weight: bold;
|
|
31575
|
+
font-size: 13px;
|
|
31576
|
+
line-height: 20px;
|
|
31633
31577
|
}
|
|
31634
|
-
|
|
31635
|
-
|
|
31578
|
+
|
|
31579
|
+
.l17o1ffr {
|
|
31580
|
+
font-family: Inter;
|
|
31581
|
+
font-style: normal;
|
|
31582
|
+
font-weight: normal;
|
|
31583
|
+
text-transform: uppercase;
|
|
31584
|
+
font-feature-settings: "cpsp" on;
|
|
31585
|
+
font-size: 13px;
|
|
31586
|
+
line-height: 20px;
|
|
31636
31587
|
}
|
|
31637
|
-
|
|
31638
|
-
|
|
31588
|
+
|
|
31589
|
+
.lngllvn {
|
|
31590
|
+
font-family: Inter;
|
|
31591
|
+
font-style: normal;
|
|
31592
|
+
font-weight: bold;
|
|
31593
|
+
text-transform: uppercase;
|
|
31594
|
+
font-feature-settings: "cpsp" on;
|
|
31595
|
+
font-size: 13px;
|
|
31596
|
+
line-height: 20px;
|
|
31639
31597
|
}
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31645
|
-
|
|
31646
|
-
|
|
31647
|
-
transition: transform 320ms ease;
|
|
31598
|
+
|
|
31599
|
+
.l2i7fo9 {
|
|
31600
|
+
font-family: Inter;
|
|
31601
|
+
font-style: normal;
|
|
31602
|
+
font-weight: normal;
|
|
31603
|
+
font-size: 12px;
|
|
31604
|
+
line-height: 18px;
|
|
31648
31605
|
}
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31606
|
+
|
|
31607
|
+
.l1x7hscx {
|
|
31608
|
+
font-family: Inter;
|
|
31609
|
+
font-style: normal;
|
|
31610
|
+
font-weight: 500;
|
|
31611
|
+
font-size: 12px;
|
|
31612
|
+
line-height: 18px;
|
|
31652
31613
|
}
|
|
31653
|
-
|
|
31654
|
-
|
|
31614
|
+
|
|
31615
|
+
.le1jwan {
|
|
31616
|
+
font-family: Inter;
|
|
31617
|
+
font-style: normal;
|
|
31618
|
+
font-weight: bold;
|
|
31619
|
+
font-size: 12px;
|
|
31620
|
+
line-height: 18px;
|
|
31655
31621
|
}
|
|
31656
|
-
|
|
31657
|
-
|
|
31622
|
+
|
|
31623
|
+
.lyxynfj {
|
|
31624
|
+
font-family: Inter;
|
|
31625
|
+
font-style: normal;
|
|
31626
|
+
font-weight: normal;
|
|
31627
|
+
font-size: 12px;
|
|
31628
|
+
line-height: 18px;
|
|
31658
31629
|
}
|
|
31659
|
-
|
|
31660
|
-
|
|
31630
|
+
|
|
31631
|
+
.lpb2nxv {
|
|
31632
|
+
font-family: Inter;
|
|
31633
|
+
font-style: normal;
|
|
31634
|
+
font-weight: 500;
|
|
31635
|
+
font-size: 12px;
|
|
31636
|
+
line-height: 18px;
|
|
31661
31637
|
}
|
|
31662
|
-
|
|
31663
|
-
|
|
31638
|
+
|
|
31639
|
+
.l1r8o3vv {
|
|
31640
|
+
font-family: Inter;
|
|
31641
|
+
font-style: normal;
|
|
31642
|
+
font-weight: bold;
|
|
31643
|
+
font-size: 12px;
|
|
31644
|
+
line-height: 18px;
|
|
31664
31645
|
}
|
|
31665
|
-
|
|
31666
|
-
|
|
31646
|
+
|
|
31647
|
+
.lemnjy2 {
|
|
31648
|
+
font-family: Inter;
|
|
31649
|
+
font-style: normal;
|
|
31650
|
+
font-weight: normal;
|
|
31651
|
+
text-transform: uppercase;
|
|
31652
|
+
font-feature-settings: "cpsp" on;
|
|
31653
|
+
font-size: 12px;
|
|
31654
|
+
line-height: 18px;
|
|
31667
31655
|
}
|
|
31668
|
-
|
|
31669
|
-
|
|
31656
|
+
|
|
31657
|
+
.lrc42gb {
|
|
31658
|
+
font-family: Inter;
|
|
31659
|
+
font-style: normal;
|
|
31660
|
+
font-weight: bold;
|
|
31661
|
+
text-transform: uppercase;
|
|
31662
|
+
font-feature-settings: "cpsp" on;
|
|
31663
|
+
font-size: 12px;
|
|
31664
|
+
line-height: 18px;
|
|
31670
31665
|
}
|
|
31671
|
-
|
|
31672
|
-
|
|
31666
|
+
|
|
31667
|
+
.fqaz4mb {
|
|
31668
|
+
font-family: Inter;
|
|
31669
|
+
font-style: normal;
|
|
31670
|
+
font-weight: normal;
|
|
31671
|
+
font-size: 13px;
|
|
31672
|
+
line-height: 20px;
|
|
31673
31673
|
}
|
|
31674
|
-
|
|
31675
|
-
|
|
31674
|
+
|
|
31675
|
+
.f13we5o {
|
|
31676
|
+
font-family: Inter;
|
|
31677
|
+
font-style: normal;
|
|
31678
|
+
font-weight: normal;
|
|
31679
|
+
font-size: 13px;
|
|
31680
|
+
line-height: 20px;
|
|
31676
31681
|
}
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
+
|
|
31683
|
+
.ffmjua2 {
|
|
31684
|
+
font-family: Inter;
|
|
31685
|
+
font-style: normal;
|
|
31686
|
+
font-weight: normal;
|
|
31687
|
+
font-size: 12px;
|
|
31688
|
+
line-height: 18px;
|
|
31682
31689
|
}
|
|
31683
|
-
|
|
31684
|
-
|
|
31690
|
+
|
|
31691
|
+
.fz2mxw0 {
|
|
31692
|
+
font-family: Inter;
|
|
31693
|
+
font-style: normal;
|
|
31694
|
+
font-weight: normal;
|
|
31695
|
+
font-size: 12px;
|
|
31696
|
+
line-height: 18px;
|
|
31685
31697
|
}
|
|
31686
|
-
|
|
31687
|
-
|
|
31698
|
+
|
|
31699
|
+
.t1ertzoh {
|
|
31700
|
+
font-family: Inter;
|
|
31701
|
+
font-style: normal;
|
|
31702
|
+
font-weight: normal;
|
|
31703
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31704
|
+
font-size: 13px;
|
|
31705
|
+
line-height: 20px;
|
|
31688
31706
|
}
|
|
31689
|
-
|
|
31690
|
-
|
|
31707
|
+
|
|
31708
|
+
.t19bge8r {
|
|
31709
|
+
font-family: Inter;
|
|
31710
|
+
font-style: normal;
|
|
31711
|
+
font-weight: normal;
|
|
31712
|
+
font-feature-settings: "zero" on;
|
|
31713
|
+
font-size: 13px;
|
|
31714
|
+
line-height: 20px;
|
|
31691
31715
|
}
|
|
31692
|
-
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
|
|
31716
|
+
|
|
31717
|
+
.tjrzfyl {
|
|
31718
|
+
font-family: Inter;
|
|
31719
|
+
font-style: normal;
|
|
31720
|
+
font-weight: normal;
|
|
31721
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31722
|
+
font-size: 12px;
|
|
31723
|
+
line-height: 18px;
|
|
31698
31724
|
}
|
|
31699
|
-
|
|
31700
|
-
.
|
|
31701
|
-
font-
|
|
31702
|
-
font-
|
|
31703
|
-
|
|
31725
|
+
|
|
31726
|
+
.tm6s7bo {
|
|
31727
|
+
font-family: Inter;
|
|
31728
|
+
font-style: normal;
|
|
31729
|
+
font-weight: 500;
|
|
31730
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31731
|
+
font-size: 12px;
|
|
31732
|
+
line-height: 18px;
|
|
31704
31733
|
}
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
|
|
31734
|
+
|
|
31735
|
+
.t19zq6ic {
|
|
31736
|
+
font-family: Inter;
|
|
31737
|
+
font-style: normal;
|
|
31738
|
+
font-weight: normal;
|
|
31739
|
+
font-feature-settings: "zero" on;
|
|
31740
|
+
font-size: 12px;
|
|
31741
|
+
line-height: 18px;
|
|
31709
31742
|
}
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31713
|
-
|
|
31714
|
-
|
|
31715
|
-
|
|
31743
|
+
|
|
31744
|
+
.t1gduru8 {
|
|
31745
|
+
font-family: Inter;
|
|
31746
|
+
font-style: normal;
|
|
31747
|
+
font-weight: 500;
|
|
31748
|
+
font-feature-settings: "zero" on;
|
|
31749
|
+
font-size: 12px;
|
|
31750
|
+
line-height: 18px;
|
|
31716
31751
|
}
|
|
31717
|
-
|
|
31718
|
-
|
|
31719
|
-
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
|
|
31752
|
+
|
|
31753
|
+
.t55raab {
|
|
31754
|
+
font-family: Inter;
|
|
31755
|
+
font-style: normal;
|
|
31756
|
+
font-weight: bold;
|
|
31757
|
+
font-feature-settings: "zero" on;
|
|
31758
|
+
font-size: 16px;
|
|
31759
|
+
line-height: 24px;
|
|
31723
31760
|
}
|
|
31724
|
-
|
|
31725
|
-
|
|
31761
|
+
|
|
31762
|
+
.u1w9abfe {
|
|
31763
|
+
font-family: Inter;
|
|
31764
|
+
font-style: normal;
|
|
31765
|
+
font-weight: normal;
|
|
31766
|
+
font-size: 10px;
|
|
31767
|
+
line-height: 12px;
|
|
31726
31768
|
}
|
|
31727
31769
|
|
|
31728
31770
|
.c1up1pdz {
|
|
@@ -31865,196 +31907,40 @@ input.rrg1fkn.ant-input {
|
|
|
31865
31907
|
color: #fff;
|
|
31866
31908
|
}
|
|
31867
31909
|
|
|
31868
|
-
.
|
|
31869
|
-
|
|
31870
|
-
|
|
31871
|
-
font-size: 12px;
|
|
31872
|
-
line-height: 18px;
|
|
31873
|
-
}
|
|
31874
|
-
.n12mqh7z:not(:last-child) {
|
|
31875
|
-
margin-bottom: 4px;
|
|
31876
|
-
}
|
|
31877
|
-
|
|
31878
|
-
.tf5bynu {
|
|
31879
|
-
margin: 0 3px;
|
|
31880
|
-
}
|
|
31881
|
-
|
|
31882
|
-
.tcckoz1 {
|
|
31883
|
-
max-height: 400px;
|
|
31884
|
-
overflow: "auto";
|
|
31885
|
-
}
|
|
31886
|
-
|
|
31887
|
-
.m15dvk92 {
|
|
31888
|
-
display: flex;
|
|
31889
|
-
justify-content: space-between;
|
|
31890
|
-
width: 100%;
|
|
31891
|
-
}
|
|
31892
|
-
.m15dvk92 .action {
|
|
31893
|
-
margin-left: 16px;
|
|
31894
|
-
}
|
|
31895
|
-
|
|
31896
|
-
.aql8iqz .ant-alert-message {
|
|
31897
|
-
width: 100%;
|
|
31898
|
-
}
|
|
31899
|
-
|
|
31900
|
-
.tje3huy {
|
|
31901
|
-
width: 100%;
|
|
31902
|
-
overflow: inherit;
|
|
31903
|
-
white-space: inherit;
|
|
31904
|
-
text-overflow: ellipsis;
|
|
31905
|
-
}
|
|
31906
|
-
|
|
31907
|
-
.c1bus5hc {
|
|
31908
|
-
--color: white;
|
|
31909
|
-
height: 14px;
|
|
31910
|
-
width: 14px;
|
|
31911
|
-
border-radius: 50%;
|
|
31912
|
-
flex-shrink: 0;
|
|
31913
|
-
display: flex;
|
|
31914
|
-
align-items: center;
|
|
31915
|
-
justify-content: center;
|
|
31916
|
-
border: 1px solid var(--color);
|
|
31917
|
-
}
|
|
31918
|
-
.c1bus5hc .circle-inner {
|
|
31919
|
-
position: relative;
|
|
31920
|
-
height: 10px;
|
|
31921
|
-
width: 10px;
|
|
31922
|
-
border-radius: 50%;
|
|
31923
|
-
overflow: hidden;
|
|
31924
|
-
}
|
|
31925
|
-
.c1bus5hc .circle-content {
|
|
31926
|
-
position: absolute;
|
|
31927
|
-
height: 100%;
|
|
31928
|
-
width: 100%;
|
|
31929
|
-
left: 0;
|
|
31930
|
-
top: 0;
|
|
31931
|
-
border-radius: 50%;
|
|
31932
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31933
|
-
transform: rotate(180deg);
|
|
31934
|
-
}
|
|
31935
|
-
.c1bus5hc .circle-child {
|
|
31936
|
-
position: absolute;
|
|
31937
|
-
height: 100%;
|
|
31938
|
-
width: 100%;
|
|
31939
|
-
left: 0;
|
|
31940
|
-
top: 0;
|
|
31941
|
-
margin-left: 50%;
|
|
31942
|
-
transform-origin: left;
|
|
31943
|
-
background: white;
|
|
31944
|
-
transform: rotate(0deg);
|
|
31945
|
-
}
|
|
31946
|
-
|
|
31947
|
-
.t1sqg15u {
|
|
31948
|
-
background: white;
|
|
31949
|
-
}
|
|
31950
|
-
.t1sqg15u.inline .table-row {
|
|
31951
|
-
flex-direction: column;
|
|
31952
|
-
}
|
|
31953
|
-
.t1sqg15u.inline .table-row > label {
|
|
31954
|
-
padding: 0 16px 7px 0;
|
|
31955
|
-
}
|
|
31956
|
-
.t1sqg15u.has-border .table-header {
|
|
31957
|
-
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31958
|
-
}
|
|
31959
|
-
.t1sqg15u.has-border .hiddenBorder {
|
|
31960
|
-
border-top: none !important;
|
|
31961
|
-
}
|
|
31962
|
-
.t1sqg15u.has-border .table-row + .table-row {
|
|
31963
|
-
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31964
|
-
}
|
|
31965
|
-
.t1sqg15u.has-border .table-row:last-of-type {
|
|
31966
|
-
padding-bottom: 0;
|
|
31967
|
-
}
|
|
31968
|
-
.t1sqg15u.align-right .content {
|
|
31969
|
-
text-align: right;
|
|
31970
|
-
}
|
|
31971
|
-
.t1sqg15u .uuid-row {
|
|
31972
|
-
display: flex;
|
|
31973
|
-
justify-content: space-between;
|
|
31974
|
-
}
|
|
31975
|
-
.t1sqg15u .uuid-row .id-text {
|
|
31976
|
-
white-space: nowrap;
|
|
31977
|
-
overflow: hidden;
|
|
31978
|
-
text-overflow: ellipsis;
|
|
31979
|
-
}
|
|
31980
|
-
|
|
31981
|
-
.t4zczcp {
|
|
31982
|
-
display: flex;
|
|
31983
|
-
justify-content: space-between;
|
|
31984
|
-
align-items: center;
|
|
31985
|
-
padding: 8px;
|
|
31986
|
-
min-height: 32px;
|
|
31987
|
-
}
|
|
31988
|
-
.t4zczcp .table-title {
|
|
31989
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31990
|
-
font-weight: 600;
|
|
31991
|
-
font-size: 12px;
|
|
31992
|
-
line-height: 8px;
|
|
31993
|
-
}
|
|
31994
|
-
.t4zczcp .edit-icon {
|
|
31995
|
-
font-size: 16px;
|
|
31996
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31997
|
-
cursor: pointer;
|
|
31998
|
-
}
|
|
31999
|
-
|
|
32000
|
-
.t1s7goww {
|
|
32001
|
-
font-size: 12px;
|
|
32002
|
-
line-height: 18px;
|
|
32003
|
-
}
|
|
32004
|
-
|
|
32005
|
-
.t93e4cf {
|
|
32006
|
-
display: flex;
|
|
32007
|
-
padding: 8px 0;
|
|
32008
|
-
color: #2d3a56;
|
|
32009
|
-
}
|
|
32010
|
-
.t93e4cf .hidden {
|
|
32011
|
-
display: none;
|
|
32012
|
-
}
|
|
32013
|
-
.t93e4cf .ant-btn-link {
|
|
32014
|
-
height: auto;
|
|
32015
|
-
}
|
|
32016
|
-
.t93e4cf .content {
|
|
32017
|
-
overflow: hidden;
|
|
32018
|
-
overflow-x: auto;
|
|
32019
|
-
width: 100%;
|
|
32020
|
-
white-space: pre-wrap;
|
|
31910
|
+
.c18gxmrl {
|
|
31911
|
+
border: 1px solid #d8deeb;
|
|
31912
|
+
border-radius: 4px;
|
|
32021
31913
|
}
|
|
32022
|
-
.
|
|
32023
|
-
|
|
32024
|
-
text-align: left;
|
|
31914
|
+
.c18gxmrl + .c18gxmrl {
|
|
31915
|
+
margin-top: 8px;
|
|
32025
31916
|
}
|
|
32026
|
-
.
|
|
32027
|
-
|
|
31917
|
+
.c18gxmrl:hover {
|
|
31918
|
+
border-color: #0080ff;
|
|
32028
31919
|
}
|
|
32029
|
-
|
|
32030
|
-
.
|
|
32031
|
-
width: var(--rhz2uv5-0);
|
|
32032
|
-
flex-shrink: 0;
|
|
32033
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32034
|
-
padding-right: 12px;
|
|
31920
|
+
.c18gxmrl:hover > header {
|
|
31921
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32035
31922
|
}
|
|
32036
|
-
|
|
32037
|
-
|
|
32038
|
-
|
|
32039
|
-
|
|
32040
|
-
|
|
31923
|
+
.c18gxmrl.active header {
|
|
31924
|
+
border-bottom: 1px solid #d8deeb;
|
|
31925
|
+
}
|
|
31926
|
+
.c18gxmrl > header {
|
|
31927
|
+
padding: 8px 12px;
|
|
32041
31928
|
}
|
|
32042
31929
|
|
|
32043
|
-
.
|
|
32044
|
-
|
|
32045
|
-
|
|
32046
|
-
width: calc(100% - 40px);
|
|
31930
|
+
.berrcjl {
|
|
31931
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31932
|
+
margin-bottom: 4px;
|
|
32047
31933
|
}
|
|
32048
|
-
.
|
|
32049
|
-
|
|
32050
|
-
|
|
31934
|
+
.berrcjl .breadcrumb-link {
|
|
31935
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31936
|
+
cursor: pointer;
|
|
31937
|
+
transition: color 160ms ease;
|
|
32051
31938
|
}
|
|
32052
|
-
|
|
32053
|
-
|
|
32054
|
-
min-width: 40px;
|
|
31939
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31940
|
+
color: #0080ff;
|
|
32055
31941
|
}
|
|
32056
|
-
.
|
|
32057
|
-
color: #
|
|
31942
|
+
.berrcjl .breadcrumb-link:active {
|
|
31943
|
+
color: #005ed1;
|
|
32058
31944
|
}
|
|
32059
31945
|
|
|
32060
31946
|
.c18bcrac {
|
|
@@ -32104,231 +31990,329 @@ input.rrg1fkn.ant-input {
|
|
|
32104
31990
|
margin-right: 4px;
|
|
32105
31991
|
}
|
|
32106
31992
|
|
|
32107
|
-
.
|
|
32108
|
-
|
|
31993
|
+
.gmyahx3 {
|
|
31994
|
+
cursor: pointer;
|
|
32109
31995
|
}
|
|
32110
|
-
|
|
32111
|
-
|
|
32112
|
-
|
|
32113
|
-
|
|
32114
|
-
|
|
32115
|
-
height: 34px;
|
|
32116
|
-
min-height: 34px;
|
|
32117
|
-
box-sizing: border-box;
|
|
32118
|
-
margin-top: 8px;
|
|
31996
|
+
.gmyahx3 .link-text {
|
|
31997
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31998
|
+
}
|
|
31999
|
+
.gmyahx3:hover .link-text {
|
|
32000
|
+
color: #0080ff;
|
|
32119
32001
|
}
|
|
32120
32002
|
|
|
32121
|
-
.
|
|
32122
|
-
|
|
32123
|
-
|
|
32124
|
-
margin: 1px 8px;
|
|
32125
|
-
padding: 8px;
|
|
32003
|
+
.clm1wy1 {
|
|
32004
|
+
width: 192px;
|
|
32005
|
+
height: 246px;
|
|
32126
32006
|
border-radius: 4px;
|
|
32127
32007
|
}
|
|
32128
|
-
.
|
|
32129
|
-
|
|
32008
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32009
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32010
|
+
width: 100%;
|
|
32011
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32012
|
+
border-top: none;
|
|
32130
32013
|
}
|
|
32131
|
-
.
|
|
32132
|
-
|
|
32014
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32015
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32016
|
+
padding: 0 16px;
|
|
32133
32017
|
}
|
|
32134
|
-
.
|
|
32135
|
-
|
|
32018
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32019
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32020
|
+
width: 100%;
|
|
32021
|
+
height: 180px;
|
|
32022
|
+
border-spacing: 0;
|
|
32136
32023
|
}
|
|
32137
|
-
.
|
|
32138
|
-
|
|
32024
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32025
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32026
|
+
margin-bottom: 8px;
|
|
32139
32027
|
}
|
|
32140
|
-
.
|
|
32141
|
-
|
|
32028
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32029
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32030
|
+
width: 22px;
|
|
32142
32031
|
}
|
|
32143
|
-
.
|
|
32144
|
-
|
|
32032
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32033
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32034
|
+
padding: 0;
|
|
32145
32035
|
}
|
|
32146
|
-
.
|
|
32147
|
-
color:
|
|
32036
|
+
.clm1wy1 .ant-picker-cell {
|
|
32037
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32038
|
+
opacity: 0.4;
|
|
32148
32039
|
}
|
|
32149
|
-
.
|
|
32150
|
-
|
|
32151
|
-
|
|
32040
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32041
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32042
|
+
opacity: 1;
|
|
32043
|
+
}
|
|
32044
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32045
|
+
color: #3e4652;
|
|
32046
|
+
}
|
|
32047
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32048
|
+
pointer-events: none;
|
|
32152
32049
|
}
|
|
32153
32050
|
|
|
32154
|
-
.
|
|
32051
|
+
.t1tsm00v {
|
|
32052
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32053
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32054
|
+
backdrop-filter: blur(10px);
|
|
32055
|
+
padding: 7px 10px;
|
|
32056
|
+
}
|
|
32057
|
+
|
|
32058
|
+
.c167wnad {
|
|
32059
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32155
32060
|
display: flex;
|
|
32156
32061
|
justify-content: space-between;
|
|
32157
|
-
|
|
32158
|
-
|
|
32062
|
+
align-items: center;
|
|
32063
|
+
padding: 8px 16px;
|
|
32159
32064
|
}
|
|
32160
|
-
.
|
|
32161
|
-
|
|
32162
|
-
|
|
32163
|
-
|
|
32065
|
+
.c167wnad .anticon {
|
|
32066
|
+
cursor: pointer;
|
|
32067
|
+
}
|
|
32068
|
+
.c167wnad .anticon:hover {
|
|
32069
|
+
color: #0096ff;
|
|
32164
32070
|
}
|
|
32165
32071
|
|
|
32166
|
-
.
|
|
32072
|
+
.cxhf7dh {
|
|
32073
|
+
text-align: center;
|
|
32074
|
+
}
|
|
32075
|
+
.cxhf7dh .dots {
|
|
32167
32076
|
display: flex;
|
|
32168
|
-
justify-content:
|
|
32169
|
-
|
|
32170
|
-
|
|
32171
|
-
|
|
32172
|
-
|
|
32077
|
+
justify-content: center;
|
|
32078
|
+
}
|
|
32079
|
+
.cxhf7dh .dot {
|
|
32080
|
+
display: inline-block;
|
|
32081
|
+
width: 2px;
|
|
32082
|
+
height: 2px;
|
|
32083
|
+
border-radius: 1px;
|
|
32084
|
+
background: #0096ff;
|
|
32085
|
+
}
|
|
32086
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32087
|
+
margin-right: 2px;
|
|
32088
|
+
}
|
|
32089
|
+
.cxhf7dh .bar {
|
|
32090
|
+
width: 9px;
|
|
32091
|
+
height: 2px;
|
|
32092
|
+
background: #0096ff;
|
|
32093
|
+
border-radius: 2px;
|
|
32173
32094
|
}
|
|
32174
32095
|
|
|
32175
|
-
.
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32096
|
+
.n12mqh7z {
|
|
32097
|
+
display: flex;
|
|
32098
|
+
align-items: center;
|
|
32099
|
+
font-size: 12px;
|
|
32100
|
+
line-height: 18px;
|
|
32101
|
+
}
|
|
32102
|
+
.n12mqh7z:not(:last-child) {
|
|
32103
|
+
margin-bottom: 4px;
|
|
32179
32104
|
}
|
|
32180
32105
|
|
|
32181
|
-
.
|
|
32182
|
-
|
|
32183
|
-
height: 32px;
|
|
32184
|
-
width: 100%;
|
|
32185
|
-
opacity: 0;
|
|
32106
|
+
.tf5bynu {
|
|
32107
|
+
margin: 0 3px;
|
|
32186
32108
|
}
|
|
32187
32109
|
|
|
32188
|
-
.
|
|
32189
|
-
|
|
32110
|
+
.tcckoz1 {
|
|
32111
|
+
max-height: 400px;
|
|
32112
|
+
overflow: "auto";
|
|
32190
32113
|
}
|
|
32191
32114
|
|
|
32192
|
-
.
|
|
32193
|
-
|
|
32194
|
-
height: 246px;
|
|
32195
|
-
border-radius: 4px;
|
|
32115
|
+
.t1sqg15u {
|
|
32116
|
+
background: white;
|
|
32196
32117
|
}
|
|
32197
|
-
.
|
|
32198
|
-
|
|
32199
|
-
width: 100%;
|
|
32200
|
-
background-color: rgba(245, 247, 250, 0.6);
|
|
32201
|
-
border-top: none;
|
|
32118
|
+
.t1sqg15u.inline .table-row {
|
|
32119
|
+
flex-direction: column;
|
|
32202
32120
|
}
|
|
32203
|
-
.
|
|
32204
|
-
|
|
32205
|
-
padding: 0 16px;
|
|
32121
|
+
.t1sqg15u.inline .table-row > label {
|
|
32122
|
+
padding: 0 16px 7px 0;
|
|
32206
32123
|
}
|
|
32207
|
-
.
|
|
32208
|
-
|
|
32209
|
-
|
|
32210
|
-
|
|
32211
|
-
border-
|
|
32124
|
+
.t1sqg15u.has-border .table-header {
|
|
32125
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
32126
|
+
}
|
|
32127
|
+
.t1sqg15u.has-border .hiddenBorder {
|
|
32128
|
+
border-top: none !important;
|
|
32129
|
+
}
|
|
32130
|
+
.t1sqg15u.has-border .table-row + .table-row {
|
|
32131
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
32132
|
+
}
|
|
32133
|
+
.t1sqg15u.has-border .table-row:last-of-type {
|
|
32134
|
+
padding-bottom: 0;
|
|
32135
|
+
}
|
|
32136
|
+
.t1sqg15u.align-right .content {
|
|
32137
|
+
text-align: right;
|
|
32138
|
+
}
|
|
32139
|
+
.t1sqg15u .uuid-row {
|
|
32140
|
+
display: flex;
|
|
32141
|
+
justify-content: space-between;
|
|
32142
|
+
}
|
|
32143
|
+
.t1sqg15u .uuid-row .id-text {
|
|
32144
|
+
white-space: nowrap;
|
|
32145
|
+
overflow: hidden;
|
|
32146
|
+
text-overflow: ellipsis;
|
|
32147
|
+
}
|
|
32148
|
+
|
|
32149
|
+
.t4zczcp {
|
|
32150
|
+
display: flex;
|
|
32151
|
+
justify-content: space-between;
|
|
32152
|
+
align-items: center;
|
|
32153
|
+
padding: 8px;
|
|
32154
|
+
min-height: 32px;
|
|
32155
|
+
}
|
|
32156
|
+
.t4zczcp .table-title {
|
|
32157
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32158
|
+
font-weight: 600;
|
|
32159
|
+
font-size: 12px;
|
|
32160
|
+
line-height: 8px;
|
|
32161
|
+
}
|
|
32162
|
+
.t4zczcp .edit-icon {
|
|
32163
|
+
font-size: 16px;
|
|
32164
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32165
|
+
cursor: pointer;
|
|
32212
32166
|
}
|
|
32213
|
-
|
|
32214
|
-
.
|
|
32215
|
-
|
|
32167
|
+
|
|
32168
|
+
.t1s7goww {
|
|
32169
|
+
font-size: 12px;
|
|
32170
|
+
line-height: 18px;
|
|
32216
32171
|
}
|
|
32217
|
-
|
|
32218
|
-
.
|
|
32219
|
-
|
|
32172
|
+
|
|
32173
|
+
.t93e4cf {
|
|
32174
|
+
display: flex;
|
|
32175
|
+
padding: 8px 0;
|
|
32176
|
+
color: #2d3a56;
|
|
32220
32177
|
}
|
|
32221
|
-
.
|
|
32222
|
-
|
|
32223
|
-
padding: 0;
|
|
32178
|
+
.t93e4cf .hidden {
|
|
32179
|
+
display: none;
|
|
32224
32180
|
}
|
|
32225
|
-
.
|
|
32226
|
-
|
|
32227
|
-
opacity: 0.4;
|
|
32181
|
+
.t93e4cf .ant-btn-link {
|
|
32182
|
+
height: auto;
|
|
32228
32183
|
}
|
|
32229
|
-
.
|
|
32230
|
-
|
|
32231
|
-
|
|
32184
|
+
.t93e4cf .content {
|
|
32185
|
+
overflow: hidden;
|
|
32186
|
+
overflow-x: auto;
|
|
32187
|
+
width: 100%;
|
|
32188
|
+
white-space: pre-wrap;
|
|
32232
32189
|
}
|
|
32233
|
-
.
|
|
32234
|
-
|
|
32190
|
+
.t93e4cf .content .ant-btn {
|
|
32191
|
+
white-space: pre-wrap;
|
|
32192
|
+
text-align: left;
|
|
32235
32193
|
}
|
|
32236
|
-
.
|
|
32237
|
-
|
|
32194
|
+
.t93e4cf .content .unit-chart {
|
|
32195
|
+
justify-content: flex-start;
|
|
32238
32196
|
}
|
|
32239
32197
|
|
|
32240
|
-
.
|
|
32241
|
-
|
|
32242
|
-
|
|
32243
|
-
|
|
32244
|
-
padding:
|
|
32198
|
+
.rhz2uv5 {
|
|
32199
|
+
width: var(--rhz2uv5-0);
|
|
32200
|
+
flex-shrink: 0;
|
|
32201
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32202
|
+
padding-right: 12px;
|
|
32245
32203
|
}
|
|
32246
32204
|
|
|
32247
|
-
.
|
|
32248
|
-
|
|
32249
|
-
display: flex;
|
|
32250
|
-
justify-content: space-between;
|
|
32251
|
-
align-items: center;
|
|
32252
|
-
padding: 8px 16px;
|
|
32205
|
+
.c1uzzomf {
|
|
32206
|
+
margin-bottom: 16px;
|
|
32253
32207
|
}
|
|
32254
|
-
.
|
|
32255
|
-
|
|
32208
|
+
.c1uzzomf .card-title {
|
|
32209
|
+
font-size: 16px;
|
|
32210
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32211
|
+
font-weight: 700;
|
|
32212
|
+
line-height: 32px;
|
|
32256
32213
|
}
|
|
32257
|
-
.
|
|
32258
|
-
|
|
32214
|
+
.c1uzzomf .card-body {
|
|
32215
|
+
padding: 24px;
|
|
32216
|
+
border-radius: 8px;
|
|
32217
|
+
background: #fff;
|
|
32259
32218
|
}
|
|
32260
|
-
|
|
32261
|
-
|
|
32219
|
+
.c1uzzomf .empty {
|
|
32220
|
+
font-weight: 700;
|
|
32221
|
+
font-size: 14px;
|
|
32222
|
+
line-height: 22px;
|
|
32223
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32262
32224
|
text-align: center;
|
|
32263
32225
|
}
|
|
32264
|
-
|
|
32226
|
+
|
|
32227
|
+
.c1bus5hc {
|
|
32228
|
+
--color: white;
|
|
32229
|
+
height: 14px;
|
|
32230
|
+
width: 14px;
|
|
32231
|
+
border-radius: 50%;
|
|
32232
|
+
flex-shrink: 0;
|
|
32265
32233
|
display: flex;
|
|
32234
|
+
align-items: center;
|
|
32266
32235
|
justify-content: center;
|
|
32236
|
+
border: 1px solid var(--color);
|
|
32267
32237
|
}
|
|
32268
|
-
.
|
|
32269
|
-
|
|
32270
|
-
|
|
32271
|
-
|
|
32272
|
-
border-radius:
|
|
32273
|
-
|
|
32238
|
+
.c1bus5hc .circle-inner {
|
|
32239
|
+
position: relative;
|
|
32240
|
+
height: 10px;
|
|
32241
|
+
width: 10px;
|
|
32242
|
+
border-radius: 50%;
|
|
32243
|
+
overflow: hidden;
|
|
32274
32244
|
}
|
|
32275
|
-
.
|
|
32276
|
-
|
|
32245
|
+
.c1bus5hc .circle-content {
|
|
32246
|
+
position: absolute;
|
|
32247
|
+
height: 100%;
|
|
32248
|
+
width: 100%;
|
|
32249
|
+
left: 0;
|
|
32250
|
+
top: 0;
|
|
32251
|
+
border-radius: 50%;
|
|
32252
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32253
|
+
transform: rotate(180deg);
|
|
32277
32254
|
}
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32280
|
-
height:
|
|
32281
|
-
|
|
32282
|
-
|
|
32255
|
+
.c1bus5hc .circle-child {
|
|
32256
|
+
position: absolute;
|
|
32257
|
+
height: 100%;
|
|
32258
|
+
width: 100%;
|
|
32259
|
+
left: 0;
|
|
32260
|
+
top: 0;
|
|
32261
|
+
margin-left: 50%;
|
|
32262
|
+
transform-origin: left;
|
|
32263
|
+
background: white;
|
|
32264
|
+
transform: rotate(0deg);
|
|
32283
32265
|
}
|
|
32284
32266
|
|
|
32285
|
-
.
|
|
32286
|
-
|
|
32287
|
-
|
|
32288
|
-
|
|
32289
|
-
|
|
32290
|
-
margin-top: 8px;
|
|
32291
|
-
}
|
|
32292
|
-
.c18gxmrl:hover {
|
|
32293
|
-
border-color: #0080ff;
|
|
32294
|
-
}
|
|
32295
|
-
.c18gxmrl:hover > header {
|
|
32296
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32267
|
+
.tje3huy {
|
|
32268
|
+
width: 100%;
|
|
32269
|
+
overflow: inherit;
|
|
32270
|
+
white-space: inherit;
|
|
32271
|
+
text-overflow: ellipsis;
|
|
32297
32272
|
}
|
|
32298
|
-
|
|
32299
|
-
|
|
32273
|
+
|
|
32274
|
+
.m15dvk92 {
|
|
32275
|
+
display: flex;
|
|
32276
|
+
justify-content: space-between;
|
|
32277
|
+
width: 100%;
|
|
32300
32278
|
}
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32279
|
+
.m15dvk92 .action {
|
|
32280
|
+
margin-left: 16px;
|
|
32303
32281
|
}
|
|
32304
32282
|
|
|
32305
|
-
.
|
|
32306
|
-
|
|
32283
|
+
.aql8iqz .ant-alert-message {
|
|
32284
|
+
width: 100%;
|
|
32307
32285
|
}
|
|
32308
|
-
|
|
32309
|
-
|
|
32286
|
+
|
|
32287
|
+
.wg1tsps {
|
|
32288
|
+
display: flex;
|
|
32289
|
+
align-items: center;
|
|
32290
|
+
justify-content: flex-end;
|
|
32310
32291
|
}
|
|
32311
32292
|
|
|
32312
|
-
.
|
|
32313
|
-
|
|
32314
|
-
|
|
32293
|
+
.b1ctd5xy {
|
|
32294
|
+
display: flex;
|
|
32295
|
+
align-items: center;
|
|
32296
|
+
width: calc(100% - 40px);
|
|
32315
32297
|
}
|
|
32316
|
-
.
|
|
32317
|
-
|
|
32318
|
-
|
|
32319
|
-
padding-left: 0px !important;
|
|
32320
|
-
padding-right: 24px;
|
|
32298
|
+
.b1ctd5xy .chart {
|
|
32299
|
+
display: inline-block;
|
|
32300
|
+
width: 100%;
|
|
32321
32301
|
}
|
|
32322
|
-
|
|
32323
|
-
|
|
32302
|
+
|
|
32303
|
+
.u1p8acpn {
|
|
32304
|
+
min-width: 40px;
|
|
32324
32305
|
}
|
|
32325
|
-
.
|
|
32326
|
-
|
|
32306
|
+
.u1p8acpn .unit {
|
|
32307
|
+
color: #00122e !important;
|
|
32327
32308
|
}
|
|
32328
32309
|
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32331
|
-
|
|
32310
|
+
.s1iv0tp1 .enabled-switch {
|
|
32311
|
+
display: flex;
|
|
32312
|
+
align-items: center;
|
|
32313
|
+
}
|
|
32314
|
+
.s1iv0tp1 .enabled-text {
|
|
32315
|
+
margin-right: 8px;
|
|
32332
32316
|
}
|
|
32333
32317
|
|
|
32334
32318
|
.c198s9j3 {
|
|
@@ -32402,6 +32386,39 @@ input.rrg1fkn.ant-input {
|
|
|
32402
32386
|
margin-left: 24px;
|
|
32403
32387
|
}
|
|
32404
32388
|
|
|
32389
|
+
.cav9p2m .ant-collapse-item {
|
|
32390
|
+
border: 0px;
|
|
32391
|
+
background-color: #fff;
|
|
32392
|
+
}
|
|
32393
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32394
|
+
padding-top: 0px;
|
|
32395
|
+
padding-bottom: 0px;
|
|
32396
|
+
padding-left: 0px !important;
|
|
32397
|
+
padding-right: 24px;
|
|
32398
|
+
}
|
|
32399
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32400
|
+
right: 0px;
|
|
32401
|
+
}
|
|
32402
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32403
|
+
padding: 0px;
|
|
32404
|
+
}
|
|
32405
|
+
|
|
32406
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32407
|
+
padding-right: 0px;
|
|
32408
|
+
cursor: default;
|
|
32409
|
+
}
|
|
32410
|
+
|
|
32411
|
+
.t3qomhu {
|
|
32412
|
+
margin: 0 2px;
|
|
32413
|
+
}
|
|
32414
|
+
|
|
32415
|
+
.c10crapj {
|
|
32416
|
+
border-radius: 8px;
|
|
32417
|
+
}
|
|
32418
|
+
.c10crapj .ant-card-body {
|
|
32419
|
+
padding: 20px 24px 24px 24px;
|
|
32420
|
+
}
|
|
32421
|
+
|
|
32405
32422
|
.o8ocss1 {
|
|
32406
32423
|
overflow: hidden;
|
|
32407
32424
|
text-overflow: ellipsis;
|
|
@@ -32411,18 +32428,35 @@ input.rrg1fkn.ant-input {
|
|
|
32411
32428
|
white-space: nowrap;
|
|
32412
32429
|
}
|
|
32413
32430
|
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32431
|
+
button.lujuy3j {
|
|
32432
|
+
color: #0080FF;
|
|
32416
32433
|
}
|
|
32417
|
-
|
|
32418
|
-
.igz4le8 {
|
|
32419
|
-
height: 24px;
|
|
32420
|
-
width: 56px !important;
|
|
32434
|
+
button.lujuy3j .button-prefix-icon {
|
|
32421
32435
|
margin-right: 4px;
|
|
32422
32436
|
}
|
|
32423
|
-
|
|
32424
|
-
|
|
32425
|
-
|
|
32437
|
+
button.lujuy3j .button-suffix-icon {
|
|
32438
|
+
margin-left: 4px;
|
|
32439
|
+
}
|
|
32440
|
+
button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
|
|
32441
|
+
color: #009dff;
|
|
32442
|
+
}
|
|
32443
|
+
button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
|
|
32444
|
+
color: #005ed1;
|
|
32445
|
+
}
|
|
32446
|
+
button.lujuy3j.ui-kit-link-disabled {
|
|
32447
|
+
color: #0080FF;
|
|
32448
|
+
}
|
|
32449
|
+
button.lujuy3j.ui-kit-link-subtle {
|
|
32450
|
+
color: #00122e;
|
|
32451
|
+
}
|
|
32452
|
+
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32453
|
+
color: #0080FF;
|
|
32454
|
+
}
|
|
32455
|
+
button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32456
|
+
color: #005ed1;
|
|
32457
|
+
}
|
|
32458
|
+
button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32459
|
+
color: #00122e;
|
|
32426
32460
|
}
|
|
32427
32461
|
|
|
32428
32462
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
@@ -32486,6 +32520,16 @@ input.rrg1fkn.ant-input {
|
|
|
32486
32520
|
transform: rotate(180deg);
|
|
32487
32521
|
}
|
|
32488
32522
|
|
|
32523
|
+
.igz4le8 {
|
|
32524
|
+
height: 24px;
|
|
32525
|
+
width: 56px !important;
|
|
32526
|
+
margin-right: 4px;
|
|
32527
|
+
}
|
|
32528
|
+
|
|
32529
|
+
.c1riexje {
|
|
32530
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32531
|
+
}
|
|
32532
|
+
|
|
32489
32533
|
.s14dk8r1 {
|
|
32490
32534
|
margin: 0;
|
|
32491
32535
|
border-radius: 20px;
|
|
@@ -32560,10 +32604,6 @@ input.rrg1fkn.ant-input {
|
|
|
32560
32604
|
display: inline-block;
|
|
32561
32605
|
}
|
|
32562
32606
|
|
|
32563
|
-
.t19ustft .date {
|
|
32564
|
-
margin-right: 4px;
|
|
32565
|
-
}
|
|
32566
|
-
|
|
32567
32607
|
.l4bld33 {
|
|
32568
32608
|
width: 64px;
|
|
32569
32609
|
height: 64px;
|
|
@@ -32774,6 +32814,122 @@ input.rrg1fkn.ant-input {
|
|
|
32774
32814
|
margin-left: 8px;
|
|
32775
32815
|
}
|
|
32776
32816
|
|
|
32817
|
+
.t19ustft .date {
|
|
32818
|
+
margin-right: 4px;
|
|
32819
|
+
}
|
|
32820
|
+
|
|
32821
|
+
.s1uupxds {
|
|
32822
|
+
padding: 0 8px;
|
|
32823
|
+
border-radius: 4px;
|
|
32824
|
+
}
|
|
32825
|
+
|
|
32826
|
+
.m10sqwut {
|
|
32827
|
+
padding: 2px 8px;
|
|
32828
|
+
border-radius: 3px;
|
|
32829
|
+
}
|
|
32830
|
+
|
|
32831
|
+
.l1d492wb {
|
|
32832
|
+
padding: 3px 8px;
|
|
32833
|
+
border-radius: 2px;
|
|
32834
|
+
}
|
|
32835
|
+
|
|
32836
|
+
.t1lzavmu.ant-tag:hover {
|
|
32837
|
+
opacity: unset;
|
|
32838
|
+
}
|
|
32839
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32840
|
+
margin: 0;
|
|
32841
|
+
margin-right: 8px;
|
|
32842
|
+
display: inline-flex;
|
|
32843
|
+
align-items: center;
|
|
32844
|
+
border: none;
|
|
32845
|
+
}
|
|
32846
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32847
|
+
width: 16px;
|
|
32848
|
+
height: 16px;
|
|
32849
|
+
color: inherit;
|
|
32850
|
+
margin-left: 4px;
|
|
32851
|
+
opacity: 0.6;
|
|
32852
|
+
display: inline-flex;
|
|
32853
|
+
}
|
|
32854
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32855
|
+
opacity: 1;
|
|
32856
|
+
}
|
|
32857
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32858
|
+
color: #0080ff;
|
|
32859
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32860
|
+
}
|
|
32861
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32862
|
+
color: #f0483e;
|
|
32863
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32864
|
+
}
|
|
32865
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32866
|
+
color: #e07f00;
|
|
32867
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32868
|
+
}
|
|
32869
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32870
|
+
color: #008f4c;
|
|
32871
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32872
|
+
}
|
|
32873
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32874
|
+
color: #1d326c;
|
|
32875
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32876
|
+
}
|
|
32877
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32878
|
+
color: #7E41FF;
|
|
32879
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32880
|
+
}
|
|
32881
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32882
|
+
color: #fff;
|
|
32883
|
+
}
|
|
32884
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32885
|
+
background-color: #f0483e;
|
|
32886
|
+
}
|
|
32887
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32888
|
+
background-color: #fea008;
|
|
32889
|
+
}
|
|
32890
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32891
|
+
background-color: #00ba5d;
|
|
32892
|
+
}
|
|
32893
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32894
|
+
background-color: #0080ff;
|
|
32895
|
+
}
|
|
32896
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32897
|
+
background-color: #6b7d99;
|
|
32898
|
+
}
|
|
32899
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32900
|
+
background-color: #7E41FF;
|
|
32901
|
+
}
|
|
32902
|
+
|
|
32903
|
+
.t1gz6wqf {
|
|
32904
|
+
height: 100%;
|
|
32905
|
+
}
|
|
32906
|
+
.t1gz6wqf .table-loading-item {
|
|
32907
|
+
padding: 12px 4px;
|
|
32908
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32909
|
+
display: flex;
|
|
32910
|
+
}
|
|
32911
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32912
|
+
height: 16px;
|
|
32913
|
+
margin: 4px;
|
|
32914
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32915
|
+
border-radius: 2px;
|
|
32916
|
+
}
|
|
32917
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32918
|
+
width: 16px;
|
|
32919
|
+
}
|
|
32920
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32921
|
+
flex: 1;
|
|
32922
|
+
}
|
|
32923
|
+
.t1gz6wqf :nth-child(1) {
|
|
32924
|
+
padding: 8px 4px;
|
|
32925
|
+
}
|
|
32926
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32927
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32928
|
+
}
|
|
32929
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32930
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32931
|
+
}
|
|
32932
|
+
|
|
32777
32933
|
.sq6vos1 {
|
|
32778
32934
|
--item-min-width: 60px;
|
|
32779
32935
|
}
|
|
@@ -32906,170 +33062,100 @@ input.rrg1fkn.ant-input {
|
|
|
32906
33062
|
width: 192px;
|
|
32907
33063
|
row-gap: 2px;
|
|
32908
33064
|
}
|
|
32909
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32910
|
-
|
|
32911
|
-
border-radius: 4px;
|
|
32912
|
-
height: 32px;
|
|
32913
|
-
display: flex;
|
|
32914
|
-
align-items: center;
|
|
32915
|
-
}
|
|
32916
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
32917
|
-
min-height: auto;
|
|
32918
|
-
white-space: nowrap;
|
|
32919
|
-
}
|
|
32920
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
32921
|
-
font-size: 13px;
|
|
32922
|
-
line-height: 20px;
|
|
32923
|
-
max-width: 100%;
|
|
32924
|
-
padding-right: 0;
|
|
32925
|
-
}
|
|
32926
|
-
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
32927
|
-
background: rgba(0, 128, 255, 0.1);
|
|
32928
|
-
}
|
|
32929
|
-
|
|
32930
|
-
.h1xo7yjb {
|
|
32931
|
-
width: 100%;
|
|
32932
|
-
display: inline-flex;
|
|
32933
|
-
align-items: center;
|
|
32934
|
-
justify-content: center;
|
|
32935
|
-
column-gap: 4px;
|
|
32936
|
-
}
|
|
32937
|
-
.h1xo7yjb .step-item-prefix-container {
|
|
32938
|
-
display: inline-flex;
|
|
32939
|
-
align-items: center;
|
|
32940
|
-
width: 18px;
|
|
32941
|
-
height: 18px;
|
|
32942
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32943
|
-
justify-content: center;
|
|
32944
|
-
}
|
|
32945
|
-
|
|
32946
|
-
.v1f2f7cy {
|
|
32947
|
-
width: 100%;
|
|
32948
|
-
display: flex;
|
|
32949
|
-
align-items: center;
|
|
32950
|
-
justify-content: center;
|
|
32951
|
-
column-gap: 6px;
|
|
32952
|
-
font-size: 13px;
|
|
32953
|
-
}
|
|
32954
|
-
.v1f2f7cy .step-item-prefix-container {
|
|
32955
|
-
display: inline-flex;
|
|
32956
|
-
align-items: center;
|
|
32957
|
-
min-width: 20px;
|
|
32958
|
-
min-height: 20px;
|
|
32959
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32960
|
-
justify-content: center;
|
|
32961
|
-
}
|
|
32962
|
-
|
|
32963
|
-
.t1gz6wqf {
|
|
32964
|
-
height: 100%;
|
|
32965
|
-
}
|
|
32966
|
-
.t1gz6wqf .table-loading-item {
|
|
32967
|
-
padding: 12px 4px;
|
|
32968
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32969
|
-
display: flex;
|
|
32970
|
-
}
|
|
32971
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32972
|
-
height: 16px;
|
|
32973
|
-
margin: 4px;
|
|
32974
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32975
|
-
border-radius: 2px;
|
|
32976
|
-
}
|
|
32977
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32978
|
-
width: 16px;
|
|
32979
|
-
}
|
|
32980
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32981
|
-
flex: 1;
|
|
32982
|
-
}
|
|
32983
|
-
.t1gz6wqf :nth-child(1) {
|
|
32984
|
-
padding: 8px 4px;
|
|
32985
|
-
}
|
|
32986
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32987
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32988
|
-
}
|
|
32989
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32990
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32991
|
-
}
|
|
32992
|
-
|
|
32993
|
-
.s1uupxds {
|
|
32994
|
-
padding: 0 8px;
|
|
32995
|
-
border-radius: 4px;
|
|
32996
|
-
}
|
|
32997
|
-
|
|
32998
|
-
.m10sqwut {
|
|
32999
|
-
padding: 2px 8px;
|
|
33000
|
-
border-radius: 3px;
|
|
33001
|
-
}
|
|
33002
|
-
|
|
33003
|
-
.l1d492wb {
|
|
33004
|
-
padding: 3px 8px;
|
|
33005
|
-
border-radius: 2px;
|
|
33006
|
-
}
|
|
33007
|
-
|
|
33008
|
-
.t1lzavmu.ant-tag:hover {
|
|
33009
|
-
opacity: unset;
|
|
33010
|
-
}
|
|
33011
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
33012
|
-
margin: 0;
|
|
33013
|
-
margin-right: 8px;
|
|
33014
|
-
display: inline-flex;
|
|
33015
|
-
align-items: center;
|
|
33016
|
-
border: none;
|
|
33065
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
33066
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33017
33067
|
}
|
|
33018
|
-
.
|
|
33019
|
-
|
|
33020
|
-
height: 16px;
|
|
33021
|
-
color: inherit;
|
|
33022
|
-
margin-left: 4px;
|
|
33023
|
-
opacity: 0.6;
|
|
33024
|
-
display: inline-flex;
|
|
33068
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
33069
|
+
color: #00122e !important;
|
|
33025
33070
|
}
|
|
33026
|
-
.
|
|
33027
|
-
|
|
33071
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
33072
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33028
33073
|
}
|
|
33029
|
-
.
|
|
33030
|
-
|
|
33031
|
-
|
|
33074
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
33075
|
+
padding: 0 8px;
|
|
33076
|
+
border-radius: 4px;
|
|
33077
|
+
height: 32px;
|
|
33078
|
+
display: flex;
|
|
33079
|
+
align-items: center;
|
|
33032
33080
|
}
|
|
33033
|
-
.
|
|
33034
|
-
|
|
33035
|
-
|
|
33081
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
33082
|
+
min-height: auto;
|
|
33083
|
+
white-space: nowrap;
|
|
33036
33084
|
}
|
|
33037
|
-
.
|
|
33038
|
-
|
|
33039
|
-
|
|
33085
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33086
|
+
font-size: 13px;
|
|
33087
|
+
line-height: 20px;
|
|
33088
|
+
max-width: 100%;
|
|
33089
|
+
padding-right: 0;
|
|
33040
33090
|
}
|
|
33041
|
-
.
|
|
33042
|
-
|
|
33043
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
33091
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33092
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33044
33093
|
}
|
|
33045
|
-
|
|
33046
|
-
|
|
33047
|
-
|
|
33094
|
+
|
|
33095
|
+
.h1xo7yjb {
|
|
33096
|
+
width: 100%;
|
|
33097
|
+
display: inline-flex;
|
|
33098
|
+
align-items: center;
|
|
33099
|
+
justify-content: center;
|
|
33100
|
+
column-gap: 4px;
|
|
33048
33101
|
}
|
|
33049
|
-
.
|
|
33050
|
-
|
|
33051
|
-
|
|
33102
|
+
.h1xo7yjb .step-item-prefix-container {
|
|
33103
|
+
display: inline-flex;
|
|
33104
|
+
align-items: center;
|
|
33105
|
+
width: 18px;
|
|
33106
|
+
height: 18px;
|
|
33107
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33108
|
+
justify-content: center;
|
|
33052
33109
|
}
|
|
33053
|
-
|
|
33054
|
-
|
|
33110
|
+
|
|
33111
|
+
.v1f2f7cy {
|
|
33112
|
+
width: 100%;
|
|
33113
|
+
display: flex;
|
|
33114
|
+
align-items: center;
|
|
33115
|
+
justify-content: center;
|
|
33116
|
+
column-gap: 6px;
|
|
33117
|
+
font-size: 13px;
|
|
33055
33118
|
}
|
|
33056
|
-
.
|
|
33057
|
-
|
|
33119
|
+
.v1f2f7cy .step-item-prefix-container {
|
|
33120
|
+
display: inline-flex;
|
|
33121
|
+
align-items: center;
|
|
33122
|
+
min-width: 20px;
|
|
33123
|
+
min-height: 20px;
|
|
33124
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33125
|
+
justify-content: center;
|
|
33058
33126
|
}
|
|
33059
|
-
|
|
33060
|
-
|
|
33127
|
+
|
|
33128
|
+
.skwah65 {
|
|
33129
|
+
height: 8px;
|
|
33130
|
+
box-sizing: border-box;
|
|
33131
|
+
border-radius: 2px;
|
|
33132
|
+
background: #f5f7fa;
|
|
33133
|
+
display: flex;
|
|
33134
|
+
width: 100%;
|
|
33135
|
+
overflow: hidden;
|
|
33061
33136
|
}
|
|
33062
|
-
.
|
|
33063
|
-
|
|
33137
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33138
|
+
margin-left: 1px;
|
|
33064
33139
|
}
|
|
33065
|
-
|
|
33066
|
-
|
|
33140
|
+
|
|
33141
|
+
.rrwcpby {
|
|
33142
|
+
display: flex;
|
|
33143
|
+
align-items: center;
|
|
33067
33144
|
}
|
|
33068
|
-
.
|
|
33069
|
-
|
|
33145
|
+
.rrwcpby .order {
|
|
33146
|
+
height: 24px;
|
|
33147
|
+
width: 24px;
|
|
33148
|
+
border-radius: 20px;
|
|
33149
|
+
color: #0080ff;
|
|
33150
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33151
|
+
display: flex;
|
|
33152
|
+
align-items: center;
|
|
33153
|
+
justify-content: center;
|
|
33154
|
+
margin-right: 6px;
|
|
33070
33155
|
}
|
|
33071
|
-
|
|
33072
|
-
|
|
33156
|
+
|
|
33157
|
+
.c1k4vanq {
|
|
33158
|
+
padding: 0 12px 14px 12px;
|
|
33073
33159
|
}
|
|
33074
33160
|
|
|
33075
33161
|
.c1udgdh2 {
|
|
@@ -33112,41 +33198,35 @@ input.rrg1fkn.ant-input {
|
|
|
33112
33198
|
margin-right: 2px;
|
|
33113
33199
|
}
|
|
33114
33200
|
|
|
33115
|
-
.
|
|
33116
|
-
|
|
33117
|
-
|
|
33118
|
-
|
|
33119
|
-
|
|
33120
|
-
display: flex;
|
|
33121
|
-
align-items: center;
|
|
33201
|
+
.f1p9ti6d {
|
|
33202
|
+
width: 100%;
|
|
33203
|
+
margin-bottom: 0 !important;
|
|
33204
|
+
flex-flow: nowrap !important;
|
|
33205
|
+
line-break: auto;
|
|
33122
33206
|
}
|
|
33123
|
-
.
|
|
33124
|
-
|
|
33125
|
-
|
|
33126
|
-
border-radius: 20px;
|
|
33127
|
-
color: #0080ff;
|
|
33128
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33129
|
-
display: flex;
|
|
33130
|
-
align-items: center;
|
|
33131
|
-
justify-content: center;
|
|
33132
|
-
margin-right: 6px;
|
|
33207
|
+
.f1p9ti6d > .ant-form-item-label {
|
|
33208
|
+
text-align: left !important;
|
|
33209
|
+
padding-bottom: 0 !important;
|
|
33133
33210
|
}
|
|
33134
|
-
|
|
33135
|
-
|
|
33136
|
-
|
|
33211
|
+
.f1p9ti6d > .ant-form-item-label > label {
|
|
33212
|
+
min-height: 32px;
|
|
33213
|
+
height: auto;
|
|
33214
|
+
font-size: 13px;
|
|
33215
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33216
|
+
white-space: normal;
|
|
33137
33217
|
}
|
|
33138
|
-
|
|
33139
|
-
|
|
33140
|
-
border-radius: 8px;
|
|
33141
|
-
background-color: white;
|
|
33218
|
+
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33219
|
+
border-color: #ff4d4f !important;
|
|
33142
33220
|
}
|
|
33143
|
-
.
|
|
33144
|
-
|
|
33221
|
+
.f1p9ti6d .ant-form-item-explain {
|
|
33222
|
+
margin-top: 4px;
|
|
33223
|
+
font-size: 12px;
|
|
33224
|
+
min-height: 0px;
|
|
33145
33225
|
}
|
|
33146
|
-
.
|
|
33147
|
-
|
|
33148
|
-
|
|
33149
|
-
|
|
33226
|
+
.f1p9ti6d .ant-form-item-extra {
|
|
33227
|
+
font-size: 12px;
|
|
33228
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33229
|
+
min-height: 0px;
|
|
33150
33230
|
}
|
|
33151
33231
|
|
|
33152
33232
|
.tc40oxa {
|
|
@@ -33342,17 +33422,13 @@ input.rrg1fkn.ant-input {
|
|
|
33342
33422
|
margin-right: 8px;
|
|
33343
33423
|
}
|
|
33344
33424
|
|
|
33345
|
-
.
|
|
33346
|
-
|
|
33347
|
-
box-sizing: border-box;
|
|
33348
|
-
border-radius: 2px;
|
|
33349
|
-
background: #f5f7fa;
|
|
33350
|
-
display: flex;
|
|
33351
|
-
width: 100%;
|
|
33352
|
-
overflow: hidden;
|
|
33425
|
+
.w1xcixj5.outside-tag {
|
|
33426
|
+
padding-left: 0;
|
|
33353
33427
|
}
|
|
33354
|
-
.
|
|
33355
|
-
|
|
33428
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33429
|
+
border-radius: 4px 0 0 4px;
|
|
33430
|
+
padding-right: 4px;
|
|
33431
|
+
margin-right: 4px;
|
|
33356
33432
|
}
|
|
33357
33433
|
|
|
33358
33434
|
.iwsze0q {
|
|
@@ -33386,44 +33462,21 @@ input.rrg1fkn.ant-input {
|
|
|
33386
33462
|
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33387
33463
|
}
|
|
33388
33464
|
|
|
33389
|
-
.
|
|
33390
|
-
|
|
33391
|
-
margin-bottom: 0 !important;
|
|
33392
|
-
flex-flow: nowrap !important;
|
|
33393
|
-
line-break: auto;
|
|
33394
|
-
}
|
|
33395
|
-
.f1p9ti6d > .ant-form-item-label {
|
|
33396
|
-
text-align: left !important;
|
|
33397
|
-
padding-bottom: 0 !important;
|
|
33398
|
-
}
|
|
33399
|
-
.f1p9ti6d > .ant-form-item-label > label {
|
|
33400
|
-
min-height: 32px;
|
|
33401
|
-
height: auto;
|
|
33402
|
-
font-size: 13px;
|
|
33403
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33404
|
-
white-space: normal;
|
|
33405
|
-
}
|
|
33406
|
-
.f1p9ti6d.ant-form-item-has-error .ant-input {
|
|
33407
|
-
border-color: #ff4d4f !important;
|
|
33408
|
-
}
|
|
33409
|
-
.f1p9ti6d .ant-form-item-explain {
|
|
33410
|
-
margin-top: 4px;
|
|
33411
|
-
font-size: 12px;
|
|
33412
|
-
min-height: 0px;
|
|
33413
|
-
}
|
|
33414
|
-
.f1p9ti6d .ant-form-item-extra {
|
|
33415
|
-
font-size: 12px;
|
|
33416
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33417
|
-
min-height: 0px;
|
|
33465
|
+
.bab9xum {
|
|
33466
|
+
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);
|
|
33418
33467
|
}
|
|
33419
33468
|
|
|
33420
|
-
.
|
|
33421
|
-
|
|
33469
|
+
.cav4gt6 {
|
|
33470
|
+
border-radius: 8px;
|
|
33471
|
+
background-color: white;
|
|
33422
33472
|
}
|
|
33423
|
-
.
|
|
33424
|
-
|
|
33425
|
-
|
|
33426
|
-
|
|
33473
|
+
.cav4gt6.hoverable {
|
|
33474
|
+
cursor: pointer;
|
|
33475
|
+
}
|
|
33476
|
+
.cav4gt6.hoverable:hover {
|
|
33477
|
+
transition: all 200ms ease;
|
|
33478
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33479
|
+
transform: translateY(-4px);
|
|
33427
33480
|
}
|
|
33428
33481
|
|
|
33429
33482
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
@@ -33476,25 +33529,6 @@ input.rrg1fkn.ant-input {
|
|
|
33476
33529
|
font-size: inherit;
|
|
33477
33530
|
}
|
|
33478
33531
|
|
|
33479
|
-
.feau332.ant-form-item {
|
|
33480
|
-
margin-bottom: 0;
|
|
33481
|
-
}
|
|
33482
|
-
.feau332 .ant-form-item-explain {
|
|
33483
|
-
display: none;
|
|
33484
|
-
min-height: 18px;
|
|
33485
|
-
margin-top: 5px;
|
|
33486
|
-
font-family: "Inter";
|
|
33487
|
-
font-weight: 400;
|
|
33488
|
-
font-size: 12px;
|
|
33489
|
-
line-height: 18px;
|
|
33490
|
-
}
|
|
33491
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33492
|
-
white-space: pre-wrap;
|
|
33493
|
-
}
|
|
33494
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33495
|
-
display: block;
|
|
33496
|
-
}
|
|
33497
|
-
|
|
33498
33532
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33499
33533
|
display: var(--a6dbbkm-0);
|
|
33500
33534
|
}
|
|
@@ -33524,4 +33558,23 @@ input.rrg1fkn.ant-input {
|
|
|
33524
33558
|
margin: 0;
|
|
33525
33559
|
height: auto;
|
|
33526
33560
|
font-size: inherit;
|
|
33561
|
+
}
|
|
33562
|
+
|
|
33563
|
+
.feau332.ant-form-item {
|
|
33564
|
+
margin-bottom: 0;
|
|
33565
|
+
}
|
|
33566
|
+
.feau332 .ant-form-item-explain {
|
|
33567
|
+
display: none;
|
|
33568
|
+
min-height: 18px;
|
|
33569
|
+
margin-top: 5px;
|
|
33570
|
+
font-family: "Inter";
|
|
33571
|
+
font-weight: 400;
|
|
33572
|
+
font-size: 12px;
|
|
33573
|
+
line-height: 18px;
|
|
33574
|
+
}
|
|
33575
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33576
|
+
white-space: pre-wrap;
|
|
33577
|
+
}
|
|
33578
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33579
|
+
display: block;
|
|
33527
33580
|
}
|