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
c2483807
Commit
c2483807
authored
May 06, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加实时、非实时icon
parent
25694725
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
edit-tag.vue
src/view/memberGroup/edit-tag.vue
+16
-5
No files found.
src/view/memberGroup/edit-tag.vue
View file @
c2483807
...
...
@@ -3,7 +3,10 @@
<!-- 添加标签、编辑标签 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"showEditTagPop"
width=
"540"
:before-close=
"handleClose"
:close-on-click-modal=
"false"
append-to-body
>
<div
class=
"dialog-box"
>
<p
class=
"tag-name"
>
{{
tagDataAssgin
.
tagName
}}
</p>
<p
class=
"tag-name"
>
{{
tagDataAssgin
.
tagName
}}
<span
class=
"tag-flag"
>
{{
tagDataAssgin
.
isActive
==
1
?
'实时'
:
'非实时'
}}
</span>
</p>
<p
class=
"tag-desc"
>
{{
tagDataAssgin
.
tagDescribe
}}
</p>
<p
v-if=
"tagId"
class=
"m-t-20 m-b-20"
>
标签值设置
</p>
<!-- 所有标签的配置项 -->
...
...
@@ -105,6 +108,18 @@ export default {
.tag-name
{
display
:
inline-block
;
vertical-align
:
middle
;
font-size
:
16px
;
font-weight
:
bold
;
color
:
#303133
;
.tag-flag
{
margin-left
:
5px
;
padding
:
3px
8px
;
vertical-align
:
middle
;
font-size
:
12px
;
color
:
#fff
;
background
:
#1890FF
;
border-radius
:
0
5px
0
5px
;
}
}
.icon-tag-name
{
display
:
inline-block
;
...
...
@@ -117,10 +132,6 @@ export default {
color
:
#606266
;
border-bottom
:
1px
solid
#dcdfe6
;
}
.tag-name
{
font-size
:
14px
;
font-weight
:
bold
;
}
.tag-value
{
margin-top
:
10px
;
padding-top
:
10px
;
...
...
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