This commit is contained in:
parent
426f741003
commit
7751d98324
|
@ -1,6 +1,9 @@
|
|||
/*基础UI构建
|
||||
*/
|
||||
/* common layer */
|
||||
.edui-default {
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
.edui-default .edui-box {
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
@ -1169,7 +1172,7 @@ div.edui-box {
|
|||
}
|
||||
/* 弹出对话框按钮和对话框大小 */
|
||||
.edui-default .edui-dialog {
|
||||
z-index: 2000;
|
||||
z-index: 99999;
|
||||
position: absolute;
|
||||
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -183,7 +183,7 @@ export default {
|
|||
info: [
|
||||
{
|
||||
title: '标题',
|
||||
value: '促销单品',
|
||||
value: '特惠专区',
|
||||
tips: '选填,不超过4个字',
|
||||
max: 4
|
||||
},
|
||||
|
|
|
@ -230,7 +230,7 @@ export default {
|
|||
info: [
|
||||
{
|
||||
title: '标题',
|
||||
value: '促销单品',
|
||||
value: '特惠专区',
|
||||
tips: '选填,不超过4个字',
|
||||
max: 4
|
||||
},
|
||||
|
|
|
@ -68,7 +68,7 @@ export default {
|
|||
// dialog 的标题
|
||||
title: '上传图片',
|
||||
// 指定 dialog 的外围样式
|
||||
cssRules: 'width:1000px;height:620px;padding:20px;'
|
||||
cssRules: 'width:1000px;height:620px;padding:20px;z-index:9999;'
|
||||
})
|
||||
this.dialog = dialog
|
||||
var btn = new window.UE.ui.Button({
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -755,7 +755,7 @@
|
|||
},
|
||||
{
|
||||
"icon_id": "25889479",
|
||||
"name": "促销单品",
|
||||
"name": "特惠专区",
|
||||
"font_class": "cuxiaodanpin",
|
||||
"unicode": "e7b7",
|
||||
"unicode_decimal": 59319
|
||||
|
|
|
@ -254,7 +254,7 @@
|
|||
<li v-else class="item">
|
||||
<div class="item-title">平台推荐:</div>
|
||||
<div v-if="productData.is_benefit||productData.is_new||productData.is_best||productData.is_hot" class="value">
|
||||
<span class="value-item" v-if="productData.is_benefit">促销单品</span>
|
||||
<span class="value-item" v-if="productData.is_benefit">特惠专区</span>
|
||||
<span class="value-item" v-if="productData.is_new">首发新品</span>
|
||||
<span class="value-item" v-if="productData.is_best">精品推荐</span>
|
||||
<span class="value-item" v-if="productData.is_hot">热门榜单</span>
|
||||
|
|
Loading…
Reference in New Issue