hmp 4 ani în urmă
părinte
comite
46b83ec1dc

+ 1 - 1
src/components/production/production.vue

@@ -55,7 +55,7 @@
 
 
       <template  slot="urls" slot-scope="scope">
-        <el-image v-if="scope.row.urlsType==0" :preview-src-list="[scope.row.urls]" style="width: 50px;height: 50px;" :src="scope.row.urls"></el-image>
+        <el-image z-index="9999999999999" v-if="scope.row.urlsType==0" :preview-src-list="[scope.row.urls]" style="width: 50px;height: 50px;" :src="scope.row.urls"></el-image>
         <video style="width: 50px;height: 50px;" :src="scope.row.urls" v-if="scope.row.urlsType==1" :controls="false" :autoplay="true"></video>
       </template>
     </avue-crud>

+ 1 - 1
src/views/activity/activity.vue

@@ -1,6 +1,6 @@
 <template>
   <basic-container>
-    <el-dialog @close="dialogShow=false" append-to-body :close-on-click-modal="false" :visible.sync="dialogShow"
+    <el-dialog @close="dialogShow=false" append-to-body  :close-on-click-modal="true" :visible.sync="dialogShow"
       :title="dialogTitle" width="80%">
        <activity-uv v-if="dialogTitle=='访问人员'" ref="refName" :activityId="activityId"></activity-uv>
        <user-activity-statistical v-if="dialogTitle=='查看选手'" ref="refName" :activityId="activityId"></user-activity-statistical>