perf: post and singlePage setting modal position

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

View File

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

View File

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