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构建 /*基础UI构建
*/ */
/* common layer */ /* common layer */
.edui-default {
z-index: 9999 !important;
}
.edui-default .edui-box { .edui-default .edui-box {
border: none; border: none;
padding: 0; padding: 0;
@ -1169,7 +1172,7 @@ div.edui-box {
} }
/* 弹出对话框按钮和对话框大小 */ /* 弹出对话框按钮和对话框大小 */
.edui-default .edui-dialog { .edui-default .edui-dialog {
z-index: 2000; z-index: 99999;
position: absolute; position: absolute;
} }

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

@ -68,7 +68,7 @@ export default {
// dialog // dialog
title: '上传图片', title: '上传图片',
// dialog // dialog
cssRules: 'width:1000px;height:620px;padding:20px;' cssRules: 'width:1000px;height:620px;padding:20px;z-index:9999;'
}) })
this.dialog = dialog this.dialog = dialog
var btn = new window.UE.ui.Button({ 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", "icon_id": "25889479",
"name": "促销单品", "name": "特惠专区",
"font_class": "cuxiaodanpin", "font_class": "cuxiaodanpin",
"unicode": "e7b7", "unicode": "e7b7",
"unicode_decimal": 59319 "unicode_decimal": 59319

View File

@ -254,7 +254,7 @@
<li v-else class="item"> <li v-else class="item">
<div class="item-title">平台推荐</div> <div class="item-title">平台推荐</div>
<div v-if="productData.is_benefit||productData.is_new||productData.is_best||productData.is_hot" class="value"> <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_new">首发新品</span>
<span class="value-item" v-if="productData.is_best">精品推荐</span> <span class="value-item" v-if="productData.is_best">精品推荐</span>
<span class="value-item" v-if="productData.is_hot">热门榜单</span> <span class="value-item" v-if="productData.is_hot">热门榜单</span>