feat: 订单详情布局功能调整
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<view class="order-qrcode">
|
||||
<view
|
||||
class="bg-white border-box rounded-12 flex flex-items-center flex-justify-center p-20 mb-12"
|
||||
>
|
||||
<Qrcode
|
||||
:size="size"
|
||||
:unit="unit"
|
||||
@@ -30,6 +32,4 @@ const props = defineProps({
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./styles/index.scss";
|
||||
</style>
|
||||
<style scoped lang="scss"></style>
|
||||
|
||||
Reference in New Issue
Block a user