@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyfox2000/webui",
3
- "version": "1.6.16",
3
+ "version": "1.6.18",
4
4
  "description": "后台前端通用组件定义, 支持国际化",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -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';