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
975e0b11
Commit
975e0b11
authored
Apr 20, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
考试页面高保真优化
parent
3fb9889a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
19 deletions
+20
-19
index.vue
src/components/settle/index.vue
+1
-4
index.vue
src/pages/exam/index.vue
+6
-3
index.vue
src/pages/index/index.vue
+2
-1
index.vue
src/pages/settle/index.vue
+11
-11
No files found.
src/components/settle/index.vue
View file @
975e0b11
...
...
@@ -45,9 +45,6 @@
.settle-bottom
{
position
:
fixed
;
bottom
:
44rpx
;
width
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
}
</
style
>
src/pages/exam/index.vue
View file @
975e0b11
...
...
@@ -15,7 +15,7 @@
<!-- <template v-if="isStart==true && currentItem"> -->
<view
class=
"bottom-padding"
v-if=
"currentItem"
>
<view
class=
"title-view"
>
<view
class=
"title-text
"
>
<view
:class=
"['title-text', {'radio': currentItem.question.answerType == 1}]
"
>
<text>
{{ titleText[Math.max(0, currentItem.question.answerType - 1)] }}
</text>
</view>
<view
class=
"title-right-view"
>
...
...
@@ -737,7 +737,10 @@
height
:
40rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
&
.radio
{
background-color
:
#2272FF
;
}
}
.title-right-view
{
...
...
@@ -757,7 +760,7 @@
}
.time-count-down
{
width
:
8
0rpx
;
width
:
5
0rpx
;
text-align
:
right
;
}
}
...
...
src/pages/index/index.vue
View file @
975e0b11
...
...
@@ -161,7 +161,8 @@
// 后台自动判断入驻流程是否完成,前台通过status确定状态
if
(
result
&&
result
.
record
)
{
vm
.
loaded
=
true
;
vm
.
status
=
Number
(
result
.
record
.
status
);
vm
.
status
=
Number
(
result
.
record
.
status
);
// vm.status = 2
}
};
await
app
.
getBaseInfo
(
this
,
callBack
);
...
...
src/pages/settle/index.vue
View file @
975e0b11
...
...
@@ -227,18 +227,18 @@
margin-top
:
20rpx
;
}
.bottom_btn
{
width
:
600rpx
;
height
:
104rpx
;
line-height
:
96rpx
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
//
.bottom_btn {
//
width: 600rpx;
//
height: 104rpx;
//
line-height: 96rpx;
//
display: flex;
//
align-items: center;
//
justify-content: center;
.bottom_title
{
color
:
#fff
;
}
}
//
.bottom_title {
//
color: #fff;
//
}
//
}
.bottom_title
{
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