Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gic-web
marketing-opeartion
Commits
7f3dbfad
Commit
7f3dbfad
authored
Jun 22, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
873f8455
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
component.less
src/styles/component.less
+3
-0
template-detail.vue
src/views/activity/template-detail.vue
+3
-4
No files found.
src/styles/component.less
View file @
7f3dbfad
...
@@ -22,6 +22,9 @@
...
@@ -22,6 +22,9 @@
.mt10 {
.mt10 {
margin-top: 10px;
margin-top: 10px;
}
}
.mt15{
margin-top: 15px;
}
.mb10 {
.mb10 {
margin-bottom: 10px;
margin-bottom: 10px;
}
}
...
...
src/views/activity/template-detail.vue
View file @
7f3dbfad
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
</div>
</div>
<dm-sub-title
type=
"fill"
>
游戏首页奖品样式
</dm-sub-title>
<dm-sub-title
type=
"fill"
>
游戏首页奖品样式
</dm-sub-title>
<div
class=
"section"
>
<div
class=
"section"
>
<el-form-item
label=
"奖项展示个数"
prop=
"viewPrize"
>
<el-form-item
label=
"奖项展示个数"
prop=
"viewPrize"
required
>
<el-input
class=
"w340"
v-model
.
number=
"form.viewPrize"
:disabled=
"isDisabled"
@
change=
"onValChange"
placeholder=
"请输入展示数量"
></el-input>
<el-input
class=
"w340"
v-model
.
number=
"form.viewPrize"
:disabled=
"isDisabled"
@
change=
"onValChange"
placeholder=
"请输入展示数量"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"奖项图片尺寸"
required
>
<el-form-item
label=
"奖项图片尺寸"
required
>
...
@@ -65,8 +65,7 @@
...
@@ -65,8 +65,7 @@
<div
:class=
"[form.changeType==1?'multiBox':'']"
>
<div
:class=
"[form.changeType==1?'multiBox':'']"
>
<p
class=
"tips mb10"
v-show=
"form.changeType==1"
>
图片格式 jpg/jpeg/png/gif,大小 1M 以内。
</p>
<p
class=
"tips mb10"
v-show=
"form.changeType==1"
>
图片格式 jpg/jpeg/png/gif,大小 1M 以内。
</p>
<div
v-for=
"(item, index) in form.prizeStyleJson"
:key=
"index"
class=
"multiBox-line"
>
<div
v-for=
"(item, index) in form.prizeStyleJson"
:key=
"index"
class=
"multiBox-line"
>
<div
class=
"mr20 lh20 mt10"
v-show=
"form.changeType==1"
style=
"width: 46px;"
>
盲盒
{{
index
+
1
}}
</div>
<div
class=
"mr20 lh20 mt10"
v-show=
"form.changeType==1"
>
盲盒
{{
index
+
1
}}
</div>
<div
class=
"flex-gap"
>
<div
class=
"flex-gap"
>
<el-form-item
:prop=
"'prizeStyleJson.' + index + '.' + 'imageNoSelectUrl'"
label-width=
"0"
:style=
"form.changeType==0?'margin: 0':''"
:rules=
"[
{required:true,message:'请上传'}]">
<el-form-item
:prop=
"'prizeStyleJson.' + index + '.' + 'imageNoSelectUrl'"
label-width=
"0"
:style=
"form.changeType==0?'margin: 0':''"
:rules=
"[
{required:true,message:'请上传'}]">
<div
:class=
"['flex-column',form.changeType==1?'multi':'']"
>
<div
:class=
"['flex-column',form.changeType==1?'multi':'']"
>
...
@@ -83,7 +82,7 @@
...
@@ -83,7 +82,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<p
class=
"tips mt
6
"
v-show=
"form.changeType==0"
>
图片格式 jpg/jpeg/png/gif,大小 1M 以内。
</p>
<p
class=
"tips mt
15
"
v-show=
"form.changeType==0"
>
图片格式 jpg/jpeg/png/gif,大小 1M 以内。
</p>
</el-form-item>
</el-form-item>
<!--
<el-form-item
label=
"更换奖项样式"
>
<el-switch
v-model=
"form.canChangePrizeStyle"
></el-switch><span
class=
"tipss ml18"
>
开启则表示支持用户更换此处模板内默认奖项样式
</span>
</el-form-item>
-->
<!--
<el-form-item
label=
"更换奖项样式"
>
<el-switch
v-model=
"form.canChangePrizeStyle"
></el-switch><span
class=
"tipss ml18"
>
开启则表示支持用户更换此处模板内默认奖项样式
</span>
</el-form-item>
-->
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment