修改
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
color: #000;
|
||||
margin-top: 29px;
|
||||
|
||||
word-break: break-word;
|
||||
|
||||
}
|
||||
.zan{
|
||||
font-size: 28px;
|
||||
|
||||
@@ -143,7 +143,7 @@ export default {
|
||||
});
|
||||
break;
|
||||
case 2:
|
||||
localStorage.setItem("toekn","")
|
||||
localStorage.setItem('toekn',"")
|
||||
this.$router.push({
|
||||
path: '/login'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user