chore: remove useless fixedHeader prop for Page (#5069)

This commit is contained in:
Netfan
2024-12-07 23:26:47 +08:00
committed by GitHub
parent bac0275624
commit 373766691f
4 changed files with 19 additions and 50 deletions

View File

@@ -362,7 +362,6 @@ function handleSetFormValue() {
<Page
content-class="flex flex-col gap-4"
description="表单组件基础示例,请注意,该页面用到的参数代码会添加一些简单注释,方便理解,请仔细查看。"
fixed-header
header-class="pb-0"
title="表单组件"
>

View File

@@ -77,7 +77,6 @@ function openFormModal() {
<template>
<Page
description="弹窗组件常用于在不离开当前页面的情况下显示额外的信息、表单或操作提示更多api请查看组件文档。"
fixed-header
title="弹窗组件示例"
>
<template #extra>