update:优化模型id输入框位置

This commit is contained in:
hrz
2025-11-02 17:14:11 +08:00
parent 8e12e75b2f
commit 838d9a3927
8 changed files with 46 additions and 48 deletions
@@ -169,12 +169,12 @@
></i>
</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item @click.native="goOtaManagement">
{{ $t("header.otaManagement") }}
</el-dropdown-item>
<el-dropdown-item @click.native="goParamManagement">
{{ $t("header.paramManagement") }}
</el-dropdown-item>
<el-dropdown-item @click.native="goOtaManagement">
{{ $t("header.otaManagement") }}
</el-dropdown-item>
<el-dropdown-item @click.native="goDictManagement">
{{ $t("header.dictManagement") }}
</el-dropdown-item>