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 @@
基于深度学习算法的智能评估系统,为您的知识产权和非物质文化遗产提供专业的价值评估服务
@@ -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 {