Commit 78343727 authored by 罗超's avatar 罗超

2

parent 5868267a
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</view> </view>
<u-popup v-model="isShowQrcode" mode="center" @close="closeQrcode"> <u-popup v-model="isShowQrcode" mode="center" @close="closeQrcode">
<view style="margin: 60rpx;"> <view style="margin: 60rpx;" class="qrcodeBox">
<Qrcode ref="qrcode" :modal="modal_qr" :url="qrData" @hideQrcode="hideQrcode" :width="300" :height="300" <Qrcode ref="qrcode" :modal="modal_qr" :url="qrData" @hideQrcode="hideQrcode" :width="300" :height="300"
themeColor="#000000" is_themeImg :h_w_img="80" :themeImg="headImg" /> themeColor="#000000" is_themeImg :h_w_img="80" :themeImg="headImg" />
</view> </view>
...@@ -453,4 +453,11 @@ ...@@ -453,4 +453,11 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.qrcodeBox{
height: 320px;
border:1px solid #000000;
border-radius: 20rpx;
padding: 20rpx;
background-color: #fff;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment