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; }