Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
53cdc553
Commit
53cdc553
authored
Aug 25, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/confucius
parents
913727d8
b2575784
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
9 deletions
+12
-9
v-readingcomprehensio.vue
src/components/questiontype/v-readingcomprehensio.vue
+2
-1
addchannelcode.vue
src/pages/enterprise/addchannelcode.vue
+2
-2
paperInfo.vue
src/pages/exam/paperInfo.vue
+8
-6
No files found.
src/components/questiontype/v-readingcomprehensio.vue
View file @
53cdc553
...
...
@@ -16,6 +16,7 @@
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
margin-top
:
10px
;
}
.v_readingComprehensioQuestion
.clozeTest_question_tit
i
{
...
...
@@ -44,7 +45,7 @@
<tbody>
<tr>
<td
colspan=
"3"
>
<div
v-html=
"item.SubTitle"
></div>
<div
style=
"margin:16px 0;"
v-html=
"item.SubTitle"
></div>
</td>
</tr>
<!--选择题-->
...
...
src/pages/enterprise/addchannelcode.vue
View file @
53cdc553
...
...
@@ -209,8 +209,8 @@
<div
v-for=
"(item,index) in x.lsMsg"
:key=
"index+'a1'"
class=
"weekstyle2_item"
style=
"width: 100%;;display: flex;flex-direction: column;align-items: center;border-bottom: 1px solid #e8e8e8;"
>
<div>
{{
item
.
StartHours
}}
~
{{
item
.
EndHours
}}
</div>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.EmpName"
placement=
"top"
>
<div
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"item.EmpName"
placement=
"top"
v-if=
"item.EmpName!=''"
>
<div
v-if=
"item.EmpName!=''"
style=
"width: 100%; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;cursor: pointer;text-align: center;"
>
<span>
{{
item
.
EmpName
}}
</span>
</div>
...
...
src/pages/exam/paperInfo.vue
View file @
53cdc553
...
...
@@ -11,7 +11,7 @@
.Exam-main
{
height
:
auto
!important
;
overflow
:
hidden
;
margin
:
20px
100px
;
margin
:
0
100px
;
}
.Exam-left
{
...
...
@@ -263,11 +263,13 @@
<div
class=
"pGNameDiv"
><span
class=
"pGroupName"
>
{{
NoToChinese
(
gIndex
+
1
)
}}
、
{{
gItem
.
GroupName
}}
</span>
(共
{{
gItem
.
DetailsList
.
length
}}
题,
{{
gItem
.
GScore
}}
分)
</div>
<div
v-for=
"(dItem,dIndex) in gItem.DetailsList"
:key=
"dIndex"
>
<div
style=
"display:flex;align-items:top;margin:20px 0;"
>
<span>
{{
dIndex
+
1
}}
、
</span>
<span
class=
"paper_Title"
v-html=
"dItem.Title"
></span>
<span
style=
"margin:10px 0;display:inline-block
;"
>
<span
style=
"display:inline-block;min-width:40px
;"
>
(
{{
dItem
.
Score
}}
分)
</span>
</div>
<!--单选题-->
<v-single
v-if=
"dItem.QuestionTypeKey=='single'||dItem.QuestionTypeKey=='single-number'"
:questionObj=
"dItem"
:isShowAnswer=
"isShowAnswer"
>
...
...
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