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
2e170c1e
Commit
2e170c1e
authored
Jun 23, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
0e97ae42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
component.less
src/styles/component.less
+9
-0
template-detail.vue
src/views/activity/template-detail.vue
+1
-1
No files found.
src/styles/component.less
View file @
2e170c1e
...
@@ -16,6 +16,9 @@
...
@@ -16,6 +16,9 @@
.ml10 {
.ml10 {
margin-left: 10px;
margin-left: 10px;
}
}
.mt5 {
margin-top: 5px;
}
.mt6 {
.mt6 {
margin-top: 6px;
margin-top: 6px;
}
}
...
@@ -64,6 +67,12 @@
...
@@ -64,6 +67,12 @@
.pb10{
.pb10{
padding-bottom: 10px;
padding-bottom: 10px;
}
}
.fz12{
font-size: 12px;
}
.fz14{
font-size: 14px;
}
.lh1{
.lh1{
line-height: 1;
line-height: 1;
}
}
...
...
src/views/activity/template-detail.vue
View file @
2e170c1e
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</el-checkbox>
</el-checkbox>
</el-checkbox-group>
</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-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"
class=
"iconfont-components3 icon-cp-shangc colorBtn"
>
自定义上传
</el-button>
<el-button
size=
"small"
class=
"colorBtn mt5"
><i
class=
"iconfont-components3 icon-cp-shangc"
></i>
<span
class=
"fz14"
>
自定义上传
</span>
</el-button>
</el-upload>
</el-upload>
</el-form-item>
</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