gaoluyang
7 天以前 567fb186b00e8cb8cc90beb9e18c1b01b9c3f4ec
src/pages_mine/pages/info/index.vue
@@ -1,7 +1,7 @@
<template>
  <view class="container">
    <view class="card">
      <van-cell-group inset>
      <van-cell-group>
        <van-cell icon="user" title="昵称" :value="user.nickName" />
        <van-cell icon="phone" title="手机号码" :value="user.phonenumber" />
        <van-cell icon="invitation" title="邮箱" :value="user.email" />
@@ -54,21 +54,21 @@
.container {
  min-height: 100vh;
  padding: 0.75rem; /* 24rpx -> 0.75rem */
  padding: 0; /* 24rpx -> 0.75rem */
  box-sizing: border-box;
}
/* 列表卡片容器 */
.card {
  background-color: #ffffff;
  border-radius: 0.625rem; /* 20rpx -> 0.625rem */
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.06); /* 0 12rpx 32rpx -> 0 0.375rem 1rem */
  overflow: hidden;
}
/* 适配 Vant Cell */
:deep(.van-cell) {
  min-height: 2.875rem; /* 92rpx -> 2.875rem */
  min-height: 3rem; /* 92rpx -> 2.875rem */
   align-items: center;
}
:deep(.van-cell__title) {