Commit 8935344d by crushh

update: ui

parent 7688e23b
......@@ -265,3 +265,7 @@
border:1px solid rgba(255,213,145,1);
}
}
/*tooltip宽度*/
.el-tooltip__popper {
max-width: 400px !important;
}
\ No newline at end of file
......@@ -30,7 +30,7 @@
<el-tooltip class="item" effect="dark" open-delay="300">
<div slot="content">
<span v-if="item.isApiCreate">该卡券为外部接口创建卡券无法用于营销</span>
<span v-else> 1.卡券的领取数量\使用数量\核销率\销售额统计数据每隔3小时更新一次;<br />2.销售额=扣除退款后的去重订单应收金额</span>
<span v-else> 1.卡券的领取数量\使用数量\核销率\销售额统计数据每隔3小时更新一次;<br />2.销售额:此卡券参与核销的订单应收总金额(若订单发生退款则金额扣除)。一笔订单若使用多张相同卡券,只计一笔订单的金额</span>
</div>
<i style="position:absolute;right:10px;top:10px;cursor:pointer;color:#c0c4cc;font-size:18px;" class="el-icon-question"></i>
</el-tooltip>
......
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