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
0784b077
Commit
0784b077
authored
Nov 16, 2018
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 更新样式
parent
749798cb
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
2 deletions
+25
-2
tagCategory.vue
src/components/tagCategory.vue
+1
-1
tagCategorySmall.vue
src/components/tagCategorySmall.vue
+1
-1
tagLib.vue
src/components/tagLib.vue
+12
-0
manualTagList.vue
src/view/manualTag/manualTagList.vue
+1
-0
platformTagList.vue
src/view/platformTag/platformTagList.vue
+1
-0
public.css
static/css/public.css
+9
-0
No files found.
src/components/tagCategory.vue
View file @
0784b077
...
...
@@ -5,7 +5,7 @@
<div
class=
"common-wrap__temp flex"
>
<div
class=
"common-wrap__currentTag inline-block"
>
<a
:href=
"'#/'+tagLibName+'List?tagLevelGroupId=0'"
class=
"common-wrap__currentTag__name"
>
全部
</a>
<i
class=
"el-icon-arrow-right m-l-8 m-r-8"
></i>
<i
class=
"el-icon-arrow-right m-l-8 m-r-8"
v-if=
"!!currentTagDatas.length"
></i>
<template
v-for=
"(item,index) in currentTagDatas"
>
<a
:href=
"'#/'+tagLibName+'List?tagLevelGroupId='+item.tagLevelGroupId"
class=
"common-wrap__currentTag__name"
>
{{
item
.
levelName
}}
</a>
<i
class=
"el-icon-arrow-right m-l-8 m-r-8"
v-if=
"currentTagDatas.length-1 != index"
></i>
...
...
src/components/tagCategorySmall.vue
View file @
0784b077
...
...
@@ -8,7 +8,7 @@
<div
class=
"common-wrap__temp flex"
>
<div
class=
"common-wrap__currentTag inline-block"
>
<a
class=
"common-wrap__currentTag__name"
@
click
.
stop=
"toRequestData(0)"
>
全部
</a>
<i
class=
"el-icon-arrow-right m-l-8 m-r-8"
></i>
<i
class=
"el-icon-arrow-right m-l-8 m-r-8"
v-if=
"!!currentTagDatas.length"
></i>
<template
v-for=
"(item,index) in currentTagDatas"
>
<a
class=
"common-wrap__currentTag__name"
@
click
.
stop=
"toRequestData(item.tagLevelGroupId)"
>
{{
item
.
levelName
}}
</a>
<i
class=
"el-icon-arrow-right m-l-8 m-r-8"
v-if=
"currentTagDatas.length-1 != index"
></i>
...
...
src/components/tagLib.vue
View file @
0784b077
...
...
@@ -346,6 +346,7 @@
*/
selectTag
(
id
)
{
const
that
=
this
;
if
(
that
.
tagCategory
==
'myTagList'
)
{
return
false
;}
that
.
libRadio
=
id
;
},
...
...
@@ -468,7 +469,18 @@
.common-lib__cell
{
cursor
:
pointer
;
&:hover
{
border-color
:
#1890ff
;
}
.common-lib__cell__fieldName
{
&:hover
{
color
:
#1890ff
;
}
}
}
.platformTagLib-wrap
{
&__cell
{
...
...
src/view/manualTag/manualTagList.vue
View file @
0784b077
...
...
@@ -293,6 +293,7 @@
var
resData
=
res
.
data
if
(
resData
.
errorCode
==
1
)
{
showMsg
.
showmsg
(
'添加成功'
,
'success'
)
that
.
getTagList
()
return
;
}
...
...
src/view/platformTag/platformTagList.vue
View file @
0784b077
...
...
@@ -177,6 +177,7 @@
var
resData
=
res
.
data
if
(
resData
.
errorCode
==
1
)
{
showMsg
.
showmsg
(
'添加成功'
,
'success'
)
that
.
getTagList
()
return
;
}
...
...
static/css/public.css
View file @
0784b077
...
...
@@ -1200,6 +1200,15 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
top
:
28px
;
}
.tagShort-dialog
.el-dialog__body
{
padding
:
0
20px
30px
20px
;
}
.tagShort-dialog
.el-dialog__footer
{
border-top
:
none
;
border-top
:
0px
;
}
/* 选项 (固化值)*/
.checkboxOption-wrap
{
width
:
100%
;
...
...
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