Commit e583209e by huaying

fix: 积分策略提示信息ui

parent f5c1b3f6
......@@ -91,8 +91,8 @@
<el-form-item label="有效期:" prop="integralExpireType" class="padding-0 yearY" >
<el-popover width="520" trigger="hover" placement="right">
<div style="line-height:20px">
<p style="color:#595959 font-size:14px;font-weight:600">规则说明:</p>
<p style="color:#e6a23c">
<p style="color:#303133;font-size:12px;font-weight:600">规则说明:</p>
<p style="color:#e6a23c;font-size:12px;">
仅GIC计算积分时,配置的积分有效期才会生效,<br/>
ERP计算积分时,此配置项不生效;
</p>
......
......@@ -247,8 +247,8 @@
<el-radio v-model="ruleForm.userGeneralIntegralExpireRule" :label="0">自定义有效期
<el-popover width="520" trigger="hover" placement="right">
<div style="line-height:20px">
<p style="color:#595959 font-size:14px;font-weight:600">规则说明:</p>
<p style="color:#e6a23c">
<p style="color:#303133;font-size:12px;font-weight:600">规则说明:</p>
<p style="color:#e6a23c;font-size:12px;">
仅GIC计算积分时,配置的积分有效期才会生效,<br/>
ERP计算积分时,此配置项不生效;
</p>
......
......@@ -436,8 +436,8 @@
<el-radio v-model="ruleForm.userGeneralIntegralExpireRule" @change="radiouserGeneralIntegralExpireRule" :label="0">自定义有效期
<el-popover width="520" trigger="hover" placement="right">
<div style="line-height:20px">
<p style="color:#595959 font-size:14px;font-weight:600">规则说明:</p>
<p style="color:#e6a23c">
<p style="color:#303133;font-size:12px;font-weight:600">规则说明:</p>
<p style="color:#e6a23c;font-size:12px;">
仅GIC计算积分时,配置的积分有效期才会生效,<br/>
ERP计算积分时,此配置项不生效;
</p>
......
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