办事进度
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user