hookehuyr

fix: 更新项目配置文件和修复头像删除按钮样式

更新项目中的appid配置,确保一致性
调整头像删除按钮的高度样式,使用rpx单位
......@@ -2,7 +2,7 @@
"miniprogramRoot": "./dist",
"projectname": "lls_program",
"description": "lls_program",
"appid": "wx5cda2321cfcf9efa",
"appid": "wxbf875033c6115304",
"setting": {
"urlCheck": true,
"es6": false,
......
......@@ -2,7 +2,7 @@
"miniprogramRoot": "./",
"projectname": "lls_program",
"description": "lls_program",
"appid": "touristappid",
"appid": "wxbf875033c6115304",
"setting": {
"urlCheck": true,
"es6": false,
......
<!--
* @Date: 2025-08-27 17:44:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-16 13:50:15
* @LastEditTime: 2025-09-16 17: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>
......