1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-02-28 19:14:13 +08:00

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

This commit is contained in:
ssongliu 2025-02-21 15:54:29 +08:00 committed by GitHub
parent 0f0099accb
commit 8e54cd5162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

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>

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"