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
c07a010a
Commit
c07a010a
authored
Nov 23, 2018
by
xiaohai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
c1c02bd8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+8
-4
No files found.
src/view/memberGroup/memberGroupDetail.vue
View file @
c07a010a
...
...
@@ -5,9 +5,9 @@
<div
class=
"right-box"
>
<div
class=
"memberGroupDetail-wrap__head"
>
<p
class=
"m-b-20"
><span
class=
"group-name"
>
{{
groupName
}}
</span><span
class=
"font-10 real-time inline-block m-l-8"
>
{{
!!
groupIsRealTime
?
'实时'
:
'非实时'
}}
</span></p>
<div>
<span>
筛选标签
</span>
<div
class=
"inline-block tag-cell-wrap"
>
<div
class=
"flex"
>
<span
class=
"tag-selected-title"
>
筛选标签
</span>
<div
class=
"inline-block tag-cell-wrap
flex-1
"
>
<template
v-for=
"(item,index) in selectedTagData"
>
<span
v-if=
"index != 0"
class=
"p-lr-18"
:key=
"index"
>
并且
</span>
<span
class=
"tag-cell inline-block border-box color-606266"
:key=
"index+item.tagValueId"
>
...
...
@@ -598,6 +598,11 @@
font-size
:
14px
;
border-bottom
:
1px
solid
#EBEEF5
;
padding-bottom
:
24px
;
.tag-selected-title
{
display
:
inline-block
;
width
:
60px
;
padding-top
:
10px
;
}
.group-name
{
font-weight
:
bold
;
}
...
...
@@ -609,7 +614,6 @@
}
.tag-cell-wrap
{
width
:
calc
(
100%
-
60px
);
white-space
:
pre-wrap
;
word-break
:
break-word
;
}
...
...
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