| | |
| | | <template> |
| | | <div class="comprehensive"> |
| | | <div> |
| | | <div class="top-title"> |
| | | <the-icon-card |
| | | v-for="(item, index) in dataList" |
| | |
| | | </a-button> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="main"> |
| | | <!-- <a-scrollbar class="box-scrollbar" style="height: calc(100vh - 300px) overflow: auto"> --> |
| | | <div class="cards"> |
| | | <the-box-card |
| | | v-for="(item, index) in list" |
| | |
| | | ></the-box-card> |
| | | </div> |
| | | <a-pagination :total="50" show-total show-jumper show-page-size style="margin-top: 8px" /> |
| | | <!-- </a-scrollbar> --> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | } |
| | | .top-title { |
| | | display: flex; |
| | | width: 100%; |
| | | } |
| | | .card-box { |
| | | width: 391px; |