This commit is contained in:
2019-12-03 16:05:02 +08:00
parent be71aae0c7
commit 47c6581bf3
7 changed files with 53 additions and 14 deletions

View File

@@ -13,7 +13,7 @@
</div>
<div>
<img src="../assets/pl.png" alt srcset />
{{num}}评论
{{num}}回答
</div>
<div v-show="false" class="more" @click="show = !show">
<div></div>

View File

@@ -120,10 +120,10 @@
position: relative;
// overflow: hidden;
> img {
width: 690px;
/deep/ img {
width: 690px;
height: 374px;
background-color: #000;
// background-color: #000;
display: block;
margin-top: 39px;
margin-bottom: 32px;

View File

@@ -34,6 +34,8 @@
color: #000;
margin-top: 29px;
word-break: break-word;
}
.zan{
font-size: 28px;

View File

@@ -143,7 +143,7 @@ export default {
});
break;
case 2:
localStorage.setItem("toekn","")
localStorage.setItem('toekn',"")
this.$router.push({
path: '/login'
});