Commit 34878405 authored by zhengke's avatar zhengke

修改样式

parent 778fcab7
...@@ -18,15 +18,15 @@ ...@@ -18,15 +18,15 @@
</div> </div>
</div> </div>
<el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0"> <el-table :data="dataList" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="ID" width="150"> <el-table-column prop="Id" label="ID" width="100">
</el-table-column> </el-table-column>
<el-table-column prop="Title" label="标题" width="200"> <el-table-column prop="Title" label="标题" width="490">
</el-table-column> </el-table-column>
<el-table-column prop="SortNum" label="排序" width="250"> <el-table-column prop="SortNum" label="排序" width="250">
</el-table-column> </el-table-column>
<el-table-column prop="VedioUrl" label="封面" width="150"> <el-table-column prop="VedioUrl" label="封面" width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<img v-if="scope.row.VedioCoverImg" :src="getIconLink(scope.row.VedioCoverImg)" /> <img v-if="scope.row.VedioCoverImg" :src="getIconLink(scope.row.VedioCoverImg)" style="width:150px;height:150px;" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作"> <el-table-column label="操作">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment