perf: post and singlePage setting modal position

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/3445/head
Ryan Wang 2022-09-28 15:02:44 +08:00
parent bd09cb3815
commit fe72b5ee28
2 changed files with 4 additions and 2 deletions

View File

@ -167,6 +167,7 @@ watchEffect(() => {
:visible="visible" :visible="visible"
:width="700" :width="700"
title="页面设置" title="页面设置"
:centered="false"
@update:visible="onVisibleChange" @update:visible="onVisibleChange"
> >
<template #actions> <template #actions>
@ -274,8 +275,8 @@ watchEffect(() => {
name="cover" name="cover"
></FormKit> ></FormKit>
</FormKit> </FormKit>
<!--TODO: add SEO/Metas/Inject Code form-->
</VTabItem> </VTabItem>
<!--TODO: add SEO/Metas/Inject Code form-->
</VTabs> </VTabs>
<template #footer> <template #footer>

View File

@ -201,6 +201,7 @@ watchEffect(() => {
:visible="visible" :visible="visible"
:width="700" :width="700"
title="文章设置" title="文章设置"
:centered="false"
@update:visible="handleVisibleChange" @update:visible="handleVisibleChange"
> >
<template #actions> <template #actions>
@ -320,8 +321,8 @@ watchEffect(() => {
type="text" type="text"
></FormKit> ></FormKit>
</FormKit> </FormKit>
<!--TODO: add SEO/Metas/Inject Code form-->
</VTabItem> </VTabItem>
<!--TODO: add SEO/Metas/Inject Code form-->
</VTabs> </VTabs>
<template #footer> <template #footer>