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
9f35920e
Commit
9f35920e
authored
Apr 12, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
b09ae4d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
10 deletions
+34
-10
memberGroupDetail.less
src/view/memberGroup/memberGroupDetail.less
+30
-0
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+4
-10
No files found.
src/view/memberGroup/memberGroupDetail.less
0 → 100644
View file @
9f35920e
.table-header__handle {
&.cell {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
padding-right: 0;
display: flex !important;
align-items: center;
justify-content: space-between;
.el-icon-setting {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 100%;
font-size: 20px;
color: #666;
cursor: pointer;
background: #eaeaea;
&:hover {
color: #000;
}
}
}
}
src/view/memberGroup/memberGroupDetail.vue
View file @
9f35920e
...
...
@@ -228,12 +228,10 @@
</template>
</el-table-column>
</div>
<el-table-column>
<el-table-column
label-class-name=
"table-header__handle"
>
<
template
slot=
"header"
>
<div
class=
"defined-btn"
@
click=
"showDefined"
>
<span>
操作
</span>
<i
class=
"el-icon-setting"
></i>
</div>
<span>
操作
</span>
<i
class=
"el-icon-setting"
@
click=
"showDefined"
></i>
</
template
>
<
template
slot-scope=
"scope"
>
<a
...
...
@@ -280,6 +278,7 @@
// TODO 筛选标签
// TODO 请求数据
// TODO 筛选标签的组件
import
'./memberGroupDetail.less'
;
import
navCrumb
from
'@/components/nav/nav.vue'
;
import
userDefined
from
'@/components/userDefined.vue'
;
import
selectedTagsList
from
'@/components/selected-tags-list.vue'
;
...
...
@@ -788,9 +787,4 @@ export default {
color
:
#dfe6f0
;
}
}
.table-member__wxStatus
{
font-size
:
20px
;
color
:
#37c583
;
}
</
style
>
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