fix(build):修复打包报错

This commit is contained in:
BTMuli
2023-03-10 16:09:40 +08:00
parent 3be87a43fa
commit 4aaaf75e43
2 changed files with 9 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
<v-btn variant="flat" disabled>
<template v-slot:append>
<img
src="src/source/material/原石.png"
src="../source/material/原石.png"
alt="原石"
class="icon"
style="width: 32px"
@@ -232,7 +232,7 @@ async function exportJson() {
</script>
<style lang="css">
/*内容区域*/
/*内容区域 todo @media*/
.wrap-view {
overflow: auto;
height: 840px;