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
eb8c361a
Commit
eb8c361a
authored
Apr 17, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
551c97c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
6 deletions
+32
-6
edit-tag.vue
src/view/memberGroup/edit-tag.vue
+32
-6
No files found.
src/view/memberGroup/edit-tag.vue
View file @
eb8c361a
...
...
@@ -5,13 +5,11 @@
<div
class=
"dialog-box"
>
<p
class=
"tag-name"
>
{{
tagData
.
tagName
}}
</p>
<p
class=
"tag-desc"
>
根据会员信息扩展字段统计而来
</p>
<p
class=
"tag-desc
"
>
标签值设置
</p>
<p
v-if=
"tagData.tagId"
class=
"m-t-20 m-b-20
"
>
标签值设置
</p>
<!-- 所有标签的配置项 -->
<tag-config-options
v-if=
"tagData.tagId"
:tagId=
"tagData.tagId"
ref=
"tagConfig"
></tag-config-options>
<div
class=
"tag-mode"
>
<p>
营销方式
</p>
<tag-mode></tag-mode>
</div>
<p>
营销方式
</p>
<tag-mode></tag-mode>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"handleClose"
>
取 消
</el-button>
...
...
@@ -67,4 +65,32 @@ export default {
};
</
script
>
<
style
scoped
></
style
>
<
style
lang=
"less"
scoped
>
.dialog-box
{
.tag-name
{
display
:
inline-block
;
vertical-align
:
middle
;
}
.icon-tag-name
{
display
:
inline-block
;
vertical-align
:
middle
;
cursor
:
pointer
;
}
.tag-desc
{
font-size
:
14px
;
line-height
:
26px
;
color
:
#606266
;
border-bottom
:
1px
solid
#dcdfe6
;
}
.tag-name
{
font-size
:
14px
;
font-weight
:
bold
;
}
.tag-value
{
margin-top
:
10px
;
padding-top
:
10px
;
margin-bottom
:
10px
;
border-top
:
1px
solid
#ebeef5
;
}
}
</
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