|
@@ -179,14 +179,15 @@
|
|
|
title="选择封面"
|
|
|
v-model="visible"
|
|
|
@ok="handleOk"
|
|
|
- :width="800"
|
|
|
+ :width="860"
|
|
|
+ style="height:650px;overflow-y:scroll"
|
|
|
>
|
|
|
<template>
|
|
|
<input v-model='isAllChecked' type="checkbox" @click="checkAll($event)"> 全选
|
|
|
<br/>
|
|
|
-
|
|
|
+ <br/>
|
|
|
<div v-for="(item ,index) in imageList" style="display:inline-block;width:20%">
|
|
|
- <a href="javascript:" >
|
|
|
+ <a href="javascript:">
|
|
|
<img :src="item.src" alt="" height="100">
|
|
|
<p>{{item.name}}</p>
|
|
|
<p>
|
|
@@ -194,7 +195,6 @@
|
|
|
@onClick="checkeda(item.id)"
|
|
|
@change="changChecked">
|
|
|
</p>
|
|
|
-
|
|
|
</a>
|
|
|
</div>
|
|
|
</template>
|