|
@@ -586,9 +586,13 @@
|
|
|
>
|
|
|
<div class="marginT">
|
|
|
<div>上传图片</div>
|
|
|
- <div class="chapter_add" @click="addImg($event)" v-if="studyJuri[0].cover.length == 0">
|
|
|
+ <div
|
|
|
+ class="chapter_add"
|
|
|
+ @click="addImg($event)"
|
|
|
+ v-if="studyJuri[0].cover.length == 0"
|
|
|
+ >
|
|
|
<div class="up_photo">
|
|
|
- <img src="../assets/photo.png" alt />
|
|
|
+ <img src="../assets/icon/uploadImg.png" alt />
|
|
|
</div>
|
|
|
<input
|
|
|
type="file"
|
|
@@ -605,20 +609,16 @@
|
|
|
flex-direction: row;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: flex-start;
|
|
|
+ padding: 15px 0;
|
|
|
"
|
|
|
v-if="studyJuri[0].cover.length > 0"
|
|
|
>
|
|
|
<div class="upCover">
|
|
|
- <img
|
|
|
- :src="
|
|
|
- studyJuri[0].cover[0].url
|
|
|
- "
|
|
|
- alt
|
|
|
- />
|
|
|
+ <img :src="studyJuri[0].cover[0].url" alt />
|
|
|
<span class="picName">{{ studyJuri[0].cover[0].name }}</span>
|
|
|
|
|
|
<div class="deleteWord" @click="clean(1)">
|
|
|
- <img src="../assets/icon/delete.png" alt />
|
|
|
+ <img src="../assets/icon/deleteWorks.png" alt />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -2078,12 +2078,12 @@ export default {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
.up_photo {
|
|
|
- width: 60px;
|
|
|
+ width: 120px;
|
|
|
cursor: pointer;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
.upload_send {
|
|
|
- margin: 20px auto;
|
|
|
+ margin: 200px auto 30px;
|
|
|
width: 60%;
|
|
|
background: #169bd6;
|
|
|
text-align: center;
|