fix: resolve antd to do

This commit is contained in:
dylanmay
2025-11-28 15:39:39 +08:00
parent 7d9285de96
commit ffc48fa171
11 changed files with 56 additions and 50 deletions

View File

@@ -107,7 +107,7 @@ function showTotal(total: number) {
<template>
<Page auto-content-height class="flex flex-col">
<!-- 搜索工作栏 -->
<div class="mb-4 rounded-lg bg-background p-4">
<div class="bg-background mb-4 rounded-lg p-4">
<Form
ref="queryFormRef"
:model="queryParams"
@@ -165,7 +165,7 @@ function showTotal(total: number) {
</div>
<!-- 列表 -->
<div class="flex-1 rounded-lg bg-background p-4">
<div class="bg-background flex-1 rounded-lg p-4">
<MessageTable :list="list" :loading="loading" @send="handleSend" />
<div v-show="total > 0" class="mt-4 flex justify-end">
<Pagination

View File

@@ -9,7 +9,6 @@ import { formatDate2 } from '@vben/utils';
import { Button, Image, Tag } from 'ant-design-vue';
// TODO @dylan看看 ele 要迁移一个么?
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import {
WxLocation,