mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-23 18:49:21 +08:00
parent
3d0018c0bd
commit
c9a204b7a7
@ -1054,4 +1054,7 @@ onMounted(() => {
|
||||
color: #726e6e;
|
||||
}
|
||||
}
|
||||
.search-button {
|
||||
width: 20vw;
|
||||
}
|
||||
</style>
|
||||
|
@ -52,6 +52,7 @@
|
||||
prop="deleteTime"
|
||||
:formatter="dateFormat"
|
||||
show-overflow-tooltip
|
||||
sortable
|
||||
></el-table-column>
|
||||
<fu-table-operations :buttons="buttons" :label="$t('commons.table.operate')" fix />
|
||||
</ComplexTable>
|
||||
|
@ -57,6 +57,7 @@
|
||||
:width="400"
|
||||
trigger="hover"
|
||||
:content="row.message"
|
||||
popper-class="max-h-[300px] overflow-auto"
|
||||
>
|
||||
<template #reference>
|
||||
<Status :key="row.status" :status="row.status"></Status>
|
||||
|
Loading…
Reference in New Issue
Block a user