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
ab78ca19
Commit
ab78ca19
authored
Apr 11, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
bce11e26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+16
-4
No files found.
src/view/memberGroup/memberGroupDetail.vue
View file @
ab78ca19
...
...
@@ -25,8 +25,8 @@
<!-- </div>-->
</div>
<div
class=
"memberGroupDetail-wrap__table"
>
<span
class=
"defined-btn"
>
<
el-button
type=
"primary"
icon=
"el-icon-setting"
@
click=
"showDefined"
></el-button
>
<span
class=
"defined-btn"
@
click=
"showDefined"
>
<
i
class=
"el-icon-setting"
></i
>
</span>
<el-table
v-loading=
"loading"
@
sort-change=
"sortChange"
:data=
"memberGroupDetailData"
style=
"width: 100%"
>
<div
v-for=
"item in selectedFields"
:key=
"item.code"
>
...
...
@@ -690,9 +690,21 @@ export default {
color
:
#606266
;
.defined-btn
{
position
:
absolute
;
top
:
12px
;
right
:
30px
;
top
:
0
;
right
:
0
;
z-index
:
1
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
59px
;
height
:
59px
;
font-size
:
20px
;
color
:
#999
;
background
:
#eaeaea
;
cursor
:
pointer
;
&:hover
{
color
:
#666
;
}
}
.channelicon
{
...
...
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