Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
301de119
Commit
301de119
authored
Sep 07, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改标签
parent
ba5a2746
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
tag-classify-list.vue
src/components/app/my-customer/tag-classify-list.vue
+3
-2
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+2
-2
index.vue
src/views/apps/customer-app/index.vue
+4
-5
No files found.
src/components/app/my-customer/tag-classify-list.vue
View file @
301de119
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 11:09:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 16:
06:03
* @LastEditTime: 2020-09-07 16:
12:08
-->
<!--
<tag-classify-list :tag-list="tagList" :current-classify-id="currentClassifyId" :brand-id="brandId" @refreshClassify="refreshClassify" @changeClass="changeClass"></tag-classify-list>
...
...
@@ -146,10 +146,11 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
5px
10px
5px
2
0px
;
padding
:
5px
10px
5px
3
0px
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
20px
;
margin-bottom
:
10px
;
color
:
@
gray02
;
cursor
:
pointer
;
&.active
{
...
...
src/views/apps/customer-app/clerk-tag.vue
View file @
301de119
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 1
5:59:47
* @LastEditTime: 2020-09-07 1
6:10:33
-->
<
template
>
...
...
@@ -132,10 +132,10 @@ export default {
closeClassify
(
res
)
{
const
that
=
this
;
that
.
showTagCate
=
false
;
that
.
getClassifyList
();
if
(
res
==
'close'
)
{
return
false
;
}
that
.
getClassifyList
();
},
/**
* @description: 拖拽排序
...
...
src/views/apps/customer-app/index.vue
View file @
301de119
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-07 1
5:18:07
* @LastEditTime: 2020-09-07 1
6:14:34
-->
<
template
>
<div
class=
"my-customer-wrap common-set-wrap"
>
...
...
@@ -158,10 +158,6 @@ export default {
line-height
:
18px
;
}
.font-22
{
font-size
:
22px
;
}
.my-customer-wrap
{
height
:
100%
;
//
拖拽排序公共样式
...
...
@@ -211,6 +207,9 @@ export default {
&.no-padding
{
padding
:
0
;
}
.font-22
{
font-size
:
22px
;
}
}
}
}
...
...
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