[fix]:[FL-221][维度管理页面操作列太窄导致换行]
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -467,7 +467,7 @@ export default function AdminDimensionsPage() {
|
||||
{
|
||||
title: "操作",
|
||||
key: "actions",
|
||||
width: 160,
|
||||
width: 180,
|
||||
render: (_value, row) => {
|
||||
const deleteLoading = deletingId === row.id;
|
||||
const rowBusy = deleteLoading;
|
||||
|
||||
Reference in New Issue
Block a user