Przeglądaj źródła

fix(LeftMenuLayout): correct background image path in style

ebagabee 3 tygodni temu
rodzic
commit
f236d71f7b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/layout/LeftMenuLayout.vue

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

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