|
|
@@ -36,9 +36,9 @@
|
|
|
</el-button>
|
|
|
</el-button-group>
|
|
|
</el-row>
|
|
|
- <el-card v-for="item in pageData.records" :key="item.id" :style="{ padding: '0px',float:'left' }" shadow="hover">
|
|
|
- <img :src="item.litpic" class="image" style="width: 200px;height: 150px;">
|
|
|
- <div style="font-size: 14px">
|
|
|
+ <el-card v-for="item in pageData.records" :key="item.id" :style="{ padding: '0px',float:'left',margin:'0 10px 10px 0' }" shadow="hover">
|
|
|
+ <img :src="item.litpic" class="image" style="width: 200px;height: 150px;" :alt="item.brief">
|
|
|
+ <div style="font-size: 14px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width:200px ">
|
|
|
{{ item.brief }}
|
|
|
</div>
|
|
|
<div class="clearfix">
|