style(frontend):调整界面拖动元素

- 在 App.vue 中为底部菜单栏添加 --wails-draggable:drag 样式
- 在 index.html 中移除 body 标签中的 --wails-draggable:drag 样式
This commit is contained in:
ArvinLovegood 2025-03-24 09:12:18 +08:00
parent c08776d028
commit d467adbdec
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<title>go-stock:AI赋能股票分析</title>
<link href="./src/style.css" rel="stylesheet">
</head>
<body style="--wails-draggable:drag">
<body>
<div id="app"></div>
<script src="./src/main.js" type="module"></script>
</body>

View File

@ -254,8 +254,8 @@ onMounted(()=>{
</n-gi>
<n-gi style="position: fixed;bottom:0;z-index: 9;width: 100%">
<n-card size="small">
<n-gi style="position: fixed;bottom:0;z-index: 9;width: 100%;">
<n-card size="small" style="--wails-draggable:drag">
<n-menu style="font-size: 18px;"
v-model:value="activeKey"
mode="horizontal"