mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-09 11:10:34 +08:00
feat: change mcp list style (#8336)
This commit is contained in:
parent
f84e284c20
commit
038f2b4f54
1 changed files with 4 additions and 4 deletions
|
|
@ -33,7 +33,7 @@
|
|||
<CopyButton :content="row.baseUrl + row.ssePath" type="icon" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.table.status')" prop="status" width="100px">
|
||||
<el-table-column :label="$t('commons.table.status')" prop="status" width="120px">
|
||||
<template #default="{ row }">
|
||||
<el-popover
|
||||
v-if="row.status === 'error'"
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.button.log')" prop="path" width="100px">
|
||||
<el-table-column :label="$t('commons.button.log')" prop="path" width="120px">
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
@click="openLog(row)"
|
||||
|
|
@ -73,8 +73,8 @@
|
|||
fix
|
||||
/>
|
||||
<fu-table-operations
|
||||
:ellipsis="mobile ? 0 : 10"
|
||||
:min-width="mobile ? 'auto' : 300"
|
||||
:ellipsis="mobile ? 0 : 2"
|
||||
:min-width="mobile ? 'auto' : 200"
|
||||
:buttons="buttons"
|
||||
:label="$t('commons.table.operate')"
|
||||
fixed="right"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue