Commit f2e43214 authored by GuanHua's avatar GuanHua

Merge branch 'dev' of http://10.0.0.22:3000/lingxi/lingxi-business-system into mobileEdit

parents b65ca427 f37e90be
......@@ -157,7 +157,7 @@ const CategoryRecommendSetting: React.FC<CategoryRecommendSettingPropsType> = (p
<Row>
{
categoryResponseList.map((item, index) => (
<Col span={4} className={styles.category_item} key={`category_item_${index}`}>
<Col span={6} className={styles.category_item} key={`category_item_${index}`}>
<Checkbox value={item.categoryId}>{item.categoryName}</Checkbox>
</Col>
))
......
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