From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整

---
 uniapps/work-app/src/subPackages/userDetail/infos/index.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/uniapps/work-app/src/subPackages/userDetail/infos/index.vue b/uniapps/work-app/src/subPackages/userDetail/infos/index.vue
index 02b3c37..3e3b0b5 100644
--- a/uniapps/work-app/src/subPackages/userDetail/infos/index.vue
+++ b/uniapps/work-app/src/subPackages/userDetail/infos/index.vue
@@ -87,10 +87,10 @@
 			label: '女',
 			name: '1'
 		},
-		{
-			label: '未知',
-			name: '2'
-		}
+		// {
+		// 	label: '未知',
+		// 	name: '2'
+		// }
 	]
 	// 校验手机号
 	const validatePhone = () => {
@@ -361,13 +361,13 @@
 
 	.custom-style {
 		width: 276rpx;
-		height: 100rpx;
+		height: 76rpx;
 		  font-family: "Source Han Sans CN";
 		font-weight: 400;
-		font-size: 36rpx;
+		font-size: 28rpx;
 	}
 	:deep(.u-button.data-v-461e713c){
 		width: 276rpx !important;
-		height: 100rpx !important;
+		height: 76rpx !important;
 	}
 </style>

--
Gitblit v1.9.3