Merge branch 'main' of https://github.com/maxkb-dev/maxkb
This commit is contained in:
commit
845225cce1
@ -3,6 +3,8 @@
|
|||||||
<div class="template-manage flex main-calc-height">
|
<div class="template-manage flex main-calc-height">
|
||||||
<div class="template-manage__left p-8 border-r">
|
<div class="template-manage__left p-8 border-r">
|
||||||
<h4 class="p-16" style="padding-bottom: 8px">供应商</h4>
|
<h4 class="p-16" style="padding-bottom: 8px">供应商</h4>
|
||||||
|
<div class="model-list-height-left">
|
||||||
|
<el-scrollbar>
|
||||||
<common-list
|
<common-list
|
||||||
:data="provider_list"
|
:data="provider_list"
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
@ -21,11 +23,18 @@
|
|||||||
<span>全部模型</span>
|
<span>全部模型</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex" v-else>
|
<div class="flex" v-else>
|
||||||
<span :innerHTML="row.icon" alt="" style="height: 20px; width: 20px" class="mr-8" />
|
<span
|
||||||
|
:innerHTML="row.icon"
|
||||||
|
alt=""
|
||||||
|
style="height: 20px; width: 20px"
|
||||||
|
class="mr-8"
|
||||||
|
/>
|
||||||
<span>{{ row.name }}</span>
|
<span>{{ row.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</common-list>
|
</common-list>
|
||||||
|
</el-scrollbar>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="template-manage__right w-full" v-loading="list_model_loading">
|
<div class="template-manage__right w-full" v-loading="list_model_loading">
|
||||||
<div class="p-24 pb-0">
|
<div class="p-24 pb-0">
|
||||||
@ -164,5 +173,8 @@ onMounted(() => {
|
|||||||
.model-list-height {
|
.model-list-height {
|
||||||
height: calc(var(--create-dataset-height) - 70px);
|
height: calc(var(--create-dataset-height) - 70px);
|
||||||
}
|
}
|
||||||
|
.model-list-height-left {
|
||||||
|
height: calc(var(--create-dataset-height));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user