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
e9ab010e
Commit
e9ab010e
authored
Apr 20, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案修改
parent
bfcf430d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/components/aside-menu/index.vue
+1
-1
index.vue
src/components/layout/index.vue
+3
-2
form.vue
src/views/game/klfl/form.vue
+1
-1
No files found.
src/components/aside-menu/index.vue
View file @
e9ab010e
<
template
>
<div
class=
"left-aside-contain"
:style=
"
{ height: asideHeight }"
>
<div
class=
"left-aside-contain"
>
<div
class=
"leftBar-wrap"
>
<div
class=
"cardmenu"
:class=
"
{ collapse: leftCollapse }">
<div
class=
"cardtitle"
v-show=
"!leftCollapse"
>
...
...
src/components/layout/index.vue
View file @
e9ab010e
<
template
>
<div
class=
"layout-container"
:style=
"
{ height: bodyHeight + 'px' }"
>
<div
class=
"layout-container"
>
<vue-gic-header
class=
"user-header-pop"
style=
"z-index: 1999;"
:projectName=
"projectName"
:collapseFlag=
"collapseFlag"
@
collapseTag=
"collapseTagHandler"
@
toRouterView=
"toRouterView"
></vue-gic-header>
<div
class=
"layout"
>
<aside-menu
class=
"layout-left"
v-if=
"asideShow"
:projectName=
"projectName"
:leftModulesName=
"leftModulesName"
:collapseFlag
.
sync=
"collapseFlag"
></aside-menu>
...
...
@@ -77,7 +77,7 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.layout-container
{
height
:
100
%
;
height
:
100
vh
;
display
:
flex
;
}
.layout
{
...
...
@@ -95,6 +95,7 @@ export default {
position
:
fixed
;
left
:
0
;
z-index
:
9
;
height
:
100%
;
}
&
-right
{
position
:
relative
;
...
...
src/views/game/klfl/form.vue
View file @
e9ab010e
...
...
@@ -21,7 +21,7 @@
<span
class=
"right-tips"
>
{{
i
>
2
?
'自定义'
:
'模板'
}}
</span>
</li>
</ul>
<dm-upload-img
icon=
"el-icon-upload"
@
backImg=
"backImgBg"
class=
"uplaod"
:tipsStyle=
"
{ position: 'absolute', top: '-30px', width: '100%', left: '0px' }" :showImg="false" :model.sync="form.bgImg" width="auto" label="上传本地图片" tips=" 背景图片大小不超过1M,尺寸750*1
206
px">
</dm-upload-img>
<dm-upload-img
icon=
"el-icon-upload"
@
backImg=
"backImgBg"
class=
"uplaod"
:tipsStyle=
"
{ position: 'absolute', top: '-30px', width: '100%', left: '0px' }" :showImg="false" :model.sync="form.bgImg" width="auto" label="上传本地图片" tips=" 背景图片大小不超过1M,尺寸750*1
448
px">
</dm-upload-img>
</div>
</el-form-item>
<el-form-item
label=
"游戏按钮"
class=
"clearfix"
>
...
...
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