feat(web): 增加节点的参数展示

This commit is contained in:
v-zhangjc9
2025-06-27 11:31:02 +08:00
parent 6e667c45e1
commit 2c808a5bc9
4 changed files with 45 additions and 26 deletions

View File

@@ -175,7 +175,7 @@ const AmisNode: (props: AmisNodeProps) => JSX.Element = ({
<Card
className="node-card"
title={nodeName}
extra={<span className="text-secondary">{id}</span>}
extra={<span className="text-gray-300 text-xs">{id}</span>}
size="small"
>
<div className="card-description p-2 text-secondary text-sm">