From 734cbe27b0fcbf2bed9337298c84871d504e9cf5 Mon Sep 17 00:00:00 2001
From: "Ray.Hao" <1490493387@qq.com>
Date: Mon, 30 Mar 2026 12:49:42 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/styles/layout/_layout.scss | 8 +++-----
src/views/profile/notice/index.vue | 7 +------
src/views/system/log/index.vue | 7 +------
tsconfig.eslint.json | 7 +------
4 files changed, 6 insertions(+), 23 deletions(-)
diff --git a/src/styles/layout/_layout.scss b/src/styles/layout/_layout.scss
index 3bf3e35e..e0fb39c3 100644
--- a/src/styles/layout/_layout.scss
+++ b/src/styles/layout/_layout.scss
@@ -1,7 +1,7 @@
/**
* 全局标准布局样式
*/
-
+
.page-container {
padding: 16px;
}
@@ -27,19 +27,18 @@
.el-card__body {
padding: 12px 12px 0;
}
-
}
.page-content {
- flex: 1;
display: flex;
+ flex: 1;
flex-direction: column;
}
.page-toolbar {
display: flex;
- justify-content: space-between;
align-items: center;
+ justify-content: space-between;
margin-bottom: 16px;
&__left,
@@ -49,7 +48,6 @@
}
}
-
/* 混合布局左侧菜单 hover 样式 */
.layout-mix .layout__sidebar--left .el-menu {
.el-menu-item:hover,
diff --git a/src/views/profile/notice/index.vue b/src/views/profile/notice/index.vue
index 46d24bec..dffc85e0 100644
--- a/src/views/profile/notice/index.vue
+++ b/src/views/profile/notice/index.vue
@@ -30,12 +30,7 @@
-
+
diff --git a/src/views/system/log/index.vue b/src/views/system/log/index.vue
index 127f8bbc..38042336 100644
--- a/src/views/system/log/index.vue
+++ b/src/views/system/log/index.vue
@@ -32,12 +32,7 @@
-
+
diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json
index 1bfedc4c..e36f1c03 100644
--- a/tsconfig.eslint.json
+++ b/tsconfig.eslint.json
@@ -1,9 +1,4 @@
{
"extends": "./tsconfig.json",
- "include": [
- "src/**/*",
- "mock/**/*",
- "vite.config.ts",
- "eslint.config.ts"
- ]
+ "include": ["src/**/*", "mock/**/*", "vite.config.ts", "eslint.config.ts"]
}