0ddd3aeedef7dd85d87e109f76be31621207d775..69c5a8f656c24c4989db30cb1c96e2e970d094d4
2026-01-06 张含笑
feat:界面优化
69c5a8 diff | tree
2026-01-06 张含笑
feat:界面优化
012439 diff | tree
3 files modified
9 ■■■■ changed files
src/pages/user/index.vue 5 ●●●●● patch | view | raw | blame | history
src/subPackages/userDetail/infos/index.vue 2 ●●● patch | view | raw | blame | history
src/subPackages/userDetail/password/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/user/index.vue
@@ -115,6 +115,11 @@
.userBox {
  padding-top: 88rpx;
}
/* #ifdef MP-WEIXIN */
.userBox {
    padding-top: 118rpx;
}
/* #endif */
.userName {
  font-weight: 700;
  font-size: 36rpx;
src/subPackages/userDetail/infos/index.vue
@@ -300,7 +300,7 @@
        width: 276rpx;
        height: 76rpx;
    }
    :deep(.u-button.data-v-461e713c){
    :deep(.u-button){
        width: 276rpx !important;
        height: 76rpx !important;
    }
src/subPackages/userDetail/password/index.vue
@@ -233,7 +233,7 @@
        width: 276rpx;
        height: 76rpx;
    }
    :deep(.u-button.data-v-461e713c){
    :deep(.u-button){
        width: 276rpx !important;
        height: 76rpx !important;
    }