Commit cbb0d358 authored by 盖献康's avatar 盖献康

bug(64229) - 宠物品种

parent 69bc7714
...@@ -36,12 +36,18 @@ ...@@ -36,12 +36,18 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="宠物品种"> <el-form-item label="宠物品种" class="petBreed">
<el-input <el-input
v-model="subscribeMessage.petBreed" v-model="subscribeMessage.petBreed"
class="input-detail"
placeholder="-" placeholder="-"
disabled disabled
class="half__-5px"
/>
<el-input
v-model="subscribeMessage.petChildBreed"
placeholder="-"
disabled
class="half"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -77,7 +83,7 @@ ...@@ -77,7 +83,7 @@
class="input-detail" class="input-detail"
placeholder="-" placeholder="-"
disabled disabled
style="width: 84%;" style="width: 83%;"
/> />
<span style="padding-left: 10px;">kg</span> <span style="padding-left: 10px;">kg</span>
</el-form-item> </el-form-item>
...@@ -169,7 +175,7 @@ ...@@ -169,7 +175,7 @@
class="input-detail" class="input-detail"
placeholder="-" placeholder="-"
disabled disabled
style="width: 84%;" style="width: 83%;"
/> />
<span style="padding-left: 10px;"></span> <span style="padding-left: 10px;"></span>
</el-form-item> </el-form-item>
...@@ -502,4 +508,16 @@ export default { ...@@ -502,4 +508,16 @@ export default {
.input-detail { .input-detail {
width: 392px; width: 392px;
} }
.petBreed {
::v-deep .el-input__inner {
width: 188px !important;
}
.half__-5px {
width: calc(50% - 24px) !important;
}
}
.half {
width: 50% !important;
margin-left: 5px;
}
</style> </style>
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