From ea408eac6343066edcd8ca18117794442b64b545 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 21 五月 2025 17:16:39 +0800 Subject: [PATCH] feat: UI --- 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