style: change src and title

This commit is contained in:
zchengo
2023-01-04 23:19:32 +08:00
parent de9e80fff1
commit e122785af7
2 changed files with 2 additions and 2 deletions
+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="https://www.zocrm.cloud/gzh_qrcode.jpg" :preview="false" />
<a-image :width="150" src="https://zocrm.cloud/gzh_qrcode.jpg" :preview="false" />
</template>
<QuestionCircleFilled style="color: #909399; font-size: 18px;margin: 0 15px;" />
</a-popover>