Commit 9f5a0b97 authored by 小费同学阿's avatar 小费同学阿 💬

bug fix

parent ea7a4d13
......@@ -81,17 +81,11 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="宠物体重:" prop="petWeight">
<div style="display: flex;margin-right: 2px;">
<div>
<el-input
v-model="form.petWeight"
maxlength="10"
:disabled="!isEdit"
/>
</div>
<div>kg</div>
</div>
<!--宠物体重-->
<el-form-item label="宠物体重" prop="petWeight">
<el-input v-model="form.petWeight" maxlength="10" :disabled="!isEdit">
<template #suffix>kg</template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="8">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment