Commit 71546675 authored by JingChao's avatar JingChao

Update Item.vue

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