代码提交

This commit is contained in:
黄少君
2023-11-17 20:55:32 +08:00
parent 35b43ffd97
commit c3e62f8922
73 changed files with 1808 additions and 781 deletions

View File

@ -47,6 +47,10 @@ const handleClassObject = (props) => {
if (justify) {
className += ` yshop-space-justify-${ justify }`
}
if(props.gap){
className += ` gap`
}
classObject.value = className
}
@ -189,6 +193,10 @@ space {
&-border {
border-bottom: 1rpx solid #f9f9f9;
}
}
.gap{
gap:20rpx;
}
// #ifdef APP-PLUS