Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety-progress
Project
Project
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
耿迪迪
gassafety-progress
Commits
fb25c4d1
Commit
fb25c4d1
authored
Mar 04, 2022
by
yaqizhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
51512116
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
leftBar.vue
gassafetyprogress-web/src/components/bigWindow/leftBar.vue
+12
-10
No files found.
gassafetyprogress-web/src/components/bigWindow/leftBar.vue
View file @
fb25c4d1
...
...
@@ -53,12 +53,10 @@
<div
class=
"fong-div"
style=
"width: 8px;height: 12px;background-color: #11e9e9b3;float: right;margin-top: 10px;margin-right: 10px;transform: skewX(-25deg)"
></div>
</div>
</div>
<div
id=
"myCharttwo"
:style=
"
{width: '450px', height: '240px'}">
</div>
<div
class=
"titleTex titleTex1"
>
● 已完成数量:
{{
allNum
.
typeOne
}}
</div>
<div
class=
"titleTex titleTex2"
>
● 未成数量:
{{
allNum
.
typeTwo
}}
<div
id=
"myCharttwo"
:style=
"
{width: '450px', height: '250px'}">
</div>
<div
class=
"titleTex"
>
<span
:style=
"
{color: '#00ffff'}"> ● 已完成:
{{
allNum
.
typeOne
}}
</span>
<span
:style=
"
{color: '#0099ff'}"> ● 未完成:
{{
allNum
.
typeTwo
}}
</span>
</div>
<!--
<div
class=
"echarts-two"
style=
"margin-top: 30px;width: 430px;margin-left: 10px;"
>
-->
...
...
@@ -500,9 +498,13 @@
color
:
#1e516f
;
}
.titleTex
{
height
:
20px
;
margin-top
:
0px
;
font-size
:
15px
;
color
:
#00ffff
;
width
:
100%
;
text-align
:
center
;
}
.titleTex2
{
color
:
#0099ff
;
width
:
100%
;
height
:
20px
;
margin-top
:
0px
;
font-size
:
15px
;
display
:
flex
;
justify-content
:
space-around
;
align-items
:
center
;
padding
:
0px
30px
;
}
</
style
>
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