style(页面样式): 调整幼儿园名称和编辑按钮的文本样式
- 将幼儿园名称字体大小调整为sm - 移除幼儿园地址显示 - 编辑按钮字体大小调整为sm
Showing
2 changed files
with
4 additions
and
4 deletions
| ... | @@ -50,8 +50,8 @@ | ... | @@ -50,8 +50,8 @@ |
| 50 | </view> | 50 | </view> |
| 51 | <!-- 幼儿园信息 --> | 51 | <!-- 幼儿园信息 --> |
| 52 | <view class="flex-1"> | 52 | <view class="flex-1"> |
| 53 | - <view class="font-medium text-gray-900 mb-1">{{ matchedKindergarten.name }}</view> | 53 | + <view class="text-sm font-medium text-gray-900 mb-1">{{ matchedKindergarten.name }}</view> |
| 54 | - <view class="text-sm text-gray-600">{{ matchedKindergarten.address }}</view> | 54 | + <!-- <view class="text-sm text-gray-600">{{ matchedKindergarten.address }}</view> --> |
| 55 | </view> | 55 | </view> |
| 56 | </view> | 56 | </view> |
| 57 | </view> | 57 | </view> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-08-27 17:47:46 | 2 | * @Date: 2025-08-27 17:47:46 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-09-09 15:09:58 | 4 | + * @LastEditTime: 2025-09-19 23:01:49 |
| 5 | * @FilePath: /lls_program/src/pages/Profile/index.vue | 5 | * @FilePath: /lls_program/src/pages/Profile/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | <h1 class="text-xl font-bold text-white">{{ userInfo.nickName }}</h1> | 19 | <h1 class="text-xl font-bold text-white">{{ userInfo.nickName }}</h1> |
| 20 | </view> | 20 | </view> |
| 21 | </view> | 21 | </view> |
| 22 | - <view v-if="userInfo?.birth_date" @tap="goToEditProfile" class="text-white"> | 22 | + <view v-if="userInfo?.birth_date" @tap="goToEditProfile" class="text-white text-sm"> |
| 23 | <span>编辑</span> | 23 | <span>编辑</span> |
| 24 | </view> | 24 | </view> |
| 25 | </view> | 25 | </view> | ... | ... |
-
Please register or login to post a comment