From 155f2b80f2a9b6f900c73f6e4461e9cebb7cd028 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 10 十月 2023 17:12:20 +0800 Subject: [PATCH] # --- pages/user/user_detail/userDetail.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/user/user_detail/userDetail.vue b/pages/user/user_detail/userDetail.vue index 1c36780..7fa8d2d 100644 --- a/pages/user/user_detail/userDetail.vue +++ b/pages/user/user_detail/userDetail.vue @@ -93,7 +93,7 @@ clickk() { uni.showToast({ icon:'error', - title: '绉诲姩绔殏涓嶆敮鎸佷慨鏀癸紝璇疯嚦鐢佃剳绔慨鏀�', + title: '鏆備笉鏀寔淇敼', duration: 2000 }) }, @@ -116,6 +116,9 @@ </script> <style> + * { + font-weight: 700; + } .item { background-color: #FFF; min-height: 90rpx; @@ -131,6 +134,7 @@ .item-right { text-align: end; color: #6f6f6f; + font-weight: 400; } .user-icons { text-align: center; -- Gitblit v1.9.1