Ver código fonte

综合填报

rongxin_prod
zhao 2 anos atrás
pai
commit
3e28f29bb2
1 arquivos alterados com 7 adições e 6 exclusões
  1. +7
    -6
      src/views/sunVillage_info/entityReport/reportView.vue

+ 7
- 6
src/views/sunVillage_info/entityReport/reportView.vue Ver arquivo

@@ -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;
}
}



Carregando…
Cancelar
Salvar