From 543343090af1de17ddc9c1684cea5681c2bf3ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 24 Apr 2025 18:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/diy/components/diy/float-window.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/diy/components/diy/float-window.vue b/pages/diy/components/diy/float-window.vue index eaca0a25..6abd5a4e 100644 --- a/pages/diy/components/diy/float-window.vue +++ b/pages/diy/components/diy/float-window.vue @@ -119,9 +119,10 @@ .float-window-movable-container { position: fixed; width: 100%; + max-width: 1600rpx; height: 100%; top: 0; - left: 0; + // left: 0; background: transparent; pointer-events: none; z-index: 103; @@ -135,6 +136,7 @@ z-index: 1; width: 100rpx; height: 100rpx; + padding: 10rpx; border-radius: 50%; } .float-window-spread .ring {