|
@@ -27,8 +27,8 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col class="bottom">
|
|
<el-col class="bottom">
|
|
<div class="dish" v-for="(item,index) in data.countTheTopThree" :key="index">
|
|
<div class="dish" v-for="(item,index) in data.countTheTopThree" :key="index">
|
|
- <el-col :span="8"><el-image :src="item.img" fit="scale-down" class="leftImg"/></el-col>
|
|
|
|
- <el-col :span="8" class="dishName">{{item.name}}</el-col>
|
|
|
|
|
|
+ <el-col :span="5"><el-image :src="item.img" fit="scale-down" class="leftImg iconCP"/></el-col>
|
|
|
|
+ <el-col :span="11" class="dishName">{{item.name}}</el-col>
|
|
<el-col :span="8" class="fs">{{item.countPid}}份</el-col>
|
|
<el-col :span="8" class="fs">{{item.countPid}}份</el-col>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -211,4 +211,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+.iconCP{
|
|
|
|
+ margin-left:0px !important;
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|