fix: image display error

This commit is contained in:
zchengo
2023-01-02 11:24:36 +08:00
parent 957c06ca1a
commit 3c6a818e89
+1 -1
View File
@@ -24,7 +24,7 @@
<div style="display: flex;align-items: center;justify-items: center;">
<a-popover placement="bottomRight" :overlayStyle="{ width: '180px' }" trigger="click">
<template #content>
<a-image :width="150" src="../../public/gzh_qrcode.jpg" :preview="false" />
<a-image :width="150" src="https://www.zocrm.cloud/gzh_qrcode.jpg" :preview="false" />
</template>
<QuestionCircleFilled style="color: #909399; font-size: 18px;margin: 0 15px;" />
</a-popover>