Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-19 23:03:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13d7f076fe591dec2a6b58eae6ae3d7c43ac4f43
13d7f076
1 parent
eb48a5f4
style(页面样式): 调整幼儿园名称和编辑按钮的文本样式
- 将幼儿园名称字体大小调整为sm - 移除幼儿园地址显示 - 编辑按钮字体大小调整为sm
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/JoinOrganization/index.vue
src/pages/Profile/index.vue
src/pages/JoinOrganization/index.vue
View file @
13d7f07
...
...
@@ -50,8 +50,8 @@
</view>
<!-- 幼儿园信息 -->
<view class="flex-1">
<view class="font-medium text-gray-900 mb-1">{{ matchedKindergarten.name }}</view>
<
view class="text-sm text-gray-600">{{ matchedKindergarten.address }}</view
>
<view class="
text-sm
font-medium text-gray-900 mb-1">{{ matchedKindergarten.name }}</view>
<
!-- <view class="text-sm text-gray-600">{{ matchedKindergarten.address }}</view> --
>
</view>
</view>
</view>
...
...
src/pages/Profile/index.vue
View file @
13d7f07
<!--
* @Date: 2025-08-27 17:47:46
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-
09 15:09:58
* @LastEditTime: 2025-09-
19 23:01:49
* @FilePath: /lls_program/src/pages/Profile/index.vue
* @Description: 文件描述
-->
...
...
@@ -19,7 +19,7 @@
<h1 class="text-xl font-bold text-white">{{ userInfo.nickName }}</h1>
</view>
</view>
<view v-if="userInfo?.birth_date" @tap="goToEditProfile" class="text-white">
<view v-if="userInfo?.birth_date" @tap="goToEditProfile" class="text-white
text-sm
">
<span>编辑</span>
</view>
</view>
...
...
Please
register
or
login
to post a comment