From 8f1c6f4369b0f203cbbc09910a04862f78a8f0bc Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 19 Jan 2025 10:55:35 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/AIPPTDialog.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/Editor/AIPPTDialog.vue b/src/views/Editor/AIPPTDialog.vue index aba38067..d513e283 100644 --- a/src/views/Editor/AIPPTDialog.vue +++ b/src/views/Editor/AIPPTDialog.vue @@ -198,7 +198,13 @@ const createPPT = async () => { .template { border: 2px solid $borderColor; border-radius: $borderRadius; - @include flex-grid-layout-children(2, 49%); + width: 304px; + height: 172.75px; + margin-bottom: 12px; + + &:not(:nth-child(2n)) { + margin-right: 12px; + } &.selected { border-color: $themeColor;