Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
4b6e612f
Commit
4b6e612f
authored
May 27, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
81d53c8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
examComponents.vue
src/components/index/examComponents.vue
+7
-6
dfficultyAnalysis.vue
src/components/index/scoreDetails/dfficultyAnalysis.vue
+1
-2
No files found.
src/components/index/examComponents.vue
View file @
4b6e612f
...
...
@@ -29,7 +29,7 @@
<view
class=
"homework-score"
>
<view
class=
"homework-score-title"
>
得分率
</view>
<view
class=
"homework-score-num flex"
>
<view>
{{
jobData
.
DataObj
.
Score_p
}}
</view>
<view>
{{
jobData
.
DataObj
.
Score_p
*
100
}}
</view>
<view>
%
</view>
</view>
</view>
...
...
@@ -43,7 +43,7 @@
<view
class=
"homework-score"
>
<view
class=
"homework-score-title"
>
领先度
</view>
<view
class=
"homework-score-num flex"
>
<view>
{{
jobData
.
DataObj
.
ExamRankRate
}}
</view>
<view>
{{
jobData
.
DataObj
.
ExamRankRate
*
100
}}
</view>
<view>
%
</view>
</view>
</view>
...
...
@@ -117,11 +117,13 @@
}
.examComponents-right
{
flex-shrink
:
0
;
height
:
122
rpx
;
background
:
#FFFFFF
;
padding
:
22
rpx
26
rpx
15
rpx
26
rpx
;
border-radius
:
30
rpx
;
justify-content
:
space-between
;
margin
:
0
18
rpx
;
}
.examComponents.activeThree
.operation-name
{
...
...
@@ -135,7 +137,9 @@
.examComponents.activeOne
.operation-name
{
color
:
#FFFFFF
;
}
.examComponents-right
{
flex-shrink
:
0
;
}
.operation-name
{
font-size
:
26
rpx
;
letter-spacing
:
1px
;
...
...
@@ -145,13 +149,11 @@
.examComponents-left
{
flex
:
1
;
flex-grow
:
1
;
}
.examComponents-center
{
flex-direction
:
column
;
}
.examComponents-center-line
{
width
:
4
rpx
;
height
:
23px
;
...
...
@@ -174,7 +176,6 @@
}
.examComponents-center-box
{
flex-grow
:
1
;
position
:
relative
;
border-radius
:
30
rpx
;
padding
:
31
rpx
18
rpx
21
rpx
24
rpx
;
...
...
src/components/index/scoreDetails/dfficultyAnalysis.vue
View file @
4b6e612f
...
...
@@ -68,8 +68,7 @@
margin-top
:
40
rpx
;
}
.dfficultyAnalysis-content
{
flex-direction
:
column
;
flex-direction
:
column
;
}
.dfficultyAnalysis-title
view
:first-child
{
font-weight
:
bold
;
...
...
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