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
row-key="id"
:data="dataList"
@@ -46,7 +46,7 @@
</a-space>
</template>
</GiTable>
</div>
</GiPageLayout>
</template>
<script setup lang="ts">