From 7e396eb6d3faf279d4f381f4d62d6a2ac938132e Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 30 Jul 2023 10:56:07 +0800 Subject: [PATCH] perf: style update --- src/components/LaTeXEditor/index.vue | 1 - src/views/Editor/Canvas/index.vue | 1 + src/views/Editor/CanvasTool/index.vue | 1 + src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/LaTeXEditor/index.vue b/src/components/LaTeXEditor/index.vue index 3e578a8d..8524cfe3 100644 --- a/src/components/LaTeXEditor/index.vue +++ b/src/components/LaTeXEditor/index.vue @@ -154,7 +154,6 @@ const insertSymbol = (latex: string) => { .container { height: calc(100% - 50px); display: flex; - padding-top: 25px; } .left { width: 540px; diff --git a/src/views/Editor/Canvas/index.vue b/src/views/Editor/Canvas/index.vue index 36fcfc24..76f67c83 100644 --- a/src/views/Editor/Canvas/index.vue +++ b/src/views/Editor/Canvas/index.vue @@ -86,6 +86,7 @@ v-model:open="linkDialogVisible" :footer="null" centered + :closable="false" :width="540" destroyOnClose > diff --git a/src/views/Editor/CanvasTool/index.vue b/src/views/Editor/CanvasTool/index.vue index 36be3c2b..16edf302 100644 --- a/src/views/Editor/CanvasTool/index.vue +++ b/src/views/Editor/CanvasTool/index.vue @@ -105,6 +105,7 @@ v-model:open="latexEditorVisible" :footer="null" centered + :closable="false" :width="880" destroyOnClose > diff --git a/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue b/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue index 06ed6ff6..c5ee2831 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/LatexStylePanel.vue @@ -31,6 +31,7 @@ v-model:open="latexEditorVisible" :footer="null" centered + :closable="false" :width="880" destroyOnClose >