@cloudtower/eagle 0.33.0 → 0.33.1
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/README.md +6 -0
- package/dist/cjs/UIKitProvider/index.js +3 -4
- package/dist/cjs/core/Alert/index.js +10 -4
- package/dist/cjs/core/TableForm/TableFormBodyCell.js +2 -1
- package/dist/cjs/core/TableForm/TableFormHeaderCell.js +4 -2
- package/dist/cjs/core/message/index.js +7 -2
- package/dist/cjs/core/message-group/index.js +3 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/styles/token/color.js +24 -0
- package/dist/components.css +1029 -923
- package/dist/esm/UIKitProvider/index.js +3 -4
- package/dist/esm/core/Alert/index.js +10 -4
- package/dist/esm/core/TableForm/TableFormBodyCell.js +2 -1
- package/dist/esm/core/TableForm/TableFormHeaderCell.js +4 -2
- package/dist/esm/core/message/index.js +7 -3
- package/dist/esm/core/message-group/index.js +3 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/styles/token/color.js +24 -0
- package/dist/src/UIKitProvider/index.d.ts +4 -4
- package/dist/src/core/Legend/__test__/h5_css.test.d.ts +1 -0
- package/dist/src/core/Legend/index.d.ts +9 -0
- package/dist/src/core/Legend/legend.type.d.ts +25 -0
- package/dist/src/core/TableForm/types.d.ts +1 -0
- package/dist/src/core/message/index.d.ts +1 -0
- package/dist/src/styles/token/color.d.ts +24 -0
- package/dist/stories/docs/core/Legend.stories.d.ts +19 -0
- package/dist/stories/docs/core/SearchInput.stories.d.ts +20 -20
- package/dist/stories/docs/core/Select.stories.d.ts +94 -13
- package/dist/stories/docs/core/StatusCapsule.stories.d.ts +8 -0
- package/dist/stories/docs/core/message-group.stories.d.ts +4 -0
- package/dist/style.css +928 -826
- package/dist/token.css +20 -26
- package/dist/variables.scss +21 -0
- package/package.json +7 -7
package/dist/components.css
CHANGED
|
@@ -28603,6 +28603,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
28603
28603
|
line-height: 20px;
|
|
28604
28604
|
font-size: 20px;
|
|
28605
28605
|
color: #3e4652;
|
|
28606
|
+
position: unset;
|
|
28606
28607
|
}
|
|
28607
28608
|
|
|
28608
28609
|
.ant-modal .ant-modal-close-x .anticon-close-circle {
|
|
@@ -29377,6 +29378,92 @@ td .ant-btn-link {
|
|
|
29377
29378
|
width: calc(8.3% - 16px);
|
|
29378
29379
|
}
|
|
29379
29380
|
}
|
|
29381
|
+
.ant-alert[class],
|
|
29382
|
+
.ant-anchor[class],
|
|
29383
|
+
.ant-slider[class],
|
|
29384
|
+
.ant-avatar[class],
|
|
29385
|
+
.ant-table[class],
|
|
29386
|
+
.ant-switch[class],
|
|
29387
|
+
.ant-spin[class],
|
|
29388
|
+
.ant-statistic[class],
|
|
29389
|
+
.ant-steps[class],
|
|
29390
|
+
.ant-select-auto-complete[class],
|
|
29391
|
+
.ant-back-top[class],
|
|
29392
|
+
.ant-badge[class],
|
|
29393
|
+
.ant-breadcrumb[class],
|
|
29394
|
+
.ant-picker-calendar[class],
|
|
29395
|
+
.ant-picker-dropdown[class],
|
|
29396
|
+
.ant-picker[class],
|
|
29397
|
+
.ant-card[class],
|
|
29398
|
+
.ant-carousel[class],
|
|
29399
|
+
.ant-cascader-picker[class],
|
|
29400
|
+
.ant-cascader[class],
|
|
29401
|
+
.ant-breadcrumb[class],
|
|
29402
|
+
.ant-btn[class],
|
|
29403
|
+
.ant-checkbox[class],
|
|
29404
|
+
.ant-tree-checkbox[class],
|
|
29405
|
+
.ant-tree-checkbox-wrapper[class],
|
|
29406
|
+
.ant-tree-checkbox-group[class],
|
|
29407
|
+
.ant-select-tree-checkbox-wrapper[class],
|
|
29408
|
+
.ant-select-tree-checkbox-group[class],
|
|
29409
|
+
.ant-select-tree-checkbox[class],
|
|
29410
|
+
.ant-checkbox-wrapper[class],
|
|
29411
|
+
.ant-checkbox-group[class],
|
|
29412
|
+
.ant-tree[class],
|
|
29413
|
+
.ant-select-tree[class],
|
|
29414
|
+
.ant-typography[class],
|
|
29415
|
+
.ant-upload[class],
|
|
29416
|
+
.ant-upload-list[class],
|
|
29417
|
+
.ant-back-top[class],
|
|
29418
|
+
.ant-badge[class],
|
|
29419
|
+
.ant-avatar[class],
|
|
29420
|
+
.ant-select-auto-complete[class],
|
|
29421
|
+
.ant-anchor[class],
|
|
29422
|
+
.ant-transfer[class],
|
|
29423
|
+
.ant-transfer-list[class],
|
|
29424
|
+
.ant-transfer-operation[class],
|
|
29425
|
+
.ant-tooltip[class],
|
|
29426
|
+
.ant-timeline[class],
|
|
29427
|
+
.ant-select[class],
|
|
29428
|
+
.ant-radio[class],
|
|
29429
|
+
.ant-rate[class],
|
|
29430
|
+
.ant-select-dropdown[class],
|
|
29431
|
+
.ant-radio-wrapper[class],
|
|
29432
|
+
.ant-radio-group[class],
|
|
29433
|
+
.ant-radio-button-wrapper[class],
|
|
29434
|
+
.ant-progress[class],
|
|
29435
|
+
.ant-popover[class],
|
|
29436
|
+
.ant-pagination[class],
|
|
29437
|
+
.ant-modal[class],
|
|
29438
|
+
.ant-message[class],
|
|
29439
|
+
.ant-menu[class],
|
|
29440
|
+
.ant-input-number[class],
|
|
29441
|
+
.ant-input-group[class],
|
|
29442
|
+
.ant-input[class],
|
|
29443
|
+
.ant-form[class],
|
|
29444
|
+
.ant-form-item[class],
|
|
29445
|
+
.ant-dropdown[class],
|
|
29446
|
+
.ant-drawer[class],
|
|
29447
|
+
.ant-divider[class],
|
|
29448
|
+
.ant-descriptions[class],
|
|
29449
|
+
.ant-collapse[class],
|
|
29450
|
+
.ant-calendar[class],
|
|
29451
|
+
.ant-alert[class],
|
|
29452
|
+
.ant-list[class],
|
|
29453
|
+
.ant-mentions[class],
|
|
29454
|
+
.ant-mentions-measure[class],
|
|
29455
|
+
.ant-mentions-dropdown[class],
|
|
29456
|
+
.ant-mentions > textarea[class],
|
|
29457
|
+
.ant-notification[class],
|
|
29458
|
+
.ant-page-header[class],
|
|
29459
|
+
.ant-table-filter-dropdown[class],
|
|
29460
|
+
.ant-tabs-dropdown[class],
|
|
29461
|
+
.ant-tabs[class],
|
|
29462
|
+
.ant-tag[class],
|
|
29463
|
+
.ant-timeline[class] {
|
|
29464
|
+
font-variant-ligatures: no-contextual;
|
|
29465
|
+
}
|
|
29466
|
+
|
|
29380
29467
|
/* http://meyerweb.com/eric/tools/css/reset/
|
|
29381
29468
|
Modified based on Eric Meyer’s
|
|
29382
29469
|
*/
|
|
@@ -29589,89 +29676,156 @@ html body {
|
|
|
29589
29676
|
margin-left: 1px;
|
|
29590
29677
|
}
|
|
29591
29678
|
|
|
29592
|
-
.
|
|
29593
|
-
|
|
29594
|
-
width: 100%;
|
|
29679
|
+
span.E_tqjc4ui {
|
|
29680
|
+
margin: 0 2px;
|
|
29595
29681
|
}
|
|
29596
29682
|
|
|
29597
|
-
.
|
|
29598
|
-
|
|
29683
|
+
.E_gmyahx3 {
|
|
29684
|
+
cursor: pointer;
|
|
29599
29685
|
}
|
|
29600
29686
|
|
|
29601
|
-
.
|
|
29602
|
-
|
|
29687
|
+
.E_gmyahx3 .link-text {
|
|
29688
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29603
29689
|
}
|
|
29604
29690
|
|
|
29605
|
-
.
|
|
29691
|
+
.E_gmyahx3:hover .link-text {
|
|
29692
|
+
color: #0080ff;
|
|
29693
|
+
}
|
|
29694
|
+
|
|
29695
|
+
.E_s1at6qmn.ant-layout-sider {
|
|
29696
|
+
background: #edf0f7;
|
|
29697
|
+
padding: 32px 8px;
|
|
29698
|
+
overflow: auto;
|
|
29699
|
+
}
|
|
29700
|
+
|
|
29701
|
+
.E_s1at6qmn .ant-layout-sider-children {
|
|
29606
29702
|
display: flex;
|
|
29703
|
+
flex-direction: column;
|
|
29607
29704
|
justify-content: space-between;
|
|
29608
|
-
align-items: center;
|
|
29609
|
-
font-size: 13px;
|
|
29610
|
-
line-height: 24px;
|
|
29611
|
-
color: #cccccc;
|
|
29612
|
-
white-space: nowrap;
|
|
29613
29705
|
}
|
|
29614
29706
|
|
|
29615
|
-
.
|
|
29616
|
-
|
|
29707
|
+
.E_s1at6qmn footer {
|
|
29708
|
+
display: flex;
|
|
29617
29709
|
}
|
|
29618
29710
|
|
|
29619
|
-
.
|
|
29620
|
-
|
|
29621
|
-
color: white;
|
|
29711
|
+
.E_s1at6qmn .ant-menu {
|
|
29712
|
+
background: #edf0f7;
|
|
29622
29713
|
}
|
|
29623
29714
|
|
|
29624
|
-
.
|
|
29625
|
-
|
|
29626
|
-
|
|
29627
|
-
|
|
29628
|
-
|
|
29629
|
-
background: var(--s11212zy-0);
|
|
29630
|
-
border: 1px solid #fff;
|
|
29631
|
-
box-sizing: content-box;
|
|
29632
|
-
margin-right: 6px;
|
|
29715
|
+
.E_s1at6qmn .ant-menu a {
|
|
29716
|
+
color: #00122e;
|
|
29717
|
+
width: 180px;
|
|
29718
|
+
overflow: hidden;
|
|
29719
|
+
text-overflow: ellipsis;
|
|
29633
29720
|
}
|
|
29634
29721
|
|
|
29635
|
-
.
|
|
29636
|
-
|
|
29637
|
-
color: white;
|
|
29638
|
-
margin-right: 4px;
|
|
29722
|
+
.E_s1at6qmn .ant-menu-vertical {
|
|
29723
|
+
margin-bottom: 24px;
|
|
29639
29724
|
}
|
|
29640
29725
|
|
|
29641
|
-
.
|
|
29642
|
-
|
|
29726
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item {
|
|
29727
|
+
margin: 0;
|
|
29643
29728
|
}
|
|
29644
29729
|
|
|
29645
|
-
.
|
|
29646
|
-
|
|
29730
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title {
|
|
29731
|
+
font-size: 12px;
|
|
29732
|
+
padding: 0 8px 4px;
|
|
29733
|
+
line-height: 18px;
|
|
29647
29734
|
}
|
|
29648
29735
|
|
|
29649
|
-
.
|
|
29650
|
-
|
|
29736
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
29737
|
+
padding: 0;
|
|
29651
29738
|
}
|
|
29652
29739
|
|
|
29653
|
-
|
|
29654
|
-
|
|
29740
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
29741
|
+
padding-bottom: 24px;
|
|
29655
29742
|
}
|
|
29656
29743
|
|
|
29657
|
-
.
|
|
29744
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
29745
|
+
margin-bottom: 24px;
|
|
29746
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
29747
|
+
}
|
|
29748
|
+
|
|
29749
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
29750
|
+
transition: none;
|
|
29658
29751
|
display: flex;
|
|
29659
29752
|
align-items: center;
|
|
29660
|
-
|
|
29661
|
-
line-height:
|
|
29753
|
+
height: 32px;
|
|
29754
|
+
line-height: 22px;
|
|
29755
|
+
padding: 0 8px;
|
|
29662
29756
|
}
|
|
29663
29757
|
|
|
29664
|
-
.
|
|
29665
|
-
margin-
|
|
29758
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
29759
|
+
margin-right: 12px;
|
|
29666
29760
|
}
|
|
29667
29761
|
|
|
29668
|
-
.
|
|
29669
|
-
margin: 0
|
|
29762
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(:last-child) {
|
|
29763
|
+
margin: 0;
|
|
29764
|
+
margin-bottom: 2px;
|
|
29670
29765
|
}
|
|
29671
29766
|
|
|
29672
|
-
.
|
|
29673
|
-
|
|
29674
|
-
|
|
29767
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected {
|
|
29768
|
+
background: linear-gradient(90deg, #0080ff 0%, #005ed1 100%);
|
|
29769
|
+
box-shadow: 0px 1px 2px rgba(184, 192, 204, 0.6);
|
|
29770
|
+
border-radius: 6px;
|
|
29771
|
+
color: #fff;
|
|
29772
|
+
}
|
|
29773
|
+
|
|
29774
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item.ant-menu-item-selected a {
|
|
29775
|
+
color: #fff;
|
|
29776
|
+
}
|
|
29777
|
+
|
|
29778
|
+
.E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item:hover, .E_s1at6qmn .ant-menu-vertical .ant-menu-item:not(.ant-menu-item-selected).ant-menu-item-active {
|
|
29779
|
+
background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 100%);
|
|
29780
|
+
box-shadow: 0px 0px 4px rgba(235, 239, 245, 0.6), 0px 8px 16px rgba(129, 138, 153, 0.18);
|
|
29781
|
+
border-radius: 6px;
|
|
29782
|
+
}
|
|
29783
|
+
|
|
29784
|
+
.E_s1wu0lms .ant-menu-item-group-title {
|
|
29785
|
+
white-space: nowrap;
|
|
29786
|
+
transition: all 0s;
|
|
29787
|
+
}
|
|
29788
|
+
|
|
29789
|
+
.E_s1wu0lms.shrink {
|
|
29790
|
+
transition: all 0s;
|
|
29791
|
+
overflow: hidden;
|
|
29792
|
+
}
|
|
29793
|
+
|
|
29794
|
+
.E_s1wu0lms.shrink .ant-menu-item-group-title {
|
|
29795
|
+
visibility: hidden;
|
|
29796
|
+
}
|
|
29797
|
+
|
|
29798
|
+
.E_s1wu0lms.shrink .ant-menu-item {
|
|
29799
|
+
width: 36px;
|
|
29800
|
+
padding: 0 6px;
|
|
29801
|
+
}
|
|
29802
|
+
|
|
29803
|
+
.E_n1ugzfva {
|
|
29804
|
+
display: flex;
|
|
29805
|
+
place-items: center;
|
|
29806
|
+
width: 100% !important;
|
|
29807
|
+
}
|
|
29808
|
+
|
|
29809
|
+
.E_n1ugzfva[disabled] {
|
|
29810
|
+
color: rgba(0, 0, 0, 0.25) !important;
|
|
29811
|
+
opacity: 1 !important;
|
|
29812
|
+
}
|
|
29813
|
+
|
|
29814
|
+
.E_n1ugzfva.ant-btn {
|
|
29815
|
+
width: 100%;
|
|
29816
|
+
color: #00122e;
|
|
29817
|
+
}
|
|
29818
|
+
|
|
29819
|
+
.E_n1ugzfva .icon-wrapper {
|
|
29820
|
+
margin-right: 12px;
|
|
29821
|
+
}
|
|
29822
|
+
|
|
29823
|
+
.E_n1ugzfva .link-title {
|
|
29824
|
+
flex: 1;
|
|
29825
|
+
overflow: hidden;
|
|
29826
|
+
white-space: nowrap;
|
|
29827
|
+
text-overflow: ellipsis;
|
|
29828
|
+
text-align: left;
|
|
29675
29829
|
}
|
|
29676
29830
|
|
|
29677
29831
|
.E_clm1wy1 {
|
|
@@ -29783,169 +29937,170 @@ span.E_tqjc4ui {
|
|
|
29783
29937
|
border-radius: 2px;
|
|
29784
29938
|
}
|
|
29785
29939
|
|
|
29786
|
-
.
|
|
29787
|
-
|
|
29788
|
-
text-overflow: ellipsis;
|
|
29940
|
+
.E_c1up1pdz {
|
|
29941
|
+
width: 648px;
|
|
29789
29942
|
}
|
|
29790
29943
|
|
|
29791
|
-
.
|
|
29792
|
-
|
|
29944
|
+
.E_c1up1pdz.active {
|
|
29945
|
+
border-color: #0080ff;
|
|
29793
29946
|
}
|
|
29794
29947
|
|
|
29795
|
-
.
|
|
29796
|
-
|
|
29797
|
-
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
29798
|
-
-webkit-box-orient: vertical;
|
|
29799
|
-
word-break: break-all;
|
|
29948
|
+
.E_c1up1pdz.active > header {
|
|
29949
|
+
background: rgba(0, 128, 255, 0.1);
|
|
29800
29950
|
}
|
|
29801
29951
|
|
|
29802
|
-
.
|
|
29803
|
-
|
|
29952
|
+
.E_c1up1pdz .expand {
|
|
29953
|
+
padding: 12px;
|
|
29804
29954
|
}
|
|
29805
29955
|
|
|
29806
|
-
.
|
|
29807
|
-
|
|
29808
|
-
|
|
29956
|
+
.E_c1up1pdz .field-item {
|
|
29957
|
+
display: flex;
|
|
29958
|
+
padding: 10px 0;
|
|
29959
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29809
29960
|
}
|
|
29810
29961
|
|
|
29811
|
-
.
|
|
29812
|
-
|
|
29962
|
+
.E_c1up1pdz .field-item:last-child {
|
|
29963
|
+
border-bottom: none;
|
|
29964
|
+
padding-bottom: 0;
|
|
29813
29965
|
}
|
|
29814
29966
|
|
|
29815
|
-
.
|
|
29816
|
-
|
|
29817
|
-
|
|
29818
|
-
|
|
29967
|
+
.E_c1up1pdz .field-item label {
|
|
29968
|
+
line-height: 32px;
|
|
29969
|
+
width: 100px;
|
|
29970
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29819
29971
|
}
|
|
29820
29972
|
|
|
29821
|
-
.
|
|
29973
|
+
.E_c1up1pdz .help {
|
|
29974
|
+
color: rgba(62, 70, 82, 0.6);
|
|
29975
|
+
margin-top: 5px;
|
|
29976
|
+
}
|
|
29977
|
+
|
|
29978
|
+
.E_c1up1pdz .ant-input-affix-wrapper,
|
|
29979
|
+
.E_c1up1pdz .ant-picker {
|
|
29980
|
+
width: 128px;
|
|
29981
|
+
}
|
|
29982
|
+
|
|
29983
|
+
.E_c156wh19 {
|
|
29822
29984
|
display: flex;
|
|
29823
|
-
|
|
29985
|
+
align-items: center;
|
|
29824
29986
|
justify-content: space-between;
|
|
29987
|
+
word-break: keep-all;
|
|
29825
29988
|
}
|
|
29826
29989
|
|
|
29827
|
-
.
|
|
29828
|
-
|
|
29990
|
+
.E_c156wh19 .title {
|
|
29991
|
+
margin: 0 16px 0 8px;
|
|
29829
29992
|
}
|
|
29830
29993
|
|
|
29831
|
-
.
|
|
29832
|
-
|
|
29994
|
+
.E_c156wh19 .retain {
|
|
29995
|
+
color: rgba(129, 138, 153, 0.6);
|
|
29833
29996
|
}
|
|
29834
29997
|
|
|
29835
|
-
.
|
|
29836
|
-
|
|
29837
|
-
|
|
29998
|
+
.E_c156wh19 div.left {
|
|
29999
|
+
flex: 1;
|
|
30000
|
+
display: flex;
|
|
30001
|
+
overflow: hidden;
|
|
30002
|
+
align-items: center;
|
|
30003
|
+
justify-content: flex-start;
|
|
30004
|
+
white-space: nowrap;
|
|
30005
|
+
}
|
|
30006
|
+
|
|
30007
|
+
.E_c156wh19 div.left .title {
|
|
30008
|
+
max-width: 100%;
|
|
29838
30009
|
overflow: hidden;
|
|
29839
30010
|
text-overflow: ellipsis;
|
|
29840
30011
|
}
|
|
29841
30012
|
|
|
29842
|
-
.
|
|
29843
|
-
|
|
30013
|
+
.E_c156wh19 div.right {
|
|
30014
|
+
display: flex;
|
|
30015
|
+
align-items: center;
|
|
29844
30016
|
}
|
|
29845
30017
|
|
|
29846
|
-
.
|
|
29847
|
-
|
|
30018
|
+
.E_c156wh19 .reverse {
|
|
30019
|
+
display: flex;
|
|
30020
|
+
flex-direction: row-reverse;
|
|
30021
|
+
align-items: center;
|
|
29848
30022
|
}
|
|
29849
30023
|
|
|
29850
|
-
.
|
|
29851
|
-
|
|
29852
|
-
padding: 0 8px 4px;
|
|
29853
|
-
line-height: 18px;
|
|
29854
|
-
}
|
|
29855
|
-
|
|
29856
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group .ant-menu-item-group-title:empty {
|
|
29857
|
-
padding: 0;
|
|
29858
|
-
}
|
|
29859
|
-
|
|
29860
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child) {
|
|
29861
|
-
padding-bottom: 24px;
|
|
29862
|
-
}
|
|
29863
|
-
|
|
29864
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item-group:not(:last-child).split {
|
|
29865
|
-
margin-bottom: 24px;
|
|
29866
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
29867
|
-
}
|
|
29868
|
-
|
|
29869
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item {
|
|
29870
|
-
transition: none;
|
|
29871
|
-
display: flex;
|
|
29872
|
-
align-items: center;
|
|
29873
|
-
height: 32px;
|
|
29874
|
-
line-height: 22px;
|
|
29875
|
-
padding: 0 8px;
|
|
29876
|
-
}
|
|
29877
|
-
|
|
29878
|
-
.E_s1at6qmn .ant-menu-vertical .ant-menu-item > .icon-wrapper {
|
|
29879
|
-
margin-right: 12px;
|
|
30024
|
+
.E_c156wh19 .reverse .ant-switch {
|
|
30025
|
+
margin-left: 8px;
|
|
29880
30026
|
}
|
|
29881
30027
|
|
|
29882
|
-
.
|
|
29883
|
-
|
|
29884
|
-
margin-
|
|
30028
|
+
.E_c156wh19 .close {
|
|
30029
|
+
padding-left: 14px;
|
|
30030
|
+
margin-left: 14px;
|
|
30031
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30032
|
+
cursor: pointer;
|
|
29885
30033
|
}
|
|
29886
30034
|
|
|
29887
|
-
.
|
|
29888
|
-
|
|
29889
|
-
|
|
29890
|
-
border-radius: 6px;
|
|
29891
|
-
color: #fff;
|
|
30035
|
+
.E_m126spxy {
|
|
30036
|
+
padding-bottom: 4px;
|
|
30037
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29892
30038
|
}
|
|
29893
30039
|
|
|
29894
|
-
.
|
|
29895
|
-
|
|
30040
|
+
.E_m126spxy .ant-btn-link {
|
|
30041
|
+
padding: 1px 10px;
|
|
30042
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30043
|
+
border-radius: 4px;
|
|
29896
30044
|
}
|
|
29897
30045
|
|
|
29898
|
-
.
|
|
29899
|
-
background:
|
|
29900
|
-
|
|
29901
|
-
border-radius: 6px;
|
|
30046
|
+
.E_m126spxy .ant-btn-link.active {
|
|
30047
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30048
|
+
color: #0096ff;
|
|
29902
30049
|
}
|
|
29903
30050
|
|
|
29904
|
-
.
|
|
29905
|
-
|
|
29906
|
-
|
|
30051
|
+
.E_wpbf4pq {
|
|
30052
|
+
padding: 10px 0;
|
|
30053
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29907
30054
|
}
|
|
29908
30055
|
|
|
29909
|
-
.
|
|
29910
|
-
|
|
29911
|
-
|
|
30056
|
+
.E_wpbf4pq .ant-input,
|
|
30057
|
+
.E_wpbf4pq .ant-picker {
|
|
30058
|
+
width: 80px;
|
|
30059
|
+
margin: 0 9px;
|
|
30060
|
+
text-align: center;
|
|
29912
30061
|
}
|
|
29913
30062
|
|
|
29914
|
-
.
|
|
29915
|
-
|
|
30063
|
+
.E_wpbf4pq .options {
|
|
30064
|
+
padding: 12px 0 12px 16px;
|
|
30065
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
30066
|
+
margin: 5px 0 5px 8px;
|
|
29916
30067
|
}
|
|
29917
30068
|
|
|
29918
|
-
.
|
|
29919
|
-
|
|
29920
|
-
|
|
30069
|
+
.E_wpbf4pq .week-day-option,
|
|
30070
|
+
.E_wpbf4pq .month-day-option {
|
|
30071
|
+
background: #f5f7fa;
|
|
30072
|
+
box-sizing: border-box;
|
|
30073
|
+
border-radius: 16px;
|
|
30074
|
+
margin-right: 8px;
|
|
29921
30075
|
}
|
|
29922
30076
|
|
|
29923
|
-
.
|
|
29924
|
-
|
|
29925
|
-
|
|
29926
|
-
|
|
30077
|
+
.E_wpbf4pq .week-day-option:focus,
|
|
30078
|
+
.E_wpbf4pq .month-day-option:focus {
|
|
30079
|
+
color: inherit;
|
|
30080
|
+
border-color: #d9d9d9;
|
|
29927
30081
|
}
|
|
29928
30082
|
|
|
29929
|
-
.
|
|
29930
|
-
color:
|
|
29931
|
-
|
|
30083
|
+
.E_wpbf4pq .week-day-option.active {
|
|
30084
|
+
background-color: #0096ff;
|
|
30085
|
+
border-color: #0096ff;
|
|
30086
|
+
color: #fff;
|
|
29932
30087
|
}
|
|
29933
30088
|
|
|
29934
|
-
.
|
|
29935
|
-
width:
|
|
29936
|
-
|
|
30089
|
+
.E_wpbf4pq .week-day-option.en-text {
|
|
30090
|
+
width: 110px;
|
|
30091
|
+
margin-top: 4px;
|
|
29937
30092
|
}
|
|
29938
30093
|
|
|
29939
|
-
.
|
|
29940
|
-
|
|
30094
|
+
.E_wpbf4pq .month-day-option {
|
|
30095
|
+
width: 32px;
|
|
30096
|
+
padding: 0;
|
|
30097
|
+
margin-bottom: 8px;
|
|
29941
30098
|
}
|
|
29942
30099
|
|
|
29943
|
-
.
|
|
29944
|
-
|
|
29945
|
-
|
|
29946
|
-
|
|
29947
|
-
text-overflow: ellipsis;
|
|
29948
|
-
text-align: left;
|
|
30100
|
+
.E_wpbf4pq .month-day-option.active {
|
|
30101
|
+
background-color: #0096ff;
|
|
30102
|
+
border-color: #0096ff;
|
|
30103
|
+
color: #fff;
|
|
29949
30104
|
}
|
|
29950
30105
|
|
|
29951
30106
|
.E_s1ebs0ra {
|
|
@@ -30019,170 +30174,332 @@ span.E_tqjc4ui {
|
|
|
30019
30174
|
background: #fff;
|
|
30020
30175
|
}
|
|
30021
30176
|
|
|
30022
|
-
.
|
|
30023
|
-
|
|
30177
|
+
.E_n12mqh7z {
|
|
30178
|
+
display: flex;
|
|
30179
|
+
align-items: center;
|
|
30180
|
+
font-size: 12px;
|
|
30181
|
+
line-height: 18px;
|
|
30024
30182
|
}
|
|
30025
30183
|
|
|
30026
|
-
.
|
|
30027
|
-
|
|
30184
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30185
|
+
margin-bottom: 4px;
|
|
30028
30186
|
}
|
|
30029
30187
|
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30188
|
+
.E_tf5bynu {
|
|
30189
|
+
margin: 0 3px;
|
|
30032
30190
|
}
|
|
30033
30191
|
|
|
30034
|
-
.
|
|
30035
|
-
|
|
30192
|
+
.E_tcckoz1 {
|
|
30193
|
+
max-height: 400px;
|
|
30194
|
+
overflow: auto;
|
|
30036
30195
|
}
|
|
30037
30196
|
|
|
30038
|
-
.
|
|
30197
|
+
.E_t160l1cm {
|
|
30039
30198
|
display: flex;
|
|
30040
|
-
|
|
30041
|
-
|
|
30199
|
+
flex-direction: column;
|
|
30200
|
+
flex: 1;
|
|
30201
|
+
/* FIXME:(yanzhen) do this better */
|
|
30042
30202
|
}
|
|
30043
30203
|
|
|
30044
|
-
.
|
|
30045
|
-
|
|
30046
|
-
|
|
30204
|
+
.E_t160l1cm .tab-bar {
|
|
30205
|
+
flex-shrink: 0;
|
|
30206
|
+
display: flex;
|
|
30207
|
+
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30047
30208
|
}
|
|
30048
30209
|
|
|
30049
|
-
.
|
|
30050
|
-
|
|
30051
|
-
width: 100px;
|
|
30052
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30210
|
+
.E_t160l1cm .tab-content {
|
|
30211
|
+
height: 100%;
|
|
30053
30212
|
}
|
|
30054
30213
|
|
|
30055
|
-
.
|
|
30056
|
-
|
|
30057
|
-
|
|
30214
|
+
.E_t160l1cm .tab-menu-item {
|
|
30215
|
+
margin-right: 2px;
|
|
30216
|
+
padding: 1px 12px;
|
|
30217
|
+
line-height: 24px;
|
|
30218
|
+
height: 24px;
|
|
30219
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30220
|
+
border-radius: 4px 4px 0 0;
|
|
30221
|
+
cursor: pointer;
|
|
30222
|
+
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30058
30223
|
}
|
|
30059
30224
|
|
|
30060
|
-
.
|
|
30061
|
-
|
|
30062
|
-
width: 128px;
|
|
30225
|
+
.E_t160l1cm .tab-menu-item:first-child {
|
|
30226
|
+
padding-left: 0;
|
|
30063
30227
|
}
|
|
30064
30228
|
|
|
30065
|
-
.
|
|
30066
|
-
|
|
30067
|
-
align-items: center;
|
|
30068
|
-
justify-content: space-between;
|
|
30069
|
-
word-break: keep-all;
|
|
30229
|
+
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30230
|
+
padding-left: 12px;
|
|
30070
30231
|
}
|
|
30071
30232
|
|
|
30072
|
-
.
|
|
30073
|
-
|
|
30233
|
+
.E_t160l1cm .tab-menu-item:hover {
|
|
30234
|
+
color: #0080ff;
|
|
30235
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30074
30236
|
}
|
|
30075
30237
|
|
|
30076
|
-
.
|
|
30077
|
-
|
|
30238
|
+
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30239
|
+
fill: #0080ff;
|
|
30078
30240
|
}
|
|
30079
30241
|
|
|
30080
|
-
.
|
|
30081
|
-
|
|
30082
|
-
display: flex;
|
|
30083
|
-
overflow: hidden;
|
|
30084
|
-
align-items: center;
|
|
30085
|
-
justify-content: flex-start;
|
|
30086
|
-
white-space: nowrap;
|
|
30242
|
+
.E_t160l1cm .tab-menu-item:active {
|
|
30243
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30087
30244
|
}
|
|
30088
30245
|
|
|
30089
|
-
.
|
|
30090
|
-
|
|
30091
|
-
|
|
30092
|
-
text-overflow: ellipsis;
|
|
30246
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30247
|
+
color: #0080ff;
|
|
30248
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30093
30249
|
}
|
|
30094
30250
|
|
|
30095
|
-
.
|
|
30096
|
-
|
|
30097
|
-
align-items: center;
|
|
30251
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30252
|
+
background: rgba(192, 203, 224, 0.6);
|
|
30098
30253
|
}
|
|
30099
30254
|
|
|
30100
|
-
.
|
|
30101
|
-
|
|
30102
|
-
flex-direction: row-reverse;
|
|
30103
|
-
align-items: center;
|
|
30255
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open.tab-menu-item-selected {
|
|
30256
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30104
30257
|
}
|
|
30105
30258
|
|
|
30106
|
-
.
|
|
30107
|
-
|
|
30259
|
+
.E_t160l1cm .tab-menu-item.ant-dropdown-open .expand-arrow path {
|
|
30260
|
+
fill: #0080ff;
|
|
30108
30261
|
}
|
|
30109
30262
|
|
|
30110
|
-
.
|
|
30111
|
-
|
|
30112
|
-
|
|
30113
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30114
|
-
cursor: pointer;
|
|
30263
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected {
|
|
30264
|
+
color: #0080ff;
|
|
30265
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30115
30266
|
}
|
|
30116
30267
|
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30268
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected:hover {
|
|
30269
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30120
30270
|
}
|
|
30121
30271
|
|
|
30122
|
-
.
|
|
30123
|
-
|
|
30124
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30125
|
-
border-radius: 4px;
|
|
30272
|
+
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30273
|
+
fill: #1d326c;
|
|
30126
30274
|
}
|
|
30127
30275
|
|
|
30128
|
-
.
|
|
30129
|
-
|
|
30130
|
-
|
|
30276
|
+
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30277
|
+
margin-left: 8px;
|
|
30278
|
+
height: 22px;
|
|
30131
30279
|
}
|
|
30132
30280
|
|
|
30133
|
-
.
|
|
30134
|
-
|
|
30135
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30281
|
+
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30282
|
+
fill: rgba(44, 56, 82, 0.6);
|
|
30136
30283
|
}
|
|
30137
30284
|
|
|
30138
|
-
.
|
|
30139
|
-
|
|
30140
|
-
|
|
30141
|
-
|
|
30142
|
-
|
|
30285
|
+
.E_t160l1cm .tab-menu-item-group {
|
|
30286
|
+
padding: 0;
|
|
30287
|
+
display: flex;
|
|
30288
|
+
align-items: center;
|
|
30289
|
+
overflow: hidden;
|
|
30143
30290
|
}
|
|
30144
30291
|
|
|
30145
|
-
.
|
|
30146
|
-
|
|
30147
|
-
|
|
30148
|
-
|
|
30292
|
+
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30293
|
+
opacity: 0;
|
|
30294
|
+
max-width: 0;
|
|
30295
|
+
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30149
30296
|
}
|
|
30150
30297
|
|
|
30151
|
-
.
|
|
30152
|
-
|
|
30153
|
-
|
|
30154
|
-
|
|
30155
|
-
border-radius: 16px;
|
|
30156
|
-
margin-right: 8px;
|
|
30298
|
+
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30299
|
+
padding: 1px 12px;
|
|
30300
|
+
position: relative;
|
|
30301
|
+
display: flex;
|
|
30157
30302
|
}
|
|
30158
30303
|
|
|
30159
|
-
.
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
|
|
30304
|
+
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30305
|
+
opacity: 0;
|
|
30306
|
+
position: absolute;
|
|
30307
|
+
top: 50%;
|
|
30308
|
+
left: 0;
|
|
30309
|
+
transform: translate(-50%, -50%);
|
|
30310
|
+
transition: opacity 100ms linear;
|
|
30311
|
+
fill: rgba(0, 128, 255, 0.2);
|
|
30163
30312
|
}
|
|
30164
30313
|
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30167
|
-
border-color: #0096ff;
|
|
30168
|
-
color: #fff;
|
|
30314
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30315
|
+
color: #0080ff;
|
|
30169
30316
|
}
|
|
30170
30317
|
|
|
30171
|
-
.
|
|
30172
|
-
|
|
30173
|
-
|
|
30318
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30319
|
+
padding: 1px 12px;
|
|
30320
|
+
display: inline-block;
|
|
30321
|
+
opacity: 1;
|
|
30322
|
+
max-width: 160px;
|
|
30174
30323
|
}
|
|
30175
30324
|
|
|
30176
|
-
.
|
|
30177
|
-
|
|
30325
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30326
|
+
padding: 1px 12px;
|
|
30327
|
+
color: #005ed1;
|
|
30328
|
+
}
|
|
30329
|
+
|
|
30330
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30331
|
+
opacity: 1;
|
|
30332
|
+
}
|
|
30333
|
+
|
|
30334
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30335
|
+
background: rgba(0, 128, 255, 0.16);
|
|
30336
|
+
}
|
|
30337
|
+
|
|
30338
|
+
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30339
|
+
opacity: 0;
|
|
30340
|
+
}
|
|
30341
|
+
|
|
30342
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30343
|
+
padding: 4px 16px;
|
|
30344
|
+
height: 32px;
|
|
30345
|
+
border-radius: 6px 6px 0 0;
|
|
30346
|
+
}
|
|
30347
|
+
|
|
30348
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30349
|
+
padding-left: 0;
|
|
30350
|
+
}
|
|
30351
|
+
|
|
30352
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30353
|
+
padding-left: 16px;
|
|
30354
|
+
}
|
|
30355
|
+
|
|
30356
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30357
|
+
margin-left: 11px;
|
|
30358
|
+
height: 24px;
|
|
30359
|
+
}
|
|
30360
|
+
|
|
30361
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30178
30362
|
padding: 0;
|
|
30179
|
-
margin-bottom: 8px;
|
|
30180
30363
|
}
|
|
30181
30364
|
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30184
|
-
|
|
30185
|
-
|
|
30365
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group .sub-title {
|
|
30366
|
+
padding: 4px 16px;
|
|
30367
|
+
}
|
|
30368
|
+
|
|
30369
|
+
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .sub-title, .E_t160l1cm .tab-menu-item-medium.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30370
|
+
padding: 4px 16px;
|
|
30371
|
+
}
|
|
30372
|
+
|
|
30373
|
+
.E_t160l1cm .tab-menu-item-light:hover, .E_t160l1cm .tab-menu-item-light:active {
|
|
30374
|
+
background: #fff;
|
|
30375
|
+
}
|
|
30376
|
+
|
|
30377
|
+
.E_t160l1cm .tab-menu-item-light:active {
|
|
30378
|
+
color: #005ed1;
|
|
30379
|
+
}
|
|
30380
|
+
|
|
30381
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item.tab-menu-item-selected {
|
|
30382
|
+
background: #fff;
|
|
30383
|
+
color: #1d326c;
|
|
30384
|
+
}
|
|
30385
|
+
|
|
30386
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30387
|
+
color: rgba(45, 58, 86, 0.6);
|
|
30388
|
+
}
|
|
30389
|
+
|
|
30390
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30391
|
+
color: #1d326c;
|
|
30392
|
+
}
|
|
30393
|
+
|
|
30394
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30395
|
+
fill: #d8deeb;
|
|
30396
|
+
}
|
|
30397
|
+
|
|
30398
|
+
.E_t160l1cm .tab-menu-item-light.tab-menu-item-group.tab-menu-item-selected .sub-title > .expand-arrow path {
|
|
30399
|
+
fill: #1d326c;
|
|
30400
|
+
}
|
|
30401
|
+
|
|
30402
|
+
.E_t160l1cm .tab-content {
|
|
30403
|
+
flex: 1;
|
|
30404
|
+
display: flex;
|
|
30405
|
+
flex-direction: column;
|
|
30406
|
+
}
|
|
30407
|
+
|
|
30408
|
+
.E_t160l1cm.is-overview .tab-content {
|
|
30409
|
+
overflow: visible;
|
|
30410
|
+
}
|
|
30411
|
+
|
|
30412
|
+
.E_t14npdqr {
|
|
30413
|
+
max-width: 240px;
|
|
30414
|
+
animation: none;
|
|
30415
|
+
}
|
|
30416
|
+
|
|
30417
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30418
|
+
border: 1px solid #0080ff;
|
|
30419
|
+
padding: 0;
|
|
30420
|
+
}
|
|
30421
|
+
|
|
30422
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30423
|
+
margin: 0;
|
|
30424
|
+
height: 32px;
|
|
30425
|
+
line-height: 32px;
|
|
30426
|
+
font-size: 13px;
|
|
30427
|
+
padding: 0 10px;
|
|
30428
|
+
display: block;
|
|
30429
|
+
overflow: hidden;
|
|
30430
|
+
text-overflow: ellipsis;
|
|
30431
|
+
white-space: nowrap;
|
|
30432
|
+
}
|
|
30433
|
+
|
|
30434
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30435
|
+
content: " ";
|
|
30436
|
+
height: 1px;
|
|
30437
|
+
width: calc(100% + 10px);
|
|
30438
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30439
|
+
display: block;
|
|
30440
|
+
}
|
|
30441
|
+
|
|
30442
|
+
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30443
|
+
color: #0080ff;
|
|
30444
|
+
background: transparent;
|
|
30445
|
+
}
|
|
30446
|
+
|
|
30447
|
+
.E_c18bcrac {
|
|
30448
|
+
display: inline-block;
|
|
30449
|
+
width: 100%;
|
|
30450
|
+
}
|
|
30451
|
+
|
|
30452
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30453
|
+
margin-left: 4px;
|
|
30454
|
+
}
|
|
30455
|
+
|
|
30456
|
+
.E_cro7kg2 {
|
|
30457
|
+
padding: 4px;
|
|
30458
|
+
}
|
|
30459
|
+
|
|
30460
|
+
.E_c14wcxf0 {
|
|
30461
|
+
display: flex;
|
|
30462
|
+
justify-content: space-between;
|
|
30463
|
+
align-items: center;
|
|
30464
|
+
font-size: 13px;
|
|
30465
|
+
line-height: 24px;
|
|
30466
|
+
color: #cccccc;
|
|
30467
|
+
white-space: nowrap;
|
|
30468
|
+
}
|
|
30469
|
+
|
|
30470
|
+
.E_c14wcxf0 label {
|
|
30471
|
+
margin-right: 32px;
|
|
30472
|
+
}
|
|
30473
|
+
|
|
30474
|
+
.E_coy29mj.E_c14wcxf0 {
|
|
30475
|
+
font-weight: bold;
|
|
30476
|
+
color: white;
|
|
30477
|
+
}
|
|
30478
|
+
|
|
30479
|
+
.E_s11212zy {
|
|
30480
|
+
width: 8px;
|
|
30481
|
+
height: 8px;
|
|
30482
|
+
border-radius: 2px;
|
|
30483
|
+
display: inline-block;
|
|
30484
|
+
background: var(--s11212zy-0);
|
|
30485
|
+
border: 1px solid #fff;
|
|
30486
|
+
box-sizing: content-box;
|
|
30487
|
+
margin-right: 6px;
|
|
30488
|
+
}
|
|
30489
|
+
|
|
30490
|
+
.E_p1lyky6c > :first-child {
|
|
30491
|
+
font-weight: bold;
|
|
30492
|
+
color: white;
|
|
30493
|
+
margin-right: 4px;
|
|
30494
|
+
}
|
|
30495
|
+
|
|
30496
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
30497
|
+
display: flex;
|
|
30498
|
+
align-items: center;
|
|
30499
|
+
}
|
|
30500
|
+
|
|
30501
|
+
.E_s1iv0tp1 .enabled-text {
|
|
30502
|
+
margin-right: 8px;
|
|
30186
30503
|
}
|
|
30187
30504
|
|
|
30188
30505
|
.E_t1sqg15u {
|
|
@@ -30291,71 +30608,33 @@ span.E_tqjc4ui {
|
|
|
30291
30608
|
padding-right: 12px;
|
|
30292
30609
|
}
|
|
30293
30610
|
|
|
30294
|
-
.
|
|
30295
|
-
|
|
30296
|
-
|
|
30297
|
-
}
|
|
30298
|
-
|
|
30299
|
-
.E_s1iv0tp1 .enabled-text {
|
|
30300
|
-
margin-right: 8px;
|
|
30611
|
+
.E_ou7iq30 {
|
|
30612
|
+
overflow: hidden;
|
|
30613
|
+
text-overflow: ellipsis;
|
|
30301
30614
|
}
|
|
30302
30615
|
|
|
30303
|
-
.
|
|
30304
|
-
|
|
30305
|
-
border-radius: 4px;
|
|
30616
|
+
.E_s1tui002 {
|
|
30617
|
+
white-space: nowrap;
|
|
30306
30618
|
}
|
|
30307
30619
|
|
|
30308
|
-
.
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
|
|
30312
|
-
|
|
30313
|
-
border-color: #0080ff;
|
|
30314
|
-
}
|
|
30315
|
-
|
|
30316
|
-
.E_c18gxmrl:hover > header {
|
|
30317
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30318
|
-
}
|
|
30319
|
-
|
|
30320
|
-
.E_c18gxmrl.active header {
|
|
30321
|
-
border-bottom: 1px solid #d8deeb;
|
|
30322
|
-
}
|
|
30323
|
-
|
|
30324
|
-
.E_c18gxmrl > header {
|
|
30325
|
-
padding: 8px 12px;
|
|
30326
|
-
}
|
|
30327
|
-
|
|
30328
|
-
.E_berrcjl {
|
|
30329
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30330
|
-
margin-bottom: 4px;
|
|
30331
|
-
}
|
|
30332
|
-
|
|
30333
|
-
.E_berrcjl .breadcrumb-link {
|
|
30334
|
-
color: rgba(10, 37, 85, 0.6);
|
|
30335
|
-
cursor: pointer;
|
|
30336
|
-
transition: color 160ms ease;
|
|
30337
|
-
}
|
|
30338
|
-
|
|
30339
|
-
.E_berrcjl .breadcrumb-link:hover {
|
|
30340
|
-
color: #0080ff;
|
|
30341
|
-
}
|
|
30342
|
-
|
|
30343
|
-
.E_berrcjl .breadcrumb-link:active {
|
|
30344
|
-
color: #005ed1;
|
|
30620
|
+
.E_mxrc2zg {
|
|
30621
|
+
display: -webkit-box;
|
|
30622
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
30623
|
+
-webkit-box-orient: vertical;
|
|
30624
|
+
word-break: break-all;
|
|
30345
30625
|
}
|
|
30346
30626
|
|
|
30347
|
-
.
|
|
30348
|
-
display:
|
|
30349
|
-
justify-content: space-between;
|
|
30350
|
-
width: 100%;
|
|
30627
|
+
.E_t1vv6d68 .ant-tooltip-arrow {
|
|
30628
|
+
display: none;
|
|
30351
30629
|
}
|
|
30352
30630
|
|
|
30353
|
-
.
|
|
30354
|
-
|
|
30631
|
+
.E_t1vv6d68 .ant-tooltip-inner {
|
|
30632
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30633
|
+
border-radius: 4px;
|
|
30355
30634
|
}
|
|
30356
30635
|
|
|
30357
|
-
.
|
|
30358
|
-
|
|
30636
|
+
.E_t1vv6d68 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
30637
|
+
visibility: hidden;
|
|
30359
30638
|
}
|
|
30360
30639
|
|
|
30361
30640
|
.E_wg1tsps {
|
|
@@ -30383,289 +30662,106 @@ span.E_tqjc4ui {
|
|
|
30383
30662
|
color: #00122e !important;
|
|
30384
30663
|
}
|
|
30385
30664
|
|
|
30386
|
-
.
|
|
30387
|
-
|
|
30388
|
-
|
|
30389
|
-
flex: 1;
|
|
30390
|
-
/* FIXME:(yanzhen) do this better */
|
|
30391
|
-
}
|
|
30392
|
-
|
|
30393
|
-
.E_t160l1cm .tab-bar {
|
|
30394
|
-
flex-shrink: 0;
|
|
30395
|
-
display: flex;
|
|
30396
|
-
border-bottom: 1px solid rgba(172, 186, 211, 0.6);
|
|
30397
|
-
}
|
|
30398
|
-
|
|
30399
|
-
.E_t160l1cm .tab-content {
|
|
30400
|
-
height: 100%;
|
|
30401
|
-
}
|
|
30402
|
-
|
|
30403
|
-
.E_t160l1cm .tab-menu-item {
|
|
30404
|
-
margin-right: 2px;
|
|
30405
|
-
padding: 1px 12px;
|
|
30406
|
-
line-height: 24px;
|
|
30407
|
-
height: 24px;
|
|
30408
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30409
|
-
border-radius: 4px 4px 0 0;
|
|
30410
|
-
cursor: pointer;
|
|
30411
|
-
transition: color 100ms ease-out, background-color 100ms ease-out, padding-left 320ms ease 80ms;
|
|
30412
|
-
}
|
|
30413
|
-
|
|
30414
|
-
.E_t160l1cm .tab-menu-item:first-child {
|
|
30415
|
-
padding-left: 0;
|
|
30416
|
-
}
|
|
30417
|
-
|
|
30418
|
-
.E_t160l1cm .tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item:first-child.tab-menu-item-selected {
|
|
30419
|
-
padding-left: 12px;
|
|
30420
|
-
}
|
|
30421
|
-
|
|
30422
|
-
.E_t160l1cm .tab-menu-item:hover {
|
|
30423
|
-
color: #0080ff;
|
|
30424
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30425
|
-
}
|
|
30426
|
-
|
|
30427
|
-
.E_t160l1cm .tab-menu-item:hover .expand-arrow path {
|
|
30428
|
-
fill: #0080ff;
|
|
30429
|
-
}
|
|
30430
|
-
|
|
30431
|
-
.E_t160l1cm .tab-menu-item:active {
|
|
30432
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30433
|
-
}
|
|
30434
|
-
|
|
30435
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open {
|
|
30436
|
-
color: #0080ff;
|
|
30437
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30438
|
-
}
|
|
30439
|
-
|
|
30440
|
-
.E_t160l1cm .tab-menu-item.ant-dropdown-open:active {
|
|
30441
|
-
background: rgba(192, 203, 224, 0.6);
|
|
30665
|
+
.E_c18gxmrl {
|
|
30666
|
+
border: 1px solid #d8deeb;
|
|
30667
|
+
border-radius: 4px;
|
|
30442
30668
|
}
|
|
30443
30669
|
|
|
30444
|
-
.
|
|
30445
|
-
|
|
30670
|
+
.E_c18gxmrl + .E_c18gxmrl {
|
|
30671
|
+
margin-top: 8px;
|
|
30446
30672
|
}
|
|
30447
30673
|
|
|
30448
|
-
.
|
|
30449
|
-
|
|
30674
|
+
.E_c18gxmrl:hover {
|
|
30675
|
+
border-color: #0080ff;
|
|
30450
30676
|
}
|
|
30451
30677
|
|
|
30452
|
-
.
|
|
30453
|
-
color: #0080ff;
|
|
30678
|
+
.E_c18gxmrl:hover > header {
|
|
30454
30679
|
background: rgba(0, 128, 255, 0.1);
|
|
30455
30680
|
}
|
|
30456
30681
|
|
|
30457
|
-
.
|
|
30458
|
-
|
|
30459
|
-
}
|
|
30460
|
-
|
|
30461
|
-
.E_t160l1cm .tab-menu-item.tab-menu-item-selected .expand-arrow path {
|
|
30462
|
-
fill: #1d326c;
|
|
30463
|
-
}
|
|
30464
|
-
|
|
30465
|
-
.E_t160l1cm .tab-menu-item .expand-arrow {
|
|
30466
|
-
margin-left: 8px;
|
|
30467
|
-
height: 22px;
|
|
30468
|
-
}
|
|
30469
|
-
|
|
30470
|
-
.E_t160l1cm .tab-menu-item .expand-arrow path {
|
|
30471
|
-
fill: rgba(44, 56, 82, 0.6);
|
|
30472
|
-
}
|
|
30473
|
-
|
|
30474
|
-
.E_t160l1cm .tab-menu-item-group {
|
|
30475
|
-
padding: 0;
|
|
30476
|
-
display: flex;
|
|
30477
|
-
align-items: center;
|
|
30478
|
-
overflow: hidden;
|
|
30479
|
-
}
|
|
30480
|
-
|
|
30481
|
-
.E_t160l1cm .tab-menu-item-group .main-title {
|
|
30482
|
-
opacity: 0;
|
|
30483
|
-
max-width: 0;
|
|
30484
|
-
transition: max-width 320ms ease, opacity 240ms ease;
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.E_t160l1cm .tab-menu-item-group .sub-title {
|
|
30488
|
-
padding: 1px 12px;
|
|
30489
|
-
position: relative;
|
|
30490
|
-
display: flex;
|
|
30491
|
-
}
|
|
30492
|
-
|
|
30493
|
-
.E_t160l1cm .tab-menu-item-group .sub-title > .slash-arrow {
|
|
30494
|
-
opacity: 0;
|
|
30495
|
-
position: absolute;
|
|
30496
|
-
top: 50%;
|
|
30497
|
-
left: 0;
|
|
30498
|
-
transform: translate(-50%, -50%);
|
|
30499
|
-
transition: opacity 100ms linear;
|
|
30500
|
-
fill: rgba(0, 128, 255, 0.2);
|
|
30501
|
-
}
|
|
30502
|
-
|
|
30503
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected {
|
|
30504
|
-
color: #0080ff;
|
|
30505
|
-
}
|
|
30506
|
-
|
|
30507
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .main-title {
|
|
30508
|
-
padding: 1px 12px;
|
|
30509
|
-
display: inline-block;
|
|
30510
|
-
opacity: 1;
|
|
30511
|
-
max-width: 160px;
|
|
30512
|
-
}
|
|
30513
|
-
|
|
30514
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title {
|
|
30515
|
-
padding: 1px 12px;
|
|
30516
|
-
color: #005ed1;
|
|
30517
|
-
}
|
|
30518
|
-
|
|
30519
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected .sub-title > .slash-arrow {
|
|
30520
|
-
opacity: 1;
|
|
30521
|
-
}
|
|
30522
|
-
|
|
30523
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title {
|
|
30524
|
-
background: rgba(0, 128, 255, 0.16);
|
|
30525
|
-
}
|
|
30526
|
-
|
|
30527
|
-
.E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:hover .sub-title > .slash-arrow, .E_t160l1cm .tab-menu-item-group.tab-menu-item-selected:active .sub-title > .slash-arrow {
|
|
30528
|
-
opacity: 0;
|
|
30529
|
-
}
|
|
30530
|
-
|
|
30531
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item {
|
|
30532
|
-
padding: 4px 16px;
|
|
30533
|
-
height: 32px;
|
|
30534
|
-
border-radius: 6px 6px 0 0;
|
|
30535
|
-
}
|
|
30536
|
-
|
|
30537
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child {
|
|
30538
|
-
padding-left: 0;
|
|
30539
|
-
}
|
|
30540
|
-
|
|
30541
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item:first-child:hover, .E_t160l1cm .tab-menu-item-medium.tab-menu-item.tab-menu-item-selected:first-child {
|
|
30542
|
-
padding-left: 16px;
|
|
30543
|
-
}
|
|
30544
|
-
|
|
30545
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item .expand-arrow {
|
|
30546
|
-
margin-left: 11px;
|
|
30547
|
-
height: 24px;
|
|
30548
|
-
}
|
|
30549
|
-
|
|
30550
|
-
.E_t160l1cm .tab-menu-item-medium.tab-menu-item-group {
|
|
30551
|
-
padding: 0;
|
|
30682
|
+
.E_c18gxmrl.active header {
|
|
30683
|
+
border-bottom: 1px solid #d8deeb;
|
|
30552
30684
|
}
|
|
30553
30685
|
|
|
30554
|
-
.
|
|
30555
|
-
padding:
|
|
30686
|
+
.E_c18gxmrl > header {
|
|
30687
|
+
padding: 8px 12px;
|
|
30556
30688
|
}
|
|
30557
30689
|
|
|
30558
|
-
.
|
|
30559
|
-
padding: 4px
|
|
30690
|
+
.E_b1nip9bk {
|
|
30691
|
+
padding: 4px 11px;
|
|
30560
30692
|
}
|
|
30561
30693
|
|
|
30562
|
-
.
|
|
30563
|
-
|
|
30694
|
+
.E_bqamoqe {
|
|
30695
|
+
white-space: nowrap;
|
|
30696
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30564
30697
|
}
|
|
30565
30698
|
|
|
30566
|
-
.
|
|
30567
|
-
color: #
|
|
30699
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30700
|
+
--color: #0080ff;
|
|
30568
30701
|
}
|
|
30569
30702
|
|
|
30570
|
-
.
|
|
30571
|
-
|
|
30572
|
-
color: #1d326c;
|
|
30703
|
+
.E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .E_bqamoqe > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30704
|
+
--color: #0080ff;
|
|
30573
30705
|
}
|
|
30574
30706
|
|
|
30575
|
-
.
|
|
30576
|
-
|
|
30707
|
+
.E_bqamoqe > .ant-btn:not(:only-child) + .ant-btn {
|
|
30708
|
+
margin-left: 1px;
|
|
30577
30709
|
}
|
|
30578
30710
|
|
|
30579
|
-
.
|
|
30580
|
-
|
|
30711
|
+
.E_bqamoqe > .ant-btn:not(:only-child):first-child {
|
|
30712
|
+
border-top-right-radius: 0;
|
|
30713
|
+
border-bottom-right-radius: 0;
|
|
30581
30714
|
}
|
|
30582
30715
|
|
|
30583
|
-
.
|
|
30584
|
-
|
|
30716
|
+
.E_bqamoqe > .ant-btn:not(:only-child):last-child {
|
|
30717
|
+
border-top-left-radius: 0;
|
|
30718
|
+
border-bottom-left-radius: 0;
|
|
30585
30719
|
}
|
|
30586
30720
|
|
|
30587
|
-
.
|
|
30588
|
-
|
|
30721
|
+
.E_bqamoqe > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30722
|
+
border-radius: unset;
|
|
30589
30723
|
}
|
|
30590
30724
|
|
|
30591
|
-
.
|
|
30592
|
-
flex: 1;
|
|
30725
|
+
.E_m74vjol {
|
|
30593
30726
|
display: flex;
|
|
30594
|
-
|
|
30595
|
-
|
|
30596
|
-
|
|
30597
|
-
.E_t160l1cm.is-overview .tab-content {
|
|
30598
|
-
overflow: visible;
|
|
30599
|
-
}
|
|
30600
|
-
|
|
30601
|
-
.E_t14npdqr {
|
|
30602
|
-
max-width: 240px;
|
|
30603
|
-
animation: none;
|
|
30604
|
-
}
|
|
30605
|
-
|
|
30606
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu {
|
|
30607
|
-
border: 1px solid #0080ff;
|
|
30608
|
-
padding: 0;
|
|
30609
|
-
}
|
|
30610
|
-
|
|
30611
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30612
|
-
margin: 0;
|
|
30613
|
-
height: 32px;
|
|
30614
|
-
line-height: 32px;
|
|
30615
|
-
font-size: 13px;
|
|
30616
|
-
padding: 0 10px;
|
|
30617
|
-
display: block;
|
|
30618
|
-
overflow: hidden;
|
|
30619
|
-
text-overflow: ellipsis;
|
|
30620
|
-
white-space: nowrap;
|
|
30621
|
-
}
|
|
30622
|
-
|
|
30623
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:not(:first-child)::before {
|
|
30624
|
-
content: " ";
|
|
30625
|
-
height: 1px;
|
|
30626
|
-
width: calc(100% + 10px);
|
|
30627
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30628
|
-
display: block;
|
|
30629
|
-
}
|
|
30630
|
-
|
|
30631
|
-
.E_t14npdqr.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
|
|
30632
|
-
color: #0080ff;
|
|
30633
|
-
background: transparent;
|
|
30727
|
+
justify-content: space-between;
|
|
30728
|
+
width: 100%;
|
|
30634
30729
|
}
|
|
30635
30730
|
|
|
30636
|
-
.
|
|
30637
|
-
|
|
30731
|
+
.E_m74vjol .action {
|
|
30732
|
+
margin-left: 16px;
|
|
30638
30733
|
}
|
|
30639
|
-
|
|
30640
|
-
.
|
|
30641
|
-
|
|
30642
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30734
|
+
|
|
30735
|
+
.E_a1o35uvh.ant-alert-closable {
|
|
30736
|
+
padding-right: 12px;
|
|
30643
30737
|
}
|
|
30644
30738
|
|
|
30645
|
-
.
|
|
30646
|
-
|
|
30739
|
+
.E_a1o35uvh.ant-alert-closable .ant-alert-close-icon {
|
|
30740
|
+
height: fit-content;
|
|
30741
|
+
margin-left: 16px;
|
|
30647
30742
|
}
|
|
30648
30743
|
|
|
30649
|
-
.
|
|
30650
|
-
|
|
30744
|
+
.E_a1o35uvh .ant-alert-message {
|
|
30745
|
+
flex: 1;
|
|
30651
30746
|
}
|
|
30652
30747
|
|
|
30653
|
-
.
|
|
30654
|
-
|
|
30748
|
+
.E_berrcjl {
|
|
30749
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30750
|
+
margin-bottom: 4px;
|
|
30655
30751
|
}
|
|
30656
30752
|
|
|
30657
|
-
.
|
|
30658
|
-
|
|
30659
|
-
|
|
30753
|
+
.E_berrcjl .breadcrumb-link {
|
|
30754
|
+
color: rgba(10, 37, 85, 0.6);
|
|
30755
|
+
cursor: pointer;
|
|
30756
|
+
transition: color 160ms ease;
|
|
30660
30757
|
}
|
|
30661
30758
|
|
|
30662
|
-
.
|
|
30663
|
-
|
|
30664
|
-
border-bottom-left-radius: 0;
|
|
30759
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
30760
|
+
color: #0080ff;
|
|
30665
30761
|
}
|
|
30666
30762
|
|
|
30667
|
-
.
|
|
30668
|
-
|
|
30763
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
30764
|
+
color: #005ed1;
|
|
30669
30765
|
}
|
|
30670
30766
|
|
|
30671
30767
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -30985,10 +31081,6 @@ button.E_n7k2c6r {
|
|
|
30985
31081
|
text-align: center;
|
|
30986
31082
|
}
|
|
30987
31083
|
|
|
30988
|
-
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30989
|
-
display: flex;
|
|
30990
|
-
}
|
|
30991
|
-
|
|
30992
31084
|
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
30993
31085
|
padding: 4px 8px 0 8px;
|
|
30994
31086
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -31004,18 +31096,6 @@ button.E_n7k2c6r {
|
|
|
31004
31096
|
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31005
31097
|
}
|
|
31006
31098
|
|
|
31007
|
-
.E_sx1bpnu .ant-input-sm {
|
|
31008
|
-
line-height: 18px;
|
|
31009
|
-
}
|
|
31010
|
-
|
|
31011
|
-
.E_c1yyuluq {
|
|
31012
|
-
border-radius: 8px;
|
|
31013
|
-
}
|
|
31014
|
-
|
|
31015
|
-
.E_c1yyuluq .ant-card-body {
|
|
31016
|
-
padding: 20px 24px 24px 24px;
|
|
31017
|
-
}
|
|
31018
|
-
|
|
31019
31099
|
.E_d1bw7c5z {
|
|
31020
31100
|
position: relative;
|
|
31021
31101
|
max-width: 388px;
|
|
@@ -31112,6 +31192,57 @@ button.E_n7k2c6r {
|
|
|
31112
31192
|
width: 102px;
|
|
31113
31193
|
}
|
|
31114
31194
|
|
|
31195
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
31196
|
+
display: flex;
|
|
31197
|
+
}
|
|
31198
|
+
|
|
31199
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:first-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
|
|
31200
|
+
border-bottom-left-radius: 5px;
|
|
31201
|
+
border-top-left-radius: 5px;
|
|
31202
|
+
}
|
|
31203
|
+
|
|
31204
|
+
.E_itxley7.ant-input-group.ant-input-group-compact > *:last-child, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor, .E_itxley7.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
|
|
31205
|
+
border-bottom-right-radius: 5px;
|
|
31206
|
+
border-top-right-radius: 5px;
|
|
31207
|
+
}
|
|
31208
|
+
|
|
31209
|
+
.E_sx1bpnu .ant-input-sm {
|
|
31210
|
+
line-height: 18px;
|
|
31211
|
+
}
|
|
31212
|
+
|
|
31213
|
+
.E_c1yyuluq {
|
|
31214
|
+
border-radius: 8px;
|
|
31215
|
+
}
|
|
31216
|
+
|
|
31217
|
+
.E_c1yyuluq .ant-card-body {
|
|
31218
|
+
padding: 20px 24px 24px 24px;
|
|
31219
|
+
}
|
|
31220
|
+
|
|
31221
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
31222
|
+
border: 0px;
|
|
31223
|
+
background-color: #fff;
|
|
31224
|
+
}
|
|
31225
|
+
|
|
31226
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31227
|
+
padding-top: 0px;
|
|
31228
|
+
padding-bottom: 0px;
|
|
31229
|
+
padding-left: 0px !important;
|
|
31230
|
+
padding-right: 24px;
|
|
31231
|
+
}
|
|
31232
|
+
|
|
31233
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31234
|
+
right: 0px;
|
|
31235
|
+
}
|
|
31236
|
+
|
|
31237
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31238
|
+
padding: 0px;
|
|
31239
|
+
}
|
|
31240
|
+
|
|
31241
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31242
|
+
padding-right: 0px;
|
|
31243
|
+
cursor: default;
|
|
31244
|
+
}
|
|
31245
|
+
|
|
31115
31246
|
.E_phljevk {
|
|
31116
31247
|
display: flex;
|
|
31117
31248
|
justify-content: space-between;
|
|
@@ -31179,35 +31310,6 @@ button.E_n7k2c6r {
|
|
|
31179
31310
|
line-height: 18px;
|
|
31180
31311
|
}
|
|
31181
31312
|
|
|
31182
|
-
.E_ccrbeuz .ant-collapse-item {
|
|
31183
|
-
border: 0px;
|
|
31184
|
-
background-color: #fff;
|
|
31185
|
-
}
|
|
31186
|
-
|
|
31187
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
31188
|
-
padding-top: 0px;
|
|
31189
|
-
padding-bottom: 0px;
|
|
31190
|
-
padding-left: 0px !important;
|
|
31191
|
-
padding-right: 24px;
|
|
31192
|
-
}
|
|
31193
|
-
|
|
31194
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
31195
|
-
right: 0px;
|
|
31196
|
-
}
|
|
31197
|
-
|
|
31198
|
-
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
31199
|
-
padding: 0px;
|
|
31200
|
-
}
|
|
31201
|
-
|
|
31202
|
-
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
31203
|
-
padding-right: 0px;
|
|
31204
|
-
cursor: default;
|
|
31205
|
-
}
|
|
31206
|
-
|
|
31207
|
-
.E_tju3gfj .date {
|
|
31208
|
-
margin-right: 4px;
|
|
31209
|
-
}
|
|
31210
|
-
|
|
31211
31313
|
.E_rapgekc.ant-radio-wrapper {
|
|
31212
31314
|
display: inline-flex;
|
|
31213
31315
|
align-items: baseline;
|
|
@@ -31387,49 +31489,6 @@ button.E_n7k2c6r {
|
|
|
31387
31489
|
width: 36px;
|
|
31388
31490
|
}
|
|
31389
31491
|
|
|
31390
|
-
.E_c1bus5hc {
|
|
31391
|
-
--color: white;
|
|
31392
|
-
height: 14px;
|
|
31393
|
-
width: 14px;
|
|
31394
|
-
border-radius: 50%;
|
|
31395
|
-
flex-shrink: 0;
|
|
31396
|
-
display: flex;
|
|
31397
|
-
align-items: center;
|
|
31398
|
-
justify-content: center;
|
|
31399
|
-
border: 1px solid var(--color);
|
|
31400
|
-
}
|
|
31401
|
-
|
|
31402
|
-
.E_c1bus5hc .circle-inner {
|
|
31403
|
-
position: relative;
|
|
31404
|
-
height: 10px;
|
|
31405
|
-
width: 10px;
|
|
31406
|
-
border-radius: 50%;
|
|
31407
|
-
overflow: hidden;
|
|
31408
|
-
}
|
|
31409
|
-
|
|
31410
|
-
.E_c1bus5hc .circle-content {
|
|
31411
|
-
position: absolute;
|
|
31412
|
-
height: 100%;
|
|
31413
|
-
width: 100%;
|
|
31414
|
-
left: 0;
|
|
31415
|
-
top: 0;
|
|
31416
|
-
border-radius: 50%;
|
|
31417
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31418
|
-
transform: rotate(180deg);
|
|
31419
|
-
}
|
|
31420
|
-
|
|
31421
|
-
.E_c1bus5hc .circle-child {
|
|
31422
|
-
position: absolute;
|
|
31423
|
-
height: 100%;
|
|
31424
|
-
width: 100%;
|
|
31425
|
-
left: 0;
|
|
31426
|
-
top: 0;
|
|
31427
|
-
margin-left: 50%;
|
|
31428
|
-
transform-origin: left;
|
|
31429
|
-
background: white;
|
|
31430
|
-
transform: rotate(0deg);
|
|
31431
|
-
}
|
|
31432
|
-
|
|
31433
31492
|
.E_ivqqkzv {
|
|
31434
31493
|
height: 24px;
|
|
31435
31494
|
width: 56px !important;
|
|
@@ -31515,24 +31574,131 @@ button.E_n7k2c6r {
|
|
|
31515
31574
|
margin-left: 8px;
|
|
31516
31575
|
}
|
|
31517
31576
|
|
|
31518
|
-
.E_cc368xp {
|
|
31519
|
-
color: #00122e;
|
|
31520
|
-
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31521
|
-
margin-right: 8px;
|
|
31522
|
-
padding-right: 8px;
|
|
31577
|
+
.E_cc368xp {
|
|
31578
|
+
color: #00122e;
|
|
31579
|
+
border-right: 1px solid rgba(172, 186, 211, 0.6);
|
|
31580
|
+
margin-right: 8px;
|
|
31581
|
+
padding-right: 8px;
|
|
31582
|
+
}
|
|
31583
|
+
|
|
31584
|
+
.E_i11o6xqj {
|
|
31585
|
+
display: flex;
|
|
31586
|
+
gap: 4px;
|
|
31587
|
+
}
|
|
31588
|
+
|
|
31589
|
+
.E_i11o6xqj .icon-wrapper {
|
|
31590
|
+
cursor: pointer;
|
|
31591
|
+
}
|
|
31592
|
+
|
|
31593
|
+
.E_d19ruhdj.icon-wrapper {
|
|
31594
|
+
cursor: not-allowed;
|
|
31595
|
+
}
|
|
31596
|
+
|
|
31597
|
+
.E_c1bus5hc {
|
|
31598
|
+
--color: white;
|
|
31599
|
+
height: 14px;
|
|
31600
|
+
width: 14px;
|
|
31601
|
+
border-radius: 50%;
|
|
31602
|
+
flex-shrink: 0;
|
|
31603
|
+
display: flex;
|
|
31604
|
+
align-items: center;
|
|
31605
|
+
justify-content: center;
|
|
31606
|
+
border: 1px solid var(--color);
|
|
31607
|
+
}
|
|
31608
|
+
|
|
31609
|
+
.E_c1bus5hc .circle-inner {
|
|
31610
|
+
position: relative;
|
|
31611
|
+
height: 10px;
|
|
31612
|
+
width: 10px;
|
|
31613
|
+
border-radius: 50%;
|
|
31614
|
+
overflow: hidden;
|
|
31615
|
+
}
|
|
31616
|
+
|
|
31617
|
+
.E_c1bus5hc .circle-content {
|
|
31618
|
+
position: absolute;
|
|
31619
|
+
height: 100%;
|
|
31620
|
+
width: 100%;
|
|
31621
|
+
left: 0;
|
|
31622
|
+
top: 0;
|
|
31623
|
+
border-radius: 50%;
|
|
31624
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
31625
|
+
transform: rotate(180deg);
|
|
31626
|
+
}
|
|
31627
|
+
|
|
31628
|
+
.E_c1bus5hc .circle-child {
|
|
31629
|
+
position: absolute;
|
|
31630
|
+
height: 100%;
|
|
31631
|
+
width: 100%;
|
|
31632
|
+
left: 0;
|
|
31633
|
+
top: 0;
|
|
31634
|
+
margin-left: 50%;
|
|
31635
|
+
transform-origin: left;
|
|
31636
|
+
background: white;
|
|
31637
|
+
transform: rotate(0deg);
|
|
31638
|
+
}
|
|
31639
|
+
|
|
31640
|
+
.E_tju3gfj .date {
|
|
31641
|
+
margin-right: 4px;
|
|
31642
|
+
}
|
|
31643
|
+
|
|
31644
|
+
.E_iq1gosr {
|
|
31645
|
+
display: inline-block;
|
|
31646
|
+
}
|
|
31647
|
+
|
|
31648
|
+
.E_atcz0kf .ant-input-suffix {
|
|
31649
|
+
margin-left: 8px;
|
|
31650
|
+
}
|
|
31651
|
+
|
|
31652
|
+
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31653
|
+
padding: 2px 7px 2px 12px;
|
|
31654
|
+
}
|
|
31655
|
+
|
|
31656
|
+
.E_i1inqkme {
|
|
31657
|
+
height: 18px;
|
|
31658
|
+
line-height: 18px;
|
|
31659
|
+
padding: 0 4px;
|
|
31660
|
+
border-radius: 4px;
|
|
31661
|
+
background: rgba(235, 239, 245, 0.6);
|
|
31662
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31663
|
+
display: flex;
|
|
31664
|
+
align-items: center;
|
|
31665
|
+
white-space: nowrap;
|
|
31666
|
+
margin-right: 4px;
|
|
31667
|
+
}
|
|
31668
|
+
|
|
31669
|
+
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31670
|
+
display: var(--a1wfy30z-0);
|
|
31671
|
+
}
|
|
31672
|
+
|
|
31673
|
+
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31674
|
+
padding: 4px 11px;
|
|
31675
|
+
display: inline-flex;
|
|
31676
|
+
line-height: 1.5715;
|
|
31677
|
+
height: inherit;
|
|
31523
31678
|
}
|
|
31524
31679
|
|
|
31525
|
-
.
|
|
31526
|
-
|
|
31527
|
-
|
|
31680
|
+
.E_a1wfy30z .ant-input-number-input-wrap::after {
|
|
31681
|
+
content: var(--a1wfy30z-1);
|
|
31682
|
+
display: var(--a1wfy30z-2);
|
|
31683
|
+
flex: none;
|
|
31684
|
+
align-items: center;
|
|
31685
|
+
margin-left: 4px;
|
|
31528
31686
|
}
|
|
31529
31687
|
|
|
31530
|
-
.
|
|
31531
|
-
|
|
31688
|
+
.E_a1wfy30z .ant-input-number-input-wrap::before {
|
|
31689
|
+
content: var(--a1wfy30z-3);
|
|
31690
|
+
display: var(--a1wfy30z-4);
|
|
31691
|
+
flex: none;
|
|
31692
|
+
align-items: center;
|
|
31693
|
+
margin-right: 4px;
|
|
31694
|
+
cursor: auto;
|
|
31532
31695
|
}
|
|
31533
31696
|
|
|
31534
|
-
.
|
|
31535
|
-
|
|
31697
|
+
.E_a1wfy30z .ant-input-number-input {
|
|
31698
|
+
padding: 0;
|
|
31699
|
+
margin: 0;
|
|
31700
|
+
height: auto;
|
|
31701
|
+
font-size: inherit;
|
|
31536
31702
|
}
|
|
31537
31703
|
|
|
31538
31704
|
.E_s1sck0th {
|
|
@@ -31633,6 +31799,19 @@ button.E_n7k2c6r {
|
|
|
31633
31799
|
background-color: #7E41FF;
|
|
31634
31800
|
}
|
|
31635
31801
|
|
|
31802
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
31803
|
+
display: none;
|
|
31804
|
+
}
|
|
31805
|
+
|
|
31806
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
31807
|
+
background: rgba(23, 38, 64, 0.8);
|
|
31808
|
+
border-radius: 4px;
|
|
31809
|
+
}
|
|
31810
|
+
|
|
31811
|
+
.E_t1m2x205 .ant-tooltip-inner:has(.eagle-ellipsis-content) {
|
|
31812
|
+
visibility: hidden;
|
|
31813
|
+
}
|
|
31814
|
+
|
|
31636
31815
|
.E_s1dni7lo {
|
|
31637
31816
|
width: 430px !important;
|
|
31638
31817
|
}
|
|
@@ -31723,71 +31902,60 @@ button.E_n7k2c6r {
|
|
|
31723
31902
|
opacity: 0;
|
|
31724
31903
|
}
|
|
31725
31904
|
|
|
31726
|
-
.
|
|
31727
|
-
height: 18px;
|
|
31728
|
-
line-height: 18px;
|
|
31729
|
-
padding: 0 4px;
|
|
31730
|
-
border-radius: 4px;
|
|
31731
|
-
background: rgba(235, 239, 245, 0.6);
|
|
31732
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
31733
|
-
display: flex;
|
|
31734
|
-
align-items: center;
|
|
31735
|
-
white-space: nowrap;
|
|
31736
|
-
margin-right: 4px;
|
|
31737
|
-
}
|
|
31738
|
-
|
|
31739
|
-
.E_fzh9mnb {
|
|
31905
|
+
.E_f7pxqmh {
|
|
31740
31906
|
width: 100%;
|
|
31741
|
-
|
|
31742
|
-
|
|
31743
|
-
|
|
31744
|
-
flex-direction: column;
|
|
31745
|
-
justify-content: center;
|
|
31746
|
-
align-items: center;
|
|
31747
|
-
}
|
|
31748
|
-
|
|
31749
|
-
.E_fzh9mnb .error-text {
|
|
31750
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31751
|
-
margin-bottom: 16px;
|
|
31752
|
-
font-size: 18px;
|
|
31907
|
+
margin-bottom: 0 !important;
|
|
31908
|
+
flex-flow: nowrap !important;
|
|
31909
|
+
line-break: auto;
|
|
31753
31910
|
}
|
|
31754
31911
|
|
|
31755
|
-
.
|
|
31756
|
-
|
|
31912
|
+
.E_f7pxqmh > .ant-form-item-label {
|
|
31913
|
+
text-align: left !important;
|
|
31914
|
+
padding-bottom: 0 !important;
|
|
31757
31915
|
}
|
|
31758
31916
|
|
|
31759
|
-
.
|
|
31760
|
-
|
|
31761
|
-
|
|
31917
|
+
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31918
|
+
min-height: 32px;
|
|
31919
|
+
height: auto;
|
|
31920
|
+
font-size: 13px;
|
|
31921
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31922
|
+
white-space: normal;
|
|
31762
31923
|
}
|
|
31763
31924
|
|
|
31764
|
-
.
|
|
31765
|
-
|
|
31766
|
-
align-items: center;
|
|
31767
|
-
justify-content: center;
|
|
31925
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31926
|
+
border-color: #ff4d4f !important;
|
|
31768
31927
|
}
|
|
31769
31928
|
|
|
31770
|
-
.
|
|
31771
|
-
|
|
31772
|
-
margin-left: 4px;
|
|
31929
|
+
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31930
|
+
border-color: #ff4d4f !important;
|
|
31773
31931
|
}
|
|
31774
31932
|
|
|
31775
|
-
.
|
|
31776
|
-
|
|
31777
|
-
|
|
31933
|
+
.E_f7pxqmh .ant-form-item-explain {
|
|
31934
|
+
margin-top: 4px;
|
|
31935
|
+
font-size: 12px;
|
|
31936
|
+
min-height: 0px;
|
|
31778
31937
|
}
|
|
31779
31938
|
|
|
31780
|
-
.
|
|
31781
|
-
|
|
31939
|
+
.E_f7pxqmh .ant-form-item-extra {
|
|
31940
|
+
font-size: 12px;
|
|
31941
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31942
|
+
min-height: 0px;
|
|
31782
31943
|
}
|
|
31783
31944
|
|
|
31784
|
-
.
|
|
31785
|
-
|
|
31786
|
-
|
|
31945
|
+
.E_fzh9mnb {
|
|
31946
|
+
width: 100%;
|
|
31947
|
+
height: 100%;
|
|
31948
|
+
min-height: 124px;
|
|
31949
|
+
display: flex;
|
|
31950
|
+
flex-direction: column;
|
|
31951
|
+
justify-content: center;
|
|
31952
|
+
align-items: center;
|
|
31787
31953
|
}
|
|
31788
31954
|
|
|
31789
|
-
.
|
|
31790
|
-
|
|
31955
|
+
.E_fzh9mnb .error-text {
|
|
31956
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31957
|
+
margin-bottom: 16px;
|
|
31958
|
+
font-size: 18px;
|
|
31791
31959
|
}
|
|
31792
31960
|
|
|
31793
31961
|
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
@@ -31830,13 +31998,13 @@ button.E_n7k2c6r {
|
|
|
31830
31998
|
border-radius: 6px;
|
|
31831
31999
|
}
|
|
31832
32000
|
|
|
31833
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32001
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]):active.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused.ant-input-number {
|
|
31834
32002
|
border-color: #0096ff;
|
|
31835
32003
|
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31836
32004
|
z-index: 1;
|
|
31837
32005
|
}
|
|
31838
32006
|
|
|
31839
|
-
.E_ai7qkf2.ant-input-number
|
|
32007
|
+
.E_ai7qkf2.ant-input-number:not([disabled]).error:hover.ant-input-number, .E_ai7qkf2.ant-input-number:not([disabled]).error.ant-input-number-focused.ant-input-number {
|
|
31840
32008
|
border-color: #e75a3a;
|
|
31841
32009
|
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31842
32010
|
}
|
|
@@ -31860,87 +32028,25 @@ button.E_n7k2c6r {
|
|
|
31860
32028
|
padding: 2px 8px;
|
|
31861
32029
|
}
|
|
31862
32030
|
|
|
31863
|
-
.
|
|
31864
|
-
margin-left: 8px;
|
|
31865
|
-
}
|
|
31866
|
-
|
|
31867
|
-
.E_atcz0kf.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
31868
|
-
padding: 2px 7px 2px 12px;
|
|
31869
|
-
}
|
|
31870
|
-
|
|
31871
|
-
.E_f7pxqmh {
|
|
31872
|
-
width: 100%;
|
|
31873
|
-
margin-bottom: 0 !important;
|
|
31874
|
-
flex-flow: nowrap !important;
|
|
31875
|
-
line-break: auto;
|
|
31876
|
-
}
|
|
31877
|
-
|
|
31878
|
-
.E_f7pxqmh > .ant-form-item-label {
|
|
31879
|
-
text-align: left !important;
|
|
31880
|
-
padding-bottom: 0 !important;
|
|
31881
|
-
}
|
|
31882
|
-
|
|
31883
|
-
.E_f7pxqmh > .ant-form-item-label > label {
|
|
31884
|
-
min-height: 32px;
|
|
31885
|
-
height: auto;
|
|
31886
|
-
font-size: 13px;
|
|
31887
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31888
|
-
white-space: normal;
|
|
31889
|
-
}
|
|
31890
|
-
|
|
31891
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input {
|
|
31892
|
-
border-color: #ff4d4f !important;
|
|
31893
|
-
}
|
|
31894
|
-
|
|
31895
|
-
.E_f7pxqmh.ant-form-item-has-error .ant-input-password {
|
|
31896
|
-
border-color: #ff4d4f !important;
|
|
31897
|
-
}
|
|
31898
|
-
|
|
31899
|
-
.E_f7pxqmh .ant-form-item-explain {
|
|
31900
|
-
margin-top: 4px;
|
|
31901
|
-
font-size: 12px;
|
|
31902
|
-
min-height: 0px;
|
|
31903
|
-
}
|
|
31904
|
-
|
|
31905
|
-
.E_f7pxqmh .ant-form-item-extra {
|
|
31906
|
-
font-size: 12px;
|
|
31907
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31908
|
-
min-height: 0px;
|
|
31909
|
-
}
|
|
31910
|
-
|
|
31911
|
-
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31912
|
-
display: var(--a1wfy30z-0);
|
|
31913
|
-
}
|
|
31914
|
-
|
|
31915
|
-
.E_a1wfy30z .ant-input-number-input-wrap {
|
|
31916
|
-
padding: 4px 11px;
|
|
32031
|
+
.E_iouxfgt {
|
|
31917
32032
|
display: inline-flex;
|
|
31918
|
-
|
|
31919
|
-
height: inherit;
|
|
32033
|
+
align-items: center;
|
|
31920
32034
|
}
|
|
31921
32035
|
|
|
31922
|
-
.
|
|
31923
|
-
|
|
31924
|
-
display: var(--a1wfy30z-2);
|
|
31925
|
-
flex: none;
|
|
32036
|
+
.E_iouxfgt .icon-inner {
|
|
32037
|
+
display: inline-flex;
|
|
31926
32038
|
align-items: center;
|
|
31927
|
-
|
|
32039
|
+
justify-content: center;
|
|
31928
32040
|
}
|
|
31929
32041
|
|
|
31930
|
-
.
|
|
31931
|
-
|
|
31932
|
-
|
|
31933
|
-
flex: none;
|
|
31934
|
-
align-items: center;
|
|
31935
|
-
margin-right: 4px;
|
|
31936
|
-
cursor: auto;
|
|
32042
|
+
.E_iouxfgt .icon-inner + span,
|
|
32043
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
32044
|
+
margin-left: 4px;
|
|
31937
32045
|
}
|
|
31938
32046
|
|
|
31939
|
-
.
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
height: auto;
|
|
31943
|
-
font-size: inherit;
|
|
32047
|
+
.E_iouxfgt.is-rotate img,
|
|
32048
|
+
.E_iouxfgt.is-rotate svg {
|
|
32049
|
+
animation: rotate 680ms linear infinite;
|
|
31944
32050
|
}
|
|
31945
32051
|
|
|
31946
32052
|
.E_owd0kml {
|
|
@@ -31952,10 +32058,6 @@ button.E_n7k2c6r {
|
|
|
31952
32058
|
position: absolute;
|
|
31953
32059
|
}
|
|
31954
32060
|
|
|
31955
|
-
.E_m196gn1d {
|
|
31956
|
-
min-width: 1280px;
|
|
31957
|
-
}
|
|
31958
|
-
|
|
31959
32061
|
.E_dsnbhzf {
|
|
31960
32062
|
font-family: Inter;
|
|
31961
32063
|
font-style: normal;
|
|
@@ -32464,6 +32566,10 @@ button.E_n7k2c6r {
|
|
|
32464
32566
|
transition: all 320ms ease;
|
|
32465
32567
|
}
|
|
32466
32568
|
|
|
32569
|
+
.E_m196gn1d {
|
|
32570
|
+
min-width: 1280px;
|
|
32571
|
+
}
|
|
32572
|
+
|
|
32467
32573
|
.E_cnujxq2 {
|
|
32468
32574
|
display: flex;
|
|
32469
32575
|
flex-direction: column;
|
|
@@ -33478,7 +33584,7 @@ input.E_rf8rlle.ant-input {
|
|
|
33478
33584
|
right: 4px;
|
|
33479
33585
|
}
|
|
33480
33586
|
|
|
33481
|
-
.E_swwhohx.ant-select .ant-select-selection-item {
|
|
33587
|
+
.E_swwhohx.ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item {
|
|
33482
33588
|
padding-right: 24px;
|
|
33483
33589
|
}
|
|
33484
33590
|
|
|
@@ -33544,23 +33650,6 @@ input.E_rf8rlle.ant-input {
|
|
|
33544
33650
|
margin-right: 6px;
|
|
33545
33651
|
}
|
|
33546
33652
|
|
|
33547
|
-
.E_w1dxz879 {
|
|
33548
|
-
display: flex;
|
|
33549
|
-
flex-direction: column;
|
|
33550
|
-
gap: 6px;
|
|
33551
|
-
}
|
|
33552
|
-
|
|
33553
|
-
.E_w1dxz879 .ellipsis-tooltip {
|
|
33554
|
-
max-height: var(--w1dxz879-0);
|
|
33555
|
-
text-overflow: clip;
|
|
33556
|
-
overflow: hidden;
|
|
33557
|
-
}
|
|
33558
|
-
|
|
33559
|
-
.E_w1dxz879 .tips {
|
|
33560
|
-
color: #fff;
|
|
33561
|
-
opacity: 0.8;
|
|
33562
|
-
}
|
|
33563
|
-
|
|
33564
33653
|
.E_hrhfj7c {
|
|
33565
33654
|
display: none;
|
|
33566
33655
|
}
|
|
@@ -33823,6 +33912,23 @@ input.E_rf8rlle.ant-input {
|
|
|
33823
33912
|
font-size: 14px;
|
|
33824
33913
|
}
|
|
33825
33914
|
|
|
33915
|
+
.E_w1dxz879 {
|
|
33916
|
+
display: flex;
|
|
33917
|
+
flex-direction: column;
|
|
33918
|
+
gap: 6px;
|
|
33919
|
+
}
|
|
33920
|
+
|
|
33921
|
+
.E_w1dxz879 .ellipsis-tooltip {
|
|
33922
|
+
max-height: var(--w1dxz879-0);
|
|
33923
|
+
text-overflow: clip;
|
|
33924
|
+
overflow: hidden;
|
|
33925
|
+
}
|
|
33926
|
+
|
|
33927
|
+
.E_w1dxz879 .tips {
|
|
33928
|
+
color: #fff;
|
|
33929
|
+
opacity: 0.8;
|
|
33930
|
+
}
|
|
33931
|
+
|
|
33826
33932
|
.E_h12yihis {
|
|
33827
33933
|
height: 50px;
|
|
33828
33934
|
border-bottom: 2px solid #edf0f7;
|
|
@@ -34645,76 +34751,6 @@ input.E_rf8rlle.ant-input {
|
|
|
34645
34751
|
padding: 0;
|
|
34646
34752
|
}
|
|
34647
34753
|
|
|
34648
|
-
.E_c1yd35n {
|
|
34649
|
-
padding: 0 12px 14px 12px;
|
|
34650
|
-
}
|
|
34651
|
-
|
|
34652
|
-
.E_c1kghdax {
|
|
34653
|
-
color: #2d3a56;
|
|
34654
|
-
padding: 7px 12px;
|
|
34655
|
-
display: flex;
|
|
34656
|
-
justify-content: space-between;
|
|
34657
|
-
align-items: center;
|
|
34658
|
-
}
|
|
34659
|
-
|
|
34660
|
-
.E_c1kghdax.has-arrow {
|
|
34661
|
-
padding-left: 10px;
|
|
34662
|
-
}
|
|
34663
|
-
|
|
34664
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
34665
|
-
cursor: pointer;
|
|
34666
|
-
color: #00122e;
|
|
34667
|
-
}
|
|
34668
|
-
|
|
34669
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
34670
|
-
color: #2d3a56;
|
|
34671
|
-
font-weight: 600;
|
|
34672
|
-
}
|
|
34673
|
-
|
|
34674
|
-
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
34675
|
-
transform: rotate(90deg);
|
|
34676
|
-
}
|
|
34677
|
-
|
|
34678
|
-
.E_c1kghdax .sub-info {
|
|
34679
|
-
font-size: 12px;
|
|
34680
|
-
line-height: 18px;
|
|
34681
|
-
}
|
|
34682
|
-
|
|
34683
|
-
.E_c1kghdax .title-wrapper {
|
|
34684
|
-
display: flex;
|
|
34685
|
-
align-items: center;
|
|
34686
|
-
user-select: none;
|
|
34687
|
-
flex-grow: 1;
|
|
34688
|
-
font-size: 12px;
|
|
34689
|
-
line-height: 18px;
|
|
34690
|
-
color: #2d3a56;
|
|
34691
|
-
font-weight: 700;
|
|
34692
|
-
}
|
|
34693
|
-
|
|
34694
|
-
.E_c1kghdax .collapse-arrow {
|
|
34695
|
-
transition: all 50ms ease-out 0ms;
|
|
34696
|
-
margin-right: 2px;
|
|
34697
|
-
}
|
|
34698
|
-
|
|
34699
|
-
.E_b14q2gmw {
|
|
34700
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
34701
|
-
}
|
|
34702
|
-
|
|
34703
|
-
.E_c1eym6el {
|
|
34704
|
-
border-radius: 8px;
|
|
34705
|
-
background-color: white;
|
|
34706
|
-
}
|
|
34707
|
-
|
|
34708
|
-
.E_c1eym6el.hoverable {
|
|
34709
|
-
cursor: pointer;
|
|
34710
|
-
}
|
|
34711
|
-
|
|
34712
|
-
.E_c1eym6el.hoverable:hover {
|
|
34713
|
-
transition: all 200ms ease;
|
|
34714
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
34715
|
-
transform: translateY(-4px);
|
|
34716
|
-
}
|
|
34717
|
-
|
|
34718
34754
|
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
34719
34755
|
margin-right: 2px;
|
|
34720
34756
|
}
|
|
@@ -34754,6 +34790,31 @@ input.E_rf8rlle.ant-input {
|
|
|
34754
34790
|
background-color: transparent;
|
|
34755
34791
|
}
|
|
34756
34792
|
|
|
34793
|
+
.E_l12xdkhl {
|
|
34794
|
+
width: 64px;
|
|
34795
|
+
height: 64px;
|
|
34796
|
+
max-width: 64px;
|
|
34797
|
+
max-height: 64px;
|
|
34798
|
+
overflow: hidden;
|
|
34799
|
+
display: flex;
|
|
34800
|
+
align-items: center;
|
|
34801
|
+
justify-content: center;
|
|
34802
|
+
position: relative;
|
|
34803
|
+
opacity: 0.6;
|
|
34804
|
+
}
|
|
34805
|
+
|
|
34806
|
+
.E_l12xdkhl .icon-wrapper {
|
|
34807
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34808
|
+
}
|
|
34809
|
+
|
|
34810
|
+
@keyframes rotate {
|
|
34811
|
+
from {
|
|
34812
|
+
transform: rotate(0deg);
|
|
34813
|
+
}
|
|
34814
|
+
to {
|
|
34815
|
+
transform: rotate(360deg);
|
|
34816
|
+
}
|
|
34817
|
+
}
|
|
34757
34818
|
button.E_l48ei06.ant-btn {
|
|
34758
34819
|
font-size: 12px;
|
|
34759
34820
|
line-height: 18px;
|
|
@@ -34817,31 +34878,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34817
34878
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
34818
34879
|
}
|
|
34819
34880
|
|
|
34820
|
-
.E_l12xdkhl {
|
|
34821
|
-
width: 64px;
|
|
34822
|
-
height: 64px;
|
|
34823
|
-
max-width: 64px;
|
|
34824
|
-
max-height: 64px;
|
|
34825
|
-
overflow: hidden;
|
|
34826
|
-
display: flex;
|
|
34827
|
-
align-items: center;
|
|
34828
|
-
justify-content: center;
|
|
34829
|
-
position: relative;
|
|
34830
|
-
opacity: 0.6;
|
|
34831
|
-
}
|
|
34832
|
-
|
|
34833
|
-
.E_l12xdkhl .icon-wrapper {
|
|
34834
|
-
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34835
|
-
}
|
|
34836
|
-
|
|
34837
|
-
@keyframes rotate {
|
|
34838
|
-
from {
|
|
34839
|
-
transform: rotate(0deg);
|
|
34840
|
-
}
|
|
34841
|
-
to {
|
|
34842
|
-
transform: rotate(360deg);
|
|
34843
|
-
}
|
|
34844
|
-
}
|
|
34845
34881
|
.E_sddwhm6 {
|
|
34846
34882
|
margin: 0;
|
|
34847
34883
|
border-radius: 20px;
|
|
@@ -35517,6 +35553,57 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35517
35553
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
35518
35554
|
}
|
|
35519
35555
|
|
|
35556
|
+
.E_c1yd35n {
|
|
35557
|
+
padding: 0 12px 14px 12px;
|
|
35558
|
+
}
|
|
35559
|
+
|
|
35560
|
+
.E_c1kghdax {
|
|
35561
|
+
color: #2d3a56;
|
|
35562
|
+
padding: 7px 12px;
|
|
35563
|
+
display: flex;
|
|
35564
|
+
justify-content: space-between;
|
|
35565
|
+
align-items: center;
|
|
35566
|
+
}
|
|
35567
|
+
|
|
35568
|
+
.E_c1kghdax.has-arrow {
|
|
35569
|
+
padding-left: 10px;
|
|
35570
|
+
}
|
|
35571
|
+
|
|
35572
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
35573
|
+
cursor: pointer;
|
|
35574
|
+
color: #00122e;
|
|
35575
|
+
}
|
|
35576
|
+
|
|
35577
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
35578
|
+
color: #2d3a56;
|
|
35579
|
+
font-weight: 600;
|
|
35580
|
+
}
|
|
35581
|
+
|
|
35582
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
35583
|
+
transform: rotate(90deg);
|
|
35584
|
+
}
|
|
35585
|
+
|
|
35586
|
+
.E_c1kghdax .sub-info {
|
|
35587
|
+
font-size: 12px;
|
|
35588
|
+
line-height: 18px;
|
|
35589
|
+
}
|
|
35590
|
+
|
|
35591
|
+
.E_c1kghdax .title-wrapper {
|
|
35592
|
+
display: flex;
|
|
35593
|
+
align-items: center;
|
|
35594
|
+
user-select: none;
|
|
35595
|
+
flex-grow: 1;
|
|
35596
|
+
font-size: 12px;
|
|
35597
|
+
line-height: 18px;
|
|
35598
|
+
color: #2d3a56;
|
|
35599
|
+
font-weight: 700;
|
|
35600
|
+
}
|
|
35601
|
+
|
|
35602
|
+
.E_c1kghdax .collapse-arrow {
|
|
35603
|
+
transition: all 50ms ease-out 0ms;
|
|
35604
|
+
margin-right: 2px;
|
|
35605
|
+
}
|
|
35606
|
+
|
|
35520
35607
|
.E_w7ob4th.outside-tag {
|
|
35521
35608
|
padding-left: 0;
|
|
35522
35609
|
}
|
|
@@ -35527,6 +35614,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35527
35614
|
margin-right: 4px;
|
|
35528
35615
|
}
|
|
35529
35616
|
|
|
35617
|
+
.E_b14q2gmw {
|
|
35618
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
35619
|
+
}
|
|
35620
|
+
|
|
35621
|
+
.E_c1eym6el {
|
|
35622
|
+
border-radius: 8px;
|
|
35623
|
+
background-color: white;
|
|
35624
|
+
}
|
|
35625
|
+
|
|
35626
|
+
.E_c1eym6el.hoverable {
|
|
35627
|
+
cursor: pointer;
|
|
35628
|
+
}
|
|
35629
|
+
|
|
35630
|
+
.E_c1eym6el.hoverable:hover {
|
|
35631
|
+
transition: all 200ms ease;
|
|
35632
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
35633
|
+
transform: translateY(-4px);
|
|
35634
|
+
}
|
|
35635
|
+
|
|
35530
35636
|
.E_slr2ynn {
|
|
35531
35637
|
padding: 0 8px;
|
|
35532
35638
|
height: 18px;
|
|
@@ -35806,11 +35912,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35806
35912
|
justify-content: center;
|
|
35807
35913
|
}
|
|
35808
35914
|
|
|
35809
|
-
.E_i1g85yz3 {
|
|
35810
|
-
margin-right: 4px;
|
|
35811
|
-
height: 16px;
|
|
35812
|
-
}
|
|
35813
|
-
|
|
35814
35915
|
.E_t1dtlqs1 {
|
|
35815
35916
|
margin-bottom: 4px;
|
|
35816
35917
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -36081,6 +36182,36 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36081
36182
|
background: rgba(163, 180, 204, 0.18);
|
|
36082
36183
|
}
|
|
36083
36184
|
|
|
36185
|
+
.E_i1g85yz3 {
|
|
36186
|
+
margin-right: 4px;
|
|
36187
|
+
height: 16px;
|
|
36188
|
+
}
|
|
36189
|
+
|
|
36190
|
+
.E_t1gvlxt5 {
|
|
36191
|
+
min-width: 0;
|
|
36192
|
+
flex: 1;
|
|
36193
|
+
}
|
|
36194
|
+
|
|
36195
|
+
.E_t1gvlxt5 .tag {
|
|
36196
|
+
flex: 0 0 auto;
|
|
36197
|
+
}
|
|
36198
|
+
|
|
36199
|
+
.E_t1gvlxt5 .progress-title {
|
|
36200
|
+
flex: 2;
|
|
36201
|
+
max-width: fit-content;
|
|
36202
|
+
}
|
|
36203
|
+
|
|
36204
|
+
.E_t1gvlxt5 .progress-desc {
|
|
36205
|
+
flex: 1;
|
|
36206
|
+
max-width: fit-content;
|
|
36207
|
+
}
|
|
36208
|
+
|
|
36209
|
+
.E_a1ji6r68 {
|
|
36210
|
+
display: flex;
|
|
36211
|
+
align-items: center;
|
|
36212
|
+
column-gap: var(--a1ji6r68-0);
|
|
36213
|
+
}
|
|
36214
|
+
|
|
36084
36215
|
.E_msn7nxt {
|
|
36085
36216
|
color: rgba(44, 56, 82, 0.6);
|
|
36086
36217
|
text-align: center;
|
|
@@ -36265,31 +36396,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
36265
36396
|
margin-left: 8px;
|
|
36266
36397
|
}
|
|
36267
36398
|
|
|
36268
|
-
.E_t1gvlxt5 {
|
|
36269
|
-
min-width: 0;
|
|
36270
|
-
flex: 1;
|
|
36271
|
-
}
|
|
36272
|
-
|
|
36273
|
-
.E_t1gvlxt5 .tag {
|
|
36274
|
-
flex: 0 0 auto;
|
|
36275
|
-
}
|
|
36276
|
-
|
|
36277
|
-
.E_t1gvlxt5 .progress-title {
|
|
36278
|
-
flex: 2;
|
|
36279
|
-
max-width: fit-content;
|
|
36280
|
-
}
|
|
36281
|
-
|
|
36282
|
-
.E_t1gvlxt5 .progress-desc {
|
|
36283
|
-
flex: 1;
|
|
36284
|
-
max-width: fit-content;
|
|
36285
|
-
}
|
|
36286
|
-
|
|
36287
|
-
.E_a1ji6r68 {
|
|
36288
|
-
display: flex;
|
|
36289
|
-
align-items: center;
|
|
36290
|
-
column-gap: var(--a1ji6r68-0);
|
|
36291
|
-
}
|
|
36292
|
-
|
|
36293
36399
|
.E_s20iney.skeleton-box {
|
|
36294
36400
|
display: flex;
|
|
36295
36401
|
align-items: center;
|