Commit 2a299ab8 authored by 黄奎's avatar 黄奎

页面修改

parent 844e8547
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div v-if="isXuan === true"> <div v-if="isXuan === true">
<i :class="'iconfont ' + icon.xuan" @click="toXuan"></i> <i :class="'iconfont ' + icon.xuan" @click="toXuan"></i>
</div> </div>
<div v-if="isAdd === true"> <div v-if="isAdd === true" style="display:none;">
<i :class="'' + icon.add" @click="toAdd"></i> <i :class="'' + icon.add" @click="toAdd"></i>
</div> </div>
<div v-if="isDelete === true"> <div v-if="isDelete === true">
......
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