fix: 433
This commit is contained in:
@@ -125,7 +125,9 @@
|
||||
:visible.sync="dialog"
|
||||
:destroyOnClose="true"
|
||||
width="720px">
|
||||
<img :src="qrSrc" class="qr-img" alt="">
|
||||
<div class="flex-center">
|
||||
<img :src="qrSrc" class="qr-img" alt="">
|
||||
</div>
|
||||
</ai-dialog>
|
||||
|
||||
<ai-dialog title="选择片区" :visible.sync="district" :customFooter="true" border width="720px">
|
||||
@@ -390,4 +392,11 @@ export default {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
:deep(.flex-center){
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user