后台管理系统优化

This commit is contained in:
2025-12-27 16:45:38 +08:00
parent a4e2542b23
commit 464386efe0
14 changed files with 542 additions and 57 deletions
+6 -1
View File
@@ -6,6 +6,11 @@
</script>
<style lang="scss">
/**
* 全局基础样式(仅样式,不涉及业务逻辑)
* - 由 life-script-theme.scss 提供主题变量与 Element Plus 覆盖
* - 这里保留基础 reset 与高度设置
*/
* {
margin: 0;
padding: 0;
@@ -14,6 +19,6 @@
html, body, #app {
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
</style>