@skyfox2000/webui 1.6.16 → 1.6.18
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/package.json
CHANGED
|
@@ -125,7 +125,7 @@ import message from 'vue-m-message';
|
|
|
125
125
|
//引入相关样式
|
|
126
126
|
import type { UploadProps } from 'ant-design-vue';
|
|
127
127
|
import VueOfficeExcel from '@vue-office/excel';
|
|
128
|
-
import '@vue-office/excel/lib/index.css';
|
|
128
|
+
import '@vue-office/excel/lib/v3/index.css';
|
|
129
129
|
|
|
130
130
|
type AlertType = 'success' | 'info' | 'warning' | 'error';
|
|
131
131
|
type FileType = 'excel' | 'csv' | 'both';
|