Commit c95f3560 authored by yyh's avatar yyh

fix SYCZ-58

parent 797caf87
......@@ -15,7 +15,8 @@
<div style="">
<div style="background:#F9F9FB;padding:10px 15px;margin: 0 17px;" class="select-template" @click="$emit('select-template')">
<common-svg name="tianjia" style="margin-right:10px;"></common-svg>
<span class="select">{{templateInfo.name? `已选择 ${templateInfo.name}`: '选择模板'}}</span>
<div v-if="templateInfo.name" class="select">已选择<span style="color:#3F79FE;margin-left:10px;">{{templateInfo.name}}</span></div>
<div v-else class="select">选择模版</div>
<common-svg name="jinru"></common-svg>
</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