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