refactor: 使用 GiPageLayout 组件替换 gi_table_page 样式

This commit is contained in:
2025-04-05 17:57:20 +08:00
parent 101afec470
commit db79f8c15f
14 changed files with 28 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="gi_table_page">
<GiPageLayout>
<GiTable
ref="tableRef"
row-key="id"
@@ -85,7 +85,7 @@
</GiTable>
<MenuAddModal ref="MenuAddModalRef" :menus="dataList" @save-success="search" />
</div>
</GiPageLayout>
</template>
<script setup lang="ts">