@@ -21,12 +21,11 @@
</div>
-
<Dialog v-model="showQrCode" title="签到码" width="500px" height="500px">
- <div style="display: flex; justify-content: center; align-items:center;width: 100%;height: 100%">
+ <div style="display: flex; justify-content: center; align-items: center; width: 100%; height: 100%">
<img :src="qrCodeUrl" alt="" style="width: 370px; height: 370px" />
</Dialog>