|
|
@@ -4,7 +4,7 @@ |
|
|
|
<div class="header_main"> |
|
|
|
综合填报 |
|
|
|
<div class="return_btn" @click="back"></div> |
|
|
|
<div class="add_btn" @click="save" v-if="(isAdd || isEdit) && editorData.templateId"></div> |
|
|
|
<div class="add_btn" @click="save" v-if="(isAdd || isEdit) && editorData.templateId">保 存</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
@@ -475,13 +475,14 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.add_btn { |
|
|
|
width: 56.4px; |
|
|
|
height: 40.8px; |
|
|
|
background: url('../../../assets/images/sunVillage_info/list_icon_9.png') center center no-repeat; |
|
|
|
background-size: 47px 34px; |
|
|
|
width: 72px; |
|
|
|
//height: 40.8px; |
|
|
|
//background: url('../../../assets/images/sunVillage_info/list_icon_9.png') center center no-repeat; |
|
|
|
//background-size: 47px 34px; |
|
|
|
position: absolute; |
|
|
|
right: 38px; |
|
|
|
top: 36px; |
|
|
|
top: 0; |
|
|
|
font-size: 28px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|