From 04b693a25385b56a8101205855d89b2b0d11912e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 2 Sep 2024 09:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/main/index.scss | 15 +++++++++++++++ src/layout/components/main/index.vue | 19 ++----------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/layout/components/main/index.scss b/src/layout/components/main/index.scss index 63dbad91..c42ff795 100644 --- a/src/layout/components/main/index.scss +++ b/src/layout/components/main/index.scss @@ -98,6 +98,21 @@ &::-webkit-scrollbar { display: none; } + .model-wall { + width: 39rem; + background: #f5f5f5; + margin: 0 auto; + .drag-area .float-window { + position: fixed; + max-width: 39rem; + margin: 0 auto; + z-index: 3; + } + .main-content { + max-width: 39rem; + overflow: hidden; + } + } } // 悬浮按钮控制, 未选中情况下宽度自适应 .plug-in-table.float-window { diff --git a/src/layout/components/main/index.vue b/src/layout/components/main/index.vue index ed844547..23a3c8e3 100644 --- a/src/layout/components/main/index.vue +++ b/src/layout/components/main/index.vue @@ -600,22 +600,7 @@ const float_bottom_change = (val: { bottom: string; location: string }, id: stri \ No newline at end of file