Commit be843564 authored by Damon's avatar Damon

refactor: 订单数据页面调整

parent 01708c4d
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
padding-right: 10rpx; padding-right: 10rpx;
color: #868688; color: #868688;
font-size: 24rpx; font-size: 24rpx;
flex: 1; flex: 2;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
...@@ -20,14 +20,15 @@ ...@@ -20,14 +20,15 @@
:class="['progress_block', 'block_' + index]" :class="['progress_block', 'block_' + index]"
> >
<view class="name">{{ item.series[0].name }}</view> <view class="name">{{ item.series[0].name }}</view>
<view class="value">{{ item.series[0].value }}</view> <!-- <view class="value">{{ item.series[0].value }}</view> -->
<view <view
class="charts-box arcbar" class="charts-box arcbar"
style="height: 180rpx;width: 60%;" style="height: 180rpx;width: 60%;"
> >
<qiun-data-charts type="arcbar" :chartData="item" :canvasId="'four_a_'+index" :canvas2d="isCanvas2d" <view class="value">{{ item.series[0].value }}</view>
<!-- <qiun-data-charts type="arcbar" :chartData="item" :canvasId="'four_a_'+index" :canvas2d="isCanvas2d"
:resshow="delayload" :resshow="delayload"
:opts="{title:{name:item.series[0].precent,color:item.series[0].color,fontSize:15},subtitle:{name:'',color:'#666666',fontSize:12},extra:{arcbar:{backgroundColor:item.series[0].backgroundColor}}}" /> :opts="{title:{name:item.series[0].precent,color:item.series[0].color,fontSize:15},subtitle:{name:'',color:'#666666',fontSize:12},extra:{arcbar:{backgroundColor:item.series[0].backgroundColor}}}" /> -->
</view> </view>
<view class="planet"> <view class="planet">
<view class="planet_shadow"></view> <view class="planet_shadow"></view>
...@@ -163,25 +164,25 @@ export default { ...@@ -163,25 +164,25 @@ export default {
], ],
RankData: [ RankData: [
{ {
"name":"课题研究", "name":"一次通过率",
"num":500, "num":500,
"width":"", "width":"",
"background":"#FFBE68" "background":"#FFBE68"
}, },
{ {
"name":"论文发布", "name":"预约及时率",
"num":300, "num":300,
"width":"", "width":"",
"background":"#0FEBE1" "background":"#0FEBE1"
}, },
{ {
"name":"实践研究", "name":"接单及时率",
"num":455, "num":455,
"width":"", "width":"",
"background":"#BF8DFC" "background":"#BF8DFC"
}, },
{ {
"name":"评教", "name":"上门及时率",
"num":601, "num":601,
"width":"", "width":"",
"background":"#FF859C" "background":"#FF859C"
...@@ -260,15 +261,15 @@ export default { ...@@ -260,15 +261,15 @@ export default {
position: absolute; position: absolute;
top: 20rpx; top: 20rpx;
left: 10rpx; left: 10rpx;
max-width: 144rpx; max-width: 154rpx;
} }
.value{ .value{
color: #fff; color: #fff;
font-size: 40rpx; font-size: 46rpx;
position: absolute; position: absolute;
top: 64rpx; top: 64rpx;
left: 10rpx; left: 10rpx;
max-width: 144rpx; max-width: 154rpx;
} }
.circle{ .circle{
......
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