This commit is contained in:
lb 2023-07-07 17:03:52 +08:00
parent 7828a1cc4e
commit 3b101e022d

View File

@ -98,7 +98,7 @@ export default function () {
fixed: "right", fixed: "right",
subcomponent: TableOperaionComponent, subcomponent: TableOperaionComponent,
options: operations[type], options: operations[type],
width: operations[type].length > 1 ? operations[type].length * 35 : 90, width: operations[type].length > 1 ? operations[type].length * 40 : 90,
}, },
// type !== "finished" // type !== "finished"