@cloudtower/eagle 0.27.40 → 0.27.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +2162 -2161
- package/dist/esm/index.js +9 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/stories/{OverflowTooltip.stories.d.ts → docs/OverflowTooltip.stories.d.ts} +1 -1
- package/dist/stories/icons-react.stories.d.ts +3 -0
- package/dist/style.css +2213 -2212
- package/dist/umd/index.js +24 -0
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +2 -1
- package/package.json +5 -5
- /package/dist/stories/{I18nNameTag.stories.d.ts → docs/I18nNameTag.stories.d.ts} +0 -0
package/dist/components.css
CHANGED
|
@@ -28537,6 +28537,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28537
28537
|
}
|
|
28538
28538
|
.table-wrapper.table-sticky-header .no-scroll-bar th.cell__action_ {
|
|
28539
28539
|
right: 0 !important;
|
|
28540
|
+
z-index: 10;
|
|
28540
28541
|
}
|
|
28541
28542
|
.table-wrapper.table-sticky-header .no-scroll-bar th.ant-table-cell-scrollbar {
|
|
28542
28543
|
display: none;
|
|
@@ -29484,48 +29485,209 @@ html body {
|
|
|
29484
29485
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29485
29486
|
}
|
|
29486
29487
|
|
|
29487
|
-
.
|
|
29488
|
-
width:
|
|
29489
|
-
|
|
29490
|
-
|
|
29488
|
+
.E_damzgq8 {
|
|
29489
|
+
width: 400px;
|
|
29490
|
+
}
|
|
29491
|
+
.E_damzgq8 .bottom {
|
|
29492
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29493
|
+
}
|
|
29494
|
+
|
|
29495
|
+
.E_c1t5t7l0 {
|
|
29496
|
+
display: flex;
|
|
29497
|
+
flex-direction: row;
|
|
29498
|
+
justify-content: space-between;
|
|
29499
|
+
}
|
|
29500
|
+
.E_c1t5t7l0 .label {
|
|
29501
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29502
|
+
font-weight: 400;
|
|
29503
|
+
}
|
|
29504
|
+
|
|
29505
|
+
.E_cg9brz0 {
|
|
29491
29506
|
display: flex;
|
|
29492
29507
|
flex-direction: column;
|
|
29493
29508
|
justify-content: center;
|
|
29494
29509
|
align-items: center;
|
|
29510
|
+
height: 240px;
|
|
29511
|
+
width: 432px;
|
|
29495
29512
|
}
|
|
29496
|
-
|
|
29497
|
-
|
|
29498
|
-
|
|
29499
|
-
|
|
29513
|
+
|
|
29514
|
+
.E_c1efuzht.ant-input-affix-wrapper {
|
|
29515
|
+
border-radius: 0px;
|
|
29516
|
+
box-shadow: unset;
|
|
29517
|
+
border: 0;
|
|
29518
|
+
border-bottom: 1px solid #e4e9f2;
|
|
29500
29519
|
}
|
|
29501
29520
|
|
|
29502
|
-
.
|
|
29503
|
-
padding: 4px
|
|
29521
|
+
.E_c1sqzi2s.antd5 .antd5-selector {
|
|
29522
|
+
padding: 4px;
|
|
29523
|
+
}
|
|
29524
|
+
.E_c1sqzi2s.antd5 .antd5-selector:after {
|
|
29525
|
+
line-height: normal;
|
|
29526
|
+
}
|
|
29527
|
+
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
29528
|
+
height: 22px;
|
|
29529
|
+
}
|
|
29530
|
+
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
29531
|
+
row-gap: 2px;
|
|
29532
|
+
}
|
|
29533
|
+
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
|
|
29534
|
+
line-height: normal;
|
|
29504
29535
|
}
|
|
29505
29536
|
|
|
29506
|
-
.
|
|
29507
|
-
|
|
29508
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29537
|
+
.E_cyg2a2l {
|
|
29538
|
+
font-size: 13px;
|
|
29509
29539
|
}
|
|
29510
|
-
|
|
29511
|
-
|
|
29540
|
+
|
|
29541
|
+
.E_c14uped1 {
|
|
29542
|
+
padding: 7px 14px;
|
|
29543
|
+
height: 20px;
|
|
29544
|
+
font-weight: 400;
|
|
29545
|
+
box-sizing: content-box;
|
|
29546
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29547
|
+
display: flex;
|
|
29548
|
+
flex-direction: row;
|
|
29549
|
+
justify-content: space-between;
|
|
29550
|
+
align-items: center;
|
|
29551
|
+
border-bottom: 1px solid #e4e9f2;
|
|
29512
29552
|
}
|
|
29513
|
-
|
|
29514
|
-
|
|
29553
|
+
|
|
29554
|
+
.E_cz3vc94 {
|
|
29555
|
+
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
29556
|
+
border-radius: 8px;
|
|
29557
|
+
padding: 0px;
|
|
29515
29558
|
}
|
|
29516
|
-
.
|
|
29517
|
-
|
|
29559
|
+
.E_cz3vc94 ul.antd5-menu {
|
|
29560
|
+
padding: 6px;
|
|
29561
|
+
height: 240px;
|
|
29518
29562
|
}
|
|
29519
|
-
.
|
|
29520
|
-
|
|
29521
|
-
|
|
29563
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li {
|
|
29564
|
+
min-width: 296px;
|
|
29565
|
+
padding: 4px 4px 4px 8px;
|
|
29566
|
+
color: #00122e;
|
|
29567
|
+
margin-bottom: 2px;
|
|
29522
29568
|
}
|
|
29523
|
-
.
|
|
29524
|
-
|
|
29525
|
-
border-bottom-left-radius: 0;
|
|
29569
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li .icon-wrapper {
|
|
29570
|
+
vertical-align: middle;
|
|
29526
29571
|
}
|
|
29527
|
-
.
|
|
29528
|
-
|
|
29572
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active {
|
|
29573
|
+
font-weight: 400;
|
|
29574
|
+
}
|
|
29575
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:hover {
|
|
29576
|
+
font-weight: 400;
|
|
29577
|
+
}
|
|
29578
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:active {
|
|
29579
|
+
background: rgba(0, 136, 255, 0.2);
|
|
29580
|
+
}
|
|
29581
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
29582
|
+
fill: #0080ff;
|
|
29583
|
+
}
|
|
29584
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li:hover {
|
|
29585
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29586
|
+
font-weight: 400;
|
|
29587
|
+
}
|
|
29588
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li:hover .icon-wrapper svg path {
|
|
29589
|
+
fill: #0080ff;
|
|
29590
|
+
}
|
|
29591
|
+
.E_cz3vc94:not(:has(.E_cg9brz0)) li:active {
|
|
29592
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29593
|
+
}
|
|
29594
|
+
.E_cz3vc94 li:has(.E_damzgq8) .antd5-checkbox {
|
|
29595
|
+
align-self: flex-start;
|
|
29596
|
+
}
|
|
29597
|
+
.E_cz3vc94:has(.E_cg9brz0) .E_cyg2a2l {
|
|
29598
|
+
display: none;
|
|
29599
|
+
}
|
|
29600
|
+
.E_cz3vc94 .antd5-checkbox {
|
|
29601
|
+
height: 22px;
|
|
29602
|
+
display: flex;
|
|
29603
|
+
align-items: center;
|
|
29604
|
+
top: 0;
|
|
29605
|
+
}
|
|
29606
|
+
.E_cz3vc94 .antd5-checkbox-checked::after {
|
|
29607
|
+
border: none;
|
|
29608
|
+
}
|
|
29609
|
+
.E_cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .E_cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
|
|
29610
|
+
border-color: #0080ff;
|
|
29611
|
+
}
|
|
29612
|
+
.E_cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
|
|
29613
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
29614
|
+
}
|
|
29615
|
+
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
29616
|
+
border: 1px solid #0080ff;
|
|
29617
|
+
}
|
|
29618
|
+
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
29619
|
+
background: #0080ff;
|
|
29620
|
+
}
|
|
29621
|
+
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
29622
|
+
background-color: #fff;
|
|
29623
|
+
height: 2px;
|
|
29624
|
+
width: 10px;
|
|
29625
|
+
border-radius: 2px;
|
|
29626
|
+
}
|
|
29627
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled {
|
|
29628
|
+
opacity: 0.5;
|
|
29629
|
+
}
|
|
29630
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
|
|
29631
|
+
background: rgba(211, 218, 235, 0.6);
|
|
29632
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
29633
|
+
}
|
|
29634
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
|
|
29635
|
+
border-color: #2d3a56;
|
|
29636
|
+
}
|
|
29637
|
+
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
29638
|
+
background: #2d3a56;
|
|
29639
|
+
}
|
|
29640
|
+
.E_cz3vc94 .antd5-checkbox + span, .E_cz3vc94 .antd5-checkbox-disabled + span {
|
|
29641
|
+
padding: 0;
|
|
29642
|
+
}
|
|
29643
|
+
.E_cz3vc94 .antd5-checkbox + span .main, .E_cz3vc94 .antd5-checkbox-disabled + span .main {
|
|
29644
|
+
display: inline-block;
|
|
29645
|
+
margin-left: 12px;
|
|
29646
|
+
color: #2d3a56;
|
|
29647
|
+
}
|
|
29648
|
+
.E_cz3vc94 .antd5-checkbox + span .sub, .E_cz3vc94 .antd5-checkbox-disabled + span .sub {
|
|
29649
|
+
margin-left: 28px;
|
|
29650
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29651
|
+
}
|
|
29652
|
+
.E_cz3vc94.compact .antd5-checkbox + span .main, .E_cz3vc94.compact .antd5-checkbox-disabled + span .main {
|
|
29653
|
+
margin-left: 8px;
|
|
29654
|
+
}
|
|
29655
|
+
.E_cz3vc94.compact .antd5-checkbox + span .sub, .E_cz3vc94.compact .antd5-checkbox-disabled + span .sub {
|
|
29656
|
+
margin-left: 24px;
|
|
29657
|
+
}
|
|
29658
|
+
|
|
29659
|
+
.E_csp3had ul.antd5-menu {
|
|
29660
|
+
padding: 4px;
|
|
29661
|
+
height: 158px;
|
|
29662
|
+
}
|
|
29663
|
+
.E_csp3had.E_cz3vc94 {
|
|
29664
|
+
border-radius: 6px;
|
|
29665
|
+
}
|
|
29666
|
+
.E_csp3had.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
29667
|
+
min-width: 200px;
|
|
29668
|
+
font-size: 12px;
|
|
29669
|
+
}
|
|
29670
|
+
.E_csp3had.E_cz3vc94 .E_c14uped1 {
|
|
29671
|
+
padding: 6px 12px;
|
|
29672
|
+
height: 18px;
|
|
29673
|
+
font-size: 12px;
|
|
29674
|
+
}
|
|
29675
|
+
|
|
29676
|
+
.E_c1i4zk1 ul.antd5-menu {
|
|
29677
|
+
padding: 8px;
|
|
29678
|
+
height: 320px;
|
|
29679
|
+
}
|
|
29680
|
+
.E_c1i4zk1.E_cz3vc94 {
|
|
29681
|
+
border-radius: 10px;
|
|
29682
|
+
}
|
|
29683
|
+
.E_c1i4zk1.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item {
|
|
29684
|
+
min-width: 296px;
|
|
29685
|
+
padding: 8px;
|
|
29686
|
+
}
|
|
29687
|
+
.E_c1i4zk1.E_cz3vc94 .E_c14uped1 {
|
|
29688
|
+
height: 22px;
|
|
29689
|
+
padding: 8px 16px;
|
|
29690
|
+
font-size: 14px;
|
|
29529
29691
|
}
|
|
29530
29692
|
|
|
29531
29693
|
.E_buj61ew.ant-btn-icon-only {
|
|
@@ -29778,44 +29940,134 @@ html body {
|
|
|
29778
29940
|
padding: 0;
|
|
29779
29941
|
}
|
|
29780
29942
|
|
|
29781
|
-
.
|
|
29782
|
-
|
|
29783
|
-
|
|
29784
|
-
|
|
29785
|
-
|
|
29786
|
-
|
|
29787
|
-
align-items: center;
|
|
29943
|
+
.E_fde5mpd {
|
|
29944
|
+
width: 100%;
|
|
29945
|
+
height: 100%;
|
|
29946
|
+
min-height: 124px;
|
|
29947
|
+
display: flex;
|
|
29948
|
+
flex-direction: column;
|
|
29788
29949
|
justify-content: center;
|
|
29950
|
+
align-items: center;
|
|
29789
29951
|
}
|
|
29790
|
-
.
|
|
29791
|
-
|
|
29792
|
-
margin-
|
|
29952
|
+
.E_fde5mpd .error-text {
|
|
29953
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29954
|
+
margin-bottom: 16px;
|
|
29955
|
+
font-size: 18px;
|
|
29793
29956
|
}
|
|
29794
|
-
|
|
29795
|
-
.
|
|
29796
|
-
|
|
29957
|
+
|
|
29958
|
+
.E_bpq0js6 {
|
|
29959
|
+
padding: 4px 11px;
|
|
29797
29960
|
}
|
|
29798
29961
|
|
|
29799
|
-
.
|
|
29800
|
-
height: 18px;
|
|
29801
|
-
line-height: 18px;
|
|
29802
|
-
padding: 0 4px;
|
|
29803
|
-
border-radius: 4px;
|
|
29804
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29805
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29806
|
-
display: flex;
|
|
29807
|
-
align-items: center;
|
|
29962
|
+
.E_b15sn34c {
|
|
29808
29963
|
white-space: nowrap;
|
|
29809
|
-
|
|
29964
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29810
29965
|
}
|
|
29811
|
-
|
|
29812
|
-
|
|
29813
|
-
|
|
29966
|
+
.E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29967
|
+
--color: #0080ff;
|
|
29968
|
+
}
|
|
29969
|
+
.E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29970
|
+
--color: #0080ff;
|
|
29971
|
+
}
|
|
29972
|
+
.E_b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29973
|
+
margin-left: 1px;
|
|
29974
|
+
}
|
|
29975
|
+
.E_b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29976
|
+
border-top-right-radius: 0;
|
|
29977
|
+
border-bottom-right-radius: 0;
|
|
29978
|
+
}
|
|
29979
|
+
.E_b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29980
|
+
border-top-left-radius: 0;
|
|
29981
|
+
border-bottom-left-radius: 0;
|
|
29982
|
+
}
|
|
29983
|
+
.E_b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29984
|
+
border-radius: unset;
|
|
29814
29985
|
}
|
|
29815
29986
|
|
|
29816
|
-
.
|
|
29817
|
-
|
|
29818
|
-
|
|
29987
|
+
.E_iap75of {
|
|
29988
|
+
height: 18px;
|
|
29989
|
+
line-height: 18px;
|
|
29990
|
+
padding: 0 4px;
|
|
29991
|
+
border-radius: 4px;
|
|
29992
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29993
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29994
|
+
display: flex;
|
|
29995
|
+
align-items: center;
|
|
29996
|
+
white-space: nowrap;
|
|
29997
|
+
margin-right: 4px;
|
|
29998
|
+
}
|
|
29999
|
+
|
|
30000
|
+
.E_i1mrf09m {
|
|
30001
|
+
display: inline-flex;
|
|
30002
|
+
align-items: center;
|
|
30003
|
+
}
|
|
30004
|
+
.E_i1mrf09m .icon-inner {
|
|
30005
|
+
display: inline-flex;
|
|
30006
|
+
align-items: center;
|
|
30007
|
+
justify-content: center;
|
|
30008
|
+
}
|
|
30009
|
+
.E_i1mrf09m .icon-inner + span,
|
|
30010
|
+
.E_i1mrf09m span + .icon-inner.suffix {
|
|
30011
|
+
margin-left: 4px;
|
|
30012
|
+
}
|
|
30013
|
+
.E_i1mrf09m.is-rotate img,
|
|
30014
|
+
.E_i1mrf09m.is-rotate svg {
|
|
30015
|
+
animation: rotate 680ms linear infinite;
|
|
30016
|
+
}
|
|
30017
|
+
|
|
30018
|
+
.E_s34f1qb.ant-switch {
|
|
30019
|
+
min-width: 40px;
|
|
30020
|
+
height: 24px;
|
|
30021
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30022
|
+
overflow: hidden;
|
|
30023
|
+
}
|
|
30024
|
+
.E_s34f1qb.ant-switch:focus {
|
|
30025
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30026
|
+
}
|
|
30027
|
+
.E_s34f1qb.ant-switch-small {
|
|
30028
|
+
min-width: 26px;
|
|
30029
|
+
height: 16px;
|
|
30030
|
+
}
|
|
30031
|
+
.E_s34f1qb.ant-switch-large {
|
|
30032
|
+
min-width: 52px;
|
|
30033
|
+
height: 32px;
|
|
30034
|
+
}
|
|
30035
|
+
.E_s34f1qb.ant-switch .ant-switch-handle {
|
|
30036
|
+
height: 20px;
|
|
30037
|
+
width: 20px;
|
|
30038
|
+
}
|
|
30039
|
+
.E_s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30040
|
+
border-radius: 10px;
|
|
30041
|
+
transition-delay: 120ms;
|
|
30042
|
+
}
|
|
30043
|
+
.E_s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30044
|
+
height: 14px;
|
|
30045
|
+
width: 14px;
|
|
30046
|
+
top: 1px;
|
|
30047
|
+
left: 1px;
|
|
30048
|
+
}
|
|
30049
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30050
|
+
height: 28px;
|
|
30051
|
+
width: 28px;
|
|
30052
|
+
}
|
|
30053
|
+
.E_s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30054
|
+
border-radius: 14px;
|
|
30055
|
+
}
|
|
30056
|
+
.E_s34f1qb.ant-switch-checked {
|
|
30057
|
+
background-color: #00ba5d;
|
|
30058
|
+
}
|
|
30059
|
+
.E_s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30060
|
+
left: calc(100% - 20px - 2px);
|
|
30061
|
+
}
|
|
30062
|
+
.E_s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30063
|
+
left: calc(100% - 14px - 1px);
|
|
30064
|
+
}
|
|
30065
|
+
.E_s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30066
|
+
left: calc(100% - 28px - 2px);
|
|
30067
|
+
}
|
|
30068
|
+
|
|
30069
|
+
.E_c1to9vb9 {
|
|
30070
|
+
margin-left: 5px;
|
|
29819
30071
|
}
|
|
29820
30072
|
|
|
29821
30073
|
.E_p12gwtiw {
|
|
@@ -29875,1870 +30127,1824 @@ html body {
|
|
|
29875
30127
|
line-height: 18px;
|
|
29876
30128
|
}
|
|
29877
30129
|
|
|
29878
|
-
.
|
|
29879
|
-
|
|
29880
|
-
align-items: baseline;
|
|
29881
|
-
white-space: pre-wrap;
|
|
30130
|
+
.E_s1fc623g {
|
|
30131
|
+
width: 430px !important;
|
|
29882
30132
|
}
|
|
29883
|
-
|
|
29884
|
-
|
|
29885
|
-
|
|
30133
|
+
|
|
30134
|
+
.E_da3mx0o .ant-select-item-group {
|
|
30135
|
+
padding: 8px 16px;
|
|
30136
|
+
line-height: 18px;
|
|
30137
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30138
|
+
height: 34px;
|
|
30139
|
+
min-height: 34px;
|
|
30140
|
+
box-sizing: border-box;
|
|
30141
|
+
margin-top: 8px;
|
|
29886
30142
|
}
|
|
29887
|
-
|
|
29888
|
-
|
|
30143
|
+
|
|
30144
|
+
.E_onr9gzt {
|
|
30145
|
+
display: flex;
|
|
30146
|
+
flex-direction: column;
|
|
30147
|
+
margin: 1px 8px;
|
|
30148
|
+
padding: 8px;
|
|
30149
|
+
border-radius: 4px;
|
|
29889
30150
|
}
|
|
29890
|
-
.
|
|
29891
|
-
|
|
30151
|
+
.E_onr9gzt .selected-icon {
|
|
30152
|
+
display: none;
|
|
29892
30153
|
}
|
|
29893
|
-
.
|
|
29894
|
-
|
|
29895
|
-
background: #0080ff;
|
|
30154
|
+
.E_onr9gzt.ant-select-item-option-grouped {
|
|
30155
|
+
padding-left: 8px;
|
|
29896
30156
|
}
|
|
29897
|
-
.
|
|
29898
|
-
|
|
29899
|
-
left: 4px;
|
|
29900
|
-
width: 6px;
|
|
29901
|
-
height: 6px;
|
|
29902
|
-
background: #fff;
|
|
30157
|
+
.E_onr9gzt.ant-select-item-option-selected {
|
|
30158
|
+
background-color: white;
|
|
29903
30159
|
}
|
|
29904
|
-
.
|
|
29905
|
-
|
|
30160
|
+
.E_onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30161
|
+
color: #0080ff;
|
|
29906
30162
|
}
|
|
29907
|
-
.
|
|
29908
|
-
|
|
29909
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30163
|
+
.E_onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30164
|
+
display: block;
|
|
29910
30165
|
}
|
|
29911
|
-
.
|
|
29912
|
-
background:
|
|
30166
|
+
.E_onr9gzt.ant-select-item-option-active {
|
|
30167
|
+
background: rgba(0, 136, 255, 0.16);
|
|
29913
30168
|
}
|
|
29914
|
-
.
|
|
29915
|
-
color: #
|
|
29916
|
-
opacity: 0.5;
|
|
30169
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30170
|
+
color: #0080ff;
|
|
29917
30171
|
}
|
|
29918
|
-
.
|
|
29919
|
-
|
|
30172
|
+
.E_onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30173
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30174
|
+
color: #0080ff;
|
|
29920
30175
|
}
|
|
29921
|
-
|
|
29922
|
-
|
|
29923
|
-
|
|
29924
|
-
|
|
30176
|
+
|
|
30177
|
+
.E_oiy0apc {
|
|
30178
|
+
display: flex;
|
|
30179
|
+
justify-content: space-between;
|
|
30180
|
+
height: 20px;
|
|
30181
|
+
line-height: 20px;
|
|
29925
30182
|
}
|
|
29926
|
-
.
|
|
29927
|
-
|
|
29928
|
-
|
|
29929
|
-
|
|
30183
|
+
.E_oiy0apc .timezone-title {
|
|
30184
|
+
color: #2d3a56;
|
|
30185
|
+
overflow: hidden;
|
|
30186
|
+
text-overflow: ellipsis;
|
|
29930
30187
|
}
|
|
29931
|
-
|
|
29932
|
-
|
|
30188
|
+
|
|
30189
|
+
.E_of4y382 {
|
|
30190
|
+
display: flex;
|
|
30191
|
+
justify-content: space-between;
|
|
30192
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30193
|
+
height: 18px;
|
|
30194
|
+
line-height: 18px;
|
|
30195
|
+
margin-top: 2px;
|
|
29933
30196
|
}
|
|
29934
30197
|
|
|
29935
|
-
.
|
|
29936
|
-
border
|
|
30198
|
+
.E_t19903l9 {
|
|
30199
|
+
border: none;
|
|
30200
|
+
margin-right: 0;
|
|
30201
|
+
background: rgba(225, 230, 241, 0.6);
|
|
29937
30202
|
}
|
|
29938
|
-
|
|
29939
|
-
|
|
30203
|
+
|
|
30204
|
+
.E_ohwbvxu {
|
|
30205
|
+
pointer-events: none;
|
|
30206
|
+
height: 32px;
|
|
30207
|
+
width: 100%;
|
|
30208
|
+
opacity: 0;
|
|
29940
30209
|
}
|
|
29941
30210
|
|
|
29942
|
-
.
|
|
29943
|
-
|
|
29944
|
-
|
|
30211
|
+
.E_cz04yix {
|
|
30212
|
+
display: flex;
|
|
30213
|
+
flex-direction: column;
|
|
29945
30214
|
}
|
|
29946
|
-
|
|
29947
|
-
|
|
30215
|
+
|
|
30216
|
+
.E_m1if5j39 {
|
|
30217
|
+
max-width: 1120px;
|
|
30218
|
+
width: 100%;
|
|
30219
|
+
margin: 0 auto;
|
|
30220
|
+
height: 100%;
|
|
29948
30221
|
}
|
|
29949
|
-
|
|
29950
|
-
|
|
29951
|
-
|
|
29952
|
-
|
|
30222
|
+
|
|
30223
|
+
.E_w1vvwdlp {
|
|
30224
|
+
max-width: 1120px;
|
|
30225
|
+
width: 100%;
|
|
30226
|
+
margin: 0 auto;
|
|
30227
|
+
display: flex;
|
|
29953
30228
|
}
|
|
29954
|
-
.
|
|
29955
|
-
|
|
30229
|
+
.E_w1vvwdlp .left,
|
|
30230
|
+
.E_w1vvwdlp .right {
|
|
30231
|
+
flex-grow: 0;
|
|
30232
|
+
flex-shrink: 0;
|
|
30233
|
+
flex-basis: 21%;
|
|
29956
30234
|
}
|
|
29957
|
-
.
|
|
29958
|
-
|
|
29959
|
-
|
|
29960
|
-
|
|
30235
|
+
.E_w1vvwdlp .left {
|
|
30236
|
+
display: flex;
|
|
30237
|
+
justify-content: flex-end;
|
|
30238
|
+
padding-right: 44px;
|
|
29961
30239
|
}
|
|
29962
|
-
.
|
|
29963
|
-
|
|
29964
|
-
}
|
|
29965
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
29966
|
-
background: #0080ff;
|
|
29967
|
-
}
|
|
29968
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
29969
|
-
background: #ccd4e3;
|
|
29970
|
-
opacity: 0.5;
|
|
29971
|
-
}
|
|
29972
|
-
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
29973
|
-
border-right-color: #0080ff;
|
|
30240
|
+
.E_w1vvwdlp .right {
|
|
30241
|
+
padding-left: 44px;
|
|
29974
30242
|
}
|
|
29975
|
-
.
|
|
29976
|
-
|
|
30243
|
+
.E_w1vvwdlp .middle {
|
|
30244
|
+
margin-bottom: 40px;
|
|
30245
|
+
flex-grow: 0;
|
|
30246
|
+
flex-shrink: 0;
|
|
30247
|
+
flex-basis: 58%;
|
|
29977
30248
|
}
|
|
29978
|
-
.
|
|
29979
|
-
|
|
30249
|
+
.E_w1vvwdlp .middle .form-base-field {
|
|
30250
|
+
width: 100%;
|
|
29980
30251
|
}
|
|
29981
|
-
.
|
|
29982
|
-
|
|
29983
|
-
border-color: #ccd4e3;
|
|
29984
|
-
opacity: 0.5;
|
|
30252
|
+
.E_w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30253
|
+
width: auto;
|
|
29985
30254
|
}
|
|
29986
|
-
|
|
29987
|
-
|
|
29988
|
-
|
|
30255
|
+
|
|
30256
|
+
.E_h1cuopx7 .ant-modal-header {
|
|
30257
|
+
margin: 0 auto;
|
|
30258
|
+
width: 100%;
|
|
30259
|
+
max-width: 648px;
|
|
29989
30260
|
}
|
|
29990
|
-
.
|
|
29991
|
-
|
|
29992
|
-
border-color: #ccd4e3;
|
|
29993
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30261
|
+
.E_h1cuopx7 .ant-modal-header .ant-modal-title {
|
|
30262
|
+
margin-left: 0;
|
|
29994
30263
|
}
|
|
29995
|
-
.
|
|
29996
|
-
margin
|
|
29997
|
-
display: inline;
|
|
29998
|
-
border: none;
|
|
30264
|
+
.E_h1cuopx7 .ant-modal-body {
|
|
30265
|
+
margin: 0 auto;
|
|
29999
30266
|
padding: 0;
|
|
30000
|
-
width:
|
|
30001
|
-
|
|
30002
|
-
|
|
30003
|
-
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
30004
|
-
box-shadow: none;
|
|
30005
|
-
}
|
|
30006
|
-
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30007
|
-
margin-right: 0;
|
|
30008
|
-
width: initial;
|
|
30009
|
-
box-shadow: none;
|
|
30267
|
+
width: 100%;
|
|
30268
|
+
max-width: 648px;
|
|
30269
|
+
overflow: hidden;
|
|
30010
30270
|
}
|
|
30011
|
-
.
|
|
30012
|
-
|
|
30271
|
+
.E_h1cuopx7 .ant-modal-body .horizontal-steps-wrapper {
|
|
30272
|
+
margin-bottom: 40px;
|
|
30013
30273
|
}
|
|
30014
|
-
.
|
|
30015
|
-
|
|
30274
|
+
.E_h1cuopx7 .ant-modal-body .horizontal-content-wrapper {
|
|
30275
|
+
height: calc(100vh - 225px);
|
|
30276
|
+
overflow-y: auto;
|
|
30016
30277
|
}
|
|
30017
|
-
.
|
|
30018
|
-
|
|
30019
|
-
|
|
30020
|
-
padding: 0;
|
|
30021
|
-
width: 36px;
|
|
30278
|
+
.E_h1cuopx7 .ant-modal-footer .footer-content {
|
|
30279
|
+
margin: 0 auto;
|
|
30280
|
+
max-width: 648px;
|
|
30022
30281
|
}
|
|
30023
30282
|
|
|
30024
|
-
.
|
|
30025
|
-
|
|
30283
|
+
.E_h1p6d3y3 .ant-modal-header {
|
|
30284
|
+
margin: 0 auto;
|
|
30285
|
+
width: 100%;
|
|
30286
|
+
max-width: 1024px;
|
|
30026
30287
|
}
|
|
30027
|
-
|
|
30028
|
-
|
|
30029
|
-
|
|
30030
|
-
|
|
30031
|
-
|
|
30288
|
+
.E_h1p6d3y3 .ant-modal-header .ant-modal-title {
|
|
30289
|
+
margin-left: 0;
|
|
30290
|
+
}
|
|
30291
|
+
.E_h1p6d3y3 .ant-modal-body {
|
|
30292
|
+
margin: 0 auto;
|
|
30293
|
+
padding: 0;
|
|
30294
|
+
width: 100%;
|
|
30295
|
+
max-width: 1024px;
|
|
30032
30296
|
overflow: hidden;
|
|
30033
30297
|
}
|
|
30034
|
-
.
|
|
30035
|
-
|
|
30298
|
+
.E_h1p6d3y3 .ant-modal-body .horizontal-steps-wrapper {
|
|
30299
|
+
margin-bottom: 40px;
|
|
30036
30300
|
}
|
|
30037
|
-
.
|
|
30038
|
-
|
|
30039
|
-
|
|
30301
|
+
.E_h1p6d3y3 .ant-modal-body .horizontal-content-wrapper {
|
|
30302
|
+
height: calc(100vh - 225px);
|
|
30303
|
+
overflow-y: auto;
|
|
30040
30304
|
}
|
|
30041
|
-
.
|
|
30042
|
-
|
|
30043
|
-
|
|
30305
|
+
.E_h1p6d3y3 .ant-modal-footer .footer-content {
|
|
30306
|
+
margin: 0 auto;
|
|
30307
|
+
max-width: 1024px;
|
|
30044
30308
|
}
|
|
30045
|
-
|
|
30046
|
-
|
|
30047
|
-
|
|
30309
|
+
|
|
30310
|
+
.E_fxgckuk {
|
|
30311
|
+
flex: 1;
|
|
30048
30312
|
}
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
|
|
30313
|
+
.E_fxgckuk label {
|
|
30314
|
+
font-size: 13px;
|
|
30315
|
+
line-height: 20px;
|
|
30316
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30052
30317
|
}
|
|
30053
|
-
.
|
|
30054
|
-
|
|
30055
|
-
|
|
30056
|
-
|
|
30057
|
-
|
|
30318
|
+
.E_fxgckuk .title {
|
|
30319
|
+
font-size: 14px;
|
|
30320
|
+
line-height: 20px;
|
|
30321
|
+
color: #2d3a56;
|
|
30322
|
+
margin-bottom: 12px;
|
|
30058
30323
|
}
|
|
30059
|
-
.
|
|
30060
|
-
|
|
30061
|
-
width: 28px;
|
|
30324
|
+
.E_fxgckuk.connect-cluster .title {
|
|
30325
|
+
padding-bottom: 26px;
|
|
30062
30326
|
}
|
|
30063
|
-
|
|
30064
|
-
|
|
30327
|
+
|
|
30328
|
+
.E_f1d0vek1 {
|
|
30329
|
+
padding: 25px 0 15px 0;
|
|
30330
|
+
border-bottom: 1px solid #e1e5eb;
|
|
30331
|
+
margin-bottom: 16px;
|
|
30065
30332
|
}
|
|
30066
|
-
|
|
30067
|
-
|
|
30333
|
+
|
|
30334
|
+
.E_f4u402y {
|
|
30335
|
+
display: flex;
|
|
30336
|
+
align-items: center;
|
|
30337
|
+
margin-bottom: 8px;
|
|
30068
30338
|
}
|
|
30069
|
-
.
|
|
30070
|
-
|
|
30339
|
+
.E_f4u402y > label {
|
|
30340
|
+
width: 216px;
|
|
30071
30341
|
}
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30342
|
+
.E_f4u402y > label + * {
|
|
30343
|
+
width: 100%;
|
|
30074
30344
|
}
|
|
30075
|
-
.
|
|
30076
|
-
|
|
30345
|
+
.E_f4u402y .ant-select {
|
|
30346
|
+
width: 100%;
|
|
30077
30347
|
}
|
|
30078
30348
|
|
|
30079
|
-
.
|
|
30080
|
-
|
|
30349
|
+
.E_e1pldf6v {
|
|
30350
|
+
color: #e75a3a;
|
|
30351
|
+
margin-right: 10px;
|
|
30081
30352
|
}
|
|
30082
30353
|
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
|
|
30086
|
-
|
|
30087
|
-
|
|
30088
|
-
padding: 8px 12px;
|
|
30089
|
-
position: sticky;
|
|
30090
|
-
top: 0;
|
|
30091
|
-
z-index: 1;
|
|
30092
|
-
margin-bottom: -52px;
|
|
30354
|
+
.E_dq0gblh {
|
|
30355
|
+
width: 100%;
|
|
30356
|
+
height: 1px;
|
|
30357
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30358
|
+
margin: 24px 0;
|
|
30093
30359
|
}
|
|
30094
|
-
|
|
30360
|
+
|
|
30361
|
+
.E_l1v7sr0n {
|
|
30095
30362
|
display: flex;
|
|
30363
|
+
justify-content: center;
|
|
30096
30364
|
align-items: center;
|
|
30097
|
-
|
|
30098
|
-
flex-shrink: 0;
|
|
30365
|
+
height: 100%;
|
|
30099
30366
|
}
|
|
30100
|
-
|
|
30101
|
-
|
|
30102
|
-
|
|
30103
|
-
width:
|
|
30104
|
-
height:
|
|
30367
|
+
|
|
30368
|
+
.E_d1i4ou6o {
|
|
30369
|
+
display: inline-block;
|
|
30370
|
+
width: 4px;
|
|
30371
|
+
height: 4px;
|
|
30372
|
+
background: #8e9aa9;
|
|
30373
|
+
opacity: 0.4;
|
|
30105
30374
|
border-radius: 50%;
|
|
30106
|
-
|
|
30107
|
-
}
|
|
30108
|
-
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
30109
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30110
|
-
}
|
|
30111
|
-
.E_s1ebs0ra .action-group {
|
|
30112
|
-
flex: 1;
|
|
30113
|
-
margin-left: 88px;
|
|
30114
|
-
white-space: nowrap;
|
|
30115
|
-
text-align: right;
|
|
30116
|
-
position: relative;
|
|
30117
|
-
padding: 4px 0;
|
|
30118
|
-
margin-top: -4px;
|
|
30119
|
-
overflow: hidden;
|
|
30375
|
+
margin: 0 4px;
|
|
30120
30376
|
}
|
|
30121
|
-
|
|
30122
|
-
|
|
30377
|
+
|
|
30378
|
+
.E_m1jy87hk .ant-modal-header,
|
|
30379
|
+
.E_m1jy87hk .ant-modal-footer .footer-content {
|
|
30380
|
+
width: 648px;
|
|
30381
|
+
margin: 0 auto;
|
|
30123
30382
|
}
|
|
30124
|
-
.
|
|
30383
|
+
.E_m1jy87hk .ant-modal-header {
|
|
30384
|
+
padding: 35px 0 24px;
|
|
30125
30385
|
border: none;
|
|
30126
30386
|
}
|
|
30127
|
-
.
|
|
30128
|
-
|
|
30129
|
-
}
|
|
30130
|
-
.E_s1ebs0ra .action-group > button:last-child {
|
|
30131
|
-
margin-right: 4px;
|
|
30387
|
+
.E_m1jy87hk .ant-modal-header .ant-modal-title {
|
|
30388
|
+
font-size: 30px;
|
|
30132
30389
|
}
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
width: 32px;
|
|
30136
|
-
height: 32px;
|
|
30137
|
-
justify-content: center;
|
|
30138
|
-
border-radius: 50%;
|
|
30390
|
+
.E_m1jy87hk .ant-modal-body {
|
|
30391
|
+
padding: 4px 0 2px;
|
|
30139
30392
|
}
|
|
30140
|
-
.
|
|
30141
|
-
|
|
30393
|
+
.E_m1jy87hk .ant-modal-footer {
|
|
30394
|
+
border: none;
|
|
30142
30395
|
}
|
|
30143
30396
|
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
}
|
|
30147
|
-
|
|
30148
|
-
.E_da3mx0o .ant-select-item-group {
|
|
30149
|
-
padding: 8px 16px;
|
|
30397
|
+
.E_ti7fpyu {
|
|
30398
|
+
font-size: 12px;
|
|
30150
30399
|
line-height: 18px;
|
|
30151
|
-
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
|
|
30400
|
+
font-weight: bold;
|
|
30401
|
+
color: #fff;
|
|
30402
|
+
padding: 0 4px;
|
|
30403
|
+
border-radius: 4px;
|
|
30404
|
+
display: inline-block;
|
|
30405
|
+
background: var(--ti7fpyu-0);
|
|
30406
|
+
}
|
|
30407
|
+
.E_ti7fpyu:not(:first-child) {
|
|
30408
|
+
margin-left: 4px;
|
|
30156
30409
|
}
|
|
30157
30410
|
|
|
30158
|
-
.
|
|
30411
|
+
.E_f1rest1f {
|
|
30412
|
+
width: 100%;
|
|
30413
|
+
height: 100%;
|
|
30159
30414
|
display: flex;
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
|
|
30415
|
+
align-items: center;
|
|
30416
|
+
justify-content: center;
|
|
30417
|
+
}
|
|
30418
|
+
|
|
30419
|
+
.E_n1kbdoln {
|
|
30420
|
+
font-size: 90%;
|
|
30421
|
+
font-weight: bold;
|
|
30422
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
30423
|
+
padding: 1px 4px 1px;
|
|
30424
|
+
margin-left: 2px;
|
|
30425
|
+
margin-right: 2px;
|
|
30426
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30163
30427
|
border-radius: 4px;
|
|
30164
30428
|
}
|
|
30165
|
-
|
|
30166
|
-
|
|
30429
|
+
|
|
30430
|
+
.E_f1y3gta0.form-item-general {
|
|
30431
|
+
width: 640px;
|
|
30167
30432
|
}
|
|
30168
|
-
.
|
|
30169
|
-
|
|
30433
|
+
.E_f1y3gta0.form-item-general.form-item + .E_f1y3gta0.form-item-general.form-item {
|
|
30434
|
+
margin-top: 16px;
|
|
30170
30435
|
}
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30436
|
+
.E_f1y3gta0.form-item-compact {
|
|
30437
|
+
width: 412px;
|
|
30173
30438
|
}
|
|
30174
|
-
.
|
|
30175
|
-
|
|
30439
|
+
.E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
|
|
30440
|
+
margin-top: 8px;
|
|
30176
30441
|
}
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30442
|
+
.E_f1y3gta0 .form-item {
|
|
30443
|
+
width: auto;
|
|
30179
30444
|
}
|
|
30180
|
-
.
|
|
30181
|
-
|
|
30445
|
+
.E_f1y3gta0 .form-item-main {
|
|
30446
|
+
position: relative;
|
|
30447
|
+
display: flex;
|
|
30182
30448
|
}
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30449
|
+
.E_f1y3gta0 .form-item-extra {
|
|
30450
|
+
margin-top: 4px;
|
|
30451
|
+
width: 100%;
|
|
30452
|
+
padding: 14px;
|
|
30453
|
+
background: #f2f4f6;
|
|
30454
|
+
font-size: 13px;
|
|
30455
|
+
line-height: 1.8;
|
|
30456
|
+
color: #8e9aa9;
|
|
30185
30457
|
}
|
|
30186
|
-
.
|
|
30187
|
-
|
|
30188
|
-
|
|
30458
|
+
.E_f1y3gta0 .form-item-label {
|
|
30459
|
+
padding-right: 12px;
|
|
30460
|
+
font-size: 13px;
|
|
30461
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30189
30462
|
}
|
|
30190
|
-
|
|
30191
|
-
|
|
30192
|
-
display: flex;
|
|
30193
|
-
justify-content: space-between;
|
|
30194
|
-
height: 20px;
|
|
30195
|
-
line-height: 20px;
|
|
30463
|
+
.E_f1y3gta0 .form-item-label.label-right {
|
|
30464
|
+
text-align: right;
|
|
30196
30465
|
}
|
|
30197
|
-
.
|
|
30198
|
-
|
|
30199
|
-
|
|
30200
|
-
text-overflow: ellipsis;
|
|
30466
|
+
.E_f1y3gta0 .form-item-label,
|
|
30467
|
+
.E_f1y3gta0 .form-item-control {
|
|
30468
|
+
line-height: 32px;
|
|
30201
30469
|
}
|
|
30202
|
-
|
|
30203
|
-
.E_of4y382 {
|
|
30204
|
-
display: flex;
|
|
30205
|
-
justify-content: space-between;
|
|
30206
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30207
|
-
height: 18px;
|
|
30470
|
+
.E_f1y3gta0 .form-item-control .form-item-error {
|
|
30208
30471
|
line-height: 18px;
|
|
30209
|
-
margin-top: 2px;
|
|
30210
30472
|
}
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
border: none;
|
|
30214
|
-
margin-right: 0;
|
|
30215
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30473
|
+
.E_f1y3gta0 .form-item-children {
|
|
30474
|
+
width: 100%;
|
|
30216
30475
|
}
|
|
30217
|
-
|
|
30218
|
-
.E_ohwbvxu {
|
|
30219
|
-
pointer-events: none;
|
|
30220
|
-
height: 32px;
|
|
30476
|
+
.E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30221
30477
|
width: 100%;
|
|
30222
|
-
opacity: 0;
|
|
30223
30478
|
}
|
|
30224
|
-
|
|
30225
|
-
|
|
30226
|
-
height:
|
|
30479
|
+
.E_f1y3gta0 .form-item-error {
|
|
30480
|
+
color: #e75a3a;
|
|
30481
|
+
height: 0;
|
|
30482
|
+
overflow: hidden;
|
|
30227
30483
|
}
|
|
30228
|
-
|
|
30229
|
-
|
|
30230
|
-
height:
|
|
30484
|
+
.E_f1y3gta0 .form-item-error-enter-done {
|
|
30485
|
+
margin-top: 4px;
|
|
30486
|
+
height: auto;
|
|
30487
|
+
overflow: auto;
|
|
30231
30488
|
}
|
|
30232
|
-
.
|
|
30233
|
-
|
|
30234
|
-
|
|
30489
|
+
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30490
|
+
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30491
|
+
border: 1px solid #e75a3a;
|
|
30492
|
+
color: #e75a3a;
|
|
30235
30493
|
}
|
|
30236
|
-
|
|
30237
|
-
|
|
30494
|
+
|
|
30495
|
+
.E_fujbm7g {
|
|
30496
|
+
color: #2d3a56;
|
|
30497
|
+
font-weight: bold;
|
|
30498
|
+
padding-bottom: 6px;
|
|
30499
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30500
|
+
margin-bottom: 16px;
|
|
30238
30501
|
}
|
|
30239
|
-
.
|
|
30240
|
-
|
|
30241
|
-
height: 100%;
|
|
30502
|
+
.E_fujbm7g:not(:first-of-type) {
|
|
30503
|
+
margin-top: 16px;
|
|
30242
30504
|
}
|
|
30243
|
-
|
|
30244
|
-
|
|
30505
|
+
|
|
30506
|
+
.E_e5fsw5s {
|
|
30507
|
+
width: 8px;
|
|
30508
|
+
height: 24px;
|
|
30509
|
+
display: flex;
|
|
30510
|
+
justify-content: center;
|
|
30511
|
+
align-items: center;
|
|
30512
|
+
cursor: pointer;
|
|
30513
|
+
transition: all 200ms ease-out 40ms;
|
|
30245
30514
|
}
|
|
30246
|
-
.
|
|
30247
|
-
|
|
30515
|
+
.E_e5fsw5s:before, .E_e5fsw5s:after {
|
|
30516
|
+
content: "";
|
|
30517
|
+
width: 1px;
|
|
30518
|
+
height: 6px;
|
|
30519
|
+
border-radius: 1px;
|
|
30520
|
+
background: #ccd4e3;
|
|
30521
|
+
position: relative;
|
|
30522
|
+
right: 2px;
|
|
30523
|
+
transform: rotate(-45deg);
|
|
30248
30524
|
}
|
|
30249
|
-
.
|
|
30250
|
-
|
|
30525
|
+
.E_e5fsw5s:after {
|
|
30526
|
+
transform: rotate(45deg);
|
|
30527
|
+
left: 1px;
|
|
30251
30528
|
}
|
|
30252
|
-
|
|
30253
|
-
|
|
30529
|
+
|
|
30530
|
+
.E_w18knsg4.ant-alert-warning {
|
|
30531
|
+
border: 0;
|
|
30532
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30533
|
+
border-radius: 6px;
|
|
30254
30534
|
}
|
|
30255
|
-
.
|
|
30256
|
-
|
|
30535
|
+
.E_w18knsg4.ant-alert,
|
|
30536
|
+
.E_w18knsg4 .ant-alert-message {
|
|
30537
|
+
color: #e07f00;
|
|
30257
30538
|
}
|
|
30258
|
-
.
|
|
30259
|
-
|
|
30260
|
-
|
|
30539
|
+
.E_w18knsg4.ant-alert .dashed-border-bottom,
|
|
30540
|
+
.E_w18knsg4 .ant-alert-message .dashed-border-bottom {
|
|
30541
|
+
border-bottom-color: #e07f00;
|
|
30261
30542
|
}
|
|
30262
|
-
|
|
30263
|
-
|
|
30543
|
+
|
|
30544
|
+
.E_ng31n2o {
|
|
30545
|
+
display: flex;
|
|
30546
|
+
flex-direction: row;
|
|
30547
|
+
padding: 7px 12px;
|
|
30548
|
+
background: rgba(255, 187, 0, 0.1);
|
|
30549
|
+
border-radius: 6px;
|
|
30550
|
+
color: #e07f00;
|
|
30551
|
+
font-size: 12px;
|
|
30552
|
+
line-height: 18px;
|
|
30264
30553
|
}
|
|
30265
|
-
.
|
|
30266
|
-
|
|
30267
|
-
|
|
30554
|
+
.E_ng31n2o .icon-wrapper {
|
|
30555
|
+
margin-right: 10px;
|
|
30556
|
+
height: 18px;
|
|
30268
30557
|
}
|
|
30269
|
-
|
|
30270
|
-
|
|
30558
|
+
|
|
30559
|
+
.E_n15x5f5y {
|
|
30560
|
+
display: flex;
|
|
30561
|
+
flex-direction: row;
|
|
30562
|
+
padding: 7px 12px;
|
|
30563
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30564
|
+
border-radius: 6px;
|
|
30565
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30566
|
+
font-size: 12px;
|
|
30567
|
+
line-height: 18px;
|
|
30271
30568
|
}
|
|
30272
|
-
.
|
|
30273
|
-
|
|
30274
|
-
|
|
30275
|
-
padding: 0 !important;
|
|
30569
|
+
.E_n15x5f5y .icon-wrapper {
|
|
30570
|
+
margin-right: 10px;
|
|
30571
|
+
height: 18px;
|
|
30276
30572
|
}
|
|
30277
|
-
|
|
30278
|
-
.
|
|
30573
|
+
|
|
30574
|
+
.E_i16ozz3f {
|
|
30279
30575
|
display: flex;
|
|
30280
|
-
|
|
30281
|
-
|
|
30282
|
-
|
|
30576
|
+
flex-direction: row;
|
|
30577
|
+
padding: 7px 12px;
|
|
30578
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30579
|
+
border-radius: 6px;
|
|
30580
|
+
color: #005ed1;
|
|
30581
|
+
font-size: 12px;
|
|
30582
|
+
line-height: 18px;
|
|
30283
30583
|
}
|
|
30284
|
-
.
|
|
30285
|
-
|
|
30286
|
-
|
|
30287
|
-
text-overflow: ellipsis;
|
|
30288
|
-
width: 100%;
|
|
30584
|
+
.E_i16ozz3f .icon-wrapper {
|
|
30585
|
+
margin-right: 10px;
|
|
30586
|
+
height: 18px;
|
|
30289
30587
|
}
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30588
|
+
|
|
30589
|
+
.E_dszu9qr {
|
|
30590
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30591
|
+
margin-top: 5px;
|
|
30592
|
+
font-size: 12px;
|
|
30593
|
+
line-height: 18px;
|
|
30295
30594
|
}
|
|
30296
|
-
|
|
30297
|
-
|
|
30298
|
-
|
|
30299
|
-
border-right: none;
|
|
30300
|
-
border-bottom: none;
|
|
30301
|
-
height: 100%;
|
|
30595
|
+
|
|
30596
|
+
.E_snxzgx {
|
|
30597
|
+
color: #f0483e;
|
|
30302
30598
|
font-size: 12px;
|
|
30303
|
-
|
|
30599
|
+
white-space: pre-wrap;
|
|
30304
30600
|
}
|
|
30305
|
-
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
|
|
30601
|
+
|
|
30602
|
+
.E_o1i4orqw {
|
|
30603
|
+
display: flex;
|
|
30604
|
+
align-items: center;
|
|
30605
|
+
justify-content: flex-end;
|
|
30310
30606
|
}
|
|
30311
|
-
.
|
|
30312
|
-
|
|
30313
|
-
color: #2d3a56;
|
|
30607
|
+
.E_o1i4orqw .icon-wrapper {
|
|
30608
|
+
margin-right: 16px;
|
|
30314
30609
|
}
|
|
30315
|
-
|
|
30316
|
-
.
|
|
30317
|
-
color: rgba(
|
|
30610
|
+
|
|
30611
|
+
.E_t79k8o2 {
|
|
30612
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30318
30613
|
}
|
|
30319
|
-
|
|
30320
|
-
|
|
30321
|
-
|
|
30614
|
+
|
|
30615
|
+
.E_ipd9bk.ant-input {
|
|
30616
|
+
padding: 5px 12px;
|
|
30617
|
+
line-height: 20px;
|
|
30618
|
+
color: #2d3a56;
|
|
30619
|
+
border-radius: 6px;
|
|
30620
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30621
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30322
30622
|
}
|
|
30323
|
-
.
|
|
30324
|
-
|
|
30623
|
+
.E_ipd9bk.ant-input.ant-input-lg {
|
|
30624
|
+
padding: 8px 16px;
|
|
30625
|
+
line-height: 22px;
|
|
30325
30626
|
}
|
|
30326
|
-
.
|
|
30327
|
-
|
|
30328
|
-
|
|
30329
|
-
top: 50%;
|
|
30330
|
-
right: 12px;
|
|
30331
|
-
transform: translateY(-50%);
|
|
30627
|
+
.E_ipd9bk.ant-input.ant-input-sm {
|
|
30628
|
+
padding: 2px 8px;
|
|
30629
|
+
line-height: 18px;
|
|
30332
30630
|
}
|
|
30333
|
-
.
|
|
30334
|
-
|
|
30335
|
-
|
|
30336
|
-
|
|
30631
|
+
.E_ipd9bk.ant-input:not([disabled]):hover, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number:not([disabled]):hover, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30632
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30633
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30634
|
+
z-index: 1;
|
|
30337
30635
|
}
|
|
30338
|
-
.
|
|
30339
|
-
|
|
30340
|
-
|
|
30341
|
-
|
|
30636
|
+
.E_ipd9bk.ant-input:not([disabled]):active, .E_ipd9bk.ant-input:not([disabled]):focus, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number:not([disabled]):active, .E_ipd9bk.ant-input-number:not([disabled]):focus, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30637
|
+
border-color: #0096ff;
|
|
30638
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30639
|
+
z-index: 1;
|
|
30342
30640
|
}
|
|
30343
|
-
.
|
|
30344
|
-
|
|
30641
|
+
.E_ipd9bk.ant-input.error:not([disabled]), .E_ipd9bk.ant-picker.error:not([disabled]), .E_ipd9bk.ant-input-number.error:not([disabled]) {
|
|
30642
|
+
border-color: #e75a3a;
|
|
30643
|
+
color: #e75a3a;
|
|
30345
30644
|
}
|
|
30346
|
-
.
|
|
30347
|
-
border-
|
|
30348
|
-
|
|
30349
|
-
height: 40px;
|
|
30350
|
-
vertical-align: middle;
|
|
30351
|
-
transition: background 0ms;
|
|
30352
|
-
color: #00122e;
|
|
30645
|
+
.E_ipd9bk.ant-input.error:not([disabled]):hover, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-picker.error:not([disabled]):hover, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_ipd9bk.ant-input-number.error:not([disabled]):hover, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
30646
|
+
border-color: #e75a3a;
|
|
30647
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30353
30648
|
}
|
|
30354
|
-
.
|
|
30355
|
-
|
|
30356
|
-
|
|
30649
|
+
.E_ipd9bk.ant-input.error:not([disabled]):active, .E_ipd9bk.ant-input.error:not([disabled]):focus, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-picker.error:not([disabled]):active, .E_ipd9bk.ant-picker.error:not([disabled]):focus, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_ipd9bk.ant-input-number.error:not([disabled]):active, .E_ipd9bk.ant-input-number.error:not([disabled]):focus, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_ipd9bk.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
30650
|
+
border-color: #e75a3a;
|
|
30651
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30357
30652
|
}
|
|
30358
|
-
.
|
|
30359
|
-
|
|
30360
|
-
color:
|
|
30361
|
-
|
|
30362
|
-
text-align: left;
|
|
30363
|
-
transition: none;
|
|
30364
|
-
overflow: hidden;
|
|
30365
|
-
text-overflow: ellipsis;
|
|
30366
|
-
white-space: nowrap;
|
|
30653
|
+
.E_ipd9bk.ant-input[disabled], .E_ipd9bk.ant-input.ant-input-disabled, .E_ipd9bk.ant-input-number[disabled], .E_ipd9bk.ant-input-number.ant-input-number-disabled {
|
|
30654
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30655
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30656
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30367
30657
|
}
|
|
30368
|
-
.
|
|
30369
|
-
|
|
30658
|
+
.E_ipd9bk.ant-input-affix-wrapper {
|
|
30659
|
+
padding: 5px 12px;
|
|
30660
|
+
border-radius: 6px;
|
|
30661
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30662
|
+
line-height: 20px;
|
|
30663
|
+
color: #2d3a56;
|
|
30664
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
30370
30665
|
}
|
|
30371
|
-
.
|
|
30372
|
-
|
|
30373
|
-
|
|
30374
|
-
width: 100%;
|
|
30375
|
-
vertical-align: middle;
|
|
30666
|
+
.E_ipd9bk.ant-input-affix-wrapper .ant-input-suffix,
|
|
30667
|
+
.E_ipd9bk.ant-input-affix-wrapper .ant-input-prefix {
|
|
30668
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30376
30669
|
}
|
|
30377
|
-
.
|
|
30378
|
-
|
|
30670
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
30671
|
+
padding: 8px 16px;
|
|
30672
|
+
line-height: 22px;
|
|
30379
30673
|
}
|
|
30380
|
-
.
|
|
30381
|
-
padding
|
|
30674
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
30675
|
+
padding: 2px 8px;
|
|
30676
|
+
line-height: 18px;
|
|
30382
30677
|
}
|
|
30383
|
-
.
|
|
30384
|
-
border-
|
|
30678
|
+
.E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30679
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30680
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30385
30681
|
}
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30388
|
-
|
|
30682
|
+
.E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30683
|
+
border-color: #0096ff;
|
|
30684
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
30389
30685
|
}
|
|
30390
|
-
.
|
|
30391
|
-
border-
|
|
30686
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
30687
|
+
border-color: #e75a3a;
|
|
30392
30688
|
}
|
|
30393
|
-
.
|
|
30394
|
-
|
|
30689
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
30690
|
+
color: #e75a3a;
|
|
30395
30691
|
}
|
|
30396
|
-
.
|
|
30397
|
-
|
|
30398
|
-
|
|
30399
|
-
top: -1px;
|
|
30400
|
-
bottom: -1px;
|
|
30401
|
-
background: white;
|
|
30692
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
30693
|
+
border-color: #e75a3a;
|
|
30694
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30402
30695
|
}
|
|
30403
|
-
.
|
|
30404
|
-
border-
|
|
30696
|
+
.E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_ipd9bk.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
30697
|
+
border-color: #e75a3a;
|
|
30698
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
30405
30699
|
}
|
|
30406
|
-
.
|
|
30407
|
-
|
|
30408
|
-
|
|
30409
|
-
border-
|
|
30700
|
+
.E_ipd9bk.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
30701
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30702
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30703
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
30410
30704
|
}
|
|
30411
|
-
.
|
|
30412
|
-
|
|
30413
|
-
|
|
30414
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30705
|
+
textarea.E_ipd9bk.ant-input {
|
|
30706
|
+
transition-property: height;
|
|
30707
|
+
transition-delay: 50ms;
|
|
30415
30708
|
}
|
|
30416
|
-
.
|
|
30417
|
-
|
|
30418
|
-
|
|
30709
|
+
textarea.E_ipd9bk.ant-input.textarea-large {
|
|
30710
|
+
min-height: 40px;
|
|
30711
|
+
height: 40px;
|
|
30419
30712
|
}
|
|
30420
|
-
.
|
|
30421
|
-
|
|
30422
|
-
align-items: center;
|
|
30423
|
-
height: 100%;
|
|
30424
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30713
|
+
textarea.E_ipd9bk.ant-input.textarea-large:focus {
|
|
30714
|
+
height: 80px;
|
|
30425
30715
|
}
|
|
30426
|
-
.
|
|
30427
|
-
|
|
30428
|
-
|
|
30716
|
+
textarea.E_ipd9bk.ant-input.textarea-middle {
|
|
30717
|
+
min-height: 32px;
|
|
30718
|
+
height: 32px;
|
|
30429
30719
|
}
|
|
30430
|
-
.
|
|
30431
|
-
|
|
30432
|
-
align-items: center;
|
|
30433
|
-
height: 100%;
|
|
30434
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30720
|
+
textarea.E_ipd9bk.ant-input.textarea-middle:focus {
|
|
30721
|
+
height: 64px;
|
|
30435
30722
|
}
|
|
30436
|
-
.
|
|
30437
|
-
|
|
30723
|
+
textarea.E_ipd9bk.ant-input.textarea-small {
|
|
30724
|
+
min-height: 24px;
|
|
30725
|
+
height: 24px;
|
|
30438
30726
|
}
|
|
30439
|
-
.
|
|
30440
|
-
|
|
30441
|
-
border-radius: 8px;
|
|
30727
|
+
textarea.E_ipd9bk.ant-input.textarea-small:focus {
|
|
30728
|
+
height: 40px;
|
|
30442
30729
|
}
|
|
30443
|
-
|
|
30444
|
-
|
|
30730
|
+
|
|
30731
|
+
.E_kypn5o5 input, .E_kypn5o5.input-tags {
|
|
30732
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30733
|
+
border-radius: 4px;
|
|
30445
30734
|
}
|
|
30446
|
-
.
|
|
30447
|
-
|
|
30448
|
-
|
|
30449
|
-
|
|
30735
|
+
.E_kypn5o5.input-tags {
|
|
30736
|
+
position: relative;
|
|
30737
|
+
padding: 6px;
|
|
30738
|
+
height: 32px;
|
|
30739
|
+
cursor: pointer;
|
|
30740
|
+
transition: border 150ms;
|
|
30450
30741
|
}
|
|
30451
|
-
.
|
|
30452
|
-
border-
|
|
30742
|
+
.E_kypn5o5.input-tags:hover {
|
|
30743
|
+
border-color: #0080ff;
|
|
30744
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
30453
30745
|
}
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30746
|
+
.E_kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
30747
|
+
padding-right: 30px;
|
|
30456
30748
|
}
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30749
|
+
.E_kypn5o5.input-tags .input-tags-inner {
|
|
30750
|
+
display: flex;
|
|
30459
30751
|
}
|
|
30460
|
-
.
|
|
30461
|
-
|
|
30462
|
-
font-weight: 400;
|
|
30463
|
-
position: relative;
|
|
30464
|
-
border-bottom: none;
|
|
30465
|
-
color: #00122e;
|
|
30466
|
-
transition: none;
|
|
30467
|
-
padding: 15px 8px 15px 8px;
|
|
30752
|
+
.E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
30753
|
+
display: flex;
|
|
30468
30754
|
}
|
|
30469
|
-
.
|
|
30470
|
-
content: "";
|
|
30471
|
-
width: 1px;
|
|
30472
|
-
top: 0;
|
|
30473
|
-
bottom: 0;
|
|
30474
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30755
|
+
.E_kypn5o5.input-tags .input-tag-suffix {
|
|
30475
30756
|
position: absolute;
|
|
30476
|
-
right:
|
|
30477
|
-
|
|
30478
|
-
|
|
30479
|
-
padding: unset;
|
|
30757
|
+
right: 12px;
|
|
30758
|
+
top: 50%;
|
|
30759
|
+
transform: translateY(-50%);
|
|
30480
30760
|
}
|
|
30481
|
-
.
|
|
30482
|
-
|
|
30761
|
+
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
30762
|
+
color: rgba(0, 0, 0, 0.25);
|
|
30763
|
+
font-size: 12px;
|
|
30764
|
+
cursor: pointer;
|
|
30483
30765
|
}
|
|
30484
|
-
.
|
|
30485
|
-
|
|
30486
|
-
overflow: hidden;
|
|
30487
|
-
white-space: nowrap;
|
|
30488
|
-
text-overflow: ellipsis;
|
|
30766
|
+
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
30767
|
+
color: rgba(0, 0, 0, 0.45);
|
|
30489
30768
|
}
|
|
30490
|
-
.
|
|
30769
|
+
.E_kypn5o5.has-focus-indicator {
|
|
30770
|
+
position: relative;
|
|
30491
30771
|
overflow: hidden;
|
|
30492
|
-
text-overflow: ellipsis;
|
|
30493
|
-
flex: 1;
|
|
30494
|
-
}
|
|
30495
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
30496
|
-
padding: 15px 25px 15px 8px;
|
|
30497
|
-
}
|
|
30498
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
30499
|
-
padding: 0;
|
|
30500
30772
|
}
|
|
30501
|
-
.
|
|
30773
|
+
.E_kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
30502
30774
|
position: absolute;
|
|
30503
|
-
right: 6px;
|
|
30504
30775
|
top: 50%;
|
|
30505
30776
|
transform: translateY(-50%);
|
|
30506
|
-
|
|
30507
|
-
|
|
30508
|
-
|
|
30509
|
-
}
|
|
30510
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
30511
|
-
display: block;
|
|
30512
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
30513
|
-
}
|
|
30514
|
-
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
30515
|
-
display: block;
|
|
30777
|
+
left: -16px;
|
|
30778
|
+
transition: left 150ms ease;
|
|
30779
|
+
opacity: 0;
|
|
30516
30780
|
}
|
|
30517
|
-
.
|
|
30518
|
-
|
|
30781
|
+
.E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
30782
|
+
left: 8px;
|
|
30783
|
+
opacity: 1;
|
|
30519
30784
|
}
|
|
30520
|
-
.
|
|
30521
|
-
|
|
30785
|
+
.E_kypn5o5.has-focus-indicator input {
|
|
30786
|
+
transition: margin-left 150ms ease;
|
|
30787
|
+
margin-left: 0px;
|
|
30522
30788
|
}
|
|
30523
|
-
.
|
|
30524
|
-
|
|
30789
|
+
.E_kypn5o5.has-focus-indicator input:focus {
|
|
30790
|
+
margin-left: 16px;
|
|
30525
30791
|
}
|
|
30526
|
-
|
|
30527
|
-
|
|
30792
|
+
|
|
30793
|
+
input.E_l1ki27se.ant-input {
|
|
30794
|
+
border-top-right-radius: 0;
|
|
30795
|
+
border-bottom-right-radius: 0;
|
|
30528
30796
|
}
|
|
30529
|
-
|
|
30530
|
-
|
|
30797
|
+
|
|
30798
|
+
.E_l1ki27se.ant-input-affix-wrapper {
|
|
30799
|
+
border-top-right-radius: 0;
|
|
30800
|
+
border-bottom-right-radius: 0;
|
|
30531
30801
|
}
|
|
30532
|
-
|
|
30533
|
-
|
|
30802
|
+
|
|
30803
|
+
input.E_rrg1fkn.ant-input {
|
|
30804
|
+
border-top-left-radius: 0;
|
|
30805
|
+
border-bottom-left-radius: 0;
|
|
30534
30806
|
}
|
|
30535
|
-
|
|
30536
|
-
|
|
30807
|
+
|
|
30808
|
+
.E_rrg1fkn.ant-input-affix-wrapper {
|
|
30809
|
+
border-top-left-radius: 0;
|
|
30810
|
+
border-bottom-left-radius: 0;
|
|
30537
30811
|
}
|
|
30538
|
-
|
|
30539
|
-
|
|
30540
|
-
|
|
30541
|
-
|
|
30542
|
-
transform: translate(-50%, -50%);
|
|
30812
|
+
|
|
30813
|
+
.E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
|
|
30814
|
+
border-top-right-radius: 0;
|
|
30815
|
+
border-bottom-right-radius: 0;
|
|
30543
30816
|
}
|
|
30544
|
-
|
|
30545
|
-
|
|
30817
|
+
|
|
30818
|
+
.E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
|
|
30819
|
+
border-top-left-radius: 0;
|
|
30820
|
+
border-bottom-left-radius: 0;
|
|
30546
30821
|
}
|
|
30547
|
-
|
|
30548
|
-
|
|
30822
|
+
|
|
30823
|
+
.E_c1t6wbwv {
|
|
30824
|
+
display: flex;
|
|
30825
|
+
flex-direction: column;
|
|
30549
30826
|
}
|
|
30550
|
-
.
|
|
30551
|
-
|
|
30827
|
+
.E_c1t6wbwv .select-wrapper {
|
|
30828
|
+
margin-top: 12px;
|
|
30552
30829
|
}
|
|
30553
|
-
.
|
|
30554
|
-
|
|
30555
|
-
border: none;
|
|
30556
|
-
background: inherit !important;
|
|
30557
|
-
height: 100px;
|
|
30558
|
-
vertical-align: middle;
|
|
30830
|
+
.E_c1t6wbwv .select-wrapper .select {
|
|
30831
|
+
width: 100%;
|
|
30559
30832
|
}
|
|
30560
|
-
.
|
|
30561
|
-
|
|
30562
|
-
font-weight: bold;
|
|
30563
|
-
font-size: 20px;
|
|
30564
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30833
|
+
.E_c1t6wbwv .radio-wrapper {
|
|
30834
|
+
margin-top: 24px;
|
|
30565
30835
|
}
|
|
30566
|
-
.
|
|
30567
|
-
|
|
30568
|
-
position: relative;
|
|
30569
|
-
background: #fff;
|
|
30836
|
+
.E_c1t6wbwv div.form-item {
|
|
30837
|
+
width: 100%;
|
|
30570
30838
|
}
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
|
|
30575
|
-
|
|
30576
|
-
|
|
30839
|
+
|
|
30840
|
+
.E_d1k7vv5v {
|
|
30841
|
+
font-size: 14px;
|
|
30842
|
+
font-weight: 500;
|
|
30843
|
+
color: #3e4652;
|
|
30844
|
+
line-height: 18px;
|
|
30577
30845
|
}
|
|
30578
|
-
.
|
|
30579
|
-
|
|
30580
|
-
height: 24px;
|
|
30581
|
-
cursor: pointer;
|
|
30582
|
-
justify-content: center;
|
|
30583
|
-
border-radius: 4px;
|
|
30846
|
+
.E_d1k7vv5v + .E_d1k7vv5v {
|
|
30847
|
+
margin-top: 16px;
|
|
30584
30848
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30849
|
+
.E_d1k7vv5v + * {
|
|
30850
|
+
margin-top: 16px;
|
|
30587
30851
|
}
|
|
30588
30852
|
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30591
|
-
|
|
30853
|
+
.E_le7b9r4.E_d1k7vv5v {
|
|
30854
|
+
font-size: 12px;
|
|
30855
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30856
|
+
margin-top: 12px;
|
|
30592
30857
|
}
|
|
30593
30858
|
|
|
30594
|
-
.
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
margin: 0
|
|
30598
|
-
|
|
30859
|
+
.E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
|
|
30860
|
+
line-height: 18px;
|
|
30861
|
+
font-weight: 500;
|
|
30862
|
+
margin-top: 0;
|
|
30863
|
+
white-space: initial;
|
|
30599
30864
|
}
|
|
30600
30865
|
|
|
30601
|
-
.
|
|
30602
|
-
|
|
30603
|
-
width: 100%;
|
|
30604
|
-
margin: 0 auto;
|
|
30605
|
-
display: flex;
|
|
30866
|
+
.E_r12ddqmh {
|
|
30867
|
+
display: block;
|
|
30606
30868
|
}
|
|
30607
|
-
.
|
|
30608
|
-
|
|
30609
|
-
|
|
30610
|
-
|
|
30611
|
-
|
|
30869
|
+
.E_r12ddqmh span {
|
|
30870
|
+
font-size: 14px;
|
|
30871
|
+
font-weight: 500;
|
|
30872
|
+
line-height: 32px;
|
|
30873
|
+
color: #3e4652;
|
|
30612
30874
|
}
|
|
30613
|
-
|
|
30875
|
+
|
|
30876
|
+
.E_ctcr26a {
|
|
30877
|
+
margin-top: 8px;
|
|
30878
|
+
padding: 8px;
|
|
30879
|
+
border-radius: 6px;
|
|
30880
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30881
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30882
|
+
font-size: 12px;
|
|
30883
|
+
}
|
|
30884
|
+
.E_ctcr26a div {
|
|
30885
|
+
line-height: 20px;
|
|
30614
30886
|
display: flex;
|
|
30615
|
-
|
|
30616
|
-
|
|
30887
|
+
align-items: center;
|
|
30888
|
+
word-break: break-all;
|
|
30617
30889
|
}
|
|
30618
|
-
|
|
30619
|
-
|
|
30890
|
+
|
|
30891
|
+
.E_i1e4sgug {
|
|
30892
|
+
display: inline-block;
|
|
30620
30893
|
}
|
|
30621
|
-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
|
|
30625
|
-
|
|
30894
|
+
|
|
30895
|
+
.E_rxbeqvl.ant-radio-wrapper {
|
|
30896
|
+
display: inline-flex;
|
|
30897
|
+
align-items: baseline;
|
|
30898
|
+
white-space: pre-wrap;
|
|
30626
30899
|
}
|
|
30627
|
-
.
|
|
30628
|
-
|
|
30900
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30901
|
+
position: relative;
|
|
30902
|
+
top: 3px;
|
|
30629
30903
|
}
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30904
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30905
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30632
30906
|
}
|
|
30633
|
-
|
|
30634
|
-
|
|
30635
|
-
margin: 0 auto;
|
|
30636
|
-
width: 100%;
|
|
30637
|
-
max-width: 648px;
|
|
30907
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30908
|
+
border-color: #0080ff;
|
|
30638
30909
|
}
|
|
30639
|
-
.
|
|
30640
|
-
|
|
30910
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30911
|
+
border-color: #0080ff;
|
|
30912
|
+
background: #0080ff;
|
|
30641
30913
|
}
|
|
30642
|
-
.
|
|
30643
|
-
|
|
30644
|
-
|
|
30645
|
-
width:
|
|
30646
|
-
|
|
30647
|
-
|
|
30914
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30915
|
+
top: 4px;
|
|
30916
|
+
left: 4px;
|
|
30917
|
+
width: 6px;
|
|
30918
|
+
height: 6px;
|
|
30919
|
+
background: #fff;
|
|
30648
30920
|
}
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30921
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30922
|
+
opacity: 0.5;
|
|
30651
30923
|
}
|
|
30652
|
-
.
|
|
30653
|
-
|
|
30654
|
-
|
|
30924
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30925
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30926
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30655
30927
|
}
|
|
30656
|
-
.
|
|
30657
|
-
|
|
30658
|
-
max-width: 648px;
|
|
30928
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30929
|
+
background: #00122e;
|
|
30659
30930
|
}
|
|
30660
|
-
|
|
30661
|
-
|
|
30662
|
-
|
|
30663
|
-
width: 100%;
|
|
30664
|
-
max-width: 1024px;
|
|
30931
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30932
|
+
color: #00122e;
|
|
30933
|
+
opacity: 0.5;
|
|
30665
30934
|
}
|
|
30666
|
-
.
|
|
30667
|
-
|
|
30935
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30936
|
+
color: #00122e;
|
|
30668
30937
|
}
|
|
30669
|
-
.
|
|
30670
|
-
|
|
30938
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30939
|
+
display: inline-block;
|
|
30671
30940
|
padding: 0;
|
|
30672
|
-
|
|
30673
|
-
max-width: 1024px;
|
|
30674
|
-
overflow: hidden;
|
|
30941
|
+
padding-left: 12px;
|
|
30675
30942
|
}
|
|
30676
|
-
.
|
|
30677
|
-
margin-bottom:
|
|
30943
|
+
.E_rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30944
|
+
margin-bottom: 0;
|
|
30945
|
+
white-space: pre-wrap;
|
|
30946
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30678
30947
|
}
|
|
30679
|
-
.
|
|
30680
|
-
|
|
30681
|
-
overflow-y: auto;
|
|
30948
|
+
.E_rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30949
|
+
padding-left: 8px;
|
|
30682
30950
|
}
|
|
30683
|
-
|
|
30684
|
-
|
|
30685
|
-
|
|
30951
|
+
|
|
30952
|
+
.E_r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30953
|
+
border-radius: 5px 0 0 5px;
|
|
30954
|
+
}
|
|
30955
|
+
.E_r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30956
|
+
border-radius: 0 5px 5px 0;
|
|
30686
30957
|
}
|
|
30687
30958
|
|
|
30688
|
-
.
|
|
30689
|
-
|
|
30959
|
+
.E_r1f0aqcc {
|
|
30960
|
+
color: #00122e;
|
|
30961
|
+
border-color: #ccd4e3;
|
|
30690
30962
|
}
|
|
30691
|
-
.
|
|
30692
|
-
|
|
30693
|
-
line-height: 20px;
|
|
30694
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30963
|
+
.E_r1f0aqcc:first-child {
|
|
30964
|
+
border-color: #a3b4cc;
|
|
30695
30965
|
}
|
|
30696
|
-
.
|
|
30697
|
-
|
|
30698
|
-
line-height:
|
|
30699
|
-
|
|
30700
|
-
margin-bottom: 12px;
|
|
30966
|
+
.E_r1f0aqcc.ant-radio-button-wrapper {
|
|
30967
|
+
padding: 0 12px;
|
|
30968
|
+
line-height: 32px;
|
|
30969
|
+
height: 32px;
|
|
30701
30970
|
}
|
|
30702
|
-
.
|
|
30703
|
-
|
|
30971
|
+
.E_r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30972
|
+
white-space: nowrap;
|
|
30704
30973
|
}
|
|
30705
|
-
|
|
30706
|
-
|
|
30707
|
-
padding:
|
|
30708
|
-
|
|
30709
|
-
margin-bottom: 16px;
|
|
30974
|
+
.ant-radio-group-small .E_r1f0aqcc.ant-radio-button-wrapper {
|
|
30975
|
+
height: 22px;
|
|
30976
|
+
padding: 0 7px;
|
|
30977
|
+
line-height: 20px;
|
|
30710
30978
|
}
|
|
30711
|
-
|
|
30712
|
-
|
|
30713
|
-
display: flex;
|
|
30714
|
-
align-items: center;
|
|
30715
|
-
margin-bottom: 8px;
|
|
30979
|
+
.E_r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30980
|
+
background: #ccd4e3;
|
|
30716
30981
|
}
|
|
30717
|
-
.
|
|
30718
|
-
|
|
30982
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30983
|
+
background: #0080ff;
|
|
30719
30984
|
}
|
|
30720
|
-
.
|
|
30721
|
-
|
|
30985
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30986
|
+
background: #ccd4e3;
|
|
30987
|
+
opacity: 0.5;
|
|
30722
30988
|
}
|
|
30723
|
-
.
|
|
30724
|
-
|
|
30989
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30990
|
+
border-right-color: #0080ff;
|
|
30725
30991
|
}
|
|
30726
|
-
|
|
30727
|
-
|
|
30728
|
-
color: #e75a3a;
|
|
30729
|
-
margin-right: 10px;
|
|
30992
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30993
|
+
border-color: #0080ff;
|
|
30730
30994
|
}
|
|
30731
|
-
|
|
30732
|
-
.
|
|
30733
|
-
width: 100%;
|
|
30734
|
-
height: 1px;
|
|
30735
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30736
|
-
margin: 24px 0;
|
|
30995
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30996
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30737
30997
|
}
|
|
30738
|
-
|
|
30739
|
-
.
|
|
30740
|
-
|
|
30741
|
-
|
|
30742
|
-
align-items: center;
|
|
30743
|
-
height: 100%;
|
|
30998
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30999
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31000
|
+
border-color: #ccd4e3;
|
|
31001
|
+
opacity: 0.5;
|
|
30744
31002
|
}
|
|
30745
|
-
|
|
30746
|
-
|
|
30747
|
-
|
|
30748
|
-
width: 4px;
|
|
30749
|
-
height: 4px;
|
|
30750
|
-
background: #8e9aa9;
|
|
30751
|
-
opacity: 0.4;
|
|
30752
|
-
border-radius: 50%;
|
|
30753
|
-
margin: 0 4px;
|
|
31003
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31004
|
+
color: #00122e;
|
|
31005
|
+
border-color: #ccd4e3;
|
|
30754
31006
|
}
|
|
30755
|
-
|
|
30756
|
-
|
|
30757
|
-
|
|
30758
|
-
|
|
30759
|
-
margin: 0 auto;
|
|
31007
|
+
.E_r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31008
|
+
color: #00122e;
|
|
31009
|
+
border-color: #ccd4e3;
|
|
31010
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30760
31011
|
}
|
|
30761
|
-
.
|
|
30762
|
-
|
|
31012
|
+
.E_r1f0aqcc .ant-radio-button-input {
|
|
31013
|
+
margin-right: 8px;
|
|
31014
|
+
display: inline;
|
|
30763
31015
|
border: none;
|
|
31016
|
+
padding: 0;
|
|
31017
|
+
width: 36px;
|
|
31018
|
+
background: transparent;
|
|
30764
31019
|
}
|
|
30765
|
-
.
|
|
30766
|
-
|
|
31020
|
+
.E_r1f0aqcc .ant-radio-button-input:focus {
|
|
31021
|
+
box-shadow: none;
|
|
30767
31022
|
}
|
|
30768
|
-
.
|
|
30769
|
-
|
|
31023
|
+
.E_r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31024
|
+
margin-right: 0;
|
|
31025
|
+
width: initial;
|
|
31026
|
+
box-shadow: none;
|
|
30770
31027
|
}
|
|
30771
|
-
.
|
|
30772
|
-
|
|
31028
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31029
|
+
display: none;
|
|
31030
|
+
}
|
|
31031
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31032
|
+
display: inline;
|
|
31033
|
+
}
|
|
31034
|
+
.E_r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31035
|
+
display: inline;
|
|
31036
|
+
margin-right: 8px;
|
|
31037
|
+
padding: 0;
|
|
31038
|
+
width: 36px;
|
|
30773
31039
|
}
|
|
30774
31040
|
|
|
30775
|
-
.
|
|
30776
|
-
font-
|
|
30777
|
-
|
|
31041
|
+
.E_d6j0lbj {
|
|
31042
|
+
font-family: Inter;
|
|
31043
|
+
font-style: normal;
|
|
30778
31044
|
font-weight: bold;
|
|
30779
|
-
|
|
30780
|
-
|
|
30781
|
-
border-radius: 4px;
|
|
30782
|
-
display: inline-block;
|
|
30783
|
-
background: var(--ti7fpyu-0);
|
|
31045
|
+
font-size: 32px;
|
|
31046
|
+
line-height: 40px;
|
|
30784
31047
|
}
|
|
30785
|
-
|
|
30786
|
-
|
|
31048
|
+
|
|
31049
|
+
.E_d1xhvvxe {
|
|
31050
|
+
font-family: Inter;
|
|
31051
|
+
font-style: normal;
|
|
31052
|
+
font-weight: bold;
|
|
31053
|
+
font-size: 24px;
|
|
31054
|
+
line-height: 32px;
|
|
30787
31055
|
}
|
|
30788
31056
|
|
|
30789
|
-
.
|
|
30790
|
-
|
|
30791
|
-
|
|
30792
|
-
|
|
30793
|
-
|
|
30794
|
-
|
|
31057
|
+
.E_dk10mxq {
|
|
31058
|
+
font-family: Inter;
|
|
31059
|
+
font-style: normal;
|
|
31060
|
+
font-weight: normal;
|
|
31061
|
+
font-size: 32px;
|
|
31062
|
+
line-height: 40px;
|
|
30795
31063
|
}
|
|
30796
31064
|
|
|
30797
|
-
.
|
|
30798
|
-
font-
|
|
31065
|
+
.E_dxsait {
|
|
31066
|
+
font-family: Inter;
|
|
31067
|
+
font-style: normal;
|
|
30799
31068
|
font-weight: bold;
|
|
30800
|
-
|
|
30801
|
-
|
|
30802
|
-
margin-left: 2px;
|
|
30803
|
-
margin-right: 2px;
|
|
30804
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
30805
|
-
border-radius: 4px;
|
|
31069
|
+
font-size: 20px;
|
|
31070
|
+
line-height: 24px;
|
|
30806
31071
|
}
|
|
30807
31072
|
|
|
30808
|
-
.
|
|
30809
|
-
|
|
30810
|
-
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
.E_f1y3gta0.form-item-compact {
|
|
30815
|
-
width: 412px;
|
|
30816
|
-
}
|
|
30817
|
-
.E_f1y3gta0.form-item-compact.form-item + .E_f1y3gta0.form-item-compact.form-item {
|
|
30818
|
-
margin-top: 8px;
|
|
30819
|
-
}
|
|
30820
|
-
.E_f1y3gta0 .form-item {
|
|
30821
|
-
width: auto;
|
|
30822
|
-
}
|
|
30823
|
-
.E_f1y3gta0 .form-item-main {
|
|
30824
|
-
position: relative;
|
|
30825
|
-
display: flex;
|
|
30826
|
-
}
|
|
30827
|
-
.E_f1y3gta0 .form-item-extra {
|
|
30828
|
-
margin-top: 4px;
|
|
30829
|
-
width: 100%;
|
|
30830
|
-
padding: 14px;
|
|
30831
|
-
background: #f2f4f6;
|
|
30832
|
-
font-size: 13px;
|
|
30833
|
-
line-height: 1.8;
|
|
30834
|
-
color: #8e9aa9;
|
|
30835
|
-
}
|
|
30836
|
-
.E_f1y3gta0 .form-item-label {
|
|
30837
|
-
padding-right: 12px;
|
|
30838
|
-
font-size: 13px;
|
|
30839
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30840
|
-
}
|
|
30841
|
-
.E_f1y3gta0 .form-item-label.label-right {
|
|
30842
|
-
text-align: right;
|
|
30843
|
-
}
|
|
30844
|
-
.E_f1y3gta0 .form-item-label,
|
|
30845
|
-
.E_f1y3gta0 .form-item-control {
|
|
30846
|
-
line-height: 32px;
|
|
30847
|
-
}
|
|
30848
|
-
.E_f1y3gta0 .form-item-control .form-item-error {
|
|
30849
|
-
line-height: 18px;
|
|
30850
|
-
}
|
|
30851
|
-
.E_f1y3gta0 .form-item-children {
|
|
30852
|
-
width: 100%;
|
|
30853
|
-
}
|
|
30854
|
-
.E_f1y3gta0 .form-item-children > *:only-child.ant-select, .E_f1y3gta0 .form-item-children > *:only-child.ant-radio-group, .E_f1y3gta0 .form-item-children > *:only-child.ant-checkbox-group {
|
|
30855
|
-
width: 100%;
|
|
30856
|
-
}
|
|
30857
|
-
.E_f1y3gta0 .form-item-error {
|
|
30858
|
-
color: #e75a3a;
|
|
30859
|
-
height: 0;
|
|
30860
|
-
overflow: hidden;
|
|
30861
|
-
}
|
|
30862
|
-
.E_f1y3gta0 .form-item-error-enter-done {
|
|
30863
|
-
margin-top: 4px;
|
|
30864
|
-
height: auto;
|
|
30865
|
-
overflow: auto;
|
|
30866
|
-
}
|
|
30867
|
-
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
30868
|
-
.E_f1y3gta0.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
30869
|
-
border: 1px solid #e75a3a;
|
|
30870
|
-
color: #e75a3a;
|
|
31073
|
+
.E_dokn0h3 {
|
|
31074
|
+
font-family: Inter;
|
|
31075
|
+
font-style: normal;
|
|
31076
|
+
font-weight: normal;
|
|
31077
|
+
font-size: 20px;
|
|
31078
|
+
line-height: 24px;
|
|
30871
31079
|
}
|
|
30872
31080
|
|
|
30873
|
-
.
|
|
30874
|
-
|
|
31081
|
+
.E_dobau4p {
|
|
31082
|
+
font-family: Inter;
|
|
31083
|
+
font-style: normal;
|
|
30875
31084
|
font-weight: bold;
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
margin-bottom: 16px;
|
|
30879
|
-
}
|
|
30880
|
-
.E_fujbm7g:not(:first-of-type) {
|
|
30881
|
-
margin-top: 16px;
|
|
31085
|
+
font-size: 18px;
|
|
31086
|
+
line-height: 22px;
|
|
30882
31087
|
}
|
|
30883
31088
|
|
|
30884
|
-
.
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
30889
|
-
|
|
30890
|
-
cursor: pointer;
|
|
30891
|
-
transition: all 200ms ease-out 40ms;
|
|
30892
|
-
}
|
|
30893
|
-
.E_e5fsw5s:before, .E_e5fsw5s:after {
|
|
30894
|
-
content: "";
|
|
30895
|
-
width: 1px;
|
|
30896
|
-
height: 6px;
|
|
30897
|
-
border-radius: 1px;
|
|
30898
|
-
background: #ccd4e3;
|
|
30899
|
-
position: relative;
|
|
30900
|
-
right: 2px;
|
|
30901
|
-
transform: rotate(-45deg);
|
|
31089
|
+
.E_dvolwok {
|
|
31090
|
+
font-family: Inter;
|
|
31091
|
+
font-style: normal;
|
|
31092
|
+
font-weight: normal;
|
|
31093
|
+
font-size: 18px;
|
|
31094
|
+
line-height: 22px;
|
|
30902
31095
|
}
|
|
30903
|
-
|
|
30904
|
-
|
|
30905
|
-
|
|
31096
|
+
|
|
31097
|
+
.E_h181qhg4 {
|
|
31098
|
+
font-family: Inter;
|
|
31099
|
+
font-style: normal;
|
|
31100
|
+
font-weight: bold;
|
|
31101
|
+
font-size: 16px;
|
|
31102
|
+
line-height: 22px;
|
|
30906
31103
|
}
|
|
30907
31104
|
|
|
30908
|
-
.
|
|
30909
|
-
|
|
30910
|
-
|
|
30911
|
-
|
|
31105
|
+
.E_h1phgmcq {
|
|
31106
|
+
font-family: Inter;
|
|
31107
|
+
font-style: normal;
|
|
31108
|
+
font-weight: normal;
|
|
31109
|
+
font-size: 16px;
|
|
31110
|
+
line-height: 22px;
|
|
30912
31111
|
}
|
|
30913
|
-
|
|
30914
|
-
.
|
|
30915
|
-
|
|
31112
|
+
|
|
31113
|
+
.E_h173xnl1 {
|
|
31114
|
+
font-family: Inter;
|
|
31115
|
+
font-style: normal;
|
|
31116
|
+
font-weight: bold;
|
|
31117
|
+
font-size: 14px;
|
|
31118
|
+
line-height: 20px;
|
|
30916
31119
|
}
|
|
30917
|
-
|
|
30918
|
-
.
|
|
30919
|
-
|
|
31120
|
+
|
|
31121
|
+
.E_hedm4pz {
|
|
31122
|
+
font-family: Inter;
|
|
31123
|
+
font-style: normal;
|
|
31124
|
+
font-weight: normal;
|
|
31125
|
+
font-size: 14px;
|
|
31126
|
+
line-height: 20px;
|
|
30920
31127
|
}
|
|
30921
31128
|
|
|
30922
|
-
.
|
|
30923
|
-
|
|
30924
|
-
|
|
30925
|
-
|
|
30926
|
-
background: rgba(255, 187, 0, 0.1);
|
|
30927
|
-
border-radius: 6px;
|
|
30928
|
-
color: #e07f00;
|
|
31129
|
+
.E_h1kd8xld {
|
|
31130
|
+
font-family: Inter;
|
|
31131
|
+
font-style: normal;
|
|
31132
|
+
font-weight: bold;
|
|
30929
31133
|
font-size: 12px;
|
|
30930
31134
|
line-height: 18px;
|
|
30931
31135
|
}
|
|
30932
|
-
.E_ng31n2o .icon-wrapper {
|
|
30933
|
-
margin-right: 10px;
|
|
30934
|
-
height: 18px;
|
|
30935
|
-
}
|
|
30936
31136
|
|
|
30937
|
-
.
|
|
30938
|
-
|
|
30939
|
-
|
|
30940
|
-
|
|
30941
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30942
|
-
border-radius: 6px;
|
|
30943
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31137
|
+
.E_hp14fr {
|
|
31138
|
+
font-family: Inter;
|
|
31139
|
+
font-style: normal;
|
|
31140
|
+
font-weight: normal;
|
|
30944
31141
|
font-size: 12px;
|
|
30945
31142
|
line-height: 18px;
|
|
30946
31143
|
}
|
|
30947
|
-
.E_n15x5f5y .icon-wrapper {
|
|
30948
|
-
margin-right: 10px;
|
|
30949
|
-
height: 18px;
|
|
30950
|
-
}
|
|
30951
31144
|
|
|
30952
|
-
.
|
|
30953
|
-
|
|
30954
|
-
|
|
30955
|
-
|
|
30956
|
-
|
|
30957
|
-
|
|
30958
|
-
color: #005ed1;
|
|
31145
|
+
.E_hgrg7mn {
|
|
31146
|
+
font-family: Inter;
|
|
31147
|
+
font-style: normal;
|
|
31148
|
+
font-weight: bold;
|
|
31149
|
+
text-transform: uppercase;
|
|
31150
|
+
font-feature-settings: "cpsp" on;
|
|
30959
31151
|
font-size: 12px;
|
|
30960
31152
|
line-height: 18px;
|
|
30961
31153
|
}
|
|
30962
|
-
.E_i16ozz3f .icon-wrapper {
|
|
30963
|
-
margin-right: 10px;
|
|
30964
|
-
height: 18px;
|
|
30965
|
-
}
|
|
30966
31154
|
|
|
30967
|
-
.
|
|
30968
|
-
|
|
30969
|
-
|
|
31155
|
+
.E_h6zme9x {
|
|
31156
|
+
font-family: Inter;
|
|
31157
|
+
font-style: normal;
|
|
31158
|
+
font-weight: normal;
|
|
31159
|
+
text-transform: uppercase;
|
|
31160
|
+
font-feature-settings: "cpsp" on;
|
|
30970
31161
|
font-size: 12px;
|
|
30971
31162
|
line-height: 18px;
|
|
30972
31163
|
}
|
|
30973
31164
|
|
|
30974
|
-
.
|
|
30975
|
-
|
|
30976
|
-
font-
|
|
30977
|
-
|
|
31165
|
+
.E_locjvsv {
|
|
31166
|
+
font-family: Inter;
|
|
31167
|
+
font-style: normal;
|
|
31168
|
+
font-weight: normal;
|
|
31169
|
+
font-size: 16px;
|
|
31170
|
+
line-height: 24px;
|
|
30978
31171
|
}
|
|
30979
31172
|
|
|
30980
|
-
.
|
|
30981
|
-
|
|
30982
|
-
|
|
30983
|
-
|
|
30984
|
-
|
|
30985
|
-
|
|
30986
|
-
margin-right: 16px;
|
|
31173
|
+
.E_l13gi131 {
|
|
31174
|
+
font-family: Inter;
|
|
31175
|
+
font-style: normal;
|
|
31176
|
+
font-weight: bold;
|
|
31177
|
+
font-size: 16px;
|
|
31178
|
+
line-height: 24px;
|
|
30987
31179
|
}
|
|
30988
31180
|
|
|
30989
|
-
.
|
|
30990
|
-
|
|
31181
|
+
.E_l1ynemsu {
|
|
31182
|
+
font-family: Inter;
|
|
31183
|
+
font-style: normal;
|
|
31184
|
+
font-weight: normal;
|
|
31185
|
+
font-size: 16px;
|
|
31186
|
+
line-height: 24px;
|
|
30991
31187
|
}
|
|
30992
31188
|
|
|
30993
|
-
.
|
|
30994
|
-
|
|
30995
|
-
|
|
30996
|
-
|
|
30997
|
-
|
|
30998
|
-
|
|
30999
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
31000
|
-
}
|
|
31001
|
-
.E_ipd9bk.ant-input.ant-input-lg {
|
|
31002
|
-
padding: 8px 16px;
|
|
31003
|
-
line-height: 22px;
|
|
31189
|
+
.E_l1cft1cx {
|
|
31190
|
+
font-family: Inter;
|
|
31191
|
+
font-style: normal;
|
|
31192
|
+
font-weight: bold;
|
|
31193
|
+
font-size: 16px;
|
|
31194
|
+
line-height: 24px;
|
|
31004
31195
|
}
|
|
31005
|
-
|
|
31006
|
-
|
|
31007
|
-
|
|
31196
|
+
|
|
31197
|
+
.E_l17tqc8p {
|
|
31198
|
+
font-family: Inter;
|
|
31199
|
+
font-style: normal;
|
|
31200
|
+
font-weight: normal;
|
|
31201
|
+
text-transform: uppercase;
|
|
31202
|
+
font-feature-settings: "cpsp" on;
|
|
31203
|
+
font-size: 16px;
|
|
31204
|
+
line-height: 24px;
|
|
31008
31205
|
}
|
|
31009
|
-
|
|
31010
|
-
|
|
31011
|
-
|
|
31012
|
-
|
|
31013
|
-
|
|
31014
|
-
|
|
31015
|
-
|
|
31016
|
-
|
|
31017
|
-
|
|
31206
|
+
|
|
31207
|
+
.E_l1j1e5w7 {
|
|
31208
|
+
font-family: Inter;
|
|
31209
|
+
font-style: normal;
|
|
31210
|
+
font-weight: bold;
|
|
31211
|
+
text-transform: uppercase;
|
|
31212
|
+
font-feature-settings: "cpsp" on;
|
|
31213
|
+
font-size: 16px;
|
|
31214
|
+
line-height: 24px;
|
|
31018
31215
|
}
|
|
31019
|
-
|
|
31020
|
-
|
|
31021
|
-
|
|
31216
|
+
|
|
31217
|
+
.E_l1gf91jb {
|
|
31218
|
+
font-family: Inter;
|
|
31219
|
+
font-style: normal;
|
|
31220
|
+
font-weight: normal;
|
|
31221
|
+
font-size: 14px;
|
|
31222
|
+
line-height: 22px;
|
|
31022
31223
|
}
|
|
31023
|
-
|
|
31024
|
-
|
|
31025
|
-
|
|
31224
|
+
|
|
31225
|
+
.E_lu7hlr6 {
|
|
31226
|
+
font-family: Inter;
|
|
31227
|
+
font-style: normal;
|
|
31228
|
+
font-weight: 500;
|
|
31229
|
+
font-size: 14px;
|
|
31230
|
+
line-height: 22px;
|
|
31026
31231
|
}
|
|
31027
|
-
|
|
31028
|
-
|
|
31029
|
-
|
|
31232
|
+
|
|
31233
|
+
.E_l3l3jf0 {
|
|
31234
|
+
font-family: Inter;
|
|
31235
|
+
font-style: normal;
|
|
31236
|
+
font-weight: bold;
|
|
31237
|
+
font-size: 14px;
|
|
31238
|
+
line-height: 22px;
|
|
31030
31239
|
}
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31240
|
+
|
|
31241
|
+
.E_l12j5nqp {
|
|
31242
|
+
font-family: Inter;
|
|
31243
|
+
font-style: normal;
|
|
31244
|
+
font-weight: normal;
|
|
31245
|
+
font-size: 14px;
|
|
31246
|
+
line-height: 22px;
|
|
31035
31247
|
}
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
|
|
31042
|
-
|
|
31248
|
+
|
|
31249
|
+
.E_l1tecqht {
|
|
31250
|
+
font-family: Inter;
|
|
31251
|
+
font-style: normal;
|
|
31252
|
+
font-weight: bold;
|
|
31253
|
+
font-size: 14px;
|
|
31254
|
+
line-height: 22px;
|
|
31043
31255
|
}
|
|
31044
|
-
|
|
31045
|
-
.
|
|
31046
|
-
|
|
31256
|
+
|
|
31257
|
+
.E_l6sa990 {
|
|
31258
|
+
font-family: Inter;
|
|
31259
|
+
font-style: normal;
|
|
31260
|
+
font-weight: normal;
|
|
31261
|
+
text-transform: uppercase;
|
|
31262
|
+
font-feature-settings: "cpsp" on;
|
|
31263
|
+
font-size: 14px;
|
|
31264
|
+
line-height: 22px;
|
|
31047
31265
|
}
|
|
31048
|
-
|
|
31049
|
-
|
|
31266
|
+
|
|
31267
|
+
.E_lckqe8j {
|
|
31268
|
+
font-family: Inter;
|
|
31269
|
+
font-style: normal;
|
|
31270
|
+
font-weight: bold;
|
|
31271
|
+
text-transform: uppercase;
|
|
31272
|
+
font-feature-settings: "cpsp" on;
|
|
31273
|
+
font-size: 14px;
|
|
31050
31274
|
line-height: 22px;
|
|
31051
31275
|
}
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
|
|
31276
|
+
|
|
31277
|
+
.E_l1kuminb {
|
|
31278
|
+
font-family: Inter;
|
|
31279
|
+
font-style: normal;
|
|
31280
|
+
font-weight: normal;
|
|
31281
|
+
font-size: 13px;
|
|
31282
|
+
line-height: 20px;
|
|
31055
31283
|
}
|
|
31056
|
-
|
|
31057
|
-
|
|
31058
|
-
|
|
31284
|
+
|
|
31285
|
+
.E_l1pbuf5j {
|
|
31286
|
+
font-family: Inter;
|
|
31287
|
+
font-style: normal;
|
|
31288
|
+
font-weight: 600;
|
|
31289
|
+
font-size: 13px;
|
|
31290
|
+
line-height: 20px;
|
|
31059
31291
|
}
|
|
31060
|
-
|
|
31061
|
-
|
|
31062
|
-
|
|
31292
|
+
|
|
31293
|
+
.E_l1r4ztu {
|
|
31294
|
+
font-family: Inter;
|
|
31295
|
+
font-style: normal;
|
|
31296
|
+
font-weight: bold;
|
|
31297
|
+
font-size: 13px;
|
|
31298
|
+
line-height: 20px;
|
|
31063
31299
|
}
|
|
31064
|
-
|
|
31065
|
-
|
|
31300
|
+
|
|
31301
|
+
.E_ly8vzok {
|
|
31302
|
+
font-family: Inter;
|
|
31303
|
+
font-style: normal;
|
|
31304
|
+
font-weight: normal;
|
|
31305
|
+
font-size: 13px;
|
|
31306
|
+
line-height: 20px;
|
|
31066
31307
|
}
|
|
31067
|
-
|
|
31068
|
-
|
|
31308
|
+
|
|
31309
|
+
.E_lumfmf {
|
|
31310
|
+
font-family: Inter;
|
|
31311
|
+
font-style: normal;
|
|
31312
|
+
font-weight: 600;
|
|
31313
|
+
font-size: 13px;
|
|
31314
|
+
line-height: 20px;
|
|
31069
31315
|
}
|
|
31070
|
-
|
|
31071
|
-
|
|
31072
|
-
|
|
31316
|
+
|
|
31317
|
+
.E_l16ujwmv {
|
|
31318
|
+
font-family: Inter;
|
|
31319
|
+
font-style: normal;
|
|
31320
|
+
font-weight: bold;
|
|
31321
|
+
font-size: 13px;
|
|
31322
|
+
line-height: 20px;
|
|
31073
31323
|
}
|
|
31074
|
-
|
|
31075
|
-
|
|
31076
|
-
|
|
31324
|
+
|
|
31325
|
+
.E_l17o1ffr {
|
|
31326
|
+
font-family: Inter;
|
|
31327
|
+
font-style: normal;
|
|
31328
|
+
font-weight: normal;
|
|
31329
|
+
text-transform: uppercase;
|
|
31330
|
+
font-feature-settings: "cpsp" on;
|
|
31331
|
+
font-size: 13px;
|
|
31332
|
+
line-height: 20px;
|
|
31077
31333
|
}
|
|
31078
|
-
|
|
31079
|
-
|
|
31080
|
-
|
|
31081
|
-
|
|
31334
|
+
|
|
31335
|
+
.E_lngllvn {
|
|
31336
|
+
font-family: Inter;
|
|
31337
|
+
font-style: normal;
|
|
31338
|
+
font-weight: bold;
|
|
31339
|
+
text-transform: uppercase;
|
|
31340
|
+
font-feature-settings: "cpsp" on;
|
|
31341
|
+
font-size: 13px;
|
|
31342
|
+
line-height: 20px;
|
|
31082
31343
|
}
|
|
31083
|
-
|
|
31084
|
-
|
|
31085
|
-
|
|
31344
|
+
|
|
31345
|
+
.E_l2i7fo9 {
|
|
31346
|
+
font-family: Inter;
|
|
31347
|
+
font-style: normal;
|
|
31348
|
+
font-weight: normal;
|
|
31349
|
+
font-size: 12px;
|
|
31350
|
+
line-height: 18px;
|
|
31086
31351
|
}
|
|
31087
|
-
|
|
31088
|
-
|
|
31089
|
-
|
|
31352
|
+
|
|
31353
|
+
.E_l1x7hscx {
|
|
31354
|
+
font-family: Inter;
|
|
31355
|
+
font-style: normal;
|
|
31356
|
+
font-weight: 500;
|
|
31357
|
+
font-size: 12px;
|
|
31358
|
+
line-height: 18px;
|
|
31090
31359
|
}
|
|
31091
|
-
|
|
31092
|
-
|
|
31360
|
+
|
|
31361
|
+
.E_le1jwan {
|
|
31362
|
+
font-family: Inter;
|
|
31363
|
+
font-style: normal;
|
|
31364
|
+
font-weight: bold;
|
|
31365
|
+
font-size: 12px;
|
|
31366
|
+
line-height: 18px;
|
|
31093
31367
|
}
|
|
31094
|
-
|
|
31095
|
-
|
|
31096
|
-
|
|
31368
|
+
|
|
31369
|
+
.E_lyxynfj {
|
|
31370
|
+
font-family: Inter;
|
|
31371
|
+
font-style: normal;
|
|
31372
|
+
font-weight: normal;
|
|
31373
|
+
font-size: 12px;
|
|
31374
|
+
line-height: 18px;
|
|
31097
31375
|
}
|
|
31098
|
-
|
|
31099
|
-
|
|
31376
|
+
|
|
31377
|
+
.E_lpb2nxv {
|
|
31378
|
+
font-family: Inter;
|
|
31379
|
+
font-style: normal;
|
|
31380
|
+
font-weight: 500;
|
|
31381
|
+
font-size: 12px;
|
|
31382
|
+
line-height: 18px;
|
|
31100
31383
|
}
|
|
31101
|
-
|
|
31102
|
-
|
|
31103
|
-
|
|
31384
|
+
|
|
31385
|
+
.E_l1r8o3vv {
|
|
31386
|
+
font-family: Inter;
|
|
31387
|
+
font-style: normal;
|
|
31388
|
+
font-weight: bold;
|
|
31389
|
+
font-size: 12px;
|
|
31390
|
+
line-height: 18px;
|
|
31104
31391
|
}
|
|
31105
|
-
|
|
31106
|
-
|
|
31392
|
+
|
|
31393
|
+
.E_lemnjy2 {
|
|
31394
|
+
font-family: Inter;
|
|
31395
|
+
font-style: normal;
|
|
31396
|
+
font-weight: normal;
|
|
31397
|
+
text-transform: uppercase;
|
|
31398
|
+
font-feature-settings: "cpsp" on;
|
|
31399
|
+
font-size: 12px;
|
|
31400
|
+
line-height: 18px;
|
|
31107
31401
|
}
|
|
31108
31402
|
|
|
31109
|
-
.
|
|
31110
|
-
|
|
31111
|
-
|
|
31112
|
-
|
|
31113
|
-
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
height:
|
|
31117
|
-
cursor: pointer;
|
|
31118
|
-
transition: border 150ms;
|
|
31119
|
-
}
|
|
31120
|
-
.E_kypn5o5.input-tags:hover {
|
|
31121
|
-
border-color: #0080ff;
|
|
31122
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
31123
|
-
}
|
|
31124
|
-
.E_kypn5o5.input-tags.kit-input-suffix-wrapper {
|
|
31125
|
-
padding-right: 30px;
|
|
31126
|
-
}
|
|
31127
|
-
.E_kypn5o5.input-tags .input-tags-inner {
|
|
31128
|
-
display: flex;
|
|
31129
|
-
}
|
|
31130
|
-
.E_kypn5o5.input-tags .input-tags-inner .tags-overflow-auto {
|
|
31131
|
-
display: flex;
|
|
31132
|
-
}
|
|
31133
|
-
.E_kypn5o5.input-tags .input-tag-suffix {
|
|
31134
|
-
position: absolute;
|
|
31135
|
-
right: 12px;
|
|
31136
|
-
top: 50%;
|
|
31137
|
-
transform: translateY(-50%);
|
|
31138
|
-
}
|
|
31139
|
-
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle {
|
|
31140
|
-
color: rgba(0, 0, 0, 0.25);
|
|
31141
|
-
font-size: 12px;
|
|
31142
|
-
cursor: pointer;
|
|
31143
|
-
}
|
|
31144
|
-
.E_kypn5o5.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
31145
|
-
color: rgba(0, 0, 0, 0.45);
|
|
31146
|
-
}
|
|
31147
|
-
.E_kypn5o5.has-focus-indicator {
|
|
31148
|
-
position: relative;
|
|
31149
|
-
overflow: hidden;
|
|
31150
|
-
}
|
|
31151
|
-
.E_kypn5o5.has-focus-indicator .ant-input-prefix {
|
|
31152
|
-
position: absolute;
|
|
31153
|
-
top: 50%;
|
|
31154
|
-
transform: translateY(-50%);
|
|
31155
|
-
left: -16px;
|
|
31156
|
-
transition: left 150ms ease;
|
|
31157
|
-
opacity: 0;
|
|
31158
|
-
}
|
|
31159
|
-
.E_kypn5o5.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
31160
|
-
left: 8px;
|
|
31161
|
-
opacity: 1;
|
|
31162
|
-
}
|
|
31163
|
-
.E_kypn5o5.has-focus-indicator input {
|
|
31164
|
-
transition: margin-left 150ms ease;
|
|
31165
|
-
margin-left: 0px;
|
|
31166
|
-
}
|
|
31167
|
-
.E_kypn5o5.has-focus-indicator input:focus {
|
|
31168
|
-
margin-left: 16px;
|
|
31169
|
-
}
|
|
31170
|
-
|
|
31171
|
-
input.E_l1ki27se.ant-input {
|
|
31172
|
-
border-top-right-radius: 0;
|
|
31173
|
-
border-bottom-right-radius: 0;
|
|
31174
|
-
}
|
|
31175
|
-
|
|
31176
|
-
.E_l1ki27se.ant-input-affix-wrapper {
|
|
31177
|
-
border-top-right-radius: 0;
|
|
31178
|
-
border-bottom-right-radius: 0;
|
|
31179
|
-
}
|
|
31180
|
-
|
|
31181
|
-
input.E_rrg1fkn.ant-input {
|
|
31182
|
-
border-top-left-radius: 0;
|
|
31183
|
-
border-bottom-left-radius: 0;
|
|
31184
|
-
}
|
|
31185
|
-
|
|
31186
|
-
.E_rrg1fkn.ant-input-affix-wrapper {
|
|
31187
|
-
border-top-left-radius: 0;
|
|
31188
|
-
border-bottom-left-radius: 0;
|
|
31189
|
-
}
|
|
31190
|
-
|
|
31191
|
-
.E_lgr9b02.ant-select, .E_lgr9b02.ant-select .ant-select-selector {
|
|
31192
|
-
border-top-right-radius: 0;
|
|
31193
|
-
border-bottom-right-radius: 0;
|
|
31194
|
-
}
|
|
31195
|
-
|
|
31196
|
-
.E_r1af6yu8.ant-select, .E_r1af6yu8.ant-select .ant-select-selector {
|
|
31197
|
-
border-top-left-radius: 0;
|
|
31198
|
-
border-bottom-left-radius: 0;
|
|
31199
|
-
}
|
|
31200
|
-
|
|
31201
|
-
.E_c1t6wbwv {
|
|
31202
|
-
display: flex;
|
|
31203
|
-
flex-direction: column;
|
|
31204
|
-
}
|
|
31205
|
-
.E_c1t6wbwv .select-wrapper {
|
|
31206
|
-
margin-top: 12px;
|
|
31207
|
-
}
|
|
31208
|
-
.E_c1t6wbwv .select-wrapper .select {
|
|
31209
|
-
width: 100%;
|
|
31210
|
-
}
|
|
31211
|
-
.E_c1t6wbwv .radio-wrapper {
|
|
31212
|
-
margin-top: 24px;
|
|
31213
|
-
}
|
|
31214
|
-
.E_c1t6wbwv div.form-item {
|
|
31215
|
-
width: 100%;
|
|
31216
|
-
}
|
|
31217
|
-
|
|
31218
|
-
.E_d1k7vv5v {
|
|
31219
|
-
font-size: 14px;
|
|
31220
|
-
font-weight: 500;
|
|
31221
|
-
color: #3e4652;
|
|
31222
|
-
line-height: 18px;
|
|
31223
|
-
}
|
|
31224
|
-
.E_d1k7vv5v + .E_d1k7vv5v {
|
|
31225
|
-
margin-top: 16px;
|
|
31226
|
-
}
|
|
31227
|
-
.E_d1k7vv5v + * {
|
|
31228
|
-
margin-top: 16px;
|
|
31229
|
-
}
|
|
31230
|
-
|
|
31231
|
-
.E_le7b9r4.E_d1k7vv5v {
|
|
31232
|
-
font-size: 12px;
|
|
31233
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31234
|
-
margin-top: 12px;
|
|
31235
|
-
}
|
|
31236
|
-
|
|
31237
|
-
.E_r1dnygxx.E_le7b9r4.E_d1k7vv5v {
|
|
31238
|
-
line-height: 18px;
|
|
31239
|
-
font-weight: 500;
|
|
31240
|
-
margin-top: 0;
|
|
31241
|
-
white-space: initial;
|
|
31242
|
-
}
|
|
31243
|
-
|
|
31244
|
-
.E_r12ddqmh {
|
|
31245
|
-
display: block;
|
|
31246
|
-
}
|
|
31247
|
-
.E_r12ddqmh span {
|
|
31248
|
-
font-size: 14px;
|
|
31249
|
-
font-weight: 500;
|
|
31250
|
-
line-height: 32px;
|
|
31251
|
-
color: #3e4652;
|
|
31252
|
-
}
|
|
31253
|
-
|
|
31254
|
-
.E_ctcr26a {
|
|
31255
|
-
margin-top: 8px;
|
|
31256
|
-
padding: 8px;
|
|
31257
|
-
border-radius: 6px;
|
|
31258
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31259
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31260
|
-
font-size: 12px;
|
|
31261
|
-
}
|
|
31262
|
-
.E_ctcr26a div {
|
|
31263
|
-
line-height: 20px;
|
|
31264
|
-
display: flex;
|
|
31265
|
-
align-items: center;
|
|
31266
|
-
word-break: break-all;
|
|
31267
|
-
}
|
|
31268
|
-
|
|
31269
|
-
.E_d6j0lbj {
|
|
31270
|
-
font-family: Inter;
|
|
31271
|
-
font-style: normal;
|
|
31272
|
-
font-weight: bold;
|
|
31273
|
-
font-size: 32px;
|
|
31274
|
-
line-height: 40px;
|
|
31275
|
-
}
|
|
31276
|
-
|
|
31277
|
-
.E_d1xhvvxe {
|
|
31278
|
-
font-family: Inter;
|
|
31279
|
-
font-style: normal;
|
|
31280
|
-
font-weight: bold;
|
|
31281
|
-
font-size: 24px;
|
|
31282
|
-
line-height: 32px;
|
|
31403
|
+
.E_lrc42gb {
|
|
31404
|
+
font-family: Inter;
|
|
31405
|
+
font-style: normal;
|
|
31406
|
+
font-weight: bold;
|
|
31407
|
+
text-transform: uppercase;
|
|
31408
|
+
font-feature-settings: "cpsp" on;
|
|
31409
|
+
font-size: 12px;
|
|
31410
|
+
line-height: 18px;
|
|
31283
31411
|
}
|
|
31284
31412
|
|
|
31285
|
-
.
|
|
31413
|
+
.E_fqaz4mb {
|
|
31286
31414
|
font-family: Inter;
|
|
31287
31415
|
font-style: normal;
|
|
31288
31416
|
font-weight: normal;
|
|
31289
|
-
font-size:
|
|
31290
|
-
line-height:
|
|
31291
|
-
}
|
|
31292
|
-
|
|
31293
|
-
.E_dxsait {
|
|
31294
|
-
font-family: Inter;
|
|
31295
|
-
font-style: normal;
|
|
31296
|
-
font-weight: bold;
|
|
31297
|
-
font-size: 20px;
|
|
31298
|
-
line-height: 24px;
|
|
31417
|
+
font-size: 13px;
|
|
31418
|
+
line-height: 20px;
|
|
31299
31419
|
}
|
|
31300
31420
|
|
|
31301
|
-
.
|
|
31421
|
+
.E_f13we5o {
|
|
31302
31422
|
font-family: Inter;
|
|
31303
31423
|
font-style: normal;
|
|
31304
31424
|
font-weight: normal;
|
|
31305
|
-
font-size:
|
|
31306
|
-
line-height:
|
|
31307
|
-
}
|
|
31308
|
-
|
|
31309
|
-
.E_dobau4p {
|
|
31310
|
-
font-family: Inter;
|
|
31311
|
-
font-style: normal;
|
|
31312
|
-
font-weight: bold;
|
|
31313
|
-
font-size: 18px;
|
|
31314
|
-
line-height: 22px;
|
|
31425
|
+
font-size: 13px;
|
|
31426
|
+
line-height: 20px;
|
|
31315
31427
|
}
|
|
31316
31428
|
|
|
31317
|
-
.
|
|
31429
|
+
.E_ffmjua2 {
|
|
31318
31430
|
font-family: Inter;
|
|
31319
31431
|
font-style: normal;
|
|
31320
31432
|
font-weight: normal;
|
|
31321
|
-
font-size:
|
|
31322
|
-
line-height:
|
|
31323
|
-
}
|
|
31324
|
-
|
|
31325
|
-
.E_h181qhg4 {
|
|
31326
|
-
font-family: Inter;
|
|
31327
|
-
font-style: normal;
|
|
31328
|
-
font-weight: bold;
|
|
31329
|
-
font-size: 16px;
|
|
31330
|
-
line-height: 22px;
|
|
31433
|
+
font-size: 12px;
|
|
31434
|
+
line-height: 18px;
|
|
31331
31435
|
}
|
|
31332
31436
|
|
|
31333
|
-
.
|
|
31437
|
+
.E_fz2mxw0 {
|
|
31334
31438
|
font-family: Inter;
|
|
31335
31439
|
font-style: normal;
|
|
31336
31440
|
font-weight: normal;
|
|
31337
|
-
font-size:
|
|
31338
|
-
line-height:
|
|
31441
|
+
font-size: 12px;
|
|
31442
|
+
line-height: 18px;
|
|
31339
31443
|
}
|
|
31340
31444
|
|
|
31341
|
-
.
|
|
31445
|
+
.E_t1ertzoh {
|
|
31342
31446
|
font-family: Inter;
|
|
31343
31447
|
font-style: normal;
|
|
31344
|
-
font-weight:
|
|
31345
|
-
font-
|
|
31448
|
+
font-weight: normal;
|
|
31449
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31450
|
+
font-size: 13px;
|
|
31346
31451
|
line-height: 20px;
|
|
31347
31452
|
}
|
|
31348
31453
|
|
|
31349
|
-
.
|
|
31454
|
+
.E_t19bge8r {
|
|
31350
31455
|
font-family: Inter;
|
|
31351
31456
|
font-style: normal;
|
|
31352
31457
|
font-weight: normal;
|
|
31353
|
-
font-
|
|
31458
|
+
font-feature-settings: "zero" on;
|
|
31459
|
+
font-size: 13px;
|
|
31354
31460
|
line-height: 20px;
|
|
31355
31461
|
}
|
|
31356
31462
|
|
|
31357
|
-
.
|
|
31463
|
+
.E_tjrzfyl {
|
|
31358
31464
|
font-family: Inter;
|
|
31359
31465
|
font-style: normal;
|
|
31360
|
-
font-weight:
|
|
31466
|
+
font-weight: normal;
|
|
31467
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31361
31468
|
font-size: 12px;
|
|
31362
31469
|
line-height: 18px;
|
|
31363
31470
|
}
|
|
31364
31471
|
|
|
31365
|
-
.
|
|
31472
|
+
.E_tm6s7bo {
|
|
31366
31473
|
font-family: Inter;
|
|
31367
31474
|
font-style: normal;
|
|
31368
|
-
font-weight:
|
|
31475
|
+
font-weight: 500;
|
|
31476
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31369
31477
|
font-size: 12px;
|
|
31370
31478
|
line-height: 18px;
|
|
31371
31479
|
}
|
|
31372
31480
|
|
|
31373
|
-
.
|
|
31481
|
+
.E_t19zq6ic {
|
|
31374
31482
|
font-family: Inter;
|
|
31375
31483
|
font-style: normal;
|
|
31376
|
-
font-weight:
|
|
31377
|
-
|
|
31378
|
-
font-feature-settings: "cpsp" on;
|
|
31484
|
+
font-weight: normal;
|
|
31485
|
+
font-feature-settings: "zero" on;
|
|
31379
31486
|
font-size: 12px;
|
|
31380
31487
|
line-height: 18px;
|
|
31381
31488
|
}
|
|
31382
31489
|
|
|
31383
|
-
.
|
|
31490
|
+
.E_t1gduru8 {
|
|
31384
31491
|
font-family: Inter;
|
|
31385
31492
|
font-style: normal;
|
|
31386
|
-
font-weight:
|
|
31387
|
-
|
|
31388
|
-
font-feature-settings: "cpsp" on;
|
|
31493
|
+
font-weight: 500;
|
|
31494
|
+
font-feature-settings: "zero" on;
|
|
31389
31495
|
font-size: 12px;
|
|
31390
31496
|
line-height: 18px;
|
|
31391
31497
|
}
|
|
31392
31498
|
|
|
31393
|
-
.
|
|
31394
|
-
font-family: Inter;
|
|
31395
|
-
font-style: normal;
|
|
31396
|
-
font-weight: normal;
|
|
31397
|
-
font-size: 16px;
|
|
31398
|
-
line-height: 24px;
|
|
31399
|
-
}
|
|
31400
|
-
|
|
31401
|
-
.E_l13gi131 {
|
|
31499
|
+
.E_t55raab {
|
|
31402
31500
|
font-family: Inter;
|
|
31403
31501
|
font-style: normal;
|
|
31404
31502
|
font-weight: bold;
|
|
31503
|
+
font-feature-settings: "zero" on;
|
|
31405
31504
|
font-size: 16px;
|
|
31406
31505
|
line-height: 24px;
|
|
31407
31506
|
}
|
|
31408
31507
|
|
|
31409
|
-
.
|
|
31508
|
+
.E_u1w9abfe {
|
|
31410
31509
|
font-family: Inter;
|
|
31411
31510
|
font-style: normal;
|
|
31412
31511
|
font-weight: normal;
|
|
31413
|
-
font-size:
|
|
31414
|
-
line-height:
|
|
31512
|
+
font-size: 10px;
|
|
31513
|
+
line-height: 12px;
|
|
31415
31514
|
}
|
|
31416
31515
|
|
|
31417
|
-
.
|
|
31418
|
-
|
|
31419
|
-
font-style: normal;
|
|
31420
|
-
font-weight: bold;
|
|
31421
|
-
font-size: 16px;
|
|
31422
|
-
line-height: 24px;
|
|
31516
|
+
.E_obf05yr {
|
|
31517
|
+
display: inline-block;
|
|
31423
31518
|
}
|
|
31424
31519
|
|
|
31425
|
-
.
|
|
31426
|
-
|
|
31427
|
-
|
|
31428
|
-
font-weight: normal;
|
|
31429
|
-
text-transform: uppercase;
|
|
31430
|
-
font-feature-settings: "cpsp" on;
|
|
31431
|
-
font-size: 16px;
|
|
31432
|
-
line-height: 24px;
|
|
31520
|
+
.E_hsms1n6 {
|
|
31521
|
+
visibility: hidden;
|
|
31522
|
+
position: absolute;
|
|
31433
31523
|
}
|
|
31434
31524
|
|
|
31435
|
-
.
|
|
31436
|
-
|
|
31437
|
-
font-style: normal;
|
|
31438
|
-
font-weight: bold;
|
|
31439
|
-
text-transform: uppercase;
|
|
31440
|
-
font-feature-settings: "cpsp" on;
|
|
31441
|
-
font-size: 16px;
|
|
31442
|
-
line-height: 24px;
|
|
31525
|
+
.E_t1upn1sz {
|
|
31526
|
+
height: 100%;
|
|
31443
31527
|
}
|
|
31444
31528
|
|
|
31445
|
-
.
|
|
31446
|
-
|
|
31447
|
-
font-style: normal;
|
|
31448
|
-
font-weight: normal;
|
|
31449
|
-
font-size: 14px;
|
|
31450
|
-
line-height: 22px;
|
|
31529
|
+
.E_tta5kd2 {
|
|
31530
|
+
height: 100%;
|
|
31451
31531
|
}
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
font-style: normal;
|
|
31456
|
-
font-weight: 500;
|
|
31457
|
-
font-size: 14px;
|
|
31458
|
-
line-height: 22px;
|
|
31532
|
+
.E_tta5kd2.empty-table .ant-table-content {
|
|
31533
|
+
overflow: visible !important;
|
|
31534
|
+
height: 100%;
|
|
31459
31535
|
}
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
font-family: Inter;
|
|
31463
|
-
font-style: normal;
|
|
31464
|
-
font-weight: bold;
|
|
31465
|
-
font-size: 14px;
|
|
31466
|
-
line-height: 22px;
|
|
31536
|
+
.E_tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31537
|
+
height: 100%;
|
|
31467
31538
|
}
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
font-style: normal;
|
|
31472
|
-
font-weight: normal;
|
|
31473
|
-
font-size: 14px;
|
|
31474
|
-
line-height: 22px;
|
|
31539
|
+
.E_tta5kd2.empty-table .ant-table-content table {
|
|
31540
|
+
width: 100% !important;
|
|
31541
|
+
height: 100%;
|
|
31475
31542
|
}
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
font-family: Inter;
|
|
31479
|
-
font-style: normal;
|
|
31480
|
-
font-weight: bold;
|
|
31481
|
-
font-size: 14px;
|
|
31482
|
-
line-height: 22px;
|
|
31543
|
+
.E_tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31544
|
+
padding: 15px 0;
|
|
31483
31545
|
}
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
font-family: Inter;
|
|
31487
|
-
font-style: normal;
|
|
31488
|
-
font-weight: normal;
|
|
31489
|
-
text-transform: uppercase;
|
|
31490
|
-
font-feature-settings: "cpsp" on;
|
|
31491
|
-
font-size: 14px;
|
|
31492
|
-
line-height: 22px;
|
|
31546
|
+
.E_tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31547
|
+
display: none;
|
|
31493
31548
|
}
|
|
31494
|
-
|
|
31495
|
-
|
|
31496
|
-
font-family: Inter;
|
|
31497
|
-
font-style: normal;
|
|
31498
|
-
font-weight: bold;
|
|
31499
|
-
text-transform: uppercase;
|
|
31500
|
-
font-feature-settings: "cpsp" on;
|
|
31501
|
-
font-size: 14px;
|
|
31502
|
-
line-height: 22px;
|
|
31549
|
+
.E_tta5kd2 .active-row td:nth-child(1) {
|
|
31550
|
+
font-weight: 700;
|
|
31503
31551
|
}
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
font-family: Inter;
|
|
31507
|
-
font-style: normal;
|
|
31508
|
-
font-weight: normal;
|
|
31509
|
-
font-size: 13px;
|
|
31510
|
-
line-height: 20px;
|
|
31552
|
+
.E_tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31553
|
+
font-weight: 700;
|
|
31511
31554
|
}
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
font-family: Inter;
|
|
31515
|
-
font-style: normal;
|
|
31516
|
-
font-weight: 600;
|
|
31517
|
-
font-size: 13px;
|
|
31518
|
-
line-height: 20px;
|
|
31555
|
+
.E_tta5kd2 .ant-spin-nested-loading {
|
|
31556
|
+
height: 100%;
|
|
31519
31557
|
}
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
|
|
31523
|
-
font-style: normal;
|
|
31524
|
-
font-weight: bold;
|
|
31525
|
-
font-size: 13px;
|
|
31526
|
-
line-height: 20px;
|
|
31558
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31559
|
+
height: 100%;
|
|
31560
|
+
overflow: visible;
|
|
31527
31561
|
}
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
font-family: Inter;
|
|
31531
|
-
font-style: normal;
|
|
31532
|
-
font-weight: normal;
|
|
31533
|
-
font-size: 13px;
|
|
31534
|
-
line-height: 20px;
|
|
31562
|
+
.E_tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31563
|
+
max-height: none;
|
|
31535
31564
|
}
|
|
31536
|
-
|
|
31537
|
-
.
|
|
31538
|
-
|
|
31539
|
-
font-style: normal;
|
|
31540
|
-
font-weight: 600;
|
|
31541
|
-
font-size: 13px;
|
|
31542
|
-
line-height: 20px;
|
|
31565
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31566
|
+
.E_tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31567
|
+
display: none;
|
|
31543
31568
|
}
|
|
31544
|
-
|
|
31545
|
-
|
|
31546
|
-
font-family: Inter;
|
|
31547
|
-
font-style: normal;
|
|
31548
|
-
font-weight: bold;
|
|
31549
|
-
font-size: 13px;
|
|
31550
|
-
line-height: 20px;
|
|
31569
|
+
.E_tta5kd2 td.ant-table-column-sort {
|
|
31570
|
+
background: transparent;
|
|
31551
31571
|
}
|
|
31552
|
-
|
|
31553
|
-
.
|
|
31554
|
-
|
|
31555
|
-
|
|
31556
|
-
font-weight: normal;
|
|
31557
|
-
text-transform: uppercase;
|
|
31558
|
-
font-feature-settings: "cpsp" on;
|
|
31559
|
-
font-size: 13px;
|
|
31560
|
-
line-height: 20px;
|
|
31572
|
+
.E_tta5kd2 td.ant-table-cell-fix-left,
|
|
31573
|
+
.E_tta5kd2 td.ant-table-cell-fix-right {
|
|
31574
|
+
background: #fff;
|
|
31575
|
+
padding: 0 !important;
|
|
31561
31576
|
}
|
|
31562
|
-
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31565
|
-
|
|
31566
|
-
|
|
31567
|
-
|
|
31568
|
-
font-feature-settings: "cpsp" on;
|
|
31569
|
-
font-size: 13px;
|
|
31570
|
-
line-height: 20px;
|
|
31577
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31578
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31579
|
+
display: flex;
|
|
31580
|
+
align-items: center;
|
|
31581
|
+
height: 100%;
|
|
31582
|
+
padding: 8px;
|
|
31571
31583
|
}
|
|
31572
|
-
|
|
31573
|
-
.
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
font-size: 12px;
|
|
31578
|
-
line-height: 18px;
|
|
31584
|
+
.E_tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31585
|
+
.E_tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31586
|
+
overflow: hidden;
|
|
31587
|
+
text-overflow: ellipsis;
|
|
31588
|
+
width: 100%;
|
|
31579
31589
|
}
|
|
31580
|
-
|
|
31581
|
-
|
|
31582
|
-
font-family: Inter;
|
|
31583
|
-
font-style: normal;
|
|
31584
|
-
font-weight: 500;
|
|
31585
|
-
font-size: 12px;
|
|
31586
|
-
line-height: 18px;
|
|
31590
|
+
.E_tta5kd2 .ant-table-container {
|
|
31591
|
+
height: 100%;
|
|
31587
31592
|
}
|
|
31588
|
-
|
|
31589
|
-
|
|
31590
|
-
|
|
31591
|
-
|
|
31592
|
-
|
|
31593
|
+
.E_tta5kd2 .ant-table-container::before, .E_tta5kd2 .ant-table-container::after {
|
|
31594
|
+
box-shadow: none !important;
|
|
31595
|
+
}
|
|
31596
|
+
.E_tta5kd2 .ant-table {
|
|
31597
|
+
border-radius: 0px;
|
|
31598
|
+
border-left: none;
|
|
31599
|
+
border-right: none;
|
|
31600
|
+
border-bottom: none;
|
|
31601
|
+
height: 100%;
|
|
31593
31602
|
font-size: 12px;
|
|
31594
|
-
|
|
31603
|
+
background: transparent;
|
|
31595
31604
|
}
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
|
|
31605
|
+
.E_tta5kd2 .ant-table .ant-table-header {
|
|
31606
|
+
position: relative;
|
|
31607
|
+
z-index: 3;
|
|
31608
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31609
|
+
margin-bottom: -1px;
|
|
31610
|
+
}
|
|
31611
|
+
.E_tta5kd2 .ant-table .time-wrapper .date,
|
|
31612
|
+
.E_tta5kd2 .ant-table .value {
|
|
31613
|
+
color: #2d3a56;
|
|
31614
|
+
}
|
|
31615
|
+
.E_tta5kd2 .ant-table .time-wrapper .time,
|
|
31616
|
+
.E_tta5kd2 .ant-table .unit {
|
|
31617
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31618
|
+
}
|
|
31619
|
+
.E_tta5kd2 .ant-table .ant-table-selection {
|
|
31620
|
+
position: unset;
|
|
31621
|
+
text-align: center;
|
|
31622
|
+
}
|
|
31623
|
+
.E_tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31624
|
+
background: #fff;
|
|
31625
|
+
}
|
|
31626
|
+
.E_tta5kd2 .ant-table .anticon-setting {
|
|
31627
|
+
cursor: pointer;
|
|
31628
|
+
position: absolute;
|
|
31629
|
+
top: 50%;
|
|
31630
|
+
right: 12px;
|
|
31631
|
+
transform: translateY(-50%);
|
|
31632
|
+
}
|
|
31633
|
+
.E_tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31634
|
+
box-shadow: none;
|
|
31635
|
+
width: 1px;
|
|
31636
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31637
|
+
}
|
|
31638
|
+
.E_tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31639
|
+
box-shadow: none;
|
|
31640
|
+
width: 1px;
|
|
31641
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31642
|
+
}
|
|
31643
|
+
.E_tta5kd2 .ant-table .ant-table-tbody {
|
|
31644
|
+
position: relative;
|
|
31645
|
+
}
|
|
31646
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31647
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31648
|
+
border-bottom: 1px solid white;
|
|
31649
|
+
height: 40px;
|
|
31650
|
+
vertical-align: middle;
|
|
31651
|
+
transition: background 0ms;
|
|
31652
|
+
color: #00122e;
|
|
31653
|
+
}
|
|
31654
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31655
|
+
background: #f2f5fa;
|
|
31656
|
+
border-bottom-color: #f2f5fa;
|
|
31657
|
+
}
|
|
31658
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31659
|
+
height: auto;
|
|
31660
|
+
color: #00122e;
|
|
31601
31661
|
font-size: 12px;
|
|
31602
|
-
|
|
31662
|
+
text-align: left;
|
|
31663
|
+
transition: none;
|
|
31664
|
+
overflow: hidden;
|
|
31665
|
+
text-overflow: ellipsis;
|
|
31666
|
+
white-space: nowrap;
|
|
31667
|
+
}
|
|
31668
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31669
|
+
color: #0096ff;
|
|
31670
|
+
}
|
|
31671
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31672
|
+
overflow: hidden;
|
|
31673
|
+
text-overflow: ellipsis;
|
|
31674
|
+
width: 100%;
|
|
31675
|
+
vertical-align: middle;
|
|
31676
|
+
}
|
|
31677
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31678
|
+
line-height: 0px;
|
|
31679
|
+
}
|
|
31680
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31681
|
+
padding-right: 25px;
|
|
31682
|
+
}
|
|
31683
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31684
|
+
border-top-color: transparent;
|
|
31685
|
+
}
|
|
31686
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31687
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31688
|
+
border-color: transparent transparent white;
|
|
31689
|
+
}
|
|
31690
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31691
|
+
border-radius: 8px 0 0 8px;
|
|
31692
|
+
}
|
|
31693
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31694
|
+
border-radius: 8px 0 0 8px;
|
|
31695
|
+
}
|
|
31696
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31697
|
+
content: "";
|
|
31698
|
+
width: 4px;
|
|
31699
|
+
top: -1px;
|
|
31700
|
+
bottom: -1px;
|
|
31701
|
+
background: white;
|
|
31702
|
+
}
|
|
31703
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31704
|
+
border-radius: 0 8px 8px 0;
|
|
31705
|
+
}
|
|
31706
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31707
|
+
border-radius: 0;
|
|
31708
|
+
background: white;
|
|
31709
|
+
border-top: none;
|
|
31710
|
+
}
|
|
31711
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31712
|
+
border-top: 1px solid transparent;
|
|
31713
|
+
border-radius: 0 8px 8px 0;
|
|
31714
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31715
|
+
}
|
|
31716
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31717
|
+
background: white;
|
|
31718
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31719
|
+
}
|
|
31720
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31721
|
+
display: flex;
|
|
31722
|
+
align-items: center;
|
|
31723
|
+
height: 100%;
|
|
31724
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31725
|
+
}
|
|
31726
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31727
|
+
background: white;
|
|
31728
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31729
|
+
}
|
|
31730
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31731
|
+
display: flex;
|
|
31732
|
+
align-items: center;
|
|
31733
|
+
height: 100%;
|
|
31734
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31735
|
+
}
|
|
31736
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31737
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31738
|
+
}
|
|
31739
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31740
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31741
|
+
border-radius: 8px;
|
|
31742
|
+
}
|
|
31743
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31744
|
+
border-top-color: white;
|
|
31745
|
+
}
|
|
31746
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31747
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31748
|
+
border-bottom-color: transparent;
|
|
31749
|
+
border-top-color: transparent;
|
|
31750
|
+
}
|
|
31751
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31752
|
+
border-radius: 8px 0 0 8px;
|
|
31753
|
+
}
|
|
31754
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31755
|
+
border-radius: 0 8px 8px 0;
|
|
31756
|
+
}
|
|
31757
|
+
.E_tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31758
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31759
|
+
}
|
|
31760
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31761
|
+
background: #fff;
|
|
31762
|
+
font-weight: 400;
|
|
31763
|
+
position: relative;
|
|
31764
|
+
border-bottom: none;
|
|
31765
|
+
color: #00122e;
|
|
31766
|
+
transition: none;
|
|
31767
|
+
padding: 15px 8px 15px 8px;
|
|
31768
|
+
}
|
|
31769
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31770
|
+
content: "";
|
|
31771
|
+
width: 1px;
|
|
31772
|
+
top: 0;
|
|
31773
|
+
bottom: 0;
|
|
31774
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31775
|
+
position: absolute;
|
|
31776
|
+
right: 0;
|
|
31777
|
+
}
|
|
31778
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31779
|
+
padding: unset;
|
|
31780
|
+
}
|
|
31781
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31782
|
+
display: none;
|
|
31783
|
+
}
|
|
31784
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31785
|
+
width: 100%;
|
|
31786
|
+
overflow: hidden;
|
|
31787
|
+
white-space: nowrap;
|
|
31788
|
+
text-overflow: ellipsis;
|
|
31789
|
+
}
|
|
31790
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31791
|
+
overflow: hidden;
|
|
31792
|
+
text-overflow: ellipsis;
|
|
31793
|
+
flex: 1;
|
|
31794
|
+
}
|
|
31795
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31796
|
+
padding: 15px 25px 15px 8px;
|
|
31797
|
+
}
|
|
31798
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31799
|
+
padding: 0;
|
|
31800
|
+
}
|
|
31801
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31802
|
+
position: absolute;
|
|
31803
|
+
right: 6px;
|
|
31804
|
+
top: 50%;
|
|
31805
|
+
transform: translateY(-50%);
|
|
31806
|
+
height: 16px;
|
|
31807
|
+
display: none;
|
|
31808
|
+
transition: transform 320ms ease;
|
|
31809
|
+
}
|
|
31810
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31811
|
+
display: block;
|
|
31812
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31813
|
+
}
|
|
31814
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31815
|
+
display: block;
|
|
31816
|
+
}
|
|
31817
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31818
|
+
display: none;
|
|
31819
|
+
}
|
|
31820
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31821
|
+
transform: translateY(-50%);
|
|
31822
|
+
}
|
|
31823
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31824
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31825
|
+
}
|
|
31826
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31827
|
+
background: #f2f5fa;
|
|
31828
|
+
}
|
|
31829
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31830
|
+
display: block;
|
|
31831
|
+
}
|
|
31832
|
+
.E_tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31833
|
+
padding-right: 25px;
|
|
31834
|
+
}
|
|
31835
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column {
|
|
31836
|
+
padding: 0 !important;
|
|
31837
|
+
}
|
|
31838
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31839
|
+
position: absolute;
|
|
31840
|
+
left: 50%;
|
|
31841
|
+
top: 50%;
|
|
31842
|
+
transform: translate(-50%, -50%);
|
|
31843
|
+
}
|
|
31844
|
+
.E_tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31845
|
+
display: none;
|
|
31846
|
+
}
|
|
31847
|
+
.E_tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31848
|
+
background: #fff;
|
|
31849
|
+
}
|
|
31850
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder {
|
|
31851
|
+
background: inherit;
|
|
31603
31852
|
}
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
line-height: 18px;
|
|
31853
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31854
|
+
position: static;
|
|
31855
|
+
border: none;
|
|
31856
|
+
background: inherit !important;
|
|
31857
|
+
height: 100px;
|
|
31858
|
+
vertical-align: middle;
|
|
31611
31859
|
}
|
|
31612
|
-
|
|
31613
|
-
.
|
|
31614
|
-
font-family: Inter;
|
|
31615
|
-
font-style: normal;
|
|
31860
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31861
|
+
.E_tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31616
31862
|
font-weight: bold;
|
|
31617
|
-
font-size:
|
|
31618
|
-
|
|
31863
|
+
font-size: 20px;
|
|
31864
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31619
31865
|
}
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
font-weight: normal;
|
|
31625
|
-
text-transform: uppercase;
|
|
31626
|
-
font-feature-settings: "cpsp" on;
|
|
31627
|
-
font-size: 12px;
|
|
31628
|
-
line-height: 18px;
|
|
31866
|
+
.E_tta5kd2 .ant-table td.cell__action_ {
|
|
31867
|
+
padding: 0 !important;
|
|
31868
|
+
position: relative;
|
|
31869
|
+
background: #fff;
|
|
31629
31870
|
}
|
|
31630
|
-
|
|
31631
|
-
|
|
31632
|
-
|
|
31633
|
-
|
|
31634
|
-
|
|
31635
|
-
|
|
31636
|
-
font-feature-settings: "cpsp" on;
|
|
31637
|
-
font-size: 12px;
|
|
31638
|
-
line-height: 18px;
|
|
31871
|
+
.E_tta5kd2 .ant-table td.cell__action_ > * {
|
|
31872
|
+
height: 100%;
|
|
31873
|
+
display: flex;
|
|
31874
|
+
align-items: center;
|
|
31875
|
+
justify-content: flex-end;
|
|
31876
|
+
padding-right: 8px;
|
|
31639
31877
|
}
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31645
|
-
|
|
31646
|
-
line-height: 20px;
|
|
31878
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31879
|
+
width: 24px;
|
|
31880
|
+
height: 24px;
|
|
31881
|
+
cursor: pointer;
|
|
31882
|
+
justify-content: center;
|
|
31883
|
+
border-radius: 4px;
|
|
31647
31884
|
}
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
font-family: Inter;
|
|
31651
|
-
font-style: normal;
|
|
31652
|
-
font-weight: normal;
|
|
31653
|
-
font-size: 13px;
|
|
31654
|
-
line-height: 20px;
|
|
31885
|
+
.E_tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31886
|
+
background: #fff;
|
|
31655
31887
|
}
|
|
31656
31888
|
|
|
31657
|
-
.
|
|
31658
|
-
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
|
|
31889
|
+
.E_s1ebs0ra {
|
|
31890
|
+
display: flex;
|
|
31891
|
+
align-items: center;
|
|
31892
|
+
justify-content: space-between;
|
|
31893
|
+
background: #edf0f7;
|
|
31894
|
+
padding: 8px 12px;
|
|
31895
|
+
position: sticky;
|
|
31896
|
+
top: 0;
|
|
31897
|
+
z-index: 1;
|
|
31898
|
+
margin-bottom: -52px;
|
|
31663
31899
|
}
|
|
31664
|
-
|
|
31665
|
-
|
|
31666
|
-
|
|
31667
|
-
font-
|
|
31668
|
-
|
|
31669
|
-
font-size: 12px;
|
|
31670
|
-
line-height: 18px;
|
|
31900
|
+
.E_s1ebs0ra .select-total {
|
|
31901
|
+
display: flex;
|
|
31902
|
+
align-items: center;
|
|
31903
|
+
font-weight: 700;
|
|
31904
|
+
flex-shrink: 0;
|
|
31671
31905
|
}
|
|
31672
|
-
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
|
|
31676
|
-
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
line-height: 20px;
|
|
31906
|
+
.E_s1ebs0ra .select-total .icon-wrapper {
|
|
31907
|
+
cursor: pointer;
|
|
31908
|
+
margin-left: 8px;
|
|
31909
|
+
width: 32px;
|
|
31910
|
+
height: 32px;
|
|
31911
|
+
border-radius: 50%;
|
|
31912
|
+
justify-content: center;
|
|
31680
31913
|
}
|
|
31681
|
-
|
|
31682
|
-
.
|
|
31683
|
-
font-family: Inter;
|
|
31684
|
-
font-style: normal;
|
|
31685
|
-
font-weight: normal;
|
|
31686
|
-
font-feature-settings: "zero" on;
|
|
31687
|
-
font-size: 13px;
|
|
31688
|
-
line-height: 20px;
|
|
31914
|
+
.E_s1ebs0ra .select-total .icon-wrapper:hover {
|
|
31915
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31689
31916
|
}
|
|
31690
|
-
|
|
31691
|
-
|
|
31692
|
-
|
|
31693
|
-
|
|
31694
|
-
|
|
31695
|
-
|
|
31696
|
-
|
|
31697
|
-
|
|
31917
|
+
.E_s1ebs0ra .action-group {
|
|
31918
|
+
flex: 1;
|
|
31919
|
+
margin-left: 88px;
|
|
31920
|
+
white-space: nowrap;
|
|
31921
|
+
text-align: right;
|
|
31922
|
+
position: relative;
|
|
31923
|
+
padding: 4px 0;
|
|
31924
|
+
margin-top: -4px;
|
|
31925
|
+
overflow: hidden;
|
|
31698
31926
|
}
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
font-family: Inter;
|
|
31702
|
-
font-style: normal;
|
|
31703
|
-
font-weight: 500;
|
|
31704
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31705
|
-
font-size: 12px;
|
|
31706
|
-
line-height: 18px;
|
|
31927
|
+
.E_s1ebs0ra .action-group .sub-menu-delete {
|
|
31928
|
+
transform: translateY(-4px);
|
|
31707
31929
|
}
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
font-family: Inter;
|
|
31711
|
-
font-style: normal;
|
|
31712
|
-
font-weight: normal;
|
|
31713
|
-
font-feature-settings: "zero" on;
|
|
31714
|
-
font-size: 12px;
|
|
31715
|
-
line-height: 18px;
|
|
31930
|
+
.E_s1ebs0ra .action-group button {
|
|
31931
|
+
border: none;
|
|
31716
31932
|
}
|
|
31717
|
-
|
|
31718
|
-
|
|
31719
|
-
font-family: Inter;
|
|
31720
|
-
font-style: normal;
|
|
31721
|
-
font-weight: 500;
|
|
31722
|
-
font-feature-settings: "zero" on;
|
|
31723
|
-
font-size: 12px;
|
|
31724
|
-
line-height: 18px;
|
|
31933
|
+
.E_s1ebs0ra .action-group > *:not(:last-child) {
|
|
31934
|
+
margin-right: 8px;
|
|
31725
31935
|
}
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
font-family: Inter;
|
|
31729
|
-
font-style: normal;
|
|
31730
|
-
font-weight: bold;
|
|
31731
|
-
font-feature-settings: "zero" on;
|
|
31732
|
-
font-size: 16px;
|
|
31733
|
-
line-height: 24px;
|
|
31936
|
+
.E_s1ebs0ra .action-group > button:last-child {
|
|
31937
|
+
margin-right: 4px;
|
|
31734
31938
|
}
|
|
31735
|
-
|
|
31736
|
-
|
|
31737
|
-
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
|
|
31939
|
+
.E_s1ebs0ra .action-group .more-btn {
|
|
31940
|
+
cursor: pointer;
|
|
31941
|
+
width: 32px;
|
|
31942
|
+
height: 32px;
|
|
31943
|
+
justify-content: center;
|
|
31944
|
+
border-radius: 50%;
|
|
31945
|
+
}
|
|
31946
|
+
.E_s1ebs0ra .action-group .more-btn:hover {
|
|
31947
|
+
background: #fff;
|
|
31742
31948
|
}
|
|
31743
31949
|
|
|
31744
31950
|
.E_c1up1pdz {
|
|
@@ -31901,23 +32107,60 @@ input.E_rrg1fkn.ant-input {
|
|
|
31901
32107
|
padding: 8px 12px;
|
|
31902
32108
|
}
|
|
31903
32109
|
|
|
31904
|
-
.
|
|
31905
|
-
|
|
31906
|
-
align-items: center;
|
|
31907
|
-
font-size: 12px;
|
|
31908
|
-
line-height: 18px;
|
|
32110
|
+
.E_c1uzzomf {
|
|
32111
|
+
margin-bottom: 16px;
|
|
31909
32112
|
}
|
|
31910
|
-
.
|
|
31911
|
-
|
|
32113
|
+
.E_c1uzzomf .card-title {
|
|
32114
|
+
font-size: 16px;
|
|
32115
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32116
|
+
font-weight: 700;
|
|
32117
|
+
line-height: 32px;
|
|
32118
|
+
}
|
|
32119
|
+
.E_c1uzzomf .card-body {
|
|
32120
|
+
padding: 24px;
|
|
32121
|
+
border-radius: 8px;
|
|
32122
|
+
background: #fff;
|
|
32123
|
+
}
|
|
32124
|
+
.E_c1uzzomf .empty {
|
|
32125
|
+
font-weight: 700;
|
|
32126
|
+
font-size: 14px;
|
|
32127
|
+
line-height: 22px;
|
|
32128
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32129
|
+
text-align: center;
|
|
31912
32130
|
}
|
|
31913
32131
|
|
|
31914
|
-
.
|
|
31915
|
-
margin:
|
|
32132
|
+
.E_s11wux3h .ant-segmented-item:not(:last-child) {
|
|
32133
|
+
margin-right: 2px;
|
|
32134
|
+
}
|
|
32135
|
+
|
|
32136
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-label {
|
|
32137
|
+
padding-left: 8px;
|
|
32138
|
+
padding-right: 8px;
|
|
32139
|
+
}
|
|
32140
|
+
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32141
|
+
border-radius: 4px;
|
|
32142
|
+
}
|
|
32143
|
+
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32144
|
+
border-radius: 4px;
|
|
32145
|
+
}
|
|
32146
|
+
|
|
32147
|
+
.E_ma64lna .ant-segmented-item-label {
|
|
32148
|
+
padding-left: 12px;
|
|
32149
|
+
padding-right: 12px;
|
|
32150
|
+
}
|
|
32151
|
+
|
|
32152
|
+
.E_ckld275 {
|
|
32153
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32154
|
+
}
|
|
32155
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32156
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
32157
|
+
color: rgba(44, 56, 82, 0.75);
|
|
32158
|
+
}
|
|
32159
|
+
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32160
|
+
background-color: transparent;
|
|
31916
32161
|
}
|
|
31917
|
-
|
|
31918
|
-
|
|
31919
|
-
max-height: 400px;
|
|
31920
|
-
overflow: "auto";
|
|
32162
|
+
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32163
|
+
background-color: transparent;
|
|
31921
32164
|
}
|
|
31922
32165
|
|
|
31923
32166
|
.E_c1bus5hc {
|
|
@@ -31976,6 +32219,82 @@ input.E_rrg1fkn.ant-input {
|
|
|
31976
32219
|
color: #005ed1;
|
|
31977
32220
|
}
|
|
31978
32221
|
|
|
32222
|
+
.E_c18bcrac {
|
|
32223
|
+
display: inline-block;
|
|
32224
|
+
width: 100%;
|
|
32225
|
+
}
|
|
32226
|
+
.E_c18bcrac .recharts-wrapper {
|
|
32227
|
+
margin-left: 4px;
|
|
32228
|
+
}
|
|
32229
|
+
|
|
32230
|
+
.E_cro7kg2 {
|
|
32231
|
+
padding: 4px;
|
|
32232
|
+
}
|
|
32233
|
+
|
|
32234
|
+
.E_c14wcxf0 {
|
|
32235
|
+
display: flex;
|
|
32236
|
+
justify-content: space-between;
|
|
32237
|
+
align-items: center;
|
|
32238
|
+
font-size: 13px;
|
|
32239
|
+
line-height: 24px;
|
|
32240
|
+
color: #cccccc;
|
|
32241
|
+
white-space: nowrap;
|
|
32242
|
+
}
|
|
32243
|
+
.E_c14wcxf0 label {
|
|
32244
|
+
margin-right: 32px;
|
|
32245
|
+
}
|
|
32246
|
+
|
|
32247
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
32248
|
+
font-weight: bold;
|
|
32249
|
+
color: white;
|
|
32250
|
+
}
|
|
32251
|
+
|
|
32252
|
+
.E_s11212zy {
|
|
32253
|
+
width: 8px;
|
|
32254
|
+
height: 8px;
|
|
32255
|
+
border-radius: 2px;
|
|
32256
|
+
display: inline-block;
|
|
32257
|
+
background: var(--s11212zy-0);
|
|
32258
|
+
border: 1px solid #fff;
|
|
32259
|
+
box-sizing: content-box;
|
|
32260
|
+
margin-right: 6px;
|
|
32261
|
+
}
|
|
32262
|
+
|
|
32263
|
+
.E_p1lyky6c > :first-child {
|
|
32264
|
+
font-weight: bold;
|
|
32265
|
+
color: white;
|
|
32266
|
+
margin-right: 4px;
|
|
32267
|
+
}
|
|
32268
|
+
|
|
32269
|
+
.E_gmyahx3 {
|
|
32270
|
+
cursor: pointer;
|
|
32271
|
+
}
|
|
32272
|
+
.E_gmyahx3 .link-text {
|
|
32273
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32274
|
+
}
|
|
32275
|
+
.E_gmyahx3:hover .link-text {
|
|
32276
|
+
color: #0080ff;
|
|
32277
|
+
}
|
|
32278
|
+
|
|
32279
|
+
.E_n12mqh7z {
|
|
32280
|
+
display: flex;
|
|
32281
|
+
align-items: center;
|
|
32282
|
+
font-size: 12px;
|
|
32283
|
+
line-height: 18px;
|
|
32284
|
+
}
|
|
32285
|
+
.E_n12mqh7z:not(:last-child) {
|
|
32286
|
+
margin-bottom: 4px;
|
|
32287
|
+
}
|
|
32288
|
+
|
|
32289
|
+
.E_tf5bynu {
|
|
32290
|
+
margin: 0 3px;
|
|
32291
|
+
}
|
|
32292
|
+
|
|
32293
|
+
.E_tcckoz1 {
|
|
32294
|
+
max-height: 400px;
|
|
32295
|
+
overflow: "auto";
|
|
32296
|
+
}
|
|
32297
|
+
|
|
31979
32298
|
.E_clm1wy1 {
|
|
31980
32299
|
width: 192px;
|
|
31981
32300
|
height: 246px;
|
|
@@ -32069,117 +32388,55 @@ input.E_rrg1fkn.ant-input {
|
|
|
32069
32388
|
border-radius: 2px;
|
|
32070
32389
|
}
|
|
32071
32390
|
|
|
32072
|
-
.
|
|
32073
|
-
|
|
32074
|
-
|
|
32075
|
-
.E_gmyahx3 .link-text {
|
|
32076
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32391
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
32392
|
+
display: flex;
|
|
32393
|
+
align-items: center;
|
|
32077
32394
|
}
|
|
32078
|
-
.
|
|
32079
|
-
|
|
32395
|
+
.E_s1iv0tp1 .enabled-text {
|
|
32396
|
+
margin-right: 8px;
|
|
32080
32397
|
}
|
|
32081
32398
|
|
|
32082
|
-
.
|
|
32083
|
-
display: inline-block;
|
|
32399
|
+
.E_tje3huy {
|
|
32084
32400
|
width: 100%;
|
|
32085
|
-
|
|
32086
|
-
|
|
32087
|
-
|
|
32088
|
-
}
|
|
32089
|
-
|
|
32090
|
-
.E_cro7kg2 {
|
|
32091
|
-
padding: 4px;
|
|
32401
|
+
overflow: inherit;
|
|
32402
|
+
white-space: inherit;
|
|
32403
|
+
text-overflow: ellipsis;
|
|
32092
32404
|
}
|
|
32093
32405
|
|
|
32094
|
-
.
|
|
32406
|
+
.E_wg1tsps {
|
|
32095
32407
|
display: flex;
|
|
32096
|
-
justify-content: space-between;
|
|
32097
32408
|
align-items: center;
|
|
32098
|
-
|
|
32099
|
-
line-height: 24px;
|
|
32100
|
-
color: #cccccc;
|
|
32101
|
-
white-space: nowrap;
|
|
32102
|
-
}
|
|
32103
|
-
.E_c14wcxf0 label {
|
|
32104
|
-
margin-right: 32px;
|
|
32409
|
+
justify-content: flex-end;
|
|
32105
32410
|
}
|
|
32106
32411
|
|
|
32107
|
-
.
|
|
32108
|
-
|
|
32109
|
-
|
|
32412
|
+
.E_b1ctd5xy {
|
|
32413
|
+
display: flex;
|
|
32414
|
+
align-items: center;
|
|
32415
|
+
width: calc(100% - 40px);
|
|
32110
32416
|
}
|
|
32111
|
-
|
|
32112
|
-
.E_s11212zy {
|
|
32113
|
-
width: 8px;
|
|
32114
|
-
height: 8px;
|
|
32115
|
-
border-radius: 2px;
|
|
32417
|
+
.E_b1ctd5xy .chart {
|
|
32116
32418
|
display: inline-block;
|
|
32117
|
-
|
|
32118
|
-
border: 1px solid #fff;
|
|
32119
|
-
box-sizing: content-box;
|
|
32120
|
-
margin-right: 6px;
|
|
32121
|
-
}
|
|
32122
|
-
|
|
32123
|
-
.E_p1lyky6c > :first-child {
|
|
32124
|
-
font-weight: bold;
|
|
32125
|
-
color: white;
|
|
32126
|
-
margin-right: 4px;
|
|
32419
|
+
width: 100%;
|
|
32127
32420
|
}
|
|
32128
32421
|
|
|
32129
|
-
.
|
|
32130
|
-
|
|
32131
|
-
}
|
|
32132
|
-
.E_c1uzzomf .card-title {
|
|
32133
|
-
font-size: 16px;
|
|
32134
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32135
|
-
font-weight: 700;
|
|
32136
|
-
line-height: 32px;
|
|
32137
|
-
}
|
|
32138
|
-
.E_c1uzzomf .card-body {
|
|
32139
|
-
padding: 24px;
|
|
32140
|
-
border-radius: 8px;
|
|
32141
|
-
background: #fff;
|
|
32142
|
-
}
|
|
32143
|
-
.E_c1uzzomf .empty {
|
|
32144
|
-
font-weight: 700;
|
|
32145
|
-
font-size: 14px;
|
|
32146
|
-
line-height: 22px;
|
|
32147
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32148
|
-
text-align: center;
|
|
32422
|
+
.E_u1p8acpn {
|
|
32423
|
+
min-width: 40px;
|
|
32149
32424
|
}
|
|
32150
|
-
|
|
32151
|
-
|
|
32152
|
-
margin-right: 2px;
|
|
32425
|
+
.E_u1p8acpn .unit {
|
|
32426
|
+
color: #00122e !important;
|
|
32153
32427
|
}
|
|
32154
32428
|
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32157
|
-
|
|
32158
|
-
|
|
32159
|
-
.E_s1t2an3z.ant-segmented-sm .ant-segmented-item-selected {
|
|
32160
|
-
border-radius: 4px;
|
|
32161
|
-
}
|
|
32162
|
-
.E_s1t2an3z.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32163
|
-
border-radius: 4px;
|
|
32429
|
+
.E_m15dvk92 {
|
|
32430
|
+
display: flex;
|
|
32431
|
+
justify-content: space-between;
|
|
32432
|
+
width: 100%;
|
|
32164
32433
|
}
|
|
32165
|
-
|
|
32166
|
-
|
|
32167
|
-
padding-left: 12px;
|
|
32168
|
-
padding-right: 12px;
|
|
32434
|
+
.E_m15dvk92 .action {
|
|
32435
|
+
margin-left: 16px;
|
|
32169
32436
|
}
|
|
32170
32437
|
|
|
32171
|
-
.
|
|
32172
|
-
|
|
32173
|
-
}
|
|
32174
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32175
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
32176
|
-
color: rgba(44, 56, 82, 0.75);
|
|
32177
|
-
}
|
|
32178
|
-
.E_ckld275.ant-segmented .ant-segmented-thumb ~ .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled) {
|
|
32179
|
-
background-color: transparent;
|
|
32180
|
-
}
|
|
32181
|
-
.E_ckld275.ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected):not(.ant-segmented-item-disabled)::after {
|
|
32182
|
-
background-color: transparent;
|
|
32438
|
+
.E_aql8iqz .ant-alert-message {
|
|
32439
|
+
width: 100%;
|
|
32183
32440
|
}
|
|
32184
32441
|
|
|
32185
32442
|
.E_t1sqg15u {
|
|
@@ -32272,62 +32529,11 @@ input.E_rrg1fkn.ant-input {
|
|
|
32272
32529
|
padding-right: 12px;
|
|
32273
32530
|
}
|
|
32274
32531
|
|
|
32275
|
-
.E_tje3huy {
|
|
32276
|
-
width: 100%;
|
|
32277
|
-
overflow: inherit;
|
|
32278
|
-
white-space: inherit;
|
|
32279
|
-
text-overflow: ellipsis;
|
|
32280
|
-
}
|
|
32281
|
-
|
|
32282
|
-
.E_m15dvk92 {
|
|
32283
|
-
display: flex;
|
|
32284
|
-
justify-content: space-between;
|
|
32285
|
-
width: 100%;
|
|
32286
|
-
}
|
|
32287
|
-
.E_m15dvk92 .action {
|
|
32288
|
-
margin-left: 16px;
|
|
32289
|
-
}
|
|
32290
|
-
|
|
32291
|
-
.E_aql8iqz .ant-alert-message {
|
|
32292
|
-
width: 100%;
|
|
32293
|
-
}
|
|
32294
|
-
|
|
32295
|
-
.E_s1iv0tp1 .enabled-switch {
|
|
32296
|
-
display: flex;
|
|
32297
|
-
align-items: center;
|
|
32298
|
-
}
|
|
32299
|
-
.E_s1iv0tp1 .enabled-text {
|
|
32300
|
-
margin-right: 8px;
|
|
32301
|
-
}
|
|
32302
|
-
|
|
32303
32532
|
.E_c10crapj {
|
|
32304
|
-
border-radius: 8px;
|
|
32305
|
-
}
|
|
32306
|
-
.E_c10crapj .ant-card-body {
|
|
32307
|
-
padding: 20px 24px 24px 24px;
|
|
32308
|
-
}
|
|
32309
|
-
|
|
32310
|
-
.E_wg1tsps {
|
|
32311
|
-
display: flex;
|
|
32312
|
-
align-items: center;
|
|
32313
|
-
justify-content: flex-end;
|
|
32314
|
-
}
|
|
32315
|
-
|
|
32316
|
-
.E_b1ctd5xy {
|
|
32317
|
-
display: flex;
|
|
32318
|
-
align-items: center;
|
|
32319
|
-
width: calc(100% - 40px);
|
|
32320
|
-
}
|
|
32321
|
-
.E_b1ctd5xy .chart {
|
|
32322
|
-
display: inline-block;
|
|
32323
|
-
width: 100%;
|
|
32324
|
-
}
|
|
32325
|
-
|
|
32326
|
-
.E_u1p8acpn {
|
|
32327
|
-
min-width: 40px;
|
|
32533
|
+
border-radius: 8px;
|
|
32328
32534
|
}
|
|
32329
|
-
.
|
|
32330
|
-
|
|
32535
|
+
.E_c10crapj .ant-card-body {
|
|
32536
|
+
padding: 20px 24px 24px 24px;
|
|
32331
32537
|
}
|
|
32332
32538
|
|
|
32333
32539
|
.E_cav9p2m .ant-collapse-item {
|
|
@@ -32388,6 +32594,10 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32388
32594
|
color: #00122e;
|
|
32389
32595
|
}
|
|
32390
32596
|
|
|
32597
|
+
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32598
|
+
display: flex;
|
|
32599
|
+
}
|
|
32600
|
+
|
|
32391
32601
|
.E_o8ocss1 {
|
|
32392
32602
|
overflow: hidden;
|
|
32393
32603
|
text-overflow: ellipsis;
|
|
@@ -32404,20 +32614,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32404
32614
|
word-break: break-all;
|
|
32405
32615
|
}
|
|
32406
32616
|
|
|
32407
|
-
.E_iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32408
|
-
display: flex;
|
|
32409
|
-
}
|
|
32410
|
-
|
|
32411
|
-
.E_igz4le8 {
|
|
32412
|
-
height: 24px;
|
|
32413
|
-
width: 56px !important;
|
|
32414
|
-
margin-right: 4px;
|
|
32415
|
-
}
|
|
32416
|
-
|
|
32417
|
-
.E_c1riexje {
|
|
32418
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32419
|
-
}
|
|
32420
|
-
|
|
32421
32617
|
.E_shq1k1g.ant-select, .E_shq1k1g.ant-select .ant-select-selector {
|
|
32422
32618
|
border-radius: 6px;
|
|
32423
32619
|
}
|
|
@@ -32475,6 +32671,16 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32475
32671
|
transform: rotate(180deg);
|
|
32476
32672
|
}
|
|
32477
32673
|
|
|
32674
|
+
.E_igz4le8 {
|
|
32675
|
+
height: 24px;
|
|
32676
|
+
width: 56px !important;
|
|
32677
|
+
margin-right: 4px;
|
|
32678
|
+
}
|
|
32679
|
+
|
|
32680
|
+
.E_c1riexje {
|
|
32681
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32682
|
+
}
|
|
32683
|
+
|
|
32478
32684
|
.E_s14dk8r1 {
|
|
32479
32685
|
margin: 0;
|
|
32480
32686
|
border-radius: 20px;
|
|
@@ -32553,55 +32759,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32553
32759
|
margin-right: 4px;
|
|
32554
32760
|
}
|
|
32555
32761
|
|
|
32556
|
-
.E_l4bld33 {
|
|
32557
|
-
width: 64px;
|
|
32558
|
-
height: 64px;
|
|
32559
|
-
display: flex;
|
|
32560
|
-
align-items: center;
|
|
32561
|
-
justify-content: center;
|
|
32562
|
-
position: relative;
|
|
32563
|
-
opacity: 0.2;
|
|
32564
|
-
}
|
|
32565
|
-
|
|
32566
|
-
.E_lgitjoj {
|
|
32567
|
-
position: absolute;
|
|
32568
|
-
width: 5px;
|
|
32569
|
-
height: 48px;
|
|
32570
|
-
left: 9.33px;
|
|
32571
|
-
top: 40.5px;
|
|
32572
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32573
|
-
border-radius: 5px;
|
|
32574
|
-
transform: rotate(-128deg);
|
|
32575
|
-
transform-origin: top left;
|
|
32576
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32577
|
-
}
|
|
32578
|
-
|
|
32579
|
-
.E_l13g0exg {
|
|
32580
|
-
position: absolute;
|
|
32581
|
-
width: 5px;
|
|
32582
|
-
height: 48px;
|
|
32583
|
-
left: 40.8px;
|
|
32584
|
-
top: 8.4px;
|
|
32585
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32586
|
-
border-radius: 5px;
|
|
32587
|
-
transform: rotate(-8deg);
|
|
32588
|
-
transform-origin: top left;
|
|
32589
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32590
|
-
}
|
|
32591
|
-
|
|
32592
|
-
.E_l1exo3h6 {
|
|
32593
|
-
position: absolute;
|
|
32594
|
-
width: 5px;
|
|
32595
|
-
height: 48px;
|
|
32596
|
-
left: 52.9px;
|
|
32597
|
-
top: 51.8px;
|
|
32598
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32599
|
-
border-radius: 5px;
|
|
32600
|
-
transform: rotate(112deg);
|
|
32601
|
-
transform-origin: top left;
|
|
32602
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32603
|
-
}
|
|
32604
|
-
|
|
32605
32762
|
.E_s1uupxds {
|
|
32606
32763
|
padding: 0 8px;
|
|
32607
32764
|
border-radius: 4px;
|
|
@@ -32845,6 +33002,55 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32845
33002
|
margin-left: 8px;
|
|
32846
33003
|
}
|
|
32847
33004
|
|
|
33005
|
+
.E_l4bld33 {
|
|
33006
|
+
width: 64px;
|
|
33007
|
+
height: 64px;
|
|
33008
|
+
display: flex;
|
|
33009
|
+
align-items: center;
|
|
33010
|
+
justify-content: center;
|
|
33011
|
+
position: relative;
|
|
33012
|
+
opacity: 0.2;
|
|
33013
|
+
}
|
|
33014
|
+
|
|
33015
|
+
.E_lgitjoj {
|
|
33016
|
+
position: absolute;
|
|
33017
|
+
width: 5px;
|
|
33018
|
+
height: 48px;
|
|
33019
|
+
left: 9.33px;
|
|
33020
|
+
top: 40.5px;
|
|
33021
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33022
|
+
border-radius: 5px;
|
|
33023
|
+
transform: rotate(-128deg);
|
|
33024
|
+
transform-origin: top left;
|
|
33025
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
33026
|
+
}
|
|
33027
|
+
|
|
33028
|
+
.E_l13g0exg {
|
|
33029
|
+
position: absolute;
|
|
33030
|
+
width: 5px;
|
|
33031
|
+
height: 48px;
|
|
33032
|
+
left: 40.8px;
|
|
33033
|
+
top: 8.4px;
|
|
33034
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33035
|
+
border-radius: 5px;
|
|
33036
|
+
transform: rotate(-8deg);
|
|
33037
|
+
transform-origin: top left;
|
|
33038
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
33039
|
+
}
|
|
33040
|
+
|
|
33041
|
+
.E_l1exo3h6 {
|
|
33042
|
+
position: absolute;
|
|
33043
|
+
width: 5px;
|
|
33044
|
+
height: 48px;
|
|
33045
|
+
left: 52.9px;
|
|
33046
|
+
top: 51.8px;
|
|
33047
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
33048
|
+
border-radius: 5px;
|
|
33049
|
+
transform: rotate(112deg);
|
|
33050
|
+
transform-origin: top left;
|
|
33051
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33052
|
+
}
|
|
33053
|
+
|
|
32848
33054
|
.E_sq6vos1 {
|
|
32849
33055
|
--item-min-width: 60px;
|
|
32850
33056
|
}
|
|
@@ -32997,47 +33203,160 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
32997
33203
|
min-height: auto;
|
|
32998
33204
|
white-space: nowrap;
|
|
32999
33205
|
}
|
|
33000
|
-
.E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33001
|
-
font-size: 13px;
|
|
33002
|
-
line-height: 20px;
|
|
33003
|
-
max-width: 100%;
|
|
33004
|
-
padding-right: 0;
|
|
33206
|
+
.E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
33207
|
+
font-size: 13px;
|
|
33208
|
+
line-height: 20px;
|
|
33209
|
+
max-width: 100%;
|
|
33210
|
+
padding-right: 0;
|
|
33211
|
+
}
|
|
33212
|
+
.E_v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
33213
|
+
background: rgba(0, 128, 255, 0.1);
|
|
33214
|
+
}
|
|
33215
|
+
|
|
33216
|
+
.E_h1xo7yjb {
|
|
33217
|
+
width: 100%;
|
|
33218
|
+
display: inline-flex;
|
|
33219
|
+
align-items: center;
|
|
33220
|
+
justify-content: center;
|
|
33221
|
+
column-gap: 4px;
|
|
33222
|
+
}
|
|
33223
|
+
.E_h1xo7yjb .step-item-prefix-container {
|
|
33224
|
+
display: inline-flex;
|
|
33225
|
+
align-items: center;
|
|
33226
|
+
width: 18px;
|
|
33227
|
+
height: 18px;
|
|
33228
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33229
|
+
justify-content: center;
|
|
33230
|
+
}
|
|
33231
|
+
|
|
33232
|
+
.E_v1f2f7cy {
|
|
33233
|
+
width: 100%;
|
|
33234
|
+
display: flex;
|
|
33235
|
+
align-items: center;
|
|
33236
|
+
justify-content: center;
|
|
33237
|
+
column-gap: 6px;
|
|
33238
|
+
font-size: 13px;
|
|
33239
|
+
}
|
|
33240
|
+
.E_v1f2f7cy .step-item-prefix-container {
|
|
33241
|
+
display: inline-flex;
|
|
33242
|
+
align-items: center;
|
|
33243
|
+
min-width: 20px;
|
|
33244
|
+
min-height: 20px;
|
|
33245
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33246
|
+
justify-content: center;
|
|
33247
|
+
}
|
|
33248
|
+
|
|
33249
|
+
.E_t1gz6wqf {
|
|
33250
|
+
height: 100%;
|
|
33251
|
+
}
|
|
33252
|
+
.E_t1gz6wqf .table-loading-item {
|
|
33253
|
+
padding: 12px 4px;
|
|
33254
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33255
|
+
display: flex;
|
|
33256
|
+
}
|
|
33257
|
+
.E_t1gz6wqf .table-loading-item > * {
|
|
33258
|
+
height: 16px;
|
|
33259
|
+
margin: 4px;
|
|
33260
|
+
background: rgba(204, 212, 227, 0.18);
|
|
33261
|
+
border-radius: 2px;
|
|
33262
|
+
}
|
|
33263
|
+
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33264
|
+
width: 16px;
|
|
33265
|
+
}
|
|
33266
|
+
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33267
|
+
flex: 1;
|
|
33268
|
+
}
|
|
33269
|
+
.E_t1gz6wqf :nth-child(1) {
|
|
33270
|
+
padding: 8px 4px;
|
|
33271
|
+
}
|
|
33272
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33273
|
+
background: rgba(107, 125, 153, 0.18);
|
|
33274
|
+
}
|
|
33275
|
+
.E_t1gz6wqf :nth-child(1) > * {
|
|
33276
|
+
background: rgba(163, 180, 204, 0.18);
|
|
33277
|
+
}
|
|
33278
|
+
|
|
33279
|
+
.E_c1igej8b {
|
|
33280
|
+
color: #2d3a56;
|
|
33281
|
+
line-height: 22px;
|
|
33282
|
+
display: inline-flex;
|
|
33283
|
+
}
|
|
33284
|
+
.E_c1igej8b .ant-checkbox {
|
|
33285
|
+
height: 22px;
|
|
33286
|
+
display: flex;
|
|
33287
|
+
align-items: center;
|
|
33288
|
+
top: 0;
|
|
33289
|
+
}
|
|
33290
|
+
.E_c1igej8b .ant-checkbox-checked::after {
|
|
33291
|
+
border: none;
|
|
33292
|
+
}
|
|
33293
|
+
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
33294
|
+
border-color: #0080ff;
|
|
33295
|
+
}
|
|
33296
|
+
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
33297
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33298
|
+
}
|
|
33299
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33300
|
+
border: 1px solid #0080ff;
|
|
33301
|
+
}
|
|
33302
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33303
|
+
background: #0080ff;
|
|
33304
|
+
}
|
|
33305
|
+
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33306
|
+
background-color: #fff;
|
|
33307
|
+
height: 2px;
|
|
33308
|
+
width: 10px;
|
|
33309
|
+
border-radius: 2px;
|
|
33310
|
+
}
|
|
33311
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
33312
|
+
opacity: 0.5;
|
|
33313
|
+
}
|
|
33314
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33315
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33316
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33317
|
+
}
|
|
33318
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33319
|
+
border-color: #2d3a56;
|
|
33320
|
+
}
|
|
33321
|
+
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33322
|
+
background: #2d3a56;
|
|
33323
|
+
}
|
|
33324
|
+
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
33325
|
+
padding: 0;
|
|
33326
|
+
}
|
|
33327
|
+
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
33328
|
+
display: inline-block;
|
|
33329
|
+
margin-left: 12px;
|
|
33330
|
+
color: #2d3a56;
|
|
33331
|
+
}
|
|
33332
|
+
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
33333
|
+
margin-left: 28px;
|
|
33334
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33005
33335
|
}
|
|
33006
|
-
.
|
|
33007
|
-
|
|
33336
|
+
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
33337
|
+
margin-left: 8px;
|
|
33338
|
+
}
|
|
33339
|
+
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
33340
|
+
margin-left: 24px;
|
|
33008
33341
|
}
|
|
33009
33342
|
|
|
33010
|
-
.
|
|
33011
|
-
|
|
33012
|
-
|
|
33013
|
-
|
|
33014
|
-
|
|
33015
|
-
column-gap: 4px;
|
|
33343
|
+
.E_s6rjqv7 {
|
|
33344
|
+
height: 24px;
|
|
33345
|
+
width: 24px;
|
|
33346
|
+
border-radius: 6px;
|
|
33347
|
+
padding: 4px;
|
|
33016
33348
|
}
|
|
33017
|
-
.
|
|
33018
|
-
|
|
33019
|
-
align-items: center;
|
|
33020
|
-
width: 18px;
|
|
33021
|
-
height: 18px;
|
|
33022
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33023
|
-
justify-content: center;
|
|
33349
|
+
.E_s6rjqv7:hover {
|
|
33350
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
33024
33351
|
}
|
|
33025
|
-
|
|
33026
|
-
|
|
33027
|
-
width: 100%;
|
|
33028
|
-
display: flex;
|
|
33029
|
-
align-items: center;
|
|
33030
|
-
justify-content: center;
|
|
33031
|
-
column-gap: 6px;
|
|
33032
|
-
font-size: 13px;
|
|
33352
|
+
.E_s6rjqv7:hover svg path {
|
|
33353
|
+
fill: blue;
|
|
33033
33354
|
}
|
|
33034
|
-
|
|
33035
|
-
|
|
33036
|
-
|
|
33037
|
-
|
|
33038
|
-
|
|
33039
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33040
|
-
justify-content: center;
|
|
33355
|
+
|
|
33356
|
+
.E_h1ol2wl7 {
|
|
33357
|
+
font-weight: bold;
|
|
33358
|
+
background-color: unset;
|
|
33359
|
+
padding: unset;
|
|
33041
33360
|
}
|
|
33042
33361
|
|
|
33043
33362
|
.E_c1kchka8 {
|
|
@@ -33493,233 +33812,41 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33493
33812
|
padding: 5px 8px;
|
|
33494
33813
|
border-radius: 5px;
|
|
33495
33814
|
transition: all 0.2s ease-in-out;
|
|
33496
|
-
cursor: pointer;
|
|
33497
|
-
}
|
|
33498
|
-
.E_d1tc7lgk ul li:hover {
|
|
33499
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33500
|
-
color: #0080ff;
|
|
33501
|
-
}
|
|
33502
|
-
.E_d1tc7lgk ul li:active {
|
|
33503
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33504
|
-
color: #0080ff;
|
|
33505
|
-
}
|
|
33506
|
-
.E_d1tc7lgk ul li + li {
|
|
33507
|
-
margin-top: 2px;
|
|
33508
|
-
}
|
|
33509
|
-
|
|
33510
|
-
.E_rzaik16 {
|
|
33511
|
-
padding: 0;
|
|
33512
|
-
}
|
|
33513
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33514
|
-
display: none;
|
|
33515
|
-
}
|
|
33516
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33517
|
-
padding: 0;
|
|
33518
|
-
}
|
|
33519
|
-
|
|
33520
|
-
.E_damzgq8 {
|
|
33521
|
-
width: 400px;
|
|
33522
|
-
}
|
|
33523
|
-
.E_damzgq8 .bottom {
|
|
33524
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33525
|
-
}
|
|
33526
|
-
|
|
33527
|
-
.E_c1t5t7l0 {
|
|
33528
|
-
display: flex;
|
|
33529
|
-
flex-direction: row;
|
|
33530
|
-
justify-content: space-between;
|
|
33531
|
-
}
|
|
33532
|
-
.E_c1t5t7l0 .label {
|
|
33533
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33534
|
-
font-weight: 400;
|
|
33535
|
-
}
|
|
33536
|
-
|
|
33537
|
-
.E_cg9brz0 {
|
|
33538
|
-
display: flex;
|
|
33539
|
-
flex-direction: column;
|
|
33540
|
-
justify-content: center;
|
|
33541
|
-
align-items: center;
|
|
33542
|
-
height: 240px;
|
|
33543
|
-
width: 432px;
|
|
33544
|
-
}
|
|
33545
|
-
|
|
33546
|
-
.E_c1efuzht.ant-input-affix-wrapper {
|
|
33547
|
-
border-radius: 0px;
|
|
33548
|
-
box-shadow: unset;
|
|
33549
|
-
border: 0;
|
|
33550
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33551
|
-
}
|
|
33552
|
-
|
|
33553
|
-
.E_c1sqzi2s.antd5 .antd5-selector {
|
|
33554
|
-
padding: 4px;
|
|
33555
|
-
}
|
|
33556
|
-
.E_c1sqzi2s.antd5 .antd5-selector:after {
|
|
33557
|
-
line-height: normal;
|
|
33558
|
-
}
|
|
33559
|
-
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-search-input {
|
|
33560
|
-
height: 22px;
|
|
33561
|
-
}
|
|
33562
|
-
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow {
|
|
33563
|
-
row-gap: 2px;
|
|
33564
|
-
}
|
|
33565
|
-
.E_c1sqzi2s.antd5 .antd5-selector .antd5-selection-overflow-item {
|
|
33566
|
-
line-height: normal;
|
|
33567
|
-
}
|
|
33568
|
-
|
|
33569
|
-
.E_cyg2a2l {
|
|
33570
|
-
font-size: 13px;
|
|
33571
|
-
}
|
|
33572
|
-
|
|
33573
|
-
.E_c14uped1 {
|
|
33574
|
-
padding: 7px 14px;
|
|
33575
|
-
height: 20px;
|
|
33576
|
-
font-weight: 400;
|
|
33577
|
-
box-sizing: content-box;
|
|
33578
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33579
|
-
display: flex;
|
|
33580
|
-
flex-direction: row;
|
|
33581
|
-
justify-content: space-between;
|
|
33582
|
-
align-items: center;
|
|
33583
|
-
border-bottom: 1px solid #e4e9f2;
|
|
33584
|
-
}
|
|
33585
|
-
|
|
33586
|
-
.E_cz3vc94 {
|
|
33587
|
-
box-shadow: 0px 0px 10px rgba(107, 125, 153, 0.18), 0px 12px 40px rgba(45, 58, 86, 0.3);
|
|
33588
|
-
border-radius: 8px;
|
|
33589
|
-
padding: 0px;
|
|
33590
|
-
}
|
|
33591
|
-
.E_cz3vc94 ul.antd5-menu {
|
|
33592
|
-
padding: 6px;
|
|
33593
|
-
height: 240px;
|
|
33594
|
-
}
|
|
33595
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li {
|
|
33596
|
-
min-width: 296px;
|
|
33597
|
-
padding: 4px 4px 4px 8px;
|
|
33598
|
-
color: #00122e;
|
|
33599
|
-
margin-bottom: 2px;
|
|
33600
|
-
}
|
|
33601
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li .icon-wrapper {
|
|
33602
|
-
vertical-align: middle;
|
|
33603
|
-
}
|
|
33604
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active {
|
|
33605
|
-
font-weight: 400;
|
|
33606
|
-
}
|
|
33607
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:hover {
|
|
33608
|
-
font-weight: 400;
|
|
33609
|
-
}
|
|
33610
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active:active {
|
|
33611
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33612
|
-
}
|
|
33613
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li.antd5-menu-item-active .icon-wrapper svg path {
|
|
33614
|
-
fill: #0080ff;
|
|
33615
|
-
}
|
|
33616
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li:hover {
|
|
33617
|
-
background: rgba(225, 230, 241, 0.6);
|
|
33618
|
-
font-weight: 400;
|
|
33619
|
-
}
|
|
33620
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li:hover .icon-wrapper svg path {
|
|
33621
|
-
fill: #0080ff;
|
|
33622
|
-
}
|
|
33623
|
-
.E_cz3vc94:not(:has(.E_cg9brz0)) li:active {
|
|
33624
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33625
|
-
}
|
|
33626
|
-
.E_cz3vc94 li:has(.E_damzgq8) .antd5-checkbox {
|
|
33627
|
-
align-self: flex-start;
|
|
33628
|
-
}
|
|
33629
|
-
.E_cz3vc94:has(.E_cg9brz0) .E_cyg2a2l {
|
|
33630
|
-
display: none;
|
|
33631
|
-
}
|
|
33632
|
-
.E_cz3vc94 .antd5-checkbox {
|
|
33633
|
-
height: 22px;
|
|
33634
|
-
display: flex;
|
|
33635
|
-
align-items: center;
|
|
33636
|
-
top: 0;
|
|
33637
|
-
}
|
|
33638
|
-
.E_cz3vc94 .antd5-checkbox-checked::after {
|
|
33639
|
-
border: none;
|
|
33640
|
-
}
|
|
33641
|
-
.E_cz3vc94.antd5-checkbox-wrapper:hover .antd5-checkbox-inner, .E_cz3vc94.antd5-checkbox-wrapper.__pseudo-states-hover .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox:hover .antd5-checkbox-inner {
|
|
33642
|
-
border-color: #0080ff;
|
|
33643
|
-
}
|
|
33644
|
-
.E_cz3vc94 .antd5-checkbox .antd5-checkbox-inner {
|
|
33645
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33646
|
-
}
|
|
33647
|
-
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-checked .antd5-checkbox-inner, .E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
33648
|
-
border: 1px solid #0080ff;
|
|
33649
|
-
}
|
|
33650
|
-
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner {
|
|
33651
|
-
background: #0080ff;
|
|
33652
|
-
}
|
|
33653
|
-
.E_cz3vc94 .antd5-checkbox.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
33654
|
-
background-color: #fff;
|
|
33655
|
-
height: 2px;
|
|
33656
|
-
width: 10px;
|
|
33657
|
-
border-radius: 2px;
|
|
33658
|
-
}
|
|
33659
|
-
.E_cz3vc94.antd5-checkbox-wrapper-disabled {
|
|
33660
|
-
opacity: 0.5;
|
|
33661
|
-
}
|
|
33662
|
-
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled .antd5-checkbox-inner {
|
|
33663
|
-
background: rgba(211, 218, 235, 0.6);
|
|
33664
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33665
|
-
}
|
|
33666
|
-
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-checked .antd5-checkbox-inner:after {
|
|
33667
|
-
border-color: #2d3a56;
|
|
33668
|
-
}
|
|
33669
|
-
.E_cz3vc94.antd5-checkbox-wrapper-disabled .antd5-checkbox-disabled.antd5-checkbox-indeterminate .antd5-checkbox-inner:after {
|
|
33670
|
-
background: #2d3a56;
|
|
33671
|
-
}
|
|
33672
|
-
.E_cz3vc94 .antd5-checkbox + span, .E_cz3vc94 .antd5-checkbox-disabled + span {
|
|
33673
|
-
padding: 0;
|
|
33674
|
-
}
|
|
33675
|
-
.E_cz3vc94 .antd5-checkbox + span .main, .E_cz3vc94 .antd5-checkbox-disabled + span .main {
|
|
33676
|
-
display: inline-block;
|
|
33677
|
-
margin-left: 12px;
|
|
33678
|
-
color: #2d3a56;
|
|
33679
|
-
}
|
|
33680
|
-
.E_cz3vc94 .antd5-checkbox + span .sub, .E_cz3vc94 .antd5-checkbox-disabled + span .sub {
|
|
33681
|
-
margin-left: 28px;
|
|
33682
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33683
|
-
}
|
|
33684
|
-
.E_cz3vc94.compact .antd5-checkbox + span .main, .E_cz3vc94.compact .antd5-checkbox-disabled + span .main {
|
|
33685
|
-
margin-left: 8px;
|
|
33686
|
-
}
|
|
33687
|
-
.E_cz3vc94.compact .antd5-checkbox + span .sub, .E_cz3vc94.compact .antd5-checkbox-disabled + span .sub {
|
|
33688
|
-
margin-left: 24px;
|
|
33689
|
-
}
|
|
33690
|
-
|
|
33691
|
-
.E_csp3had ul.antd5-menu {
|
|
33692
|
-
padding: 4px;
|
|
33693
|
-
height: 158px;
|
|
33815
|
+
cursor: pointer;
|
|
33694
33816
|
}
|
|
33695
|
-
.
|
|
33696
|
-
|
|
33817
|
+
.E_d1tc7lgk ul li:hover {
|
|
33818
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33819
|
+
color: #0080ff;
|
|
33697
33820
|
}
|
|
33698
|
-
.
|
|
33699
|
-
|
|
33700
|
-
|
|
33821
|
+
.E_d1tc7lgk ul li:active {
|
|
33822
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33823
|
+
color: #0080ff;
|
|
33701
33824
|
}
|
|
33702
|
-
.
|
|
33703
|
-
|
|
33704
|
-
height: 18px;
|
|
33705
|
-
font-size: 12px;
|
|
33825
|
+
.E_d1tc7lgk ul li + li {
|
|
33826
|
+
margin-top: 2px;
|
|
33706
33827
|
}
|
|
33707
33828
|
|
|
33708
|
-
.
|
|
33709
|
-
padding:
|
|
33710
|
-
height: 320px;
|
|
33829
|
+
.E_rzaik16 {
|
|
33830
|
+
padding: 0;
|
|
33711
33831
|
}
|
|
33712
|
-
.
|
|
33713
|
-
|
|
33832
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33833
|
+
display: none;
|
|
33714
33834
|
}
|
|
33715
|
-
.
|
|
33716
|
-
|
|
33717
|
-
padding: 8px;
|
|
33835
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33836
|
+
padding: 0;
|
|
33718
33837
|
}
|
|
33719
|
-
|
|
33720
|
-
|
|
33721
|
-
|
|
33722
|
-
|
|
33838
|
+
|
|
33839
|
+
.E_skwah65 {
|
|
33840
|
+
height: 8px;
|
|
33841
|
+
box-sizing: border-box;
|
|
33842
|
+
border-radius: 2px;
|
|
33843
|
+
background: #f5f7fa;
|
|
33844
|
+
display: flex;
|
|
33845
|
+
width: 100%;
|
|
33846
|
+
overflow: hidden;
|
|
33847
|
+
}
|
|
33848
|
+
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
33849
|
+
margin-left: 1px;
|
|
33723
33850
|
}
|
|
33724
33851
|
|
|
33725
33852
|
.E_t160l1cm {
|
|
@@ -33925,46 +34052,26 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
33925
34052
|
background: transparent;
|
|
33926
34053
|
}
|
|
33927
34054
|
|
|
33928
|
-
.
|
|
33929
|
-
|
|
33930
|
-
|
|
33931
|
-
|
|
34055
|
+
.E_rrwcpby {
|
|
34056
|
+
display: flex;
|
|
34057
|
+
align-items: center;
|
|
34058
|
+
}
|
|
34059
|
+
.E_rrwcpby .order {
|
|
34060
|
+
height: 24px;
|
|
34061
|
+
width: 24px;
|
|
34062
|
+
border-radius: 20px;
|
|
34063
|
+
color: #0080ff;
|
|
34064
|
+
background: rgba(0, 136, 255, 0.1);
|
|
34065
|
+
display: flex;
|
|
34066
|
+
align-items: center;
|
|
34067
|
+
justify-content: center;
|
|
34068
|
+
margin-right: 6px;
|
|
33932
34069
|
}
|
|
33933
34070
|
|
|
33934
34071
|
.E_c1k4vanq {
|
|
33935
34072
|
padding: 0 12px 14px 12px;
|
|
33936
34073
|
}
|
|
33937
34074
|
|
|
33938
|
-
.E_t1gz6wqf {
|
|
33939
|
-
height: 100%;
|
|
33940
|
-
}
|
|
33941
|
-
.E_t1gz6wqf .table-loading-item {
|
|
33942
|
-
padding: 12px 4px;
|
|
33943
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
33944
|
-
display: flex;
|
|
33945
|
-
}
|
|
33946
|
-
.E_t1gz6wqf .table-loading-item > * {
|
|
33947
|
-
height: 16px;
|
|
33948
|
-
margin: 4px;
|
|
33949
|
-
background: rgba(204, 212, 227, 0.18);
|
|
33950
|
-
border-radius: 2px;
|
|
33951
|
-
}
|
|
33952
|
-
.E_t1gz6wqf .table-loading-item .checkbox-loading {
|
|
33953
|
-
width: 16px;
|
|
33954
|
-
}
|
|
33955
|
-
.E_t1gz6wqf .table-loading-item .td-loading {
|
|
33956
|
-
flex: 1;
|
|
33957
|
-
}
|
|
33958
|
-
.E_t1gz6wqf :nth-child(1) {
|
|
33959
|
-
padding: 8px 4px;
|
|
33960
|
-
}
|
|
33961
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33962
|
-
background: rgba(107, 125, 153, 0.18);
|
|
33963
|
-
}
|
|
33964
|
-
.E_t1gz6wqf :nth-child(1) > * {
|
|
33965
|
-
background: rgba(163, 180, 204, 0.18);
|
|
33966
|
-
}
|
|
33967
|
-
|
|
33968
34075
|
.E_c1udgdh2 {
|
|
33969
34076
|
color: #2d3a56;
|
|
33970
34077
|
padding: 7px 12px;
|
|
@@ -34022,94 +34129,33 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34022
34129
|
transform: translateY(-4px);
|
|
34023
34130
|
}
|
|
34024
34131
|
|
|
34025
|
-
.
|
|
34026
|
-
|
|
34027
|
-
|
|
34028
|
-
border-radius: 2px;
|
|
34029
|
-
background: #f5f7fa;
|
|
34030
|
-
display: flex;
|
|
34031
|
-
width: 100%;
|
|
34032
|
-
overflow: hidden;
|
|
34033
|
-
}
|
|
34034
|
-
.E_skwah65 .stack-bar-item + .stack-bar-item {
|
|
34035
|
-
margin-left: 1px;
|
|
34132
|
+
.E_sut42l0 {
|
|
34133
|
+
padding: 0 8px;
|
|
34134
|
+
height: 18px;
|
|
34036
34135
|
}
|
|
34037
34136
|
|
|
34038
|
-
.
|
|
34039
|
-
|
|
34040
|
-
|
|
34041
|
-
display: inline-flex;
|
|
34042
|
-
}
|
|
34043
|
-
.E_c1igej8b .ant-checkbox {
|
|
34044
|
-
height: 22px;
|
|
34045
|
-
display: flex;
|
|
34046
|
-
align-items: center;
|
|
34047
|
-
top: 0;
|
|
34048
|
-
}
|
|
34049
|
-
.E_c1igej8b .ant-checkbox-checked::after {
|
|
34050
|
-
border: none;
|
|
34051
|
-
}
|
|
34052
|
-
.E_c1igej8b.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_c1igej8b.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_c1igej8b .ant-checkbox:hover .ant-checkbox-inner {
|
|
34053
|
-
border-color: #0080ff;
|
|
34054
|
-
}
|
|
34055
|
-
.E_c1igej8b .ant-checkbox .ant-checkbox-inner {
|
|
34056
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
34057
|
-
}
|
|
34058
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34059
|
-
border: 1px solid #0080ff;
|
|
34060
|
-
}
|
|
34061
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
34062
|
-
background: #0080ff;
|
|
34063
|
-
}
|
|
34064
|
-
.E_c1igej8b .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34065
|
-
background-color: #fff;
|
|
34066
|
-
height: 2px;
|
|
34067
|
-
width: 10px;
|
|
34068
|
-
border-radius: 2px;
|
|
34069
|
-
}
|
|
34070
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled {
|
|
34071
|
-
opacity: 0.5;
|
|
34072
|
-
}
|
|
34073
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
34074
|
-
background: rgba(211, 218, 235, 0.6);
|
|
34075
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
34076
|
-
}
|
|
34077
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
34078
|
-
border-color: #2d3a56;
|
|
34079
|
-
}
|
|
34080
|
-
.E_c1igej8b.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
34081
|
-
background: #2d3a56;
|
|
34082
|
-
}
|
|
34083
|
-
.E_c1igej8b .ant-checkbox + span, .E_c1igej8b .ant-checkbox-disabled + span {
|
|
34084
|
-
padding: 0;
|
|
34085
|
-
}
|
|
34086
|
-
.E_c1igej8b .ant-checkbox + span .main, .E_c1igej8b .ant-checkbox-disabled + span .main {
|
|
34087
|
-
display: inline-block;
|
|
34088
|
-
margin-left: 12px;
|
|
34089
|
-
color: #2d3a56;
|
|
34090
|
-
}
|
|
34091
|
-
.E_c1igej8b .ant-checkbox + span .sub, .E_c1igej8b .ant-checkbox-disabled + span .sub {
|
|
34092
|
-
margin-left: 28px;
|
|
34093
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34094
|
-
}
|
|
34095
|
-
.E_c1igej8b.compact .ant-checkbox + span .main, .E_c1igej8b.compact .ant-checkbox-disabled + span .main {
|
|
34096
|
-
margin-left: 8px;
|
|
34097
|
-
}
|
|
34098
|
-
.E_c1igej8b.compact .ant-checkbox + span .sub, .E_c1igej8b.compact .ant-checkbox-disabled + span .sub {
|
|
34099
|
-
margin-left: 24px;
|
|
34137
|
+
.E_mfsz1jz {
|
|
34138
|
+
padding: 2px 8px;
|
|
34139
|
+
height: 24px;
|
|
34100
34140
|
}
|
|
34101
34141
|
|
|
34102
|
-
.
|
|
34103
|
-
|
|
34104
|
-
width: 24px;
|
|
34105
|
-
border-radius: 6px;
|
|
34106
|
-
padding: 4px;
|
|
34142
|
+
.E_tnd6h4m {
|
|
34143
|
+
margin: 0;
|
|
34107
34144
|
}
|
|
34108
|
-
|
|
34109
|
-
|
|
34145
|
+
|
|
34146
|
+
.E_i1qw4clm {
|
|
34147
|
+
margin-right: 4px;
|
|
34148
|
+
height: 16px;
|
|
34110
34149
|
}
|
|
34111
|
-
|
|
34112
|
-
|
|
34150
|
+
|
|
34151
|
+
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34152
|
+
font-weight: 700;
|
|
34153
|
+
color: #00122e;
|
|
34154
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34155
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34156
|
+
word-break: break-all;
|
|
34157
|
+
display: inline;
|
|
34158
|
+
white-space: normal;
|
|
34113
34159
|
}
|
|
34114
34160
|
|
|
34115
34161
|
.E_f1p9ti6d {
|
|
@@ -34143,20 +34189,13 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34143
34189
|
min-height: 0px;
|
|
34144
34190
|
}
|
|
34145
34191
|
|
|
34146
|
-
.
|
|
34147
|
-
|
|
34148
|
-
align-items: center;
|
|
34192
|
+
.E_w1xcixj5.outside-tag {
|
|
34193
|
+
padding-left: 0;
|
|
34149
34194
|
}
|
|
34150
|
-
.
|
|
34151
|
-
|
|
34152
|
-
|
|
34153
|
-
|
|
34154
|
-
color: #0080ff;
|
|
34155
|
-
background: rgba(0, 136, 255, 0.1);
|
|
34156
|
-
display: flex;
|
|
34157
|
-
align-items: center;
|
|
34158
|
-
justify-content: center;
|
|
34159
|
-
margin-right: 6px;
|
|
34195
|
+
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34196
|
+
border-radius: 4px 0 0 4px;
|
|
34197
|
+
padding-right: 4px;
|
|
34198
|
+
margin-right: 4px;
|
|
34160
34199
|
}
|
|
34161
34200
|
|
|
34162
34201
|
.E_tc40oxa {
|
|
@@ -34407,44 +34446,6 @@ button.E_lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
|
34407
34446
|
height: 16px;
|
|
34408
34447
|
}
|
|
34409
34448
|
|
|
34410
|
-
.E_sut42l0 {
|
|
34411
|
-
padding: 0 8px;
|
|
34412
|
-
height: 18px;
|
|
34413
|
-
}
|
|
34414
|
-
|
|
34415
|
-
.E_mfsz1jz {
|
|
34416
|
-
padding: 2px 8px;
|
|
34417
|
-
height: 24px;
|
|
34418
|
-
}
|
|
34419
|
-
|
|
34420
|
-
.E_tnd6h4m {
|
|
34421
|
-
margin: 0;
|
|
34422
|
-
}
|
|
34423
|
-
|
|
34424
|
-
.E_i1qw4clm {
|
|
34425
|
-
margin-right: 4px;
|
|
34426
|
-
height: 16px;
|
|
34427
|
-
}
|
|
34428
|
-
|
|
34429
|
-
.E_n1r5ku5l.ant-tag.ant-tag-gray {
|
|
34430
|
-
font-weight: 700;
|
|
34431
|
-
color: #00122e;
|
|
34432
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34433
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34434
|
-
word-break: break-all;
|
|
34435
|
-
display: inline;
|
|
34436
|
-
white-space: normal;
|
|
34437
|
-
}
|
|
34438
|
-
|
|
34439
|
-
.E_w1xcixj5.outside-tag {
|
|
34440
|
-
padding-left: 0;
|
|
34441
|
-
}
|
|
34442
|
-
.E_w1xcixj5.outside-tag .inside-tag {
|
|
34443
|
-
border-radius: 4px 0 0 4px;
|
|
34444
|
-
padding-right: 4px;
|
|
34445
|
-
margin-right: 4px;
|
|
34446
|
-
}
|
|
34447
|
-
|
|
34448
34449
|
.E_a6dbbkm .ant-input-number-handler-wrap {
|
|
34449
34450
|
display: var(--a6dbbkm-0);
|
|
34450
34451
|
}
|