Commit 9d0a4c36 by liuchenxi

update: 去除卡券赠送提示

parent e0755624
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
--> -->
<template> <template>
<el-dialog title="卡券选择" :visible.sync="dialogVisible" width="994px" :before-close="handleClose"> <el-dialog title="卡券选择" :visible.sync="dialogVisible" width="994px" :before-close="handleClose">
<div class="tips"> <!-- <div class="tips">
<el-alert type="info" show-icon :closable="false"> <el-alert type="info" show-icon :closable="false">
<span class="alert-info">当月有效的卡券不支持选择</span> <span class="alert-info">当月有效的卡券不支持选择</span>
</el-alert> </el-alert>
</div> </div> -->
<div class="search-div"> <div class="search-div" style="marginTop: 10px">
<el-input placeholder="请输入卡券名称" maxlength="50" v-model="searchInput" class="w-264" style="width: 264px;" clearable @keyup.native="value => toInput(value, searchInput)" @clear="clearInput"> <i slot="prefix" class="el-input__icon el-icon-search"></i> </el-input> <el-input placeholder="请输入卡券名称" maxlength="50" v-model="searchInput" class="w-264" style="width: 264px;" clearable @keyup.native="value => toInput(value, searchInput)" @clear="clearInput"> <i slot="prefix" class="el-input__icon el-icon-search"></i> </el-input>
<!-- <span class="search-tip p-l-20 font-14 color-909399">仅支持选择“领取限制&gt;=100”的卡券,系统已自动过滤不符合条件的卡券,符合条件的卡券共{{ total }}</span> --> <!-- <span class="search-tip p-l-20 font-14 color-909399">仅支持选择“领取限制&gt;=100”的卡券,系统已自动过滤不符合条件的卡券,符合条件的卡券共{{ total }}</span> -->
</div> </div>
...@@ -214,18 +214,18 @@ export default { ...@@ -214,18 +214,18 @@ export default {
/deep/ .el-dialog__body { /deep/ .el-dialog__body {
padding-top: 0; padding-top: 0;
} }
.tips { // .tips {
width: 40%; // width: 40%;
padding: 10px 20px 20px 0; // padding: 10px 20px 20px 0;
/deep/ .el-alert__icon { // /deep/ .el-alert__icon {
font-size: 14px; // font-size: 14px;
width: auto !important; // width: auto !important;
} // }
.alert-info { // .alert-info {
font-size: 13px; // font-size: 13px;
font-weight: 400; // font-weight: 400;
color: #303133; // color: #303133;
line-height: 22px; // line-height: 22px;
} // }
} // }
</style> </style>
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