增加工具栏提示。

This commit is contained in:
dengqichen 2024-12-12 18:12:15 +08:00
parent c790fba800
commit 93d47eab40

View File

@ -237,12 +237,14 @@ const WorkflowDesign: React.FC = () => {
<Col span={18}> <Col span={18}>
<Card <Card
size="small" size="small"
bodyStyle={{ styles={{
padding: 0, body: {
height: 'calc(100vh - 250px)', padding: 0,
background: '#f5f5f5', height: 'calc(100vh - 250px)',
border: '1px solid #d9d9d9', background: '#f5f5f5',
borderRadius: '4px', border: '1px solid #d9d9d9',
borderRadius: '4px',
}
}} }}
> >
<div <div