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
9ae2fefe
Commit
9ae2fefe
authored
Sep 17, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改分配
parent
1c9f1061
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
tag-classify-list.vue
src/components/app/my-customer/tag-classify-list.vue
+4
-4
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+5
-5
No files found.
src/components/app/my-customer/tag-classify-list.vue
View file @
9ae2fefe
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-09-01 11:09:16
* @LastEditors: 无尘
* @LastEditTime: 2020-09-17 10:
09:12
* @LastEditTime: 2020-09-17 10:
36:31
-->
<!--
<tag-classify-list :tag-list="tagList" :current-classify-id="currentClassifyId" :brand-id="brandId" @refreshClassify="refreshClassify" @resetCurrentId="resetCurrentId" @changeClass="changeClass"></tag-classify-list>
...
...
@@ -157,10 +157,10 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
padding
:
5px
10px
5px
20px
;
padding
:
0
10px
0
20px
;
font-size
:
14px
;
font-weight
:
400
;
line-height
:
20
px
;
line-height
:
32
px
;
margin-bottom
:
10px
;
color
:
@
gray02
;
cursor
:
pointer
;
...
...
@@ -180,7 +180,7 @@ export default {
.edit-icon
{
padding
:
4px
;
opacity
:
0
;
font-size
:
1
2
px
;
font-size
:
1
6
px
;
&:hover
{
opacity
:
1
;
color
:
@
blue
;
...
...
src/views/apps/customer-app/clerk-tag.vue
View file @
9ae2fefe
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-1
4 14:41:38
* @LastEditTime: 2020-09-1
7 10:37:12
-->
<
template
>
...
...
@@ -471,9 +471,9 @@ export default {
.clerk-tag-body
{
.clerk-tag-left
{
position
:
relative
;
width
:
19
0px
;
min-width
:
19
0px
;
max-width
:
19
0px
;
width
:
20
0px
;
min-width
:
20
0px
;
max-width
:
20
0px
;
padding
:
30px
0
0
0
;
.clerk-tag-add
{
.el-button
{
...
...
@@ -483,7 +483,7 @@ export default {
}
.clerk-tag-right
{
position
:
relative
;
min-width
:
calc
(
100%
-
19
0px
);
min-width
:
calc
(
100%
-
20
0px
);
min-height
:
calc
(
100vh
-
94px
);
border-left
:
1px
solid
#e4e7ed
;
}
...
...
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