@aplus-frontend/ui 0.5.2 → 0.5.4
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/index.mjs +37 -33
- package/es/src/ap-field/text/index.vue2.mjs +13 -13
- package/es/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/es/src/ap-grid/editable/form-item.vue.mjs +257 -0
- package/es/src/ap-grid/editable/form-item.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/es/src/ap-grid/editable/index.vue.mjs +288 -0
- package/es/src/ap-grid/editable/index.vue2.mjs +4 -0
- package/es/src/ap-grid/editable/interface.d.ts +95 -0
- package/es/src/ap-grid/editable/interface.mjs +1 -0
- package/es/src/ap-grid/editable/style/css.d.ts +0 -0
- package/es/src/ap-grid/editable/style/css.js +1 -0
- package/es/src/ap-grid/editable/style/index.d.ts +0 -0
- package/es/src/ap-grid/editable/style/index.js +1 -0
- package/es/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/es/src/ap-grid/hooks/use-editable-columns.mjs +68 -0
- package/es/src/ap-grid/index.d.ts +4 -1
- package/es/src/ap-grid/index.mjs +3 -0
- package/es/src/ap-grid/index.vue.mjs +114 -104
- package/es/src/ap-grid/interface.d.ts +15 -0
- package/es/src/ap-grid/utils/col.mjs +39 -39
- package/es/src/ap-grid/utils/editable.d.ts +3 -0
- package/es/src/ap-grid/utils/editable.mjs +27 -0
- package/es/src/ap-grid/utils/table.mjs +24 -17
- package/es/src/business/batch-input-group/index.vue.mjs +6 -5
- package/es/src/config-provider/config-provider-props.mjs +1 -1
- package/es/src/editable-table/utils.d.ts +3 -2
- package/es/src/index.mjs +24 -20
- package/es/src/path-map.mjs +3 -1
- package/lib/index.js +1 -1
- package/lib/src/ap-field/text/index.vue2.js +1 -1
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +16 -0
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -0
- package/lib/src/ap-grid/editable/form-item.vue2.js +1 -0
- package/lib/src/ap-grid/editable/index.vue.d.ts +18 -0
- package/lib/src/ap-grid/editable/index.vue.js +1 -0
- package/lib/src/ap-grid/editable/index.vue2.js +1 -0
- package/lib/src/ap-grid/editable/interface.d.ts +95 -0
- package/lib/src/ap-grid/editable/interface.js +1 -0
- package/lib/src/ap-grid/editable/style/css.cjs +1 -0
- package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
- package/lib/src/ap-grid/editable/style/index.cjs +1 -0
- package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.d.ts +6 -0
- package/lib/src/ap-grid/hooks/use-editable-columns.js +1 -0
- package/lib/src/ap-grid/index.d.ts +4 -1
- package/lib/src/ap-grid/index.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +15 -0
- package/lib/src/ap-grid/utils/col.js +1 -1
- package/lib/src/ap-grid/utils/editable.d.ts +3 -0
- package/lib/src/ap-grid/utils/editable.js +1 -0
- package/lib/src/ap-grid/utils/table.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/config-provider/config-provider-props.js +1 -1
- package/lib/src/editable-table/utils.d.ts +3 -2
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +54 -54
- package/theme/antd-global-overwrite/admin/table.css +54 -54
- package/theme/antd-global-overwrite/admin/table.less +4 -3
- package/theme/antd-global-overwrite/aplus/index.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.css +54 -54
- package/theme/antd-global-overwrite/aplus/table.less +4 -3
- package/theme/ap-grid/editable.css +22 -0
- package/theme/ap-grid/editable.less +28 -0
- package/theme/index.css +22 -0
- package/theme/index.less +1 -0
- package/es/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/es/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/es/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/es/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/es/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/es/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/es/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/es/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/es/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/es/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/es/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/es/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/es/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/es/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/es/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/es/src/theme/reset.css +0 -257
- package/lib/src/theme/antd-global-overwrite/admin/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/admin/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/admin/form.css +0 -60
- package/lib/src/theme/antd-global-overwrite/admin/index.css +0 -838
- package/lib/src/theme/antd-global-overwrite/admin/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/admin/modal.css +0 -117
- package/lib/src/theme/antd-global-overwrite/admin/pagination.css +0 -122
- package/lib/src/theme/antd-global-overwrite/admin/steps.css +0 -127
- package/lib/src/theme/antd-global-overwrite/admin/table.css +0 -318
- package/lib/src/theme/antd-global-overwrite/aplus/alert.css +0 -50
- package/lib/src/theme/antd-global-overwrite/aplus/button.css +0 -27
- package/lib/src/theme/antd-global-overwrite/aplus/form.css +0 -93
- package/lib/src/theme/antd-global-overwrite/aplus/index.css +0 -873
- package/lib/src/theme/antd-global-overwrite/aplus/message.css +0 -17
- package/lib/src/theme/antd-global-overwrite/aplus/modal.css +0 -111
- package/lib/src/theme/antd-global-overwrite/aplus/pagination.css +0 -147
- package/lib/src/theme/antd-global-overwrite/aplus/steps.css +0 -125
- package/lib/src/theme/antd-global-overwrite/aplus/table.css +0 -303
- package/lib/src/theme/reset.css +0 -257
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import '../../mixins/config.less';
|
|
2
2
|
|
|
3
3
|
@tw: ~'@{ns}-ap-table__table-wrapper';
|
|
4
|
+
@sb: ~'@{ns}-scroll-bar';
|
|
4
5
|
// vben表格
|
|
5
6
|
// 新增对sticky表格的样式类型
|
|
6
7
|
[class$='-basic-table'],
|
|
@@ -158,14 +159,14 @@
|
|
|
158
159
|
}
|
|
159
160
|
}
|
|
160
161
|
|
|
161
|
-
.@{
|
|
162
|
+
.@{sb} {
|
|
162
163
|
position: sticky;
|
|
163
164
|
bottom: -1px;
|
|
164
165
|
z-index: 90;
|
|
165
166
|
}
|
|
166
167
|
|
|
167
168
|
&:has(ul.ant-pagination) {
|
|
168
|
-
.@{
|
|
169
|
+
.@{sb} {
|
|
169
170
|
bottom: 56px;
|
|
170
171
|
}
|
|
171
172
|
}
|
|
@@ -179,7 +180,7 @@
|
|
|
179
180
|
background-color: #ffffff;
|
|
180
181
|
}
|
|
181
182
|
|
|
182
|
-
&:has(.@{
|
|
183
|
+
&:has(.@{sb}) {
|
|
183
184
|
ul.ant-pagination {
|
|
184
185
|
padding-top: 8px;
|
|
185
186
|
}
|
|
@@ -785,46 +785,46 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
785
785
|
z-index: 90;
|
|
786
786
|
border-top: 4px solid #ffffff;
|
|
787
787
|
}
|
|
788
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
789
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
790
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
791
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
792
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
793
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
794
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .
|
|
795
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .
|
|
796
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .
|
|
797
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .
|
|
798
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .
|
|
799
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .
|
|
800
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
801
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
802
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
803
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
804
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
805
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
788
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
789
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
790
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
791
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
792
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
793
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
794
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
795
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
796
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
797
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
798
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
799
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
800
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
801
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
802
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
803
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
804
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
805
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
806
806
|
position: sticky;
|
|
807
807
|
bottom: -1px;
|
|
808
808
|
z-index: 90;
|
|
809
809
|
}
|
|
810
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
811
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
812
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
813
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
814
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
815
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
816
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .
|
|
817
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .
|
|
818
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .
|
|
819
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .
|
|
820
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .
|
|
821
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .
|
|
822
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
823
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
824
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
825
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
826
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
827
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
810
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
811
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
812
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
813
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
814
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
815
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
816
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
817
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
818
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
819
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
820
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
821
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
822
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
823
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
824
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
825
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
826
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
827
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
828
828
|
bottom: 56px;
|
|
829
829
|
}
|
|
830
830
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -852,23 +852,23 @@ div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-f
|
|
|
852
852
|
padding: 16px 0;
|
|
853
853
|
background-color: #ffffff;
|
|
854
854
|
}
|
|
855
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
856
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
857
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
858
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
859
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
860
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
861
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.
|
|
862
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.
|
|
863
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.
|
|
864
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.
|
|
865
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.
|
|
866
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.
|
|
867
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
868
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
869
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
870
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
871
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
872
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
855
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
856
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
857
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
858
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
859
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
860
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
861
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
862
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
863
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
864
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
865
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
866
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
867
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
868
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
869
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
870
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
871
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
872
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
873
873
|
padding-top: 8px;
|
|
874
874
|
}
|
|
@@ -214,46 +214,46 @@
|
|
|
214
214
|
z-index: 90;
|
|
215
215
|
border-top: 4px solid #ffffff;
|
|
216
216
|
}
|
|
217
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
218
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
219
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
220
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
221
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
222
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
223
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .
|
|
224
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .
|
|
225
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .
|
|
226
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .
|
|
227
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .
|
|
228
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .
|
|
229
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
230
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
231
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .
|
|
232
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
233
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
234
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .
|
|
217
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
218
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
219
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
220
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
221
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
222
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
223
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
224
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
225
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .aplus-scroll-bar,
|
|
226
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
227
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
228
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .aplus-scroll-bar,
|
|
229
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
230
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
231
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
232
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
233
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar,
|
|
234
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container .aplus-scroll-bar {
|
|
235
235
|
position: sticky;
|
|
236
236
|
bottom: -1px;
|
|
237
237
|
z-index: 90;
|
|
238
238
|
}
|
|
239
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
240
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
241
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
242
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
243
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
244
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
245
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .
|
|
246
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .
|
|
247
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .
|
|
248
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .
|
|
249
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .
|
|
250
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .
|
|
251
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
252
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
253
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
254
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
255
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
256
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .
|
|
239
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
240
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
241
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
242
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
243
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
244
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
245
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
246
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
247
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
248
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
249
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
250
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
251
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
252
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
253
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
254
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
255
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar,
|
|
256
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(ul.ant-pagination) .aplus-scroll-bar {
|
|
257
257
|
bottom: 56px;
|
|
258
258
|
}
|
|
259
259
|
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container ul.ant-pagination,
|
|
@@ -281,23 +281,23 @@
|
|
|
281
281
|
padding: 16px 0;
|
|
282
282
|
background-color: #ffffff;
|
|
283
283
|
}
|
|
284
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
285
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
286
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
287
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
288
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
289
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
290
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.
|
|
291
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.
|
|
292
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.
|
|
293
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.
|
|
294
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.
|
|
295
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.
|
|
296
|
-
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
297
|
-
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
298
|
-
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.
|
|
299
|
-
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
300
|
-
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
301
|
-
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.
|
|
284
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
285
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
286
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
287
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
288
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
289
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
290
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
291
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
292
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
293
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
294
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
295
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
296
|
+
[class*='-basic-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
297
|
+
[class*='-ap-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
298
|
+
[class*='-pro-table'].ap-table--sticky .aplus-ap-table__table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
299
|
+
[class*='-basic-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
300
|
+
[class*='-ap-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination,
|
|
301
|
+
[class*='-pro-table'].ap-table--sticky .ant-table-wrapper .ant-spin-container:has(.aplus-scroll-bar) ul.ant-pagination {
|
|
302
302
|
padding-top: 8px;
|
|
303
303
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import '../../mixins/config.less';
|
|
2
2
|
|
|
3
3
|
@tw: ~'@{ns}-ap-table__table-wrapper';
|
|
4
|
+
@sb: ~'@{ns}-scroll-bar';
|
|
4
5
|
// vben表格
|
|
5
6
|
// 新增对sticky表格的样式类型
|
|
6
7
|
[class$='-basic-table'],
|
|
@@ -159,14 +160,14 @@
|
|
|
159
160
|
}
|
|
160
161
|
}
|
|
161
162
|
}
|
|
162
|
-
.@{
|
|
163
|
+
.@{sb} {
|
|
163
164
|
position: sticky;
|
|
164
165
|
bottom: -1px;
|
|
165
166
|
z-index: 90;
|
|
166
167
|
}
|
|
167
168
|
|
|
168
169
|
&:has(ul.ant-pagination) {
|
|
169
|
-
.@{
|
|
170
|
+
.@{sb} {
|
|
170
171
|
bottom: 56px;
|
|
171
172
|
}
|
|
172
173
|
}
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
background-color: #ffffff;
|
|
181
182
|
}
|
|
182
183
|
|
|
183
|
-
&:has(.@{
|
|
184
|
+
&:has(.@{sb}) {
|
|
184
185
|
ul.ant-pagination {
|
|
185
186
|
padding-top: 8px;
|
|
186
187
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.aplus-editable-grid__header-cell--required {
|
|
2
|
+
color: #FF4D4F;
|
|
3
|
+
padding-right: 2px;
|
|
4
|
+
}
|
|
5
|
+
.aplus-editable-grid-table-header__title {
|
|
6
|
+
display: -webkit-inline-box;
|
|
7
|
+
-webkit-line-clamp: 2;
|
|
8
|
+
-webkit-box-orient: vertical;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
text-overflow: ellipsis;
|
|
11
|
+
white-space: normal;
|
|
12
|
+
max-width: 100%;
|
|
13
|
+
vertical-align: middle;
|
|
14
|
+
word-break: break-all;
|
|
15
|
+
flex: 1;
|
|
16
|
+
}
|
|
17
|
+
.aplus-editable-grid .ant-form-item {
|
|
18
|
+
margin-bottom: 20px;
|
|
19
|
+
}
|
|
20
|
+
.aplus-editable-grid .vxe-cell:has(.is-editable) {
|
|
21
|
+
padding-block: 20px 0px !important;
|
|
22
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@import '../mixins/mixins.less';
|
|
2
|
+
|
|
3
|
+
.b(editable-grid, {
|
|
4
|
+
&__header-cell--required {
|
|
5
|
+
color: #FF4D4F;
|
|
6
|
+
padding-right: 2px;
|
|
7
|
+
}
|
|
8
|
+
&-table-header {
|
|
9
|
+
&__title {
|
|
10
|
+
display: -webkit-inline-box;
|
|
11
|
+
-webkit-line-clamp: 2;
|
|
12
|
+
-webkit-box-orient: vertical;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
text-overflow: ellipsis;
|
|
15
|
+
white-space: normal;
|
|
16
|
+
max-width: 100%;
|
|
17
|
+
vertical-align: middle;
|
|
18
|
+
word-break: break-all;
|
|
19
|
+
flex: 1;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
.ant-form-item {
|
|
23
|
+
margin-bottom: 20px;
|
|
24
|
+
}
|
|
25
|
+
.vxe-cell:has(.is-editable) {
|
|
26
|
+
padding-block: 20px 0px !important;
|
|
27
|
+
}
|
|
28
|
+
});
|
package/theme/index.css
CHANGED
|
@@ -2242,3 +2242,25 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
|
|
|
2242
2242
|
word-break: break-all;
|
|
2243
2243
|
flex: 1;
|
|
2244
2244
|
}
|
|
2245
|
+
.aplus-editable-grid__header-cell--required {
|
|
2246
|
+
color: #FF4D4F;
|
|
2247
|
+
padding-right: 2px;
|
|
2248
|
+
}
|
|
2249
|
+
.aplus-editable-grid-table-header__title {
|
|
2250
|
+
display: -webkit-inline-box;
|
|
2251
|
+
-webkit-line-clamp: 2;
|
|
2252
|
+
-webkit-box-orient: vertical;
|
|
2253
|
+
overflow: hidden;
|
|
2254
|
+
text-overflow: ellipsis;
|
|
2255
|
+
white-space: normal;
|
|
2256
|
+
max-width: 100%;
|
|
2257
|
+
vertical-align: middle;
|
|
2258
|
+
word-break: break-all;
|
|
2259
|
+
flex: 1;
|
|
2260
|
+
}
|
|
2261
|
+
.aplus-editable-grid .ant-form-item {
|
|
2262
|
+
margin-bottom: 20px;
|
|
2263
|
+
}
|
|
2264
|
+
.aplus-editable-grid .vxe-cell:has(.is-editable) {
|
|
2265
|
+
padding-block: 20px 0px !important;
|
|
2266
|
+
}
|
package/theme/index.less
CHANGED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
.ant-alert {
|
|
2
|
-
align-items: flex-start;
|
|
3
|
-
width: 100%;
|
|
4
|
-
padding: 6px 12px;
|
|
5
|
-
border-radius: 4px;
|
|
6
|
-
}
|
|
7
|
-
.ant-alert .ant-alert-close-icon {
|
|
8
|
-
line-height: 18px;
|
|
9
|
-
}
|
|
10
|
-
.ant-alert .ant-alert-icon {
|
|
11
|
-
font-size: 16px;
|
|
12
|
-
transform: translateY(1px);
|
|
13
|
-
margin-inline-end: 8px;
|
|
14
|
-
}
|
|
15
|
-
.ant-alert .ant-alert-message {
|
|
16
|
-
color: #333333;
|
|
17
|
-
font-weight: normal !important;
|
|
18
|
-
font-size: 12px;
|
|
19
|
-
line-height: 18px;
|
|
20
|
-
}
|
|
21
|
-
.ant-alert .ant-alert-message .href {
|
|
22
|
-
color: #1890ff;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
}
|
|
25
|
-
.ant-alert .ant-alert-description {
|
|
26
|
-
color: #333333;
|
|
27
|
-
font-weight: normal;
|
|
28
|
-
font-size: 12px;
|
|
29
|
-
line-height: 18px;
|
|
30
|
-
}
|
|
31
|
-
.ant-alert-with-description .ant-alert-message {
|
|
32
|
-
margin-bottom: 4px;
|
|
33
|
-
font-weight: bold !important;
|
|
34
|
-
}
|
|
35
|
-
.ant-alert-warning {
|
|
36
|
-
background: rgba(250, 173, 20, 0.1);
|
|
37
|
-
border: 1px solid rgba(250, 173, 20, 0.4);
|
|
38
|
-
}
|
|
39
|
-
.ant-alert-info {
|
|
40
|
-
background: rgba(24, 144, 255, 0.1);
|
|
41
|
-
border: 1px solid rgba(24, 144, 255, 0.4);
|
|
42
|
-
}
|
|
43
|
-
.ant-alert-success {
|
|
44
|
-
background: rgba(52, 183, 124, 0.1);
|
|
45
|
-
border: 1px solid rgba(52, 183, 124, 0.4);
|
|
46
|
-
}
|
|
47
|
-
.ant-alert-error {
|
|
48
|
-
background: rgba(255, 77, 79, 0.1);
|
|
49
|
-
border: 1px solid rgba(255, 77, 79, 0.4);
|
|
50
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
.ant-btn {
|
|
2
|
-
box-shadow: none;
|
|
3
|
-
}
|
|
4
|
-
.ant-btn-primary[disabled],
|
|
5
|
-
.ant-btn-primary[disabled]:hover {
|
|
6
|
-
color: #ffffff !important;
|
|
7
|
-
background: #d6f1e5 !important;
|
|
8
|
-
border-color: #d6f1e5 !important;
|
|
9
|
-
}
|
|
10
|
-
.ant-btn-dangerous[disabled],
|
|
11
|
-
.ant-btn-dangerous[disabled]:hover {
|
|
12
|
-
color: #ffffff !important;
|
|
13
|
-
background: #ffdbdc !important;
|
|
14
|
-
border-color: #ffdbdc !important;
|
|
15
|
-
}
|
|
16
|
-
.ant-btn-default[disabled],
|
|
17
|
-
.ant-btn-default[disabled]:hover {
|
|
18
|
-
color: #bfbfbf !important;
|
|
19
|
-
background: #fafafa !important;
|
|
20
|
-
border-color: #d9d9d9 !important;
|
|
21
|
-
}
|
|
22
|
-
.ant-btn-link[disabled],
|
|
23
|
-
.ant-btn-link[disabled]:hover,
|
|
24
|
-
.ant-btn-text[disabled],
|
|
25
|
-
.ant-btn-text[disabled]:hover {
|
|
26
|
-
color: rgba(24, 144, 255, 0.2) !important;
|
|
27
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
.ant-form .ant-form-item label {
|
|
2
|
-
font-weight: normal;
|
|
3
|
-
}
|
|
4
|
-
.ant-form .ant-form-item label svg {
|
|
5
|
-
color: #34b77c;
|
|
6
|
-
}
|
|
7
|
-
.ant-form .ant-form-item-control {
|
|
8
|
-
padding-left: 0;
|
|
9
|
-
}
|
|
10
|
-
.ant-form .ant-form-item-control .ant-form-item-explain-error {
|
|
11
|
-
font-size: 12px;
|
|
12
|
-
}
|
|
13
|
-
.ant-input::-moz-placeholder {
|
|
14
|
-
color: #bfbfbf;
|
|
15
|
-
}
|
|
16
|
-
.ant-input::placeholder {
|
|
17
|
-
color: #bfbfbf;
|
|
18
|
-
}
|
|
19
|
-
.ant-select .ant-select-selection-placeholder {
|
|
20
|
-
color: #bfbfbf;
|
|
21
|
-
}
|
|
22
|
-
.ant-picker .ant-picker-input > input::-moz-placeholder {
|
|
23
|
-
color: #bfbfbf;
|
|
24
|
-
}
|
|
25
|
-
.ant-picker .ant-picker-input > input::placeholder {
|
|
26
|
-
color: #bfbfbf;
|
|
27
|
-
}
|
|
28
|
-
.ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
|
|
29
|
-
color: #bfbfbf;
|
|
30
|
-
}
|
|
31
|
-
.ant-input-number .ant-input-number-input-wrap > input::placeholder {
|
|
32
|
-
color: #bfbfbf;
|
|
33
|
-
}
|
|
34
|
-
input.ant-input[disabled] {
|
|
35
|
-
color: #666666;
|
|
36
|
-
}
|
|
37
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'],
|
|
38
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] {
|
|
39
|
-
padding: 16px;
|
|
40
|
-
}
|
|
41
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content,
|
|
42
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
|
|
43
|
-
display: flex;
|
|
44
|
-
align-items: center;
|
|
45
|
-
justify-content: flex-end;
|
|
46
|
-
}
|
|
47
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary,
|
|
48
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
|
|
49
|
-
order: 1;
|
|
50
|
-
}
|
|
51
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default,
|
|
52
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
|
|
53
|
-
order: 2;
|
|
54
|
-
margin-right: 0;
|
|
55
|
-
}
|
|
56
|
-
div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link,
|
|
57
|
-
div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
|
|
58
|
-
order: 3;
|
|
59
|
-
margin-left: 0.5rem;
|
|
60
|
-
}
|