From 55665805400b693b7341e718cc358c37fc720dba Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 25 Jun 2026 17:33:18 +0800 Subject: [PATCH] =?UTF-8?q?style:=E6=8B=8D=E7=85=A7=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=94=BE=E5=A4=A7=E5=88=B0120rpx(=E5=A4=96=E5=9C=88)/106rpx(?= =?UTF-8?q?=E5=86=85=E5=9C=88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/camera_capture.nvue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/upload/camera_capture.nvue b/pages/upload/camera_capture.nvue index 6a589e9..fadcf8a 100644 --- a/pages/upload/camera_capture.nvue +++ b/pages/upload/camera_capture.nvue @@ -268,16 +268,16 @@ /* 拍照按钮(放大) */ .cc-capture-outer { - width: 100rpx; height: 100rpx; - border-radius: 100rpx; - border-width: 4rpx; + width: 120rpx; height: 120rpx; + border-radius: 120rpx; + border-width: 6rpx; border-color: rgba(255,255,255,0.6); border-style: solid; align-items: center; justify-content: center; } .cc-capture-btn { - width: 88rpx; height: 88rpx; - border-radius: 88rpx; + width: 106rpx; height: 106rpx; + border-radius: 106rpx; background-color: #ffffff; } .cc-capture-btn:active {