style: Adjust the width display of the model list (#7946)

This commit is contained in:
ssongliu
2025-02-21 07:54:29 +00:00
committed by GitHub
parent 0f0099accb
commit 8e54cd5162
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
<template #title>
<span class="flx-align-center">
{{ $t('ai_tools.model.ollama_doc') }}
<el-link class="ml-5" icon="Position" @click="goSearch()" type="primary">
<el-button link class="ml-5" icon="Position" @click="goSearch()" type="primary">
{{ $t('firewall.quickJump') }}
</el-link>
</el-button>
</span>
</template>
</el-alert>
+3 -3
View File
@@ -114,14 +114,14 @@
</template>
</el-table-column>
<el-table-column
min-width="100"
:label="$t('commons.table.createdAt')"
min-width="80"
:label="$t('commons.table.date')"
prop="createdAt"
:formatter="dateFormat"
/>
<fu-table-operations
:ellipsis="mobile ? 0 : 10"
:min-width="mobile ? 'auto' : 100"
:min-width="mobile ? 'auto' : 200"
:buttons="buttons"
:label="$t('commons.table.operate')"
fixed="right"