Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
8a443b0b
Commit
8a443b0b
authored
Apr 13, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式调整
parent
5a24c09b
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
13 deletions
+28
-13
share.vue
src/views/game/common/share.vue
+1
-1
threshold.vue
src/views/game/common/threshold.vue
+1
-1
form.vue
src/views/game/dzp/form.vue
+5
-2
form.vue
src/views/game/ggk/form.vue
+5
-2
form.vue
src/views/game/klfl/form.vue
+5
-2
form.vue
src/views/game/ptyx/form.vue
+6
-3
form.vue
src/views/game/znm/form.vue
+5
-2
No files found.
src/views/game/common/share.vue
View file @
8a443b0b
<
template
>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
>
分享设置
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb20"
>
分享设置
</dm-sub-title>
<el-form-item
label=
"分享设置"
class=
"width50 is-required"
>
<el-radio-group
v-model=
"form.shareFlag"
>
<el-radio
:label=
"1"
>
可分享
</el-radio>
...
...
src/views/game/common/threshold.vue
View file @
8a443b0b
<
template
>
<section
class=
"dm-form__wrap clearfix"
>
<dm-sub-title
type=
"line"
>
<dm-sub-title
type=
"line"
class=
"mb20"
>
参与门槛
<i
class=
"iconfont icon-xinxixianshi ml10 gray"
></i>
<span
class=
"gray fz13"
>
满足参与门槛会员才可以参与游戏
</span>
...
...
src/views/game/dzp/form.vue
View file @
8a443b0b
...
...
@@ -2,7 +2,7 @@
<div>
<el-form
class=
"content"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
游戏内容
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
游戏内容
</dm-sub-title>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
>
<dm-input
v-model=
"form.gameName"
class=
"w400"
:disabled=
"isInfo"
:maxlength=
"25"
></dm-input>
</el-form-item>
...
...
@@ -46,7 +46,7 @@
</el-form-item>
</section>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
抽奖机制
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
抽奖机制
</dm-sub-title>
<el-form-item
label=
"抽奖消耗"
prop=
"gameIntegral"
>
<el-input-number
controls-position=
"right"
v-model=
"form.gameIntegral"
class=
"w400"
:min=
"0"
:precision=
"0"
:disabled=
"isInfo"
></el-input-number>
积分
<p
class=
"fz12 gray"
>
0表示免费抽奖
</p>
...
...
@@ -790,6 +790,9 @@ export default {
<
style
lang
=
"scss"
scoped
>
.
content
{
padding
-
bottom
:
58
px
;
.
dm
-
form__wrap
+
.
dm
-
form__wrap
{
padding
-
top
:
0
!
important
;
}
}
.
avatar
-
uploader
/
deep
/
{
font
-
size
:
0
;
...
...
src/views/game/ggk/form.vue
View file @
8a443b0b
...
...
@@ -2,7 +2,7 @@
<div>
<el-form
class=
"content"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
游戏内容
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
游戏内容
</dm-sub-title>
<el-form-item
label=
"游戏名称"
class=
"width50"
prop=
"gameName"
>
<dm-input
v-model=
"form.gameName"
class=
"w400"
:disabled=
"isInfo"
:maxlength=
"25"
></dm-input>
</el-form-item>
...
...
@@ -42,7 +42,7 @@
</el-form-item>
</section>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
抽奖机制
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
抽奖机制
</dm-sub-title>
<el-form-item
label=
"抽奖消耗"
class=
"width50"
prop=
"gameIntegral"
>
<el-input-number
controls-position=
"right"
class=
"w400"
:min=
"0"
v-model=
"form.gameIntegral"
:precision=
"0"
:disabled=
"isInfo"
></el-input-number>
积分
<p
class=
"fz12 gray"
>
0表示免费抽奖
</p>
...
...
@@ -680,6 +680,9 @@ export default {
<
style
lang
=
"scss"
scoped
>
.
content
{
padding
-
bottom
:
58
px
;
.
dm
-
form__wrap
+
.
dm
-
form__wrap
{
padding
-
top
:
0
!
important
;
}
}
.
skin
-
box
{
display
:
block
;
...
...
src/views/game/klfl/form.vue
View file @
8a443b0b
<
template
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"110px"
class=
"ptyx-add content"
v-loading=
"loading"
loading-text=
"加载中"
>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
游戏内容
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
游戏内容
</dm-sub-title>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
class=
"width50"
>
<dm-input
v-model=
"form.gameName"
class=
"w400"
:maxlength=
"10"
></dm-input>
</el-form-item>
...
...
@@ -94,7 +94,7 @@
</el-form-item>
</section>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
奖项设置
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
奖项设置
</dm-sub-title>
<el-form-item
label=
"首次特殊策略"
class=
"el-form-item__margin-top14"
>
<el-table
tooltipEffect=
"light"
:data=
"tableList"
style=
"width: 100%"
v-loading=
"tableLoading"
>
<el-table-column
prop=
"strategyName"
label=
"策略名称"
align=
"left"
></el-table-column>
...
...
@@ -886,6 +886,9 @@ export default {
@import
'./form.scss'
;
.content
{
padding-bottom
:
58px
;
.dm-form__wrap
+
.dm-form__wrap
{
padding-top
:
0
!important
;
}
}
/
deep
/
.act-select
{
width
:
400px
!important
;
...
...
src/views/game/ptyx/form.vue
View file @
8a443b0b
<
template
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
class=
"ptyx-add content"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
游戏内容
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
游戏内容
</dm-sub-title>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
class=
"width50"
>
<dm-input
v-model=
"form.gameName"
class=
"w400"
:disabled=
"isInfo"
:maxlength=
"25"
></dm-input>
</el-form-item>
...
...
@@ -53,7 +53,7 @@
</el-form-item>
</section>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
页面设置
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
页面设置
</dm-sub-title>
<el-form-item
label=
"品牌logo"
class=
"width50 is-required"
>
<dm-upload-avatar
:model
.
sync=
"form.logoImg"
label=
"上传图片"
width=
"80"
height=
"80"
tips=
"请上传高度为85px的PNG透明背景图片"
:disabled=
"isInfo"
></dm-upload-avatar>
</el-form-item>
...
...
@@ -73,7 +73,7 @@
<!-- 游戏背景音乐设置 -->
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
游戏背景音乐设置
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
游戏背景音乐设置
</dm-sub-title>
<el-form-item
label=
"游戏背景音乐"
>
<el-switch
v-model=
"form.musicFlag"
:active-value=
"1"
:inactive-value=
"0"
></el-switch>
</el-form-item>
...
...
@@ -681,6 +681,9 @@ export default {
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
.dm-form__wrap
+
.dm-form__wrap
{
padding-top
:
0
!important
;
}
}
/
deep
/
.act-select
{
width
:
400px
!important
;
...
...
src/views/game/znm/form.vue
View file @
8a443b0b
<
template
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
class=
"ptyx-add content"
v-loading=
"loading"
loading-text=
"加载中"
>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
游戏内容
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
游戏内容
</dm-sub-title>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
class=
"width50"
>
<dm-input
v-model=
"form.gameName"
class=
"w400"
:maxlength=
"25"
></dm-input>
</el-form-item>
...
...
@@ -28,7 +28,7 @@
</el-form-item>
</section>
<section
class=
"dm-form__wrap"
>
<dm-sub-title
type=
"line"
class=
"mb
1
0"
>
奖项设置
</dm-sub-title>
<dm-sub-title
type=
"line"
class=
"mb
2
0"
>
奖项设置
</dm-sub-title>
<el-form-item
label=
"首次奖项设置"
class=
"width50"
>
<el-button
@
click=
"showCard('firstStrategy')"
>
{{ firstStrategy.cardName || '卡券选择' }}
</el-button>
<
template
v-if=
"!isAdd"
>
...
...
@@ -480,6 +480,9 @@ export default {
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
.dm-form__wrap
+
.dm-form__wrap
{
padding-top
:
0
!important
;
}
}
/
deep
/
.act-select
{
width
:
400px
!important
;
...
...
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