chore: extract fetch hooks for common table

This commit is contained in:
jialin
2025-03-18 20:35:29 +08:00
parent 2beae9ea5b
commit 25cf439f03
7 changed files with 193 additions and 346 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ const InfoColumn: React.FC<InfoColumnProps> = (props) => {
type="vertical"
style={{
height: 30,
marginInline: 16,
marginInline: 12,
borderColor: 'var(--color-white-light-2)',
alignSelf: 'center'
}}