办事进度

This commit is contained in:
shijingjing
2022-05-19 16:12:11 +08:00
parent c3ce556dc4
commit 4ac2be55fa
4 changed files with 553 additions and 114 deletions

View File

@@ -42,9 +42,12 @@
</div>
<AiEmpty v-else description="暂无数据"/>
<AiFixedBtn>
<!-- <AiFixedBtn>
<div class="addBtn iconfont iconfont-iconfangda" @tap="toAdd()"/>
</AiFixedBtn>
</AiFixedBtn> -->
<div style="height: 56px"></div>
<div class="btn" @click="toAdd">申请帮扶</div>
</div>
</template>
@@ -110,7 +113,6 @@ export default {
<style lang="scss" scoped>
.list {
// padding-top: 24px;
::v-deep .AiTopFixed .content {
padding: 0;
}
@@ -214,5 +216,17 @@ export default {
}
}
}
.btn {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: 112px;
line-height: 112px;
text-align: center;
color: #FFF;
background: #3975C6;
}
}
</style>