mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-10 16:46:26 +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 }}
|
{{ row.port }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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 }">
|
<template #default="{ row }">
|
||||||
<RuntimeStatus :row="row" />
|
<RuntimeStatus :row="row" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Add table
Reference in a new issue