From 10ccb194d2c75de995dd5e6f836734cc64a64c89 Mon Sep 17 00:00:00 2001 From: ShenQiLun <97694732@qq.com> Date: Thu, 25 Jun 2026 17:28:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=96=E6=99=AF=E6=A1=86=E5=A4=96?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8D=8A=E9=80=8F=E6=98=8E=E9=BB=91=E8=89=B2?= =?UTF-8?q?=E9=81=AE=E7=BD=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/upload/camera_capture.nvue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pages/upload/camera_capture.nvue b/pages/upload/camera_capture.nvue index 91f258d..123c19e 100644 --- a/pages/upload/camera_capture.nvue +++ b/pages/upload/camera_capture.nvue @@ -12,7 +12,13 @@ @onCameraOpened="onCameraOpened" > - + + + + + + + @@ -170,6 +176,13 @@ background-color: #000000; } + /* 遮罩(取景框外半透明黑色) */ + .cc-mask { + position: absolute; + background-color: rgba(0,0,0,0.55); + z-index: 3; + } + /* 取景框(白色边框,视觉引导) */ .cc-frame { position: absolute;