[fix]:[FL-221][维度管理页面操作列太窄导致换行]

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-28 18:01:14 +08:00
parent 9ad385ec38
commit d23fcdcd05
+1 -1
View File
@@ -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;