Commit 737ee4c5 authored by JingChao's avatar JingChao

Update Item.vue

parent 0492206e
......@@ -19,7 +19,7 @@
<div v-if="showContent" :style="{'min-height':minHeight,'flex':proportion[1] }" class="add-content">
<slot name="content"/>
<slot name="right-icon"/>
<img v-show="showArrow" :src="rightIcon" class="right-icon" style="height: 10px">
<img v-if="showArrow" :src="rightIcon" class="right-icon" style="height: 10px">
</div>
<slot/>
</div>
......
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