From e4cad1e4e4549ff3edc3ac76052954802254e18f Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 23:19:41 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A5=97=E8=A3=85=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E5=AF=B9=E6=AF=94=E6=8C=89=E9=92=AE=E7=A7=BB=E5=88=B0=E5=95=86?= =?UTF-8?q?=E4=B8=9Aheader=E5=8C=BA=E5=9F=9F=EF=BC=8C=E4=B8=8E=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=97=E8=A1=A8=E5=88=86=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/Projects.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Projects.vue b/frontend/src/views/Projects.vue index 7738ccc..329eb4a 100644 --- a/frontend/src/views/Projects.vue +++ b/frontend/src/views/Projects.vue @@ -4,13 +4,13 @@
💼
商业用户专属功能,包含项目核算、成本分析等工具
+

📊 服务项目成本利润分析

-
@@ -876,12 +876,14 @@ function formatDate(d) { } .btn-kit-compare { + display: inline-block; + margin-top: 12px; background: linear-gradient(135deg, #f0e6d3 0%, #e8d5b8 100%); color: #7a6540; border: 1.5px solid #d4c4a0; border-radius: 10px; - padding: 6px 14px; - font-size: 12px; + padding: 8px 20px; + font-size: 13px; cursor: pointer; font-family: inherit; font-weight: 500;