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

fixed

上级 156097f0
...@@ -52,7 +52,19 @@ ...@@ -52,7 +52,19 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </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"> <div class="blank-content">
<img src="../../../assets/image/no-content1.png"/> <img src="../../../assets/image/no-content1.png"/>
<p>暂无资料不全居民</p> <p>暂无资料不全居民</p>
...@@ -132,7 +144,7 @@ ...@@ -132,7 +144,7 @@
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss">
.not-complete-wrap { .not-complete-wrap {
.not-complete-content { .not-complete-content {
padding: 30px; padding: 30px;
...@@ -174,6 +186,16 @@ ...@@ -174,6 +186,16 @@
width: 40px; 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 { .el-button--text {
color: #449284; color: #449284;
...@@ -181,4 +203,8 @@ ...@@ -181,4 +203,8 @@
.fontGreen { .fontGreen {
color: #449284; color: #449284;
} }
}
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册