tranbox...

This commit is contained in:
Gabe Yuan
2023-10-24 17:58:37 +08:00
parent 4125aba808
commit 02f26af592
9 changed files with 274 additions and 35 deletions

View File

@@ -110,7 +110,7 @@ export default function Tranbox() {
<TextField
size="small"
label={i18n("tanbtn_offset_x")}
label={i18n("tranbtn_offset_x")}
type="number"
name="btnOffsetX"
defaultValue={btnOffsetX}
@@ -119,7 +119,7 @@ export default function Tranbox() {
<TextField
size="small"
label={i18n("tanbtn_offset_y")}
label={i18n("tranbtn_offset_y")}
type="number"
name="btnOffsetY"
defaultValue={btnOffsetY}