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"]
}