feat(web): 增加节点的参数展示
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user