Commit d7a811df authored by 罗超's avatar 罗超

1

parent 27621057
......@@ -25,7 +25,7 @@
separator="none" :data="msg.SlideShowList" :columns="columns" row-key="name">
<template v-slot:body-cell-Image="props">
<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%" />
</div>
</q-td>
......@@ -163,8 +163,5 @@
.ItemImgDiv{
width: 118px;
height: 118px;
position: relative;
margin: 0 10px 10px 0;
display: inline-block;
}
</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