Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
shareConfig
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
gic-web
shareConfig
Commits
5d326ff4
Commit
5d326ff4
authored
Apr 13, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式调整
parent
31f9c057
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
16 deletions
+11
-16
finished-active.vue
src/components/active/finished-active.vue
+1
-2
funnel-chart.vue
src/components/active/funnel-chart.vue
+8
-7
in-progress-active.vue
src/components/active/in-progress-active.vue
+2
-7
No files found.
src/components/active/finished-active.vue
View file @
5d326ff4
...
@@ -210,11 +210,10 @@ export default {
...
@@ -210,11 +210,10 @@ export default {
}
}
.finished-active
{
.finished-active
{
width
:
100%
;
width
:
100%
;
padding
:
0
20px
48px
20px
;
padding
:
20px
;
background
:
#fff
;
background
:
#fff
;
li
{
li
{
//
height
:
90px
;
//
height
:
90px
;
padding
:
0
20px
;
cursor
:
pointer
;
cursor
:
pointer
;
&.li-border
{
&.li-border
{
padding
:
0
20px
;
padding
:
0
20px
;
...
...
src/components/active/funnel-chart.vue
View file @
5d326ff4
...
@@ -22,7 +22,7 @@ import funnelChart from '@/components/active/funnel-chart.vue';
...
@@ -22,7 +22,7 @@ import funnelChart from '@/components/active/funnel-chart.vue';
:key=
"index"
:key=
"index"
class=
"flex-1 flex flex-column"
class=
"flex-1 flex flex-column"
>
>
<div
class=
"flex-1 flex flex-pack-center font-12 color-606066 flex-align-center space-line
r-60
"
></div>
<div
class=
"flex-1 flex flex-pack-center font-12 color-606066 flex-align-center space-line"
></div>
<div
<div
v-if=
"index != funnelData.router.length-1"
v-if=
"index != funnelData.router.length-1"
class=
"flex-1 flex flex-pack-center font-12 color-606066 flex-align-center inner-bg bg-f5f7fa"
class=
"flex-1 flex flex-pack-center font-12 color-606066 flex-align-center inner-bg bg-f5f7fa"
...
@@ -38,7 +38,7 @@ import funnelChart from '@/components/active/funnel-chart.vue';
...
@@ -38,7 +38,7 @@ import funnelChart from '@/components/active/funnel-chart.vue';
:key=
"index"
:key=
"index"
class=
"flex-1 flex flex-column"
class=
"flex-1 flex flex-column"
>
>
<div
class=
"flex-1 flex flex-align-center
space-line p-l-98
font-12 color-606066"
>
{{
item
.
transName
}}
{{
item
.
countNumber
}}
人
<span
v-if=
"item.transId == 32 "
>
,
{{
item
.
countAmount
|
formatThousand
}}
元
</span></div>
<div
class=
"flex-1 flex flex-align-center
p-l-60
font-12 color-606066"
>
{{
item
.
transName
}}
{{
item
.
countNumber
}}
人
<span
v-if=
"item.transId == 32 "
>
,
{{
item
.
countAmount
|
formatThousand
}}
元
</span></div>
<div
<div
v-if=
"index != funnelData.router.length-1"
v-if=
"index != funnelData.router.length-1"
class=
"flex-1 flex flex-align-center bg-f5f7fa"
class=
"flex-1 flex flex-align-center bg-f5f7fa"
...
@@ -74,8 +74,9 @@ export default {
...
@@ -74,8 +74,9 @@ export default {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.funnel-chart
{
.funnel-chart
{
width
:
595px
;
//
width
:
595px
;
min-width
:
595px
;
//
min-width
:
595px
;
width
:
100%
;
height
:
346px
;
height
:
346px
;
padding
:
40px
0
0
52px
;
padding
:
40px
0
0
52px
;
margin-left
:
38px
;
margin-left
:
38px
;
...
@@ -295,7 +296,7 @@ export default {
...
@@ -295,7 +296,7 @@ export default {
position
:
absolute
;
position
:
absolute
;
top
:
50%
;
top
:
50%
;
right
:
-36%
;
right
:
-36%
;
width
:
81
px
;
width
:
55
px
;
height
:
1px
;
height
:
1px
;
-webkit-transform
:
translate
(
-50%
,
-50%
);
-webkit-transform
:
translate
(
-50%
,
-50%
);
-moz-transform
:
translate
(
-50%
,
-50%
);
-moz-transform
:
translate
(
-50%
,
-50%
);
...
@@ -335,11 +336,11 @@ export default {
...
@@ -335,11 +336,11 @@ export default {
}
}
.chart-right
{
.chart-right
{
position
:
relative
;
position
:
relative
;
width
:
327px
;
//
width
:
327px
;
//
float
:
left
;
//
float
:
left
;
.chart-text
{
.chart-text
{
position
:
relative
;
position
:
relative
;
width
:
327px
;
//
width
:
327px
;
height
:
269px
;
height
:
269px
;
}
}
}
}
...
...
src/components/active/in-progress-active.vue
View file @
5d326ff4
...
@@ -405,7 +405,7 @@ export default {
...
@@ -405,7 +405,7 @@ export default {
}
}
.in-progress-active
{
.in-progress-active
{
width
:
100%
;
width
:
100%
;
padding
:
0
20px
48px
20px
;
padding
:
20px
;
background
:
#fff
;
background
:
#fff
;
.el-tag
{
.el-tag
{
/* background-color: transparent;
/* background-color: transparent;
...
@@ -417,7 +417,6 @@ export default {
...
@@ -417,7 +417,6 @@ export default {
}
}
li
{
li
{
//
height
:
90px
;
//
height
:
90px
;
padding
:
0
20px
;
cursor
:
pointer
;
cursor
:
pointer
;
&.li-border
{
&.li-border
{
padding
:
0
20px
;
padding
:
0
20px
;
...
@@ -428,14 +427,10 @@ export default {
...
@@ -428,14 +427,10 @@ export default {
}
}
.in-progress-active-title
{
.in-progress-active-title
{
width
:
100%
;
width
:
100%
;
padding-bottom
:
20px
;
border-bottom
:
1px
solid
#dcdfe6
;
border-bottom
:
1px
solid
#dcdfe6
;
.active-title-left
{
.active-title-left
{
width
:
calc
(
100%
-
380px
);
width
:
calc
(
100%
-
380px
);
padding
:
20px
0
;
}
.active-title-right
{
padding
:
20px
0
;
}
}
}
}
.in-progress-active-body
{
.in-progress-active-body
{
...
...
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