perf: style update

This commit is contained in:
pipipi-pikachu 2023-07-30 10:56:07 +08:00
parent 6285188fc6
commit 7e396eb6d3
4 changed files with 3 additions and 1 deletions

View File

@ -154,7 +154,6 @@ const insertSymbol = (latex: string) => {
.container { .container {
height: calc(100% - 50px); height: calc(100% - 50px);
display: flex; display: flex;
padding-top: 25px;
} }
.left { .left {
width: 540px; width: 540px;

View File

@ -86,6 +86,7 @@
v-model:open="linkDialogVisible" v-model:open="linkDialogVisible"
:footer="null" :footer="null"
centered centered
:closable="false"
:width="540" :width="540"
destroyOnClose destroyOnClose
> >

View File

@ -105,6 +105,7 @@
v-model:open="latexEditorVisible" v-model:open="latexEditorVisible"
:footer="null" :footer="null"
centered centered
:closable="false"
:width="880" :width="880"
destroyOnClose destroyOnClose
> >

View File

@ -31,6 +31,7 @@
v-model:open="latexEditorVisible" v-model:open="latexEditorVisible"
:footer="null" :footer="null"
centered centered
:closable="false"
:width="880" :width="880"
destroyOnClose destroyOnClose
> >