mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:证书列表证书显示问题
This commit is contained in:
@@ -1084,9 +1084,9 @@
|
|||||||
>
|
>
|
||||||
<div class="certificatelistMain">
|
<div class="certificatelistMain">
|
||||||
<img
|
<img
|
||||||
@click="previewPic"
|
@click="previewPic"
|
||||||
style="cursor: pointer; width: 140px; height: 200px"
|
style="cursor: pointer; width: 140px; height: 200px"
|
||||||
:src="fileUrl + item.url"
|
:src="item.url"
|
||||||
alt=""
|
alt=""
|
||||||
srcset=""
|
srcset=""
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user