|
|
|
@ -27,8 +27,9 @@
|
|
|
|
|
bigPicPath.indexOf('videos') == -1
|
|
|
|
|
"
|
|
|
|
|
class="showPic"
|
|
|
|
|
@click="closePic"
|
|
|
|
|
>
|
|
|
|
|
<div class="picboxI" @click="closePic">
|
|
|
|
|
<div class="picboxI" @click.stop>
|
|
|
|
|
<img class="maskPic" :src="bigPicPath" />
|
|
|
|
|
<i @click="closePic" class="el-icon-circle-close"></i>
|
|
|
|
|
</div>
|
|
|
|
@ -402,10 +403,11 @@ export default {
|
|
|
|
|
top: 0;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
display: flex;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
.picboxI {
|
|
|
|
|
position: relative;
|
|
|
|
|
max-width: 1366px;
|
|
|
|
|
max-height: 768px;
|
|
|
|
|
max-width: 1280px;
|
|
|
|
|
max-height: 720px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
animation-name: scaleDraw;
|
|
|
|
|
/*关键帧名称*/
|
|
|
|
|