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