fix: 搜索框加长(#6063) 回收站时间排序(#5957) hoer状态撑高界面(#5929) (#6070)

This commit is contained in:
trom 2024-08-09 10:22:29 +08:00 committed by GitHub
parent 3d0018c0bd
commit c9a204b7a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

View File

@ -1054,4 +1054,7 @@ onMounted(() => {
color: #726e6e;
}
}
.search-button {
width: 20vw;
}
</style>

View File

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

View File

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