This commit is contained in:
walkor 2022-12-10 15:44:01 +08:00
parent 4952cbc143
commit c5e7978c1d
8 changed files with 8 additions and 2 deletions

View File

@ -177,6 +177,7 @@
toolbar: "#table-bar",
align: "center",
fixed: "right",
width: 130,
}
];

View File

@ -107,7 +107,7 @@
title: "操作",
toolbar: "#table-bar",
align: "center",
width: 160,
width: 130,
fixed: "right",
}
];

View File

@ -136,6 +136,7 @@
toolbar: "#table-bar",
align: "center",
fixed: "right",
width: 130,
}
];

View File

@ -146,7 +146,7 @@
toolbar: "#table-bar",
align: "center",
fixed: "right",
width: 120,
width: 130,
}
];

View File

@ -220,6 +220,7 @@
toolbar: "#table-bar",
align: "center",
fixed: "right",
width: 130,
}
];

View File

@ -215,6 +215,7 @@
toolbar: "#table-bar",
align: "center",
fixed: "right",
width: 130,
}
];

View File

@ -349,6 +349,7 @@
toolbar: "#table-bar",
align: "center",
fixed: "right",
width: 130,
}
];

View File

@ -15,6 +15,7 @@
return [
'debug' => true,
'controller_suffix' => 'Controller',
'controller_reuse' => false,
'plugin_market_host' => 'https://www.workerman.net',
'version' => '0.5.0'
];