| | |
| | | <a-typography-title class="block-title" :heading="6"> |
| | | {{ $t('cardList.tab.title.content') }} |
| | | </a-typography-title> |
| | | <a-button class='add-button' type="primary" @click="addCard">添加</a-button> |
| | | <a-button class="add-button" type="primary" @click="addCard">添加</a-button> |
| | | |
| | | <a-row class="list-row" :gutter="24"> |
| | | <a-col |
| | |
| | | class="list-col" |
| | | > |
| | | <div class="card-wrap empty-wrap"> |
| | | <a-card :bordered="false" hoverable > |
| | | <a-card :bordered="false" hoverable> |
| | | <a-result :status="null" title="Xinference模型是个很厉害的模型"> |
| | | <template #icon> |
| | | <icon-plus style="font-size: 20px" /> |
| | |
| | | } |
| | | } |
| | | |
| | | .list-wrap{ |
| | | .list-wrap { |
| | | position: relative; |
| | | |
| | | ::v-deep .block-title{ |
| | | .block-title { |
| | | height: 36px; |
| | | lin-height: 36px; |
| | | } |
| | | |
| | | .add-button{ |
| | | .add-button { |
| | | position: absolute; |
| | | right: 20px; |
| | | top: 0; |