From 9b47d54a72046f3926c5620bfd4c836db5c61147 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期五, 12 九月 2025 13:32:24 +0800 Subject: [PATCH] feat: 公告 --- 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