Commit ce873597 by 夏新然

照片显示不全

1 parent 7cfeadf5
......@@ -14,6 +14,9 @@
#login .el-form-item--mini.el-form-item,#login .el-form-item--small.el-form-item{
margin-bottom: 28px!important;
}
.detaiCon .el-image__inner--center{
transform: translate(-50%)!important;
}
.el-main{
padding: 0;
}
......
......@@ -235,7 +235,7 @@
<el-button @click="detailVisible = false">关 闭</el-button>
</span>
</el-dialog>
<curVideo ref="visableDialog" :playersrc="playurl"></curVideo>
<videoDialog ref="visableDialog" :playersrc="playurl"></videoDialog>
</div>
</template>
<script>
......@@ -288,7 +288,7 @@
this.conditions.end_dt=val[1];
}
},
components:{},
components:{videoDialog},
mounted(){
this.getTaskList();
this.getData()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!