| | |
| | | if (query && Object.keys(query).length > 0) { |
| | | if (query.id) { |
| | | this.searchForm.operateType = query.id; |
| | | this.activeName = this.searchForm.operateType; |
| | | } |
| | | } |
| | | this.getList(); |
| | |
| | | |
| | | .countCard { |
| | | margin-right: 20px; |
| | | padding: 14px 60px 18px 54px; |
| | | padding: 14px 60px 18px 24px; |
| | | } |
| | | |
| | | .countCard:last-child { |
| | |
| | | border: 1px solid #f1f1f1; |
| | | padding: 14px 20px 18px 14px; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | // justify-content: space-between; |
| | | |
| | | .iconImg { |
| | | width: 30px; |
| | | height: 30px; |
| | | border-radius: 10px; |
| | | margin-right: 25px; |
| | | } |
| | | |
| | | .iconImg:nth-child(1) { |