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
ab771842
Commit
ab771842
authored
Nov 30, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 去掉footer
parent
07b27218
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
61 additions
and
10 deletions
+61
-10
form.vue
src/views/card/form.vue
+3
-0
group-send.vue
src/views/card/group-send.vue
+4
-1
form.vue
src/views/ecm/form.vue
+4
-1
problem.vue
src/views/evaluation/problem.vue
+3
-0
form.vue
src/views/ewash/form.vue
+3
-0
group-send.vue
src/views/ewash/group-send.vue
+4
-1
form.vue
src/views/game/dzp/form.vue
+4
-1
form.vue
src/views/game/ggk/form.vue
+4
-1
form.vue
src/views/game/klfl/form.vue
+4
-1
form.vue
src/views/game/ptyx/form.vue
+4
-1
form.vue
src/views/game/znm/form.vue
+4
-1
addTemp.vue
src/views/message/addTemp.vue
+3
-0
form.vue
src/views/message/form.vue
+4
-1
edit.vue
src/views/msg/edit.vue
+4
-1
form.vue
src/views/popup/form.vue
+3
-0
editor.vue
src/views/wechat/editor.vue
+1
-0
addEdit.vue
src/views/wechat/video/addEdit.vue
+5
-0
No files found.
src/views/card/form.vue
View file @
ab771842
...
...
@@ -396,6 +396,9 @@ export default cardForm;
<
/script
>
<
style
lang
=
"scss"
scoped
>
.
dm
-
wrap
{
margin
-
bottom
:
80
px
!
important
;
}
.
f
-
alert
{
width
:
780
px
!
important
;
/deep/
.
el
-
alert__content
{
...
...
src/views/card/group-send.vue
View file @
ab771842
<
template
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
label-width=
"100px"
v-loading=
"loading"
>
<el-form
class=
"content"
:model=
"form"
ref=
"form"
:rules=
"rules"
label-width=
"100px"
v-loading=
"loading"
>
<div
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
基础设置
</h3>
<el-form-item
label=
"活动名称"
prop=
"putOnName"
>
...
...
@@ -721,6 +721,9 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
}
.ecm-msg__edit
{
display
:
inline-block
;
vertical-align
:
top
;
...
...
src/views/ecm/form.vue
View file @
ab771842
<
template
>
<div>
<el-form
ref=
"form"
:model=
"form"
label-width=
"110px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<el-form
class=
"content"
ref=
"form"
:model=
"form"
label-width=
"110px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<!-- 计划内容设置 -->
<section
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
计划内容设置
</h3>
...
...
@@ -555,6 +555,9 @@ import ecmForm from './form.js';
export
default
ecmForm
;
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
}
.no_label_form_label
{
margin-left
:
-100px
;
label
{
...
...
src/views/evaluation/problem.vue
View file @
ab771842
...
...
@@ -116,6 +116,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.dm-wrap
{
margin-bottom
:
80px
!important
;
}
.img-box
{
max-width
:
100%
;
img
{
...
...
src/views/ewash/form.vue
View file @
ab771842
...
...
@@ -194,6 +194,9 @@ export default cardForm;
</
script
>
<
style
lang=
"scss"
scoped
>
.dm-wrap
{
margin-bottom
:
80px
!important
;
}
.tips
{
position
:
relative
;
top
:
3px
;
...
...
src/views/ewash/group-send.vue
View file @
ab771842
<
template
>
<el-form
:model=
"form"
ref=
"form"
:rules=
"rules"
label-width=
"100px"
v-loading=
"loading"
>
<el-form
class=
"content"
:model=
"form"
ref=
"form"
:rules=
"rules"
label-width=
"100px"
v-loading=
"loading"
>
<div
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
基础设置
</h3>
<el-form-item
label=
"活动名称"
prop=
"putOnName"
>
...
...
@@ -683,6 +683,9 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
}
.ecm-msg__edit
{
display
:
inline-block
;
vertical-align
:
top
;
...
...
src/views/game/dzp/form.vue
View file @
ab771842
<
template
>
<div>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<el-form
class=
"content"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<section
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
游戏内容
</h3>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
>
...
...
@@ -794,6 +794,9 @@ export default {
<
/script
>
<
style
lang
=
"scss"
scoped
>
.
content
{
padding
-
bottom
:
58
px
;
}
.
avatar
-
uploader
/
deep
/
{
font
-
size
:
0
;
line
-
height
:
0
;
...
...
src/views/game/ggk/form.vue
View file @
ab771842
<
template
>
<div>
<el-form
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<el-form
class=
"content"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<section
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
游戏内容
</h3>
<el-form-item
label=
"游戏名称"
class=
"width50"
prop=
"gameName"
>
...
...
@@ -684,6 +684,9 @@ export default {
<
/script
>
<
style
lang
=
"scss"
scoped
>
.
content
{
padding
-
bottom
:
58
px
;
}
.
skin
-
box
{
display
:
block
;
width
:
220
px
;
...
...
src/views/game/klfl/form.vue
View file @
ab771842
<
template
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"110px"
class=
"ptyx-add"
v-loading=
"loading"
loading-text=
"加载中"
>
<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"
>
<h3
class=
"dm-title__label"
>
游戏内容
</h3>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
class=
"width50"
>
...
...
@@ -891,6 +891,9 @@ export default {
<
style
lang=
"scss"
scoped
>
@import
'./form.scss'
;
.content
{
padding-bottom
:
58px
;
}
/
deep
/
.act-select
{
width
:
400px
!important
;
}
...
...
src/views/game/ptyx/form.vue
View file @
ab771842
<
template
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
class=
"ptyx-add"
v-loading=
"loading"
element-loading-text=
"拼命加载中"
>
<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"
>
<h3
class=
"dm-title__label"
>
游戏内容
</h3>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
class=
"width50"
>
...
...
@@ -688,6 +688,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
}
/
deep
/
.act-select
{
width
:
400px
!important
;
}
...
...
src/views/game/znm/form.vue
View file @
ab771842
<
template
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"100px"
class=
"ptyx-add"
v-loading=
"loading"
loading-text=
"加载中"
>
<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"
>
<h3
class=
"dm-title__label"
>
游戏内容
</h3>
<el-form-item
label=
"游戏名称"
prop=
"gameName"
class=
"width50"
>
...
...
@@ -485,6 +485,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
}
/
deep
/
.act-select
{
width
:
400px
!important
;
}
...
...
src/views/message/addTemp.vue
View file @
ab771842
...
...
@@ -341,6 +341,9 @@ export default {
}
;
<
/script
>
<
style
lang
=
"scss"
scoped
>
.
dm
-
wrap
{
margin
-
bottom
:
80
px
!
important
;
}
.
sms
-
temp__btns
{
margin
-
top
:
5
px
;
display
:
flex
;
...
...
src/views/message/form.vue
View file @
ab771842
<
template
>
<el-form
v-loading=
"loading"
label-width=
"110px"
>
<el-form
class=
"content"
v-loading=
"loading"
label-width=
"110px"
>
<section
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
场景设置
</h3>
<el-form-item
label=
"数据对话"
>
...
...
@@ -348,6 +348,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
padding-bottom
:
58px
;
}
.dm-record_box
{
max-height
:
400px
;
overflow
:
auto
;
...
...
src/views/msg/edit.vue
View file @
ab771842
<
template
>
<el-form
v-loading=
"loading"
label-width=
"100px"
>
<el-form
class=
"content"
v-loading=
"loading"
label-width=
"100px"
>
<section
class=
"dm-form__wrap msg-edit__info"
>
<h3
class=
"dm-title__label"
>
基础信息
</h3>
<el-row
:gutter=
"20"
>
...
...
@@ -526,6 +526,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.content
{
margin-bottom
:
80px
;
}
.msg-edit
{
&__info
{
/deep/
.el-col
{
...
...
src/views/popup/form.vue
View file @
ab771842
...
...
@@ -748,6 +748,9 @@ export default {
};
</
script
>
<
style
lang=
"scss"
scoped
>
.dm-wrap
{
margin-bottom
:
80px
!important
;
}
.line
{
box-sizing
:
content-box
;
padding
:
0
24px
;
...
...
src/views/wechat/editor.vue
View file @
ab771842
...
...
@@ -474,6 +474,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.dm-wrap
{
display
:
flex
;
margin-bottom
:
80px
!important
;
}
.editor-wrap
{
width
:
685px
;
...
...
src/views/wechat/video/addEdit.vue
View file @
ab771842
...
...
@@ -154,3 +154,8 @@ export default {
}
};
</
script
>
<
style
scoped
>
.dm-wrap
{
margin-bottom
:
80px
!important
;
}
</
style
>
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