mirror of https://github.com/halo-dev/halo
perf: post and singlePage setting modal position
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
bd09cb3815
commit
fe72b5ee28
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue