Commit 9346500f by caoyanzhi

update: 奥莱卡券

parent 7df75955
......@@ -80,7 +80,7 @@
<el-form-item v-if="form.cardType == 3" label="卡券成本比例">
<el-switch v-model="form.costValueProportionFlag" :active-value="1" :inactive-value="0" :disabled="isEdit || isInfo"></el-switch>
<el-alert class="cost-tip" type="info" show-icon :closable="false" title="成本比例以商户维度设置"></el-alert>
<span class="gray fz13">* 成本比例以商户维度设置</span>
<div class="cost-box" v-if="form.costValueProportionFlag == 1">
<div class="cost-box-type">
<span class="cost-box-type-label">成本费用</span>
......@@ -515,14 +515,6 @@ export default cardForm;
line-height: 30px;
}
}
.cost-tip {
display: inline-flex;
padding-top: 0;
padding-bottom: 0;
vertical-align: middle;
width: 300px;
background: transparent;
}
.cost-box {
margin-top: 10px;
width: 701px;
......
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