change mv range

This commit is contained in:
赵一寰 2026-03-13 17:42:21 +08:00
parent 0e1cbf5ba5
commit 75e68f0638

View File

@ -1458,8 +1458,8 @@ export function renderApp(state: AppViewState) {
side="right"
orientation="vertical"
.initialWidth=${state.clawComputerWidth}
.minWidth=${400}
.maxWidth=${900}
.minWidth=${300}
.maxWidth=${3000}
@resize=${(e: CustomEvent) => {
if (e.detail.width !== undefined) {
state.setClawComputerWidth(e.detail.width);