afn-basic-components 1.1.4 → 1.1.5

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": "afn-basic-components",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "基础公共组件库 - 包含GlobalDrawer、MessagePopUp、ProTable等组件和样式",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  import Vue from 'vue'
2
- import SvgIcon from '@/components/SvgIcon'// svg component
2
+ import SvgIcon from '../../components/SvgIcon'// svg component
3
3
 
4
4
  // register globally
5
5
  Vue.component('svg-icon', SvgIcon)
@@ -12,7 +12,7 @@ body {
12
12
  text-rendering: optimizeLegibility;
13
13
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
14
14
  Microsoft YaHei, Arial, sans-serif;
15
- background-image: url("~@/assets/images/background.png"); // 使用你的图片路径
15
+ background-image: url("../assets/images/background.png");
16
16
  background-size: cover;
17
17
  background-position: center;
18
18
  background-repeat: no-repeat;