Commit 73b94b72 authored by chenshouchao's avatar chenshouchao

feat: itemMinWidth改成minWidth

parent f5b64270
...@@ -165,7 +165,7 @@ const UserResourcesTemplate = observer(() => { ...@@ -165,7 +165,7 @@ const UserResourcesTemplate = observer(() => {
<CardTable <CardTable
data={list} data={list}
renderItem={renderItem} renderItem={renderItem}
minWidth={377} itemMinWidth={377}
></CardTable> ></CardTable>
</div> </div>
{showAddTemplate && ( {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