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
0e97ae42
Commit
0e97ae42
authored
Jun 23, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 按钮颜色
parent
9f46b558
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
template-detail.vue
src/views/activity/template-detail.vue
+6
-2
template-list.vue
src/views/activity/template-list.vue
+2
-2
No files found.
src/views/activity/template-detail.vue
View file @
0e97ae42
...
...
@@ -41,7 +41,7 @@
</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"
class=
"iconfont-components3 icon-cp-shangc
"
>
自定义上传
</el-button>
<el-button
size=
"small"
class=
"iconfont-components3 icon-cp-shangc colorBtn
"
>
自定义上传
</el-button>
</el-upload>
</el-form-item>
</div>
...
...
@@ -755,5 +755,8 @@ export default {
line-height
:
14px
;
}
}
.colorBtn
{
color
:
#2f54eb
;
border-color
:
#2f54eb
;
}
</
style
>
\ No newline at end of file
src/views/activity/template-list.vue
View file @
0e97ae42
...
...
@@ -18,7 +18,7 @@
<el-button
type=
"primary"
@
click=
"addTemplate()"
>
新增模板
</el-button>
</el-row>
</el-row>
<el-table
row-key=
"sort"
ref=
"sortTable"
row-class-name=
"table-row"
:data=
"list"
style=
"margin-top: 20px"
v-loading=
"loading"
>
<el-table
row-key=
"sort"
ref=
"sortTable"
row-class-name=
"table-row"
:data=
"list"
style=
"margin-top: 20px
;
"
v-loading=
"loading"
>
<el-table-column
width=
"40"
label-class-name=
"tag-head"
>
<template>
<el-tooltip
placement=
"top"
content=
"拖动排序"
trigger=
"hover"
effect=
"dark"
popper-class=
"drag-tooltip"
>
...
...
@@ -33,7 +33,7 @@
<el-switch
v-model=
"row.statusFlag"
@
change=
"handleSwitch(row.statusFlag, row.templateId)"
:active-value=
"1"
:inactive-value=
"0"
></el-switch>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
min-width=
"
2
55px"
>
<el-table-column
label=
"操作"
min-width=
"
1
55px"
>
<
template
slot-scope=
"{ row }"
>
<el-row
type=
"flex"
>
<el-button
type=
"text"
@
click=
"edit(row)"
>
编辑
</el-button>
...
...
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