[1078] 完善终端参数

This commit is contained in:
lin
2025-07-22 06:50:55 +08:00
parent 0c78a9460b
commit 045c14da0d
9 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div style="width: 100%;">
<div style="height: calc(100vh - 260px);">
<div style="height: calc(100vh - 260px); overflow: auto">
<el-form ref="form" :model="form" label-width="240px" style="width: 50%; margin: 0 auto">
<el-form-item label="最高速度(千米每小时)" prop="topSpeed">
<el-input type="number" v-model="form.topSpeed" />