mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
commit
51a923441b
|
|
@ -150,7 +150,7 @@ const {
|
|||
params: { id }
|
||||
} = route as any
|
||||
|
||||
const apiUrl = window.location.origin + '/doc/chat'
|
||||
const apiUrl = window.location.origin + '/doc/chat/'
|
||||
|
||||
const EditAvatarDialogRef = ref()
|
||||
const LimitDialogRef = ref()
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<div class="border-t mt-16">
|
||||
<div class="mt-16">
|
||||
<ul>
|
||||
<li class="flex mt-16">
|
||||
<el-text type="info">模型类型</el-text>
|
||||
|
|
@ -176,7 +176,7 @@ onBeforeUnmount(() => {
|
|||
</script>
|
||||
<style lang="scss" scoped>
|
||||
.model-card {
|
||||
min-height: 153px;
|
||||
min-height: 135px;
|
||||
min-width: auto;
|
||||
.operation-button {
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in New Issue