Authored by 王涛

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

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



See merge request !104
@@ -591,4 +591,7 @@ export default { @@ -591,4 +591,7 @@ export default {
591 font-weight: bold; 591 font-weight: bold;
592 color: black; 592 color: black;
593 } 593 }
  594 +.el-pagination{
  595 + text-align: left;
  596 +}
594 </style> 597 </style>