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
9f46b558
Commit
9f46b558
authored
Jun 23, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
459832ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
template-detail.vue
src/views/activity/template-detail.vue
+17
-2
No files found.
src/views/activity/template-detail.vue
View file @
9f46b558
...
...
@@ -31,10 +31,17 @@
</el-form-item>
<el-form-item
label=
"游戏背景音乐"
prop=
"backMusicUrl"
>
<el-checkbox-group
v-model=
"musicSelectList"
@
change=
"handleChange"
class=
"checkBoxContainer"
>
<el-checkbox
v-for=
"row in musicList"
:key=
"row.materialValue"
:label=
"row.materialValue"
>
{{
row
.
materialName
}}
</el-checkbox>
<el-checkbox
v-for=
"row in musicList"
:key=
"row.materialValue"
:label=
"row.materialValue"
>
<div>
<el-tooltip
v-if=
"row.materialName&&row.materialName.length>10"
placement=
"top"
:content=
"row.materialName"
trigger=
"hover"
effect=
"dark"
>
<div>
{{
row
.
materialName
.
slice
(
0
,
10
)
}}
</div>
</el-tooltip>
<span
v-else
>
{{
row
.
materialName
}}
</span>
</div>
</el-checkbox>
</el-checkbox-group>
<el-upload
:action=
"musicUrl"
with-credentials
multiple
accept=
"audio/mpeg"
:data=
"
{requestProject: 'gic-web'}" :show-file-list="false" :file-list="defineMusicList" :before-upload="(file) => beforeMusicUpload(file)" :on-success="uploadOnMusicSuccess">
<el-button
size=
"small"
>
自定义上传
</el-button>
<el-button
size=
"small"
class=
"iconfont-components3 icon-cp-shangc"
>
自定义上传
</el-button>
</el-upload>
</el-form-item>
</div>
...
...
@@ -711,9 +718,17 @@ export default {
.checkBoxContainer
{
display
:
flex
;
flex-wrap
:
wrap
;
width
:
1116px
;
.el-checkbox
+
.el-checkbox
{
margin-left
:
0
;
}
/
deep
/
.el-checkbox__label
{
width
:
140px
;
overflow
:
hidden
;
display
:
inline-flex
;
}
}
.tips
{
font-size
:
12px
;
...
...
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