Commit fb25c4d1 authored by yaqizhang's avatar yaqizhang

优化

parent 51512116
...@@ -53,12 +53,10 @@ ...@@ -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 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> </div>
<div id="myCharttwo" :style="{width: '450px', height: '240px'}"></div> <div id="myCharttwo" :style="{width: '450px', height: '250px'}"></div>
<div class="titleTex titleTex1"> <div class="titleTex">
● 已完成数量:{{allNum.typeOne}} <span :style="{color: '#00ffff'}"> ● 已完成:{{allNum.typeOne}}</span>
</div> <span :style="{color: '#0099ff'}"> ● 未完成:{{allNum.typeTwo}}</span>
<div class="titleTex titleTex2">
● 未成数量:{{allNum.typeTwo}}
</div> </div>
<!-- <div class="echarts-two" style="margin-top: 30px;width: 430px;margin-left: 10px;"> --> <!-- <div class="echarts-two" style="margin-top: 30px;width: 430px;margin-left: 10px;"> -->
...@@ -500,9 +498,13 @@ ...@@ -500,9 +498,13 @@
color: #1e516f; color: #1e516f;
} }
.titleTex{ .titleTex{
height: 20px;margin-top: 0px;font-size: 15px;color: #00ffff;width: 100%;text-align: center; width: 100%;
} height: 20px;
.titleTex2{ margin-top: 0px;
color: #0099ff; font-size: 15px;
display: flex;
justify-content: space-around;
align-items: center;
padding: 0px 30px;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment