我的订单

This commit is contained in:
shijingjing
2022-11-23 09:57:26 +08:00
parent dfe1481faa
commit 71b93d1144
3 changed files with 220 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div class="orderForm">
<div class="card">
</div>
</div>
</template>
@@ -15,7 +17,7 @@ export default {
onShow() {
document.title = '提交订单'
},
methods() {
methods: {
}
}
@@ -23,6 +25,11 @@ export default {
<style lang="scss" scoped>
.orderForm {
padding: 32px;
box-sizing: border-box;
.card {
background: #FFFFFF;
border-radius: 32px;
}
}
</style>