This commit is contained in:
faiz 2024-05-24 09:38:07 +08:00
parent 426f741003
commit 7751d98324
8 changed files with 9037 additions and 9027 deletions

View File

@ -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

View File

@ -183,7 +183,7 @@ export default {
info: [
{
title: '标题',
value: '促销单品',
value: '特惠专区',
tips: '选填不超过4个字',
max: 4
},

View File

@ -230,7 +230,7 @@ export default {
info: [
{
title: '标题',
value: '促销单品',
value: '特惠专区',
tips: '选填不超过4个字',
max: 4
},

View File

@ -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

View File

@ -755,7 +755,7 @@
},
{
"icon_id": "25889479",
"name": "促销单品",
"name": "特惠专区",
"font_class": "cuxiaodanpin",
"unicode": "e7b7",
"unicode_decimal": 59319

View File

@ -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>