Commit d3fdfbf2 authored by zhengke's avatar zhengke

修改

parent d9b443a0
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
<el-table-column prop="Name" label="酒店名称"> <el-table-column prop="Name" label="酒店名称">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display:flex;align-items:center;"> <div style="display:flex;align-items:center;">
<div><img :src="scope.row.PicPath" style="width:50px;" /></div> <div><img :src="scope.row.PicPath" style="width:60px;height:45px;" /></div>
<div style="margin-left:5px;">{{scope.row.Name}}</div> <div style="margin-left:5px;">{{scope.row.Name}}</div>
</div> </div>
</template> </template>
......
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