Commit a7a61d1c authored by youjie's avatar youjie

no message

parent 6591aa69
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
} }
._info_img ul li { ._info_img ul li {
height: 59px; height: 52px;
float: left; float: left;
position: relative; position: relative;
cursor: pointer cursor: pointer
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
} }
._info_img ul li img { ._info_img ul li img {
width: 52px; width: 50px;
height: 58px; height: 50px;
} }
._see_img { ._see_img {
...@@ -979,7 +979,7 @@ ...@@ -979,7 +979,7 @@
:preview-src-list="[img]"> :preview-src-list="[img]">
</el-image> </el-image>
<div v-if="img&&verificationFile(img,1)" <div v-if="img&&verificationFile(img,1)"
style="width: 50px; line-height: 59px;text-align: center;"> style="width: 50px; line-height: 50px;text-align: center;">
<span class="_wenjian_P iconfont" <span class="_wenjian_P iconfont"
:class="img.substring(img.lastIndexOf('.')+1,img.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"></span> :class="img.substring(img.lastIndexOf('.')+1,img.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"></span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment