Commit ce873597 by 夏新然

照片显示不全

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