提交 ebafde8f 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 156097f0
......@@ -52,7 +52,19 @@
</template>
</el-table-column>
</el-table>
<div v-else class="blank-wrap">
<div class="pagination">
<el-pagination
background
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="notCompleteList.pageNo"
:page-sizes="[15, 30, 50, 100, 200, 500, 700, 1000, 1500, 2000]"
:page-size="notCompleteList.pageSize"
layout="total, sizes, prev, pager, next, jumper"
:total="totalRows">
</el-pagination>
</div>
<div v-if="!notCompleteList.length" class="blank-wrap">
<div class="blank-content">
<img src="../../../assets/image/no-content1.png"/>
<p>暂无资料不全居民</p>
......@@ -132,7 +144,7 @@
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.not-complete-wrap {
.not-complete-content {
padding: 30px;
......@@ -174,6 +186,16 @@
width: 40px;
}
}
/*重置表格选择框*/
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
border-color: #449284;
background-color: #449284;
}
.el-checkbox__inner {
border-color: #DCDFE6!important;
}
.el-checkbox__input.is-focus,.el-checkbox__inner:hover,.el-checkbox__inner.is-focus {
border-color: #449284!important;
}
.el-button--text {
color: #449284;
......@@ -181,4 +203,8 @@
.fontGreen {
color: #449284;
}
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册