From 9c4dd9157e6b4db60c1438ac75a6a3346d00a0b3 Mon Sep 17 00:00:00 2001
From: ray <1490493387@qq.com>
Date: Sun, 24 Nov 2024 16:46:20 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E8=87=AA=E5=AE=9A=E4=B9=89?=
=?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=9C=A8=E6=89=8B=E6=9C=BA=E8=A2=AB?=
=?UTF-8?q?=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/index/index.vue | 1 +
src/pages/work/user/index.vue | 59 +++++++++++++++++++++--------------
unocss.config.ts | 1 +
3 files changed, 37 insertions(+), 24 deletions(-)
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 013ad8d..e9bd2a4 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -1,5 +1,6 @@
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -27,6 +28,12 @@
+
+
+
+
+
+
@@ -59,23 +66,28 @@
-
-
-
-
-
-
-
- 编辑
+
+
+
+
+
+
+
+ 编辑
+
+
+
+
+
+
+ 删除
+
+
+
+
-
-
-
- 删除
-
-
-
+
@@ -112,7 +124,6 @@
-
diff --git a/unocss.config.ts b/unocss.config.ts
index 40069df..2194b7b 100644
--- a/unocss.config.ts
+++ b/unocss.config.ts
@@ -14,6 +14,7 @@ export default {
{
"flex-center": "flex justify-center items-center flex-wrap",
"flex-start": "flex justify-start items-center",
+ "flex-end": "flex justify-end items-center",
"flex-col-center": "flex flex-col justify-center items-center",
"flex-between": "flex justify-between items-center",
},