Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
d6284daa
Commit
d6284daa
authored
Jan 20, 2022
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
019458bc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
18 deletions
+30
-18
bonus.vue
src/components/work/bonus.vue
+7
-4
commission.vue
src/components/work/commission.vue
+9
-5
dasbord.vue
src/components/work/dasbord.vue
+12
-7
sell.vue
src/components/work/sell.vue
+2
-2
No files found.
src/components/work/bonus.vue
View file @
d6284daa
...
...
@@ -341,14 +341,14 @@
.list
{
height
:
40px
;
margin-bottom
:
15px
;
padding
:
0
1
.8
vw
;
padding
:
0
2
vw
;
background-color
:
#F2F4F7
;
border-radius
:
6px
;
.name
{
font-size
:
14px
;
color
:
#111111
;
margin-right
:
2
.86
vw
;
margin-right
:
3
vw
;
white-space
:
nowrap
;
}
...
...
@@ -357,6 +357,7 @@
font-size
:
14px
;
color
:
#A4A5B7
;
border-radius
:
6px
;
margin-right
:
1vw
;
.cur
{
font-size
:
18px
;
...
...
@@ -366,15 +367,17 @@
}
.progress-charts
{
width
:
7
.81
vw
;
width
:
8
vw
;
font-size
:
12px
;
color
:
#666666
;
margin-right
:
1vw
;
}
.grade
{
width
:
3
.6
4vw
;
width
:
4vw
;
font-size
:
14px
;
color
:
#999999
;
margin-right
:
1vw
;
}
.num
{
...
...
src/components/work/commission.vue
View file @
d6284daa
...
...
@@ -44,7 +44,7 @@
</div>
</div>
<div
class=
"q-pr-md"
>
<VueApexCharts
width=
"10
5
"
height=
"105"
:options=
"chartOptions4"
:series=
"series4"
></VueApexCharts>
<VueApexCharts
width=
"10
0%
"
height=
"105"
:options=
"chartOptions4"
:series=
"series4"
></VueApexCharts>
</div>
</div>
<div
class=
"block-name q-px-md"
>
...
...
@@ -173,6 +173,10 @@
fixed
:
{
enabled
:
false
}
},
legend
:
{
position
:
'right'
,
show
:
true
,
}
},
commissionData
:
{
...
...
@@ -396,7 +400,7 @@
}
.progress-box
{
width
:
3
1
.25
vw
;
width
:
3
9
vw
;
height
:
20px
;
margin
:
10px
auto
;
border-radius
:
2px
;
...
...
@@ -410,7 +414,7 @@
}
.commission-block2
{
width
:
3
1
.2
5vw
;
width
:
35vw
;
height
:
250px
;
margin
:
50px
auto
25px
;
border-radius
:
8px
;
...
...
@@ -418,7 +422,7 @@
padding
:
40px
30px
;
.statistic-block
{
width
:
7
.8
vw
;
width
:
9
vw
;
height
:
75px
;
background-color
:
#FFFFFF
;
border-radius
:
6px
;
...
...
@@ -449,7 +453,7 @@
}
.commission-table
{
width
:
3
1
.2
5vw
;
width
:
35vw
;
height
:
375px
;
margin
:
0
auto
;
border-top
:
1px
solid
#EAEBF0
;
...
...
src/components/work/dasbord.vue
View file @
d6284daa
<
template
>
<div>
<div
class=
"q-m
y
-md text-dark"
style=
"font-size:20px"
>
<div
class=
"q-m
a
-md text-dark"
style=
"font-size:20px"
>
客户关系
</div>
<div
class=
"row q-gutter-md no-wrap work-con"
>
<div
class=
"row q-gutter-md
q-px-md
no-wrap work-con"
>
<div
>
<div
class=
"item-shadow return-commission"
>
<div
class=
"q-px-md q-pt-md row no-wrap items-center"
>
<div
class=
"q-pa-md row no-wrap items-center"
>
<div
class=
"col return-commission-title"
>
返佣
</div>
...
...
@@ -332,13 +331,14 @@ import {
<
style
lang=
"scss"
scoped
>
.work-con
{
height
:
calc
(
100vh
-
2
3
0px
);
height
:
calc
(
100vh
-
2
5
0px
);
overflow
:
scroll
;
box-sizing
:
border-box
;
}
.return-commission
{
// width: 330px;
min-width
:
200px
;
height
:
440px
;
border-radius
:
8px
;
background-color
:
#FA9D0A
;
...
...
@@ -370,6 +370,7 @@ import {
padding-top
:
2vw
;
.Statistics-block
{
min-width
:
100px
;
width
:
50%
;
height
:
2
.6vw
;
padding-left
:
1
.3vw
;
...
...
@@ -400,6 +401,7 @@ import {
.adviser
{
// width: 17.18vw;
min-width
:
200px
;
height
:
520px
;
background-color
:
#FFFFFF
;
border-radius
:
8px
;
...
...
@@ -415,12 +417,15 @@ import {
}
.adviser-block
{
width
:
14
.3vw
;
height
:
5
.72vw
;
width
:
16vw
;
min-width
:
160px
;
height
:
6vw
;
min-height
:
80px
;
background-color
:
#F8F5FF
;
border-radius
:
0
.31vw
;
margin
:
0
auto
1vw
;
padding
:
0
1vw
;
.left
{
.num
{
...
...
src/components/work/sell.vue
View file @
d6284daa
...
...
@@ -289,7 +289,7 @@
}
.bottom
{
width
:
3
1
.25
vw
;
width
:
3
4
vw
;
height
:
320px
;
position
:
absolute
;
top
:
160px
;
...
...
@@ -298,7 +298,7 @@
padding
:
0
1vw
;
.sell-block
{
width
:
9vw
;
width
:
9
.5
vw
;
height
:
145px
;
background-color
:
#F8F5FF
;
border-radius
:
6px
;
...
...
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