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 {
height: calc(100% - 50px);
display: flex;
padding-top: 25px;
}
.left {
width: 540px;

View File

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

View File

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

View File

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