Commit 73b94b72 authored by chenshouchao's avatar chenshouchao

feat: itemMinWidth改成minWidth

parent f5b64270
......@@ -165,7 +165,7 @@ const UserResourcesTemplate = observer(() => {
<CardTable
data={list}
renderItem={renderItem}
minWidth={377}
itemMinWidth={377}
></CardTable>
</div>
{showAddTemplate && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment