Authored by 鲁尚清

【921】 【部门视图】左下角页面数据统计和其他页面展示保持统一,text-align:left;

... ... @@ -591,4 +591,7 @@ export default {
font-weight: bold;
color: black;
}
.el-pagination{
text-align: left;
}
</style>
... ...