From e47c70d32e6fa7c9cb16ca19a79338ea36a83e94 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 10 六月 2025 16:38:37 +0800 Subject: [PATCH] fix: v1.4 --- 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