Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
9133b67c
Commit
9133b67c
authored
Apr 09, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改自定义表头按钮的位置
parent
690d6ea0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+10
-3
No files found.
src/view/memberGroup/memberGroupDetail.vue
View file @
9133b67c
...
...
@@ -10,9 +10,6 @@
<span>
{{
separator
(
total
)
}}
</span>
人
</span>
<span
class=
"inline-block middle m-l-20"
>
<el-button
type=
"primary"
icon=
"el-icon-setting "
@
click=
"showDefined"
></el-button>
</span>
</div>
<div
class=
"memberGroupDetail-wrap__head"
>
<span
class=
"tag-selected-title"
>
筛选标签
</span>
...
...
@@ -28,6 +25,9 @@
<!-- </div>-->
</div>
<div
class=
"memberGroupDetail-wrap__table"
>
<span
class=
"defined-btn"
>
<el-button
type=
"primary"
icon=
"el-icon-setting"
@
click=
"showDefined"
></el-button>
</span>
<el-table
v-loading=
"loading"
@
sort-change=
"sortChange"
:data=
"memberGroupDetailData"
style=
"width: 100%"
>
<div
v-for=
"item in selectedFields"
:key=
"item.code"
>
<el-table-column
...
...
@@ -684,8 +684,15 @@ export default {
}
.memberGroupDetail-wrap__table
{
position
:
relative
;
font-size
:
14px
;
color
:
#606266
;
.defined-btn
{
position
:
absolute
;
top
:
12px
;
right
:
30px
;
z-index
:
1
;
}
.channelicon
{
width
:
20px
;
...
...
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