mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: style update
This commit is contained in:
parent
6285188fc6
commit
7e396eb6d3
@ -154,7 +154,6 @@ const insertSymbol = (latex: string) => {
|
||||
.container {
|
||||
height: calc(100% - 50px);
|
||||
display: flex;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.left {
|
||||
width: 540px;
|
||||
|
@ -86,6 +86,7 @@
|
||||
v-model:open="linkDialogVisible"
|
||||
:footer="null"
|
||||
centered
|
||||
:closable="false"
|
||||
:width="540"
|
||||
destroyOnClose
|
||||
>
|
||||
|
@ -105,6 +105,7 @@
|
||||
v-model:open="latexEditorVisible"
|
||||
:footer="null"
|
||||
centered
|
||||
:closable="false"
|
||||
:width="880"
|
||||
destroyOnClose
|
||||
>
|
||||
|
@ -31,6 +31,7 @@
|
||||
v-model:open="latexEditorVisible"
|
||||
:footer="null"
|
||||
centered
|
||||
:closable="false"
|
||||
:width="880"
|
||||
destroyOnClose
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user