Commit 90e527bf authored by 邓春圆's avatar 邓春圆

间距调整

parent b8713594
......@@ -260,17 +260,17 @@ export default {
:label="$l(item, 'name')"></el-option>
</el-select>
</el-col>
<el-col :span="2">
<el-button type="primary" @click="newChannelsAdd(index)">新增渠道</el-button>
<el-col :span="3">
<el-button size="mini" type="primary" @click="newChannelsAdd(index)">新增渠道</el-button>
</el-col>
<el-col :span="2">
<el-button type="danger" :disabled="form.channelList.length === 1" @click="channelsDelete(index)">
<el-col :span="3">
<el-button size="mini" type="danger" :disabled="form.channelList.length === 1" @click="channelsDelete(index)">
删除当前渠道
</el-button>
</el-col>
<el-col :span="2">
<el-col :span="3">
<air-freight-route-template :lineId="lineId" @copy="copy">
<el-button v-if="index === 0" type="text">选择渠道包装模板</el-button>
<el-button size="mini" v-if="index === 0" type="text">选择渠道包装模板</el-button>
</air-freight-route-template>
</el-col>
</el-row>
......
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