| | |
| | | </div> |
| | | </div> |
| | | <div class="body" v-if="listType == 'cluster'"> |
| | | <template v-if="clusterList.length > 0"> |
| | | <div class="row" v-for="(item, index) in clusterList" :key="index"> |
| | | <div class="content"> |
| | | <div class="rowItem index">{{ index + 1 }}</div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <div class="empty" v-else>暂无数据</div> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | .clusterList { |
| | | max-height: 507px; |
| | | overflow-y: overlay; |
| | | |
| | | .empty { |
| | | height: 60px; |
| | | background-color: rgb(233, 235, 238); |
| | | line-height: 60px; |
| | | color: #909399; |
| | | font-size: 14px; |
| | | text-align: center; |
| | | } |
| | | } |
| | | |
| | | .tableList { |
| | |
| | | .btns { |
| | | margin-top: 40px; |
| | | display: flex; |
| | | justify-content: end; |
| | | justify-content: flex-end; |
| | | text-align: center; |
| | | line-height: 32px; |
| | | font-size: 14px; |