From 8a355a61b8ef1df68ac84acfdfd5aaa5ac93db01 Mon Sep 17 00:00:00 2001 From: fanpeijiang <1121903167@qq.com> Date: Wed, 12 Oct 2022 20:00:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E9=A2=98=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/planetDesign/Theme/components/ThemeExample/index.vue | 2 +- src/views/planetDesign/Theme/components/ThemeLeft/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/planetDesign/Theme/components/ThemeExample/index.vue b/src/views/planetDesign/Theme/components/ThemeExample/index.vue index 43ae0ee2..1b9d032a 100644 --- a/src/views/planetDesign/Theme/components/ThemeExample/index.vue +++ b/src/views/planetDesign/Theme/components/ThemeExample/index.vue @@ -103,7 +103,7 @@ const isMobile = ref('pc') .theme-example-bg { position: absolute; - left: 405px; + left: 305px; right: 300px; height: calc(100% - 200px) !important; overflow-y: auto; diff --git a/src/views/planetDesign/Theme/components/ThemeLeft/index.vue b/src/views/planetDesign/Theme/components/ThemeLeft/index.vue index 16d98339..9ef35399 100644 --- a/src/views/planetDesign/Theme/components/ThemeLeft/index.vue +++ b/src/views/planetDesign/Theme/components/ThemeLeft/index.vue @@ -87,7 +87,7 @@ const choiceSkin = (e) => { border: 4px solid #1c6fff; } .theme-img { - width: 240px; + width: 100%; height: 116px; object-fit: cover; border-radius: 6px 6px 0px 0px;