Commit aab1716b7c5dacba18cf8c48c019726545f1970a
1 parent
c64d974c
预览分享引入DIV层
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/bigscreenDesigner/designer/widget/div/widgetDiv.vue
| @@ -107,7 +107,7 @@ export default { | @@ -107,7 +107,7 @@ export default { | ||
| 107 | position: absolute; | 107 | position: absolute; |
| 108 | width: 6em; | 108 | width: 6em; |
| 109 | height: 6em; | 109 | height: 6em; |
| 110 | - background: url("../../../../../assets/images/widget/div1.svg") no-repeat; | 110 | + background: url("~@/assets/images/widget/div1.svg") no-repeat; |
| 111 | background-size: 100% 100%; | 111 | background-size: 100% 100%; |
| 112 | } | 112 | } |
| 113 | 113 |