From f34af9bbc5ec1a40fa5d9f658ea2face2fb13b19 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 10 九月 2025 15:04:44 +0800 Subject: [PATCH] fix: 公告 --- apps/taro/src/subpackages/userAccount/editGasUserAccount/editGasUserAccount.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/taro/src/subpackages/userAccount/editGasUserAccount/editGasUserAccount.vue b/apps/taro/src/subpackages/userAccount/editGasUserAccount/editGasUserAccount.vue index 2c239b0..e6a01c5 100644 --- a/apps/taro/src/subpackages/userAccount/editGasUserAccount/editGasUserAccount.vue +++ b/apps/taro/src/subpackages/userAccount/editGasUserAccount/editGasUserAccount.vue @@ -1,5 +1,5 @@ <template> - <PageLayout title="缂栬緫" class="editGasUserAccount-page-wrapper" hasBorder> + <PageLayout title="缂栬緫" class="editGasUserAccount-page-wrapper" hasBgColor> <InnerPage /> </PageLayout> </template> -- Gitblit v1.9.1