mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 05:16:47 +08:00
讨论
This commit is contained in:
@@ -89,16 +89,18 @@
|
|||||||
<div class="cha" @click="removeCommentImg(i)"></div>
|
<div class="cha" @click="removeCommentImg(i)"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<datagrid class="uploadAnd">
|
<div class="uploadAnd">
|
||||||
<UploadImg v-model="commentSubmitFileList">
|
<div class="btnone clearfix">
|
||||||
<button class="btnone clearfix">
|
<UploadImg v-model="commentSubmitFileList">
|
||||||
<img class="image" src="../../assets/image/uploadimg.png"/>
|
<button class="btwwo">
|
||||||
<div class="shangchuan">上传图片</div>
|
<img class="image" src="../../assets/image/uploadimg.png"/>
|
||||||
</button>
|
<div class="shangchuan">上传图片</div>
|
||||||
</UploadImg>
|
</button>
|
||||||
|
</UploadImg>
|
||||||
|
</div>
|
||||||
|
|
||||||
<button class="btntwo" @click="submitComment">发表</button>
|
<button class="btntwo" @click="submitComment">发表</button>
|
||||||
</datagrid>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="thinline"></div>
|
<div class="thinline"></div>
|
||||||
@@ -529,6 +531,35 @@ function submitReplayComment() {
|
|||||||
.uploadAnd {
|
.uploadAnd {
|
||||||
margin-top: 21px;
|
margin-top: 21px;
|
||||||
|
|
||||||
|
.btwwo{
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
.image {
|
||||||
|
padding-top: 8px;
|
||||||
|
width: 18px;
|
||||||
|
height: 17px;
|
||||||
|
// margin-top: 10px;
|
||||||
|
margin-left: -60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shangchuan {
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
top: 7px;
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 10px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #2478ff;
|
||||||
|
line-height: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
width: 126px;
|
||||||
|
height: 36px;
|
||||||
|
border: none;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.btnone {
|
.btnone {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -578,7 +609,7 @@ function submitReplayComment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.thinline {
|
.thinline {
|
||||||
margin-top: 26px;
|
margin-top: 66px;
|
||||||
// width: 1635px;
|
// width: 1635px;
|
||||||
border-top: 1px solid #878b92;
|
border-top: 1px solid #878b92;
|
||||||
margin-left: -50px;
|
margin-left: -50px;
|
||||||
|
|||||||
Reference in New Issue
Block a user