style: transition wrapper height

This commit is contained in:
jialin
2024-06-06 16:07:25 +08:00
parent c5b41900df
commit 6a60561401
8 changed files with 119 additions and 90 deletions
+3 -3
View File
@@ -191,7 +191,7 @@ const Models: React.FC = () => {
);
}}
/>
<Column title="IP / PID" dataIndex="address" key="address" />
<Column title="IP" dataIndex="address" key="address" />
<Column
title="CPU"
dataIndex="CPU"
@@ -226,9 +226,9 @@ const Models: React.FC = () => {
}}
/>
<Column
title="GRAM"
title="VRAM"
dataIndex="GRAM"
key="GRAM"
key="VRAM"
render={(text, record: NodeItem) => {
return (
<RenderProgress record={record} dataIndex="gram"></RenderProgress>