From 966603c42276364c1f4cefbb44f97dcbb3d732a7 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 12 Dec 2025 10:35:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=89=E5=AD=90=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=BB=E9=A1=B5=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/my.vue | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/views/home/my.vue b/src/views/home/my.vue index ac4ed909..68add83a 100644 --- a/src/views/home/my.vue +++ b/src/views/home/my.vue @@ -31,7 +31,8 @@
{{ ownerCount }}
-
+
+
发起流程
@@ -39,6 +40,16 @@
{{ group.category }}
+
+
+
流程统计
+ + + + + + +
@@ -153,7 +164,7 @@ const handleSuccess = () => { background: linear-gradient(135deg, rgba(58, 149, 255, 0.95) 0%, rgba(27, 92, 255, 0.95) 100%); - border-radius: 12px; + border-radius: 2px; padding: 20px; box-sizing: border-box; display: flex; @@ -368,7 +379,7 @@ const handleSuccess = () => { .statCard { flex: 1; background: white; - border-radius: 12px; + border-radius: 2px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); text-align: center; @@ -390,9 +401,10 @@ const handleSuccess = () => { /* 快速操作卡片样式 */ .quickActionsCard { background: white; - border-radius: 12px; + border-radius: 2px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); + flex: 2; } .quickActionsTitle { @@ -405,7 +417,7 @@ const handleSuccess = () => { .quickActionsGrid { display: grid; - grid-template-columns: repeat(8, 1fr); + grid-template-columns: repeat(6, 1fr); gap: 6px; }