From 569785e9834ddac5fa21ff1f70a803e7f99a4fac Mon Sep 17 00:00:00 2001 From: sdaduanbilei-d1581 Date: Tue, 16 Sep 2025 16:23:30 +0800 Subject: [PATCH] =?UTF-8?q?[add]=20UI=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- package.json | 2 +- src/assets/style/main.scss | 20 +- src/layout/header.vue | 5 +- src/layout/index.vue | 26 +- src/layout/left.vue | 24 +- src/views/login/index.vue | 56 +- yarn.lock | 2867 ++++++++++++++++-------------------- 8 files changed, 1314 insertions(+), 1688 deletions(-) diff --git a/index.html b/index.html index 989e7b4..b26ef70 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 酷猫 + 植趣
diff --git a/package.json b/package.json index ff42521..353fb4d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "wt_workbench_web", + "name": "plane-web-admin", "private": true, "version": "0.0.0", "type": "module", diff --git a/src/assets/style/main.scss b/src/assets/style/main.scss index 326d35e..7e2cbc2 100644 --- a/src/assets/style/main.scss +++ b/src/assets/style/main.scss @@ -61,7 +61,7 @@ ol, ul { } body { - background: #F7F8F9; + background: #F8F9FB; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } @@ -274,7 +274,7 @@ img { .wrapper { min-width: 1080px; - width: 70%; + width: 52%; margin: 0 auto; } @@ -493,6 +493,22 @@ img { margin-left: 20px; } +.mt-32 { + margin-top: 32px; +} + +.mr-32 { + margin-right: 32px; +} + +.mb-32 { + margin-bottom: 32px; +} + +.ml-32 { + margin-left: 32px; +} + .padding { padding: 10px; } diff --git a/src/layout/header.vue b/src/layout/header.vue index 4a44081..d7d5277 100644 --- a/src/layout/header.vue +++ b/src/layout/header.vue @@ -6,9 +6,9 @@
-

酷猫工作台

+

工作台

@@ -65,7 +65,6 @@ export default { const tmp = localStorage.getItem('user') if (tmp) { this.user = JSON.parse(tmp) - console.log('rrrr') this.fetchNotice() } }, diff --git a/src/layout/index.vue b/src/layout/index.vue index 9c0b502..83df94d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,18 +1,14 @@