更正模板

This commit is contained in:
aixianling
2022-07-01 18:12:01 +08:00
parent 3ee1dae426
commit 90ab258629

View File

@@ -71,7 +71,11 @@ export default {
<style lang="scss" scoped>
.add {
.half {
width: 50%
width: 50%;
& + .half {
margin-left: 16px;
}
}
}
</style>