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
3fd533d4
Commit
3fd533d4
authored
Jul 06, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
395ee2ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
8 deletions
+19
-8
lessonNotes.vue
src/pages/course/lessonNotes.vue
+6
-6
prepareclassDetails.vue
src/pages/course/prepareclassDetails.vue
+13
-2
No files found.
src/pages/course/lessonNotes.vue
View file @
3fd533d4
...
...
@@ -210,12 +210,12 @@
align
:
"left"
,
format
:
(
val
,
row
)
=>
`
${
val
}
课时`
},
{
name
:
"CreateByName"
,
label
:
"创建人"
,
field
:
"CreateByName"
,
align
:
"left"
},
//
{
//
name: "CreateByName",
//
label: "创建人",
//
field: "CreateByName",
//
align: "left"
//
},
{
name
:
"UpdateTimeStr"
,
label
:
"更新时间"
,
...
...
src/pages/course/prepareclassDetails.vue
View file @
3fd533d4
...
...
@@ -134,12 +134,23 @@
opacity
:
0.8
;
}
.prePare_Content
{
width
:
430px
;
/* width:430px; */
min-height
:
100px
;
height
:
auto
;
background-color
:
#F0F5FB
;
padding
:
20px
;
margin
:
20px
auto
;
font-family
:
'微软雅黑'
!important
;
}
.prePare_Content
h6
,
.prePare_Content
h5
,
.prePare_Content
h4
,
.prePare_Content
h3
,
.prePare_Content
h2
,
.prePare_Content
h1
{
font-size
:
unset
!important
;
line-height
:
unset
!important
;
letter-spacing
:
unset
!important
;
}
</
style
>
...
...
@@ -227,7 +238,7 @@
<div
class=
"text14-o"
v-html=
"x.ProjectContent"
></div>
<template
v-if=
"data.IsEditSummary>0"
>
<div
v-if=
"x.Summary"
style=
"width: 100%;background: #F0F5FB;border-radius: 5px;padding:10px;margin-bottom:20px;"
>
{{
x
.
Summary
}}
单项总结:
{{
x
.
Summary
}}
</div>
</
template
>
<
template
v-else
>
...
...
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