From cd74b0dc6f1d39177c9145f3348763386bf4c6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=5F=E4=BD=B3?= Date: Thu, 22 Jan 2026 18:14:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=A0=87=E9=A2=98=E6=96=87=E6=9C=AC=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=8D=A1=E7=89=87=E5=B8=83=E5=B1=80=E4=B8=8E=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=8D=A2=E8=A1=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/i18n/messages/cn.json | 4 ++-- web1/src/views/home/index.vue | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web/i18n/messages/cn.json b/web/i18n/messages/cn.json index 5cd2a14..ecbcdf9 100644 --- a/web/i18n/messages/cn.json +++ b/web/i18n/messages/cn.json @@ -1,6 +1,6 @@ { "lang": "中文", - "app_name": "估值后台管理系统", + "app_name": "非遗IP图样类知识产权价值评估系统", "header": { "label_profile": "个人信息", "label_logout": "退出登录", @@ -83,4 +83,4 @@ "update": "修改" } } -} \ No newline at end of file +} diff --git a/web1/src/views/home/index.vue b/web1/src/views/home/index.vue index 1e17f2d..2fd6179 100644 --- a/web1/src/views/home/index.vue +++ b/web1/src/views/home/index.vue @@ -7,7 +7,7 @@ -

非遗IP价值评估系统

+

非遗IP图样类知识产权价值评估系统

基于深度学习算法的智能评估系统,为您的知识产权和非物质文化遗产提供专业的价值评估服务

@@ -74,7 +74,7 @@ async function handleStartEvaluation() { border-radius: 24px; padding: 60px 80px; text-align: center; - max-width: 900px; + max-width: 1200px; width: 100%; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.5); @@ -98,6 +98,7 @@ async function handleStartEvaluation() { color: #333; margin-bottom: 24px; letter-spacing: 2px; + white-space: nowrap; } .subtitle { @@ -137,10 +138,12 @@ async function handleStartEvaluation() { @media (max-width: 768px) { .glass-card { padding: 40px 20px; + max-width: 100%; } .main-title { font-size: 32px; + white-space: normal; } .subtitle {