提交 3a75d56c 编写于 作者: 张磊's avatar 张磊

zl to release

...@@ -1201,7 +1201,7 @@ ...@@ -1201,7 +1201,7 @@
<el-button v-if="formData.detectionAreaAddressList.length < 50" type="primary" size="small" @click="createAreaAddress(0)">+新增地址</el-button> <el-button v-if="formData.detectionAreaAddressList.length < 50" type="primary" size="small" @click="createAreaAddress(0)">+新增地址</el-button>
</div> </div>
<div class="warehouseAdress-list border-none" v-if="formData.detectionAreaAddressList.length > 0" v-model="checkList"> <div class="warehouseAdress-list border-none" v-if="formData.detectionAreaAddressList.length > 0" v-model="checkList">
<div class="warehouseAdress-item" v-for="(addressItem, index) of formData.detectionAreaAddressList" :key="index"> <div class="warehouseAdress-item warehouseAdress-item-first" v-for="(addressItem, index) of formData.detectionAreaAddressList" :key="index">
<el-popover <el-popover
placement="top-start" placement="top-start"
title="" title=""
...@@ -3509,6 +3509,8 @@ export default { ...@@ -3509,6 +3509,8 @@ export default {
&:last-of-type { &:last-of-type {
margin-bottom: 0; margin-bottom: 0;
} }
}
.warehouseAdress-item-first{
&>span:first-child{ &>span:first-child{
flex: 1; flex: 1;
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册