Commit 223d3f3d by yanju

修改动态卡片

parent dccd8039
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
<div class="header-r"> <div class="header-r">
<yun-icon v-if="userId===$store.state.userProfile.userId" name="down_arrow" size="6px" color="#999" @click.native.stop="clickToShowDrop"></yun-icon> <yun-icon v-if="userId===$store.state.userProfile.userId" name="down_arrow" size="6px" color="#999" @click.native.stop="clickToShowDrop"></yun-icon>
<p v-if="isMy&&status===-1" class="label-box__pass">正常</p> <p v-if="isMy&&status===0" class="label-box__err">被锁定</p>
<p v-if="isMy&&status===-1" class="label-box__zero">被锁定</p>
<dropdown v-if="showDrop"> <dropdown v-if="showDrop">
<li @click="dateDeleteCard(postId)" ref="deleteButton">删除</li> <li @click="dateDeleteCard(postId)" ref="deleteButton">删除</li>
</dropdown> </dropdown>
...@@ -421,7 +420,7 @@ ...@@ -421,7 +420,7 @@
} }
> p{ > p{
position: absolute; position: absolute;
width:30px; width:40px;
top:3px; top:3px;
right:30*$length; right:30*$length;
display: inline-block; display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment