@aplus-frontend/ui 0.6.0-beta.8 → 0.6.0-beta.9
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/es/src/ap-form/interface.d.ts +4 -0
- package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +40 -36
- package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +79 -71
- package/es/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/es/src/ap-form/search-form/index.vue.mjs +76 -75
- package/es/src/ap-table/hooks/use-table-paging-ng.d.ts +1 -1
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +1 -1
- package/es/src/ap-tag/ap-tag-group.vue.mjs +32 -28
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +89 -70
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +18 -17
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +27 -25
- package/es/src/business/ap-label/constans.mjs +1 -1
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +55 -51
- package/es/src/business/hooks/usePageListApGrid.mjs +1 -1
- package/lib/src/ap-form/interface.d.ts +4 -0
- package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +131 -2
- package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
- package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +6 -2
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.d.ts +1 -1
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
- package/lib/src/business/ap-label/constans.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/package.json +1 -1
- package/theme/ap-action/item-dropdown.css +1 -1
- package/theme/ap-action/item.css +2 -2
- package/theme/ap-appendix/ap-appendix.css +3 -3
- package/theme/ap-appendix/ap-appendix.less +2 -2
- package/theme/ap-attachment/ap-attachment.css +3 -2
- package/theme/ap-attachment/ap-attachment.less +2 -2
- package/theme/ap-batch-action/ap-batch-action.css +1 -1
- package/theme/ap-button/ap-button.css +1 -1
- package/theme/ap-card/ap-card.css +1 -1
- package/theme/ap-descriptions/ap-descriptions.css +1 -1
- package/theme/ap-download/ap-download.css +1 -1
- package/theme/ap-expand-alert/ap-expand-alert.css +2 -2
- package/theme/ap-expand-alert/ap-expand-alert.less +2 -1
- package/theme/ap-field/checkbox.css +1 -1
- package/theme/ap-field/index.css +1 -1
- package/theme/ap-field/number.css +1 -1
- package/theme/ap-field/radio.css +1 -1
- package/theme/ap-field/text-area.css +1 -1
- package/theme/ap-form/ap-form-item-group.css +1 -1
- package/theme/ap-form/ap-form-item.css +1 -1
- package/theme/ap-form/drawer-form.css +1 -1
- package/theme/ap-form/index.css +14 -5
- package/theme/ap-form/item-text-group.css +1 -1
- package/theme/ap-form/item-text.css +1 -1
- package/theme/ap-form/modal-form.css +1 -1
- package/theme/ap-form/search-form-sorter.css +6 -5
- package/theme/ap-form/search-form-sorter.less +1 -0
- package/theme/ap-form/search-form.css +14 -5
- package/theme/ap-form/search-form.less +8 -0
- package/theme/ap-grid/editable.css +1 -1
- package/theme/ap-grid/index.css +15 -7
- package/theme/ap-grid/index.less +0 -1
- package/theme/ap-group-search/ap-extension-select.css +1 -1
- package/theme/ap-group-search/ap-group-search.css +1 -1
- package/theme/ap-group-search/ap-popover-select.css +1 -1
- package/theme/ap-image/ap-image.css +1 -1
- package/theme/ap-input-radio/ap-input-radio.css +1 -1
- package/theme/ap-label/ap-label.css +1 -1
- package/theme/ap-ladder/ap-ladder.css +2 -1
- package/theme/ap-ladder/ap-ladder.less +1 -0
- package/theme/ap-layout/ap-info-layout.css +1 -1
- package/theme/ap-list/index.css +1 -1
- package/theme/ap-product-info/ap-product-info.css +1 -1
- package/theme/ap-select-layout/ap-select-layout.css +1 -1
- package/theme/ap-size-input/ap-size-input.css +1 -1
- package/theme/ap-status/ap-status.css +2 -2
- package/theme/ap-status/ap-status.less +1 -1
- package/theme/ap-summary/index.css +1 -1
- package/theme/ap-table/ap-table-index.css +1 -1
- package/theme/ap-table/ap-table-paragraph-ellipsis.css +1 -1
- package/theme/ap-table/ap-table.css +16 -8
- package/theme/ap-table/setting/index.css +2 -3
- package/theme/ap-table/setting/modal.css +2 -2
- package/theme/ap-table/setting/select-group.css +1 -1
- package/theme/ap-table/setting/sortable-item-meta.css +1 -1
- package/theme/ap-table/setting/sortable-item.css +1 -1
- package/theme/ap-table/setting/sorter.css +1 -2
- package/theme/ap-table-modal/index.css +16 -8
- package/theme/ap-tag/ap-tag-group.css +3 -3
- package/theme/ap-tag/ap-tag-group.less +2 -3
- package/theme/ap-tag/ap-tag.css +4 -4
- package/theme/ap-tag/ap-tag.less +3 -3
- package/theme/ap-title/ap-title.css +6 -4
- package/theme/ap-title/ap-title.less +5 -3
- package/theme/ap-upload/index.css +6 -6
- package/theme/ap-upload/multiple-file.css +2 -2
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +3 -3
- package/theme/ap-upload/picture.less +2 -2
- package/theme/ap-upload/single-file.css +3 -3
- package/theme/ap-upload/single-file.less +2 -2
- package/theme/ap-upload/upload.css +1 -1
- package/theme/ap-upload-single/index.css +1 -1
- package/theme/ap-view/ap-view.css +1 -1
- package/theme/batch-input-group/index.css +2 -1
- package/theme/batch-input-group/popover-input.css +2 -1
- package/theme/batch-input-group/popover-input.less +1 -0
- package/theme/check-card/index.css +4 -4
- package/theme/editable-table/index.css +15 -6
- package/theme/full-screen/index.css +1 -1
- package/theme/index.css +45 -33
- package/theme/mask/index.css +1 -1
- package/theme/mixins/config.less +1 -1
- package/theme/mixins/mixins.css +1 -1
- package/theme/scroll-bar/index.css +1 -1
- package/theme/scroll-view/index.css +1 -1
- package/theme/splitter/index.css +3 -3
- package/theme/text/group.css +1 -1
- package/theme/text/index.css +2 -2
- package/theme/work-order-modal/index.css +1 -1
package/theme/index.css
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
box-sizing: border-box;
|
|
95
95
|
margin: 0;
|
|
96
96
|
padding: 0;
|
|
97
|
-
color:
|
|
97
|
+
color: #182948;
|
|
98
98
|
font-size: 12px;
|
|
99
99
|
font-family: inherit;
|
|
100
100
|
line-height: 1.5;
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
box-sizing: border-box;
|
|
141
141
|
margin: 0;
|
|
142
142
|
padding: 0;
|
|
143
|
-
color:
|
|
143
|
+
color: #182948;
|
|
144
144
|
font-size: 12px;
|
|
145
145
|
font-family: inherit;
|
|
146
146
|
line-height: 1.5;
|
|
@@ -224,6 +224,7 @@
|
|
|
224
224
|
.aplus-ap-attachment__more {
|
|
225
225
|
display: inline-block;
|
|
226
226
|
font-size: 12px;
|
|
227
|
+
line-height: 1.5;
|
|
227
228
|
cursor: pointer;
|
|
228
229
|
color: var(--download-main-color);
|
|
229
230
|
}
|
|
@@ -240,7 +241,7 @@
|
|
|
240
241
|
.aplus-ap-attachment__file-item {
|
|
241
242
|
flex: 1;
|
|
242
243
|
word-wrap: break-word;
|
|
243
|
-
margin-bottom:
|
|
244
|
+
margin-bottom: 12px;
|
|
244
245
|
font-size: 12px;
|
|
245
246
|
color: #000;
|
|
246
247
|
cursor: pointer;
|
|
@@ -474,7 +475,7 @@
|
|
|
474
475
|
}
|
|
475
476
|
.aplus-ap-expand-alert__antAlert.ant-alert .ant-alert-icon {
|
|
476
477
|
font-size: 14px;
|
|
477
|
-
|
|
478
|
+
display: block;
|
|
478
479
|
}
|
|
479
480
|
.aplus-ap-expand-alert--aplus .card-alert {
|
|
480
481
|
background-color: transparent !important;
|
|
@@ -642,7 +643,7 @@
|
|
|
642
643
|
box-sizing: border-box;
|
|
643
644
|
margin: 0;
|
|
644
645
|
padding: 0;
|
|
645
|
-
color:
|
|
646
|
+
color: #182948;
|
|
646
647
|
font-size: 12px;
|
|
647
648
|
font-family: inherit;
|
|
648
649
|
line-height: 1.5;
|
|
@@ -656,7 +657,7 @@
|
|
|
656
657
|
box-sizing: border-box;
|
|
657
658
|
margin: 0;
|
|
658
659
|
padding: 0;
|
|
659
|
-
color:
|
|
660
|
+
color: #182948;
|
|
660
661
|
font-size: 12px;
|
|
661
662
|
font-family: inherit;
|
|
662
663
|
line-height: 1.5;
|
|
@@ -672,7 +673,7 @@
|
|
|
672
673
|
box-sizing: border-box;
|
|
673
674
|
margin: 0;
|
|
674
675
|
padding: 0;
|
|
675
|
-
color:
|
|
676
|
+
color: #182948;
|
|
676
677
|
font-size: 12px;
|
|
677
678
|
font-family: inherit;
|
|
678
679
|
line-height: 1.5;
|
|
@@ -698,6 +699,7 @@
|
|
|
698
699
|
padding: 8px;
|
|
699
700
|
display: flex;
|
|
700
701
|
align-items: center;
|
|
702
|
+
background-color: #fff;
|
|
701
703
|
}
|
|
702
704
|
.aplus-search-form-sorter-sorter-item > div:hover {
|
|
703
705
|
border-color: var(--basic-color-primary, #0070ff);
|
|
@@ -713,7 +715,7 @@
|
|
|
713
715
|
box-sizing: border-box;
|
|
714
716
|
margin: 0;
|
|
715
717
|
padding: 0;
|
|
716
|
-
color:
|
|
718
|
+
color: #182948;
|
|
717
719
|
font-size: 12px;
|
|
718
720
|
font-family: inherit;
|
|
719
721
|
line-height: 1.5;
|
|
@@ -757,6 +759,14 @@
|
|
|
757
759
|
.aplus-ap-form-search-form__popover-footer button.ant-btn {
|
|
758
760
|
padding-inline: 16px;
|
|
759
761
|
}
|
|
762
|
+
.aplus-ap-form-search-form-trigger-btn {
|
|
763
|
+
font-size: 0px;
|
|
764
|
+
}
|
|
765
|
+
.aplus-ap-form-search-form-trigger-btn-active {
|
|
766
|
+
color: var(--ap-form-bordered-border-color-hover);
|
|
767
|
+
border-color: var(--ap-form-bordered-border-color-hover);
|
|
768
|
+
z-index: 1;
|
|
769
|
+
}
|
|
760
770
|
.aplus-ap-form-search-form-column-setting-trigger-wrapper {
|
|
761
771
|
flex-shrink: 0;
|
|
762
772
|
}
|
|
@@ -881,6 +891,7 @@
|
|
|
881
891
|
position: relative;
|
|
882
892
|
width: inherit;
|
|
883
893
|
font-size: 12px;
|
|
894
|
+
line-height: 1.5;
|
|
884
895
|
/** 自动溢出省略 */
|
|
885
896
|
/** Aplus端样式 */
|
|
886
897
|
/** Admin端样式 */
|
|
@@ -1335,7 +1346,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1335
1346
|
}
|
|
1336
1347
|
.aplus-ap-status {
|
|
1337
1348
|
font-size: 16px;
|
|
1338
|
-
line-height:
|
|
1349
|
+
line-height: 2;
|
|
1339
1350
|
display: inline-block;
|
|
1340
1351
|
position: relative;
|
|
1341
1352
|
font-family: 'customFont';
|
|
@@ -1375,7 +1386,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1375
1386
|
box-sizing: border-box;
|
|
1376
1387
|
margin: 0;
|
|
1377
1388
|
padding: 0;
|
|
1378
|
-
color:
|
|
1389
|
+
color: #182948;
|
|
1379
1390
|
font-size: 12px;
|
|
1380
1391
|
font-family: inherit;
|
|
1381
1392
|
line-height: 1.5;
|
|
@@ -1503,7 +1514,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1503
1514
|
box-sizing: border-box;
|
|
1504
1515
|
margin: 0;
|
|
1505
1516
|
padding: 0;
|
|
1506
|
-
color: rgba(0 0 0 / 85%);
|
|
1507
1517
|
font-size: 12px;
|
|
1508
1518
|
font-family: inherit;
|
|
1509
1519
|
line-height: 1.5;
|
|
@@ -1722,13 +1732,13 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1722
1732
|
}
|
|
1723
1733
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
|
|
1724
1734
|
line-height: 1.5;
|
|
1725
|
-
padding: 3px
|
|
1735
|
+
padding: 3px 6px;
|
|
1726
1736
|
font-size: 12px;
|
|
1727
1737
|
}
|
|
1728
1738
|
.aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
|
|
1729
1739
|
padding: 0 4px;
|
|
1730
|
-
line-height: 1.
|
|
1731
|
-
font-size:
|
|
1740
|
+
line-height: 1.5;
|
|
1741
|
+
font-size: 12px;
|
|
1732
1742
|
}
|
|
1733
1743
|
.aplus-tag-wrapper-purely > * {
|
|
1734
1744
|
background-color: var(--tag-main-color-background);
|
|
@@ -1764,11 +1774,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1764
1774
|
}
|
|
1765
1775
|
.aplus-tag-group-ellipsis-text--admin {
|
|
1766
1776
|
font-size: 12px;
|
|
1767
|
-
color: #
|
|
1777
|
+
color: #333;
|
|
1768
1778
|
}
|
|
1769
1779
|
.aplus-tag-group-ellipsis-text--aplus {
|
|
1770
1780
|
font-size: 12px;
|
|
1771
|
-
color: #
|
|
1781
|
+
color: #182948;
|
|
1772
1782
|
}
|
|
1773
1783
|
.aplus-ap-title {
|
|
1774
1784
|
position: relative;
|
|
@@ -1786,7 +1796,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1786
1796
|
top: 50%;
|
|
1787
1797
|
transform: translateY(-50%);
|
|
1788
1798
|
width: 3px;
|
|
1789
|
-
height:
|
|
1799
|
+
height: 14px;
|
|
1790
1800
|
background: #0070ff;
|
|
1791
1801
|
border-radius: 0px 4px 4px 0px;
|
|
1792
1802
|
z-index: 1;
|
|
@@ -1798,8 +1808,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1798
1808
|
align-items: center;
|
|
1799
1809
|
}
|
|
1800
1810
|
.aplus-ap-title__prefix .anticon-question-circle {
|
|
1811
|
+
font-size: 14px;
|
|
1801
1812
|
margin-left: 5px;
|
|
1802
|
-
color: #
|
|
1813
|
+
color: #8896b0;
|
|
1803
1814
|
}
|
|
1804
1815
|
.aplus-ap-title--admin {
|
|
1805
1816
|
padding-left: 14px;
|
|
@@ -1823,8 +1834,9 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1823
1834
|
align-items: center;
|
|
1824
1835
|
}
|
|
1825
1836
|
.aplus-ap-title--admin .aplus-ap-title__prefix .anticon-question-circle {
|
|
1837
|
+
font-size: 14px;
|
|
1826
1838
|
margin-left: 5px;
|
|
1827
|
-
color: #
|
|
1839
|
+
color: #999999;
|
|
1828
1840
|
}
|
|
1829
1841
|
.aplus-ap-title__suffix {
|
|
1830
1842
|
color: #526a90;
|
|
@@ -1836,7 +1848,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1836
1848
|
.aplus-ap-upload-multiple-file .multiple-file-context .file-btn {
|
|
1837
1849
|
display: flex;
|
|
1838
1850
|
align-items: center;
|
|
1839
|
-
padding: 7px
|
|
1851
|
+
padding: 7px 12px;
|
|
1840
1852
|
transition: all 0.3s;
|
|
1841
1853
|
border: 1px solid #dee4ed;
|
|
1842
1854
|
border-radius: 4px;
|
|
@@ -1916,8 +1928,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
1916
1928
|
aspect-ratio: 1 / 1;
|
|
1917
1929
|
}
|
|
1918
1930
|
.aplus-ap-upload-picture .picture-context .picture-upload > * + * {
|
|
1919
|
-
margin-top:
|
|
1920
|
-
font-size:
|
|
1931
|
+
margin-top: 4px;
|
|
1932
|
+
font-size: 12px;
|
|
1921
1933
|
}
|
|
1922
1934
|
.aplus-ap-upload-picture .picture-context .picture-upload:hover {
|
|
1923
1935
|
border: 1px dashed #0070ff;
|
|
@@ -2033,8 +2045,8 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2033
2045
|
.aplus-ap-upload-single-file .state-un .state-un-title {
|
|
2034
2046
|
margin-top: 10px;
|
|
2035
2047
|
color: #182948;
|
|
2036
|
-
font-size:
|
|
2037
|
-
line-height:
|
|
2048
|
+
font-size: 14px;
|
|
2049
|
+
line-height: 1.1 0.57142857;
|
|
2038
2050
|
}
|
|
2039
2051
|
.aplus-ap-upload-single-file .state-un .state-un-subtitle {
|
|
2040
2052
|
margin-top: 4px;
|
|
@@ -2111,7 +2123,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2111
2123
|
box-sizing: border-box;
|
|
2112
2124
|
margin: 0;
|
|
2113
2125
|
padding: 0;
|
|
2114
|
-
color:
|
|
2126
|
+
color: #182948;
|
|
2115
2127
|
font-size: 12px;
|
|
2116
2128
|
font-family: inherit;
|
|
2117
2129
|
line-height: 1.5;
|
|
@@ -2175,7 +2187,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2175
2187
|
box-sizing: border-box;
|
|
2176
2188
|
margin: 0;
|
|
2177
2189
|
padding: 0;
|
|
2178
|
-
color:
|
|
2190
|
+
color: #182948;
|
|
2179
2191
|
font-size: 12px;
|
|
2180
2192
|
font-family: inherit;
|
|
2181
2193
|
line-height: 1.5;
|
|
@@ -2191,7 +2203,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2191
2203
|
box-sizing: border-box;
|
|
2192
2204
|
margin: 0;
|
|
2193
2205
|
padding: 0;
|
|
2194
|
-
color:
|
|
2206
|
+
color: #182948;
|
|
2195
2207
|
font-size: 12px;
|
|
2196
2208
|
font-family: inherit;
|
|
2197
2209
|
line-height: 1.5;
|
|
@@ -2389,11 +2401,11 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2389
2401
|
height: min-content;
|
|
2390
2402
|
}
|
|
2391
2403
|
.aplus-ap-appendix__file-area {
|
|
2392
|
-
margin-top:
|
|
2404
|
+
margin-top: 12px;
|
|
2393
2405
|
}
|
|
2394
2406
|
.aplus-ap-appendix__file-area--border {
|
|
2395
2407
|
border: 1px dashed var(--ap-appendix-area-color-border, #DEE4ED);
|
|
2396
|
-
padding:
|
|
2408
|
+
padding: 12px;
|
|
2397
2409
|
border-radius: 4px;
|
|
2398
2410
|
}
|
|
2399
2411
|
.aplus-ap-appendix__file-area-content {
|
|
@@ -2697,6 +2709,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2697
2709
|
}
|
|
2698
2710
|
.aplus-batch-input-group-popover-input__popover--content textarea {
|
|
2699
2711
|
padding: 0;
|
|
2712
|
+
resize: none;
|
|
2700
2713
|
}
|
|
2701
2714
|
.aplus-batch-input-group {
|
|
2702
2715
|
position: relative;
|
|
@@ -2860,7 +2873,6 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2860
2873
|
}
|
|
2861
2874
|
.aplus-ap-grid th .vxe-cell--wrapper .vxe-cell--title {
|
|
2862
2875
|
flex-shrink: 1;
|
|
2863
|
-
flex-grow: 1;
|
|
2864
2876
|
}
|
|
2865
2877
|
.aplus-editable-grid__header-cell--required {
|
|
2866
2878
|
color: #FF4D4F;
|
|
@@ -2888,7 +2900,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2888
2900
|
box-sizing: border-box;
|
|
2889
2901
|
margin: 0;
|
|
2890
2902
|
padding: 0;
|
|
2891
|
-
color:
|
|
2903
|
+
color: #182948;
|
|
2892
2904
|
font-size: 12px;
|
|
2893
2905
|
font-family: inherit;
|
|
2894
2906
|
line-height: 1.5;
|
|
@@ -3022,7 +3034,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3022
3034
|
box-sizing: border-box;
|
|
3023
3035
|
margin: 0;
|
|
3024
3036
|
padding: 0;
|
|
3025
|
-
color:
|
|
3037
|
+
color: #182948;
|
|
3026
3038
|
font-size: 12px;
|
|
3027
3039
|
line-height: 1.5;
|
|
3028
3040
|
list-style: none;
|
|
@@ -3096,7 +3108,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
3096
3108
|
background: rgba(0, 0, 0, 0.04);
|
|
3097
3109
|
font-size: 10px;
|
|
3098
3110
|
border-radius: 2px;
|
|
3099
|
-
color:
|
|
3111
|
+
color: #182948;
|
|
3100
3112
|
cursor: pointer;
|
|
3101
3113
|
opacity: 0;
|
|
3102
3114
|
display: flex;
|
package/theme/mask/index.css
CHANGED
package/theme/mixins/config.less
CHANGED
package/theme/mixins/mixins.css
CHANGED
package/theme/splitter/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
box-sizing: border-box;
|
|
64
64
|
margin: 0;
|
|
65
65
|
padding: 0;
|
|
66
|
-
color:
|
|
66
|
+
color: #182948;
|
|
67
67
|
font-size: 12px;
|
|
68
68
|
line-height: 1.5;
|
|
69
69
|
list-style: none;
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
background: rgba(0, 0, 0, 0.04);
|
|
138
138
|
font-size: 10px;
|
|
139
139
|
border-radius: 2px;
|
|
140
|
-
color:
|
|
140
|
+
color: #182948;
|
|
141
141
|
cursor: pointer;
|
|
142
142
|
opacity: 0;
|
|
143
143
|
display: flex;
|
package/theme/text/group.css
CHANGED
package/theme/text/index.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
box-sizing: border-box;
|
|
3
3
|
margin: 0;
|
|
4
4
|
padding: 0;
|
|
5
|
-
color:
|
|
5
|
+
color: #182948;
|
|
6
6
|
font-size: 12px;
|
|
7
7
|
font-family: inherit;
|
|
8
8
|
line-height: 1.5;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
box-sizing: border-box;
|
|
49
49
|
margin: 0;
|
|
50
50
|
padding: 0;
|
|
51
|
-
color:
|
|
51
|
+
color: #182948;
|
|
52
52
|
font-size: 12px;
|
|
53
53
|
font-family: inherit;
|
|
54
54
|
line-height: 1.5;
|