Commit 6c8449ce by hank

模板修改

parent 46cd40d2
......@@ -178,7 +178,7 @@
<span :class="isEdited(0) + ' ' + isEdit()" :style="getStyle(0)" @click="edit(0)">{{getValue(0)}}</span>
<div class="h2-right">
<span :class="isEdited(1) + ' ' + isEdit()" :style="getStyle(1)" @click="edit(1)">{{getValue(1)}}</span>
<span :class="isEdited(11) + ' ' + isEdit()"><img :src="getValue(11)" class=" right-icon"></img></span>
<span class="right-icon" :class="isEdited(11) + ' ' + isEdit()"><img :src="getValue(11)" class=" "></img></span>
</div>
<!-- <img src="" alt=""> -->
</h2>
......
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 sign in to comment