浏览代码

fix(LeftMenuLayout): correct background image path in style

ebagabee 4 周之前
父节点
当前提交
f236d71f7b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/layout/LeftMenuLayout.vue

+ 1 - 1
src/components/layout/LeftMenuLayout.vue

@@ -328,7 +328,7 @@ onMounted(() => {
 }
 }
 
 
 .q-drawer-container {
 .q-drawer-container {
-  background-image: url("images/background-opacity.png");
+  background-image: url("/images/background-opacity.png");
   background-position: 15%;
   background-position: 15%;
 }
 }
 </style>
 </style>