antd组件自定义title或者footer等

正确的写法可以让你拥有更加灵活多变的样式:

<Drawer
title={<div><Icontype="arrow-left"style={{ marginRight: "5px" }}/>{editState=="create"?"加油":"前进"}</div>}
/>

 

posted @ 2023-02-21 17:32  SimoonJia  阅读(556)  评论(0)    收藏  举报