| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div v-if="detailData.length > 0" class="pictureBox"> |
| | | <div |
| | | class="pictureitem" |
| | | v-if="detailData.length > 0" |
| | | |
| | | v-loading="loading" |
| | | element-loading-text="加载中" |
| | | > |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <el-empty class="custom-empty" v-else> |
| | | <template #description> |
| | | <span class="custom-text">暂无数据</span> |
| | |
| | | <el-pagination |
| | | class="pageStyle" |
| | | background |
| | | :page-sizes="[10, 20, 30, 50]" |
| | | :page-sizes="[15, 20, 30, 50]" |
| | | v-model:current-page="params.current" |
| | | v-model:page-size="params.size" |
| | | layout="total, prev, pager, next,sizes, jumper" |
| | |
| | | .algorithItemDetail { |
| | | padding: 20px; |
| | | |
| | | .pictureBox { |
| | | // height: 625px; |
| | | height: pxToVh(760); |
| | | overflow: auto; |
| | | } |
| | | .pictureitem { |
| | | |
| | | display: grid; |
| | | grid-template-columns: repeat(5, 1fr); |
| | | gap: 14px; |