购物车完成
This commit is contained in:
parent
df850ed826
commit
ec682e2aea
@ -1,3 +1,10 @@
|
|||||||
|
.checkbox_main{
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.checkbox_item{
|
.checkbox_item{
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@ -24,8 +24,10 @@ export default ({onSelect, onClose, status = false}: params) => {
|
|||||||
}, [status])
|
}, [status])
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View className={classnames(styles.checkbox_item, selected&&styles.checkbox_item_select)} onClick={() => onSelectEven()}>
|
<View className={styles.checkbox_main} onClick={() => onSelectEven()}>
|
||||||
{selected&&<View className={classnames('iconfont', 'icon-tick_gou', styles.miconfont)}></View>}
|
<View className={classnames(styles.checkbox_item, selected&&styles.checkbox_item_select)}>
|
||||||
|
{selected&&<View className={classnames('iconfont', 'icon-tick_gou', styles.miconfont)}></View>}
|
||||||
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user