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-16 17:15:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1013c4f55bb76aabd46ee44b89d3f3ca24b96bbb
1013c4f5
1 parent
d77843a0
fix: 更新项目配置文件和修复头像删除按钮样式
更新项目中的appid配置,确保一致性 调整头像删除按钮的高度样式,使用rpx单位
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
project.config.json
project.tt.json
src/pages/CreateFamily/index.vue
project.config.json
View file @
1013c4f
...
...
@@ -2,7 +2,7 @@
"miniprogramRoot"
:
"./dist"
,
"projectname"
:
"lls_program"
,
"description"
:
"lls_program"
,
"appid"
:
"wx
5cda2321cfcf9efa
"
,
"appid"
:
"wx
bf875033c6115304
"
,
"setting"
:
{
"urlCheck"
:
true
,
"es6"
:
false
,
...
...
project.tt.json
View file @
1013c4f
...
...
@@ -2,7 +2,7 @@
"miniprogramRoot"
:
"./"
,
"projectname"
:
"lls_program"
,
"description"
:
"lls_program"
,
"appid"
:
"
touristappid
"
,
"appid"
:
"
wxbf875033c6115304
"
,
"setting"
:
{
"urlCheck"
:
true
,
"es6"
:
false
,
...
...
src/pages/CreateFamily/index.vue
View file @
1013c4f
<!--
* @Date: 2025-08-27 17:44:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-16 1
3:50:15
* @LastEditTime: 2025-09-16 1
7:13:50
* @FilePath: /lls_program/src/pages/CreateFamily/index.vue
* @Description: 文件描述
-->
...
...
@@ -128,7 +128,7 @@
<view
v-if="familyAvatar"
@click.stop="deleteAvatar"
class="absolute -top-2 -right-2 w-5
h-5 bg-red-500 rounded-full flex items-center justify-center
"
class="absolute -top-2 -right-2 w-5
bg-red-500 rounded-full flex items-center justify-center" style="height: 41rpx;
"
>
<view class="text-white text-lg">×</view>
</view>
...
...
Please
register
or
login
to post a comment