Commit ccdf44fc by crushh

update: dist

parent df190d98
...@@ -314,5 +314,11 @@ font-size: 14px; ...@@ -314,5 +314,11 @@ font-size: 14px;
} }
} }
} }
.store-tip {
font-size: 13px;
color: #909399;
position: absolute;
left: 430px;
top: 95px;
}
</style> </style>
...@@ -1638,21 +1638,6 @@ export default { ...@@ -1638,21 +1638,6 @@ export default {
.section-tip-content .el-form-item__label { .section-tip-content .el-form-item__label {
text-align: left !important; text-align: left !important;
} }
.store-tip {
font-size: 13px;
color: #909399;
position: absolute;
left: 430px;
top: 0px;
}
.tips {
font-size: 12px;
color: rgb(144, 147, 153);
margin-left: 10px;
display: inline-block;
vertical-align: middle;
line-height: 32px;
}
/* 人群筛选器 /* 人群筛选器
.gic-people--button { .gic-people--button {
background: #f2f3f4; background: #f2f3f4;
......
<!-- 已经废弃的老详情页,保险起见,未删除-->
<template> <template>
<div class="mall-section-container"> <div class="mall-section-container">
<div class="mall-content-section"> <div class="mall-content-section">
......
...@@ -1535,8 +1535,8 @@ export default { ...@@ -1535,8 +1535,8 @@ export default {
const type = Number(showStore); const type = Number(showStore);
this.visibleData.sendChildData.storeType = type; // :0所有 1门店分组 2部分门店 this.visibleData.sendChildData.storeType = type; // :0所有 1门店分组 2部分门店
if (type == 1) { if (type == 1) {
const arr = storeGroupIds.split(','); const arr = storeGroupIds && storeGroupIds.split(',');
this.visibleData.sendChildData.storeGroupIds = arr.join(','); this.visibleData.sendChildData.storeGroupIds = arr && arr.join(',');
} else if (type == 2) { } else if (type == 2) {
this.visibleData.sendChildData.storeIds = storeInfo; this.visibleData.sendChildData.storeIds = storeInfo;
} }
...@@ -2659,13 +2659,7 @@ export default { ...@@ -2659,13 +2659,7 @@ export default {
.section-tip-content .el-form-item__label { .section-tip-content .el-form-item__label {
text-align: left !important; text-align: left !important;
} }
.store-tip {
font-size: 13px;
color: #909399;
position: absolute;
left: 430px;
top: 80px;
}
.tips { .tips {
font-size: 12px; font-size: 12px;
color: rgb(144, 147, 153); color: rgb(144, 147, 153);
...@@ -2679,11 +2673,7 @@ export default { ...@@ -2679,11 +2673,7 @@ export default {
background: #f2f3f4; background: #f2f3f4;
padding: 0 0 20px 124px; padding: 0 0 20px 124px;
} */ } */
.store-tips {
width: 200px;
position: absolute;
left: -10px;
}
.card-style.el-tabs--border-card { .card-style.el-tabs--border-card {
box-shadow: none !important; box-shadow: none !important;
} }
......
<!-- 废弃 --> <!-- 已经废弃的老详情页,保险起见,未删除-->
<template> <template>
<div class="mall-section-container"> <div class="mall-section-container">
<div class="mall-content-section"> <div class="mall-content-section">
...@@ -3000,7 +3000,7 @@ export default { ...@@ -3000,7 +3000,7 @@ export default {
color: #909399; color: #909399;
position: absolute; position: absolute;
left: 430px; left: 430px;
top: 0px; top: 95px;
} }
.tips { .tips {
font-size: 12px; font-size: 12px;
......
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