From 9453bef1fc4a3121b28ffa6617f0fbfc81d9f634 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 19 五月 2025 17:35:11 +0800 Subject: [PATCH] fix: 修改首页ui --- apps/taro/src/components/Layout/PageLayout.vue | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/taro/src/components/Layout/PageLayout.vue b/apps/taro/src/components/Layout/PageLayout.vue index 4396c42..02fa48e 100644 --- a/apps/taro/src/components/Layout/PageLayout.vue +++ b/apps/taro/src/components/Layout/PageLayout.vue @@ -10,7 +10,7 @@ v-if="hasLinearBg" class="page-layout-linear-bg" :style="{ - height: Taro.pxTransform(props.linearBgHeight), + height: '100%', }" ></div> </slot> @@ -136,13 +136,7 @@ top: 0; left: 0; width: 100%; - background: linear-gradient( - 180deg, - boleGetCssVar('color', 'primary') 0%, - #5a86f6 56%, - #f9f9fb 100% - ); - filter: blur(0px); + background: linear-gradient(180deg, #7cd0ff 0%, rgba(255, 255, 255, 0) 43%, #ffffff 100%); border-radius: 0px 0px 20px 20px; } -- Gitblit v1.9.1