chore: update ui tips

This commit is contained in:
jialin
2025-02-17 13:49:55 +08:00
parent db53920153
commit 7c546ed6b8
11 changed files with 83 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react';
export interface SealColumnProps {
title: string;
title: React.ReactNode;
render?: (text: any, record: any) => React.ReactNode;
dataIndex: string;
width?: number;