Commit d7a811df authored by 罗超's avatar 罗超

1

parent 27621057
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
separator="none" :data="msg.SlideShowList" :columns="columns" row-key="name"> separator="none" :data="msg.SlideShowList" :columns="columns" row-key="name">
<template v-slot:body-cell-Image="props"> <template v-slot:body-cell-Image="props">
<q-td> <q-td>
<div class="ItemImgDiv q-my-md"> <div class="ItemImgDiv ">
<q-img :src="props.row.Image" spinner-color="white" style="height: 100%;height:100%" /> <q-img :src="props.row.Image" spinner-color="white" style="height: 100%;height:100%" />
</div> </div>
</q-td> </q-td>
...@@ -161,10 +161,7 @@ ...@@ -161,10 +161,7 @@
</style> </style>
<style scoped> <style scoped>
.ItemImgDiv{ .ItemImgDiv{
width: 118px; width: 118px;
height: 118px; height: 118px;
position: relative;
margin: 0 10px 10px 0;
display: inline-block;
} }
</style> </style>
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