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
6e0e00a4
Commit
6e0e00a4
authored
Jul 02, 2020
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式及提示改动
parent
54c7dfaf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
9 deletions
+26
-9
Trash.vue
src/components/Trash.vue
+7
-4
tag-config-options.vue
src/components/tag/tag-config-options.vue
+15
-1
manual-tag-value-edit.vue
src/view/manualTag/manual-tag-value-edit.vue
+1
-1
member-tag.vue
src/view/platformTag/member-tag.vue
+3
-3
No files found.
src/components/Trash.vue
View file @
6e0e00a4
...
...
@@ -127,8 +127,9 @@ export default {
<
style
lang=
"scss"
scoped
>
.trash
{
position
:
fixed
;
right
:
0
;
right
:
29px
;
bottom
:
370px
;
height
:
44px
;
z-index
:
2
;
display
:
flex
;
flex-wrap
:
nowrap
;
...
...
@@ -136,12 +137,13 @@ export default {
padding
:
8px
10px
8px
0
;
background-color
:
#fff
;
color
:
#1890ff
;
box-shadow
:
0
0
3px
rgba
(
85
,
85
,
85
,
0.808
)
;
box-shadow
:
0
0
7px
#7795b152
;
cursor
:
pointer
;
transform
:
translateX
(
170px
);
transition
:
.4s
;
overflow
:
hidden
;
width
:
46px
;
&:hover
{
transform
:
translateX
(
0
)
;
width
:
220px
;
}
.trashIcon
{
display
:
block
;
...
...
@@ -152,6 +154,7 @@ export default {
display
:
flex
;
align-items
:
center
;
margin-top
:
-2px
;
white-space
:
nowrap
;
}
.trashState
{
display
:
flex
;
...
...
src/components/tag/tag-config-options.vue
View file @
6e0e00a4
...
...
@@ -655,7 +655,11 @@
</div>
<div
class=
"checkboxOption-wrap__body__options border-box tag-options"
>
<el-checkbox-group
v-model=
"parent.checkeditems"
@
change=
"handleCheckedCitiesChange"
>
<el-checkbox
v-for=
"(item, index) in parent.options"
:label=
"item.memberTagGradeId"
:key=
"item.memberTagGradeId + index"
>
{{
item
.
aliasName
}}
</el-checkbox>
<el-checkbox
v-for=
"(item, index) in parent.options"
:label=
"item.memberTagGradeId"
:key=
"item.memberTagGradeId + index"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.aliasName | aliasTips"
placement=
"top-start"
>
<span>
{{
item
.
aliasName
}}
</span>
</el-tooltip>
</el-checkbox>
</el-checkbox-group>
</div>
</div>
...
...
@@ -747,6 +751,7 @@ import qs from 'qs';
// import vueGicGoodsSelector from '@/components/selector/index.vue';
import
tagDetails
from
'@/components/tagDetail/mixin/index'
;
import
VueGicCard
from
'@/components/card/card'
;
import
{
aliasNames
}
from
'@/config'
import
{
getTagType
,
findWidget
,
findOndJson
}
from
'@/request/tagConfig'
;
// 两个数字区间 numRange [0, 1]
...
...
@@ -1884,6 +1889,15 @@ export default {
if
(
this
.
id
)
{
this
.
_getTagType
(
this
.
id
);
}
},
filters
:
{
aliasTips
(
name
)
{
let
item
=
aliasNames
.
find
(
el
=>
el
.
name
===
name
);
if
(
item
)
{
return
item
.
title
;
}
return
''
;
},
}
};
</
script
>
...
...
src/view/manualTag/manual-tag-value-edit.vue
View file @
6e0e00a4
...
...
@@ -908,7 +908,7 @@ export default {
opacity
:
1
;
}
100
%
{
right
:
0
;
right
:
30px
;
bottom
:
380px
;
font-size
:
12px
;
}
...
...
src/view/platformTag/member-tag.vue
View file @
6e0e00a4
...
...
@@ -778,7 +778,7 @@ export default {
}
.
member
-
box
{
padding
-
bottom
:
20
px
;
margin
:
20
px
32
px
0
;
margin
:
20
px
24
px
0
;
min
-
width
:
1400
px
;
min
-
height
:
70
vh
;
background
-
color
:
#
fff
;
...
...
@@ -789,14 +789,14 @@ export default {
.
my
-
pop
-
tagbox
{
position
:
fixed
;
z
-
index
:
2
;
right
:
0
;
right
:
29
px
;
bottom
:
230
px
;
height
:
120
px
;
width
:
45
px
;
// color: #fff;
background
-
color
:
#
fff
;
color
:
#
1890
ff
;
box
-
shadow
:
0
0
3
px
rgba
(
85
,
85
,
85
,
0.808
)
;
box
-
shadow
:
0
0
7
px
#
7795
b152
;
// border-radius: 50%;
cursor
:
pointer
;
.
txt
{
...
...
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