Procházet zdrojové kódy

综合填报

rongxin_prod
zhao před 2 roky
rodič
revize
3e28f29bb2
1 změnil soubory, kde provedl 7 přidání a 6 odebrání
  1. +7
    -6
      src/views/sunVillage_info/entityReport/reportView.vue

+ 7
- 6
src/views/sunVillage_info/entityReport/reportView.vue Zobrazit soubor

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



Načítá se…
Zrušit
Uložit