Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
be843564
Commit
be843564
authored
Dec 15, 2021
by
Damon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: 订单数据页面调整
parent
01708c4d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
11 deletions
+12
-11
progress-bar.vue
src/components/progress-bar/progress-bar.vue
+1
-1
index.vue
src/pages/mine/portrait/index.vue
+11
-10
No files found.
src/components/progress-bar/progress-bar.vue
View file @
be843564
...
...
@@ -99,7 +99,7 @@
padding-right
:
10rpx
;
color
:
#868688
;
font-size
:
24rpx
;
flex
:
1
;
flex
:
2
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
...
...
src/pages/mine/portrait/index.vue
View file @
be843564
...
...
@@ -20,14 +20,15 @@
:class=
"['progress_block', 'block_' + index]"
>
<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
class=
"charts-box arcbar"
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"
: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
class=
"planet"
>
<view
class=
"planet_shadow"
></view>
...
...
@@ -163,25 +164,25 @@ export default {
],
RankData
:
[
{
"name"
:
"
课题研究
"
,
"name"
:
"
一次通过率
"
,
"num"
:
500
,
"width"
:
""
,
"background"
:
"#FFBE68"
},
{
"name"
:
"
论文发布
"
,
"name"
:
"
预约及时率
"
,
"num"
:
300
,
"width"
:
""
,
"background"
:
"#0FEBE1"
},
{
"name"
:
"
实践研究
"
,
"name"
:
"
接单及时率
"
,
"num"
:
455
,
"width"
:
""
,
"background"
:
"#BF8DFC"
},
{
"name"
:
"
评教
"
,
"name"
:
"
上门及时率
"
,
"num"
:
601
,
"width"
:
""
,
"background"
:
"#FF859C"
...
...
@@ -260,15 +261,15 @@ export default {
position
:
absolute
;
top
:
20rpx
;
left
:
10rpx
;
max-width
:
1
4
4rpx
;
max-width
:
1
5
4rpx
;
}
.value
{
color
:
#fff
;
font-size
:
4
0
rpx
;
font-size
:
4
6
rpx
;
position
:
absolute
;
top
:
64rpx
;
left
:
10rpx
;
max-width
:
1
4
4rpx
;
max-width
:
1
5
4rpx
;
}
.circle
{
...
...
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