Commit dc6fc82d authored by 邓春圆's avatar 邓春圆

样式调整

parent a9937b7c
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<el-button type="text" @click="dialogVisible = true;">选择渠道包装模板</el-button> <el-button type="text" @click="dialogVisible = true;">选择渠道包装模板</el-button>
</div> </div>
</div> </div>
<el-row :gutter="20" v-for="(itemm, index) in form.channelPackagingList" :key="index"> <el-row :gutter="20" v-for="(itemm, index) in form.channelPackagingList" style="margin-bottom: 50px;border-bottom: 1px solid #cccccc" :key="index">
<el-col :span="2">包装类型{{index + 1}}:</el-col> <el-col :span="2">包装类型{{index + 1}}:</el-col>
<el-col :span="5"> <el-col :span="5">
<el-select multiple v-model="itemm.packagingTypes" > <el-select multiple v-model="itemm.packagingTypes" >
......
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