|
@@ -215,11 +215,11 @@
|
|
|
</script>
|
|
|
<style type="text/css">
|
|
|
|
|
|
- #p00 { top: 100px; left: 200px; background: #f1f1f1; margin-bottom: 10px;;float:left;
|
|
|
+ #p00 { top: 100px; left: 200px; background: #f1f1f1; margin-bottom: 3px;;float:left;
|
|
|
text-align: center; line-height: 100px; border: 1px solid #CCC; cursor: se-resize; }
|
|
|
- #p10 { top: 400px; left: 100px; background: #f1f1f1; margin-bottom: 10px;float:left;
|
|
|
+ #p10 { top: 400px; left: 100px; background: #f1f1f1; margin-bottom: 3px;float:left;
|
|
|
text-align: center; line-height: 100px; border: 1px solid #CCC; cursor: se-resize; }
|
|
|
- #p20 { top: 400px; left: 100px; background: #f1f1f1; margin-bottom: 10px;float: left;;
|
|
|
+ #p20 { top: 400px; left: 100px; background: #f1f1f1; margin-bottom: 3px;float: left;;
|
|
|
text-align: center; line-height: 100px; border: 1px solid #CCC; cursor: se-resize; }
|
|
|
</style>
|
|
|
</head>
|
|
@@ -242,7 +242,7 @@
|
|
|
</div>
|
|
|
<span v-for="task in taskList">
|
|
|
<div id="p00" name="testFileName" v-if="task.isImg">
|
|
|
- <img id="imgType" :src="'/upVedio/'+task.fileName" width="99%" height="99%" />
|
|
|
+ <img id="imgType" :src="'/upVedio/'+task.fileName" width="100%" height="100%" />
|
|
|
</div>
|
|
|
<div id="p10" name="testFileName" v-if="!task.isImg">
|
|
|
<video id="videoType" :src="'/upVedio/'+task.fileName" controls width="100%" height="100%" > </video>
|