Browse Source

分页样式错误问题处理

yangc 8 years ago
parent
commit
369558701e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/css/commonComponent.css

+ 1 - 1
src/main/webapp/resources/css/commonComponent.css

@@ -547,7 +547,7 @@ div.tip{
     font-size: 12px;
     cursor: pointer;
 }
-.com-sub-pager .pagination li:first-child a, .pagination li:last-child a{
+.com-sub-pager .pagination li:first-child a, .com-sub-pager .pagination li:last-child a{
     font-size: 20px;
 }
 .com-sub-pager ul.pagination.ng-table-pagination > li > a > span {