From 83aee0d18a4a66f9eb4793d54f69a5d2de19c218 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Mon, 26 May 2025 11:05:33 +0800 Subject: [PATCH] =?UTF-8?q?style(Home):=20=E4=BC=98=E5=8C=96=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=8E=A8=E8=8D=90=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了更多探索提示语的样式和布局 - 添加了 more 类的样式定义,优化了视觉效果 --- src/views/Home/components/HomeRecommend/Index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/Home/components/HomeRecommend/Index.vue b/src/views/Home/components/HomeRecommend/Index.vue index 32988dc..581bcdc 100644 --- a/src/views/Home/components/HomeRecommend/Index.vue +++ b/src/views/Home/components/HomeRecommend/Index.vue @@ -47,8 +47,8 @@ const props = ref([ :props="props" /> -
- - 最新数据及更多创新趋势请到YIP探索 - +
+ - 最新数据及更多创新趋势请到YIP探索 -
@@ -89,5 +89,13 @@ const props = ref([ margin-bottom: 10px; } + + .more { + margin: 20px; + color: #919191; + font-weight: 400; + font-size: 13px; + text-align: center; + } }