From 537d81beb186cbece2f9f46be927ff82fbac060d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 15 Feb 2026 14:10:50 +0100 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=EF=BC=9A=E6=A0=87=E9=A2=98=E5=AE=8C=E6=95=B4=E6=98=BE=E7=A4=BA?= =?UTF-8?q?+=E6=B8=90=E5=8F=98=E8=89=B2=E8=AE=BE=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/layouts/UserLayout.vue | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/jshERP-web/src/components/layouts/UserLayout.vue b/jshERP-web/src/components/layouts/UserLayout.vue index f532483b..809b0e37 100644 --- a/jshERP-web/src/components/layouts/UserLayout.vue +++ b/jshERP-web/src/components/layouts/UserLayout.vue @@ -193,7 +193,7 @@ background-size: 100%; position: relative; width: 340px; - height: 460px; + height: 500px; background: rgba(255, 255, 255, 1); border-radius: 8px; right: 0; @@ -212,24 +212,28 @@ text-align: center; .header { - height: 44px; - line-height: 44px; - margin-top: 35px; - margin-bottom: 35px; + height: auto; + line-height: 1.3; + margin-top: 30px; + margin-bottom: 30px; + text-align: center; .title { - font-size: 35px; - color: #666; + font-size: 28px; + background: linear-gradient(135deg, #1890ff, #722ed1); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: 700; - position: relative; - top: 2px; + letter-spacing: 1px; + display: inline; } .desc { - font-size: 16px; - color: #666; - margin-top: 12px; - margin-left: 10px; - margin-bottom: 40px; + font-size: 14px; + color: #999; + margin-top: 4px; + margin-left: 8px; + display: inline; } } }