mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-01 03:24:14 +08:00
style: Adjust the width display of the model list (#7946)
This commit is contained in:
parent
0f0099accb
commit
8e54cd5162
@ -15,9 +15,9 @@
|
|||||||
<template #title>
|
<template #title>
|
||||||
<span class="flx-align-center">
|
<span class="flx-align-center">
|
||||||
{{ $t('ai_tools.model.ollama_doc') }}
|
{{ $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') }}
|
{{ $t('firewall.quickJump') }}
|
||||||
</el-link>
|
</el-button>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-alert>
|
</el-alert>
|
||||||
|
@ -114,14 +114,14 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
min-width="100"
|
min-width="80"
|
||||||
:label="$t('commons.table.createdAt')"
|
:label="$t('commons.table.date')"
|
||||||
prop="createdAt"
|
prop="createdAt"
|
||||||
:formatter="dateFormat"
|
:formatter="dateFormat"
|
||||||
/>
|
/>
|
||||||
<fu-table-operations
|
<fu-table-operations
|
||||||
:ellipsis="mobile ? 0 : 10"
|
:ellipsis="mobile ? 0 : 10"
|
||||||
:min-width="mobile ? 'auto' : 100"
|
:min-width="mobile ? 'auto' : 200"
|
||||||
:buttons="buttons"
|
:buttons="buttons"
|
||||||
:label="$t('commons.table.operate')"
|
:label="$t('commons.table.operate')"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user