feat: 优化页面样式边距

This commit is contained in:
alger
2026-02-08 01:39:20 +08:00
parent e53a035ebc
commit ae20f78ec0
34 changed files with 1201 additions and 2107 deletions
+1 -2
View File
@@ -1,5 +1,5 @@
<template>
<div class="app-container" :class="{ mobile: isMobile, noElectron: !isElectron }">
<div class="app-container h-full w-full" :class="{ mobile: isMobile, noElectron: !isElectron }">
<n-config-provider :theme="theme === 'dark' ? darkTheme : lightTheme">
<n-dialog-provider>
<n-message-provider>
@@ -177,7 +177,6 @@ onMounted(async () => {
<style lang="scss" scoped>
.app-container {
@apply h-full w-full;
user-select: none;
}