mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-07 23:25:30 +08:00
style: Adjust the column width of the PHP runtime status (#9858)
This commit is contained in:
parent
f122afdbec
commit
d74b41a5f2
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
{{ row.port }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.table.status')" prop="status">
|
||||
<el-table-column :label="$t('commons.table.status')" prop="status" width="100px">
|
||||
<template #default="{ row }">
|
||||
<RuntimeStatus :row="row" />
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue