Commit 3fd533d4 authored by zhengke's avatar zhengke

修改

parent 395ee2ac
...@@ -210,12 +210,12 @@ ...@@ -210,12 +210,12 @@
align: "left", align: "left",
format: (val, row) => `${val}课时` format: (val, row) => `${val}课时`
}, },
{ // {
name: "CreateByName", // name: "CreateByName",
label: "创建人", // label: "创建人",
field: "CreateByName", // field: "CreateByName",
align: "left" // align: "left"
}, // },
{ {
name: "UpdateTimeStr", name: "UpdateTimeStr",
label: "更新时间", label: "更新时间",
......
...@@ -134,12 +134,23 @@ ...@@ -134,12 +134,23 @@
opacity: 0.8; opacity: 0.8;
} }
.prePare_Content{ .prePare_Content{
width:430px; /* width:430px; */
min-height:100px; min-height:100px;
height:auto; height:auto;
background-color: #F0F5FB; background-color: #F0F5FB;
padding:20px; padding:20px;
margin:20px auto; 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> </style>
...@@ -227,7 +238,7 @@ ...@@ -227,7 +238,7 @@
<div class="text14-o" v-html="x.ProjectContent"></div> <div class="text14-o" v-html="x.ProjectContent"></div>
<template v-if="data.IsEditSummary>0"> <template v-if="data.IsEditSummary>0">
<div v-if="x.Summary" style="width: 100%;background: #F0F5FB;border-radius: 5px;padding:10px;margin-bottom:20px;"> <div v-if="x.Summary" style="width: 100%;background: #F0F5FB;border-radius: 5px;padding:10px;margin-bottom:20px;">
{{x.Summary}} 单项总结:{{x.Summary}}
</div> </div>
</template> </template>
<template v-else> <template v-else>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment