소스 검색

综合填报

rongxin_prod
zhao 2 년 전
부모
커밋
3e28f29bb2
1개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. +7
    -6
      src/views/sunVillage_info/entityReport/reportView.vue

+ 7
- 6
src/views/sunVillage_info/entityReport/reportView.vue 파일 보기

@@ -4,7 +4,7 @@
<div class="header_main"> <div class="header_main">
综合填报 综合填报
<div class="return_btn" @click="back"></div> <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>
</div> </div>


@@ -475,13 +475,14 @@ export default {
} }


.add_btn { .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; position: absolute;
right: 38px; right: 38px;
top: 36px;
top: 0;
font-size: 28px;
} }
} }




불러오는 중...
취소
저장