From a96b1cc6ea9d682f4d01b54f08bdfdb907105c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=82=85=E5=85=89=E5=AD=9F?= Date: Thu, 12 Feb 2026 09:46:13 +0800 Subject: [PATCH] =?UTF-8?q?style(pages):=20=E7=BB=9F=E4=B8=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=B9=E5=99=A8=E6=A0=B7=E5=BC=8F=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=A6=82=E5=BF=B5=E6=96=B0=E9=97=BB=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为多个页面添加 max-width: 750rpx 和 margin: 0 auto 样式 - 统一页面容器宽度限制,提升移动端显示效果 - 调整概念新闻内容显示行数从2行改为1行 --- src/pages/concept/index.vue | 2 ++ src/pages/detail/indexNewsInfo.vue | 3 +++ src/pages/foreign/index.vue | 2 ++ src/pages/industry/index.vue | 2 ++ src/pages/macroscopic/index.vue | 2 ++ src/pages/realtimeInfo/components/ConceptNewsView/index.vue | 2 +- src/pages/recommend/index.vue | 2 ++ 7 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/pages/concept/index.vue b/src/pages/concept/index.vue index 304f193..604051a 100644 --- a/src/pages/concept/index.vue +++ b/src/pages/concept/index.vue @@ -113,6 +113,8 @@ onMounted(async () => { .container { position: relative; width: 100%; + max-width: 750rpx; + margin: 0 auto; background-color: #fff; } diff --git a/src/pages/detail/indexNewsInfo.vue b/src/pages/detail/indexNewsInfo.vue index fb53223..c65614b 100644 --- a/src/pages/detail/indexNewsInfo.vue +++ b/src/pages/detail/indexNewsInfo.vue @@ -250,6 +250,9 @@ onLoad(async (option: any) => { diff --git a/src/pages/macroscopic/index.vue b/src/pages/macroscopic/index.vue index 71ff7fd..5f9b68d 100644 --- a/src/pages/macroscopic/index.vue +++ b/src/pages/macroscopic/index.vue @@ -132,6 +132,8 @@ onMounted(async () => {