style: Adjust the column width of the PHP runtime status (#9858)

This commit is contained in:
CityFun 2025-08-05 15:56:59 +08:00 committed by GitHub
parent f122afdbec
commit d74b41a5f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>