mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 15:56:45 +08:00
提交
This commit is contained in:
@@ -134,14 +134,15 @@ export default {
|
||||
.readed{
|
||||
font-size: 18px;
|
||||
color: #3e7fff;
|
||||
margin-bottom: 6px;
|
||||
// margin-bottom: 6px;
|
||||
}
|
||||
.noRead{
|
||||
font-size: 18px;
|
||||
color:#FF3E3E;
|
||||
margin-bottom: 6px;
|
||||
// margin-bottom: 6px;
|
||||
}
|
||||
.title{
|
||||
line-height: 25px;
|
||||
margin-left: 10px;
|
||||
font-size: 18px;
|
||||
flex-shrink: 10000;
|
||||
|
||||
@@ -353,6 +353,7 @@
|
||||
// inject: [ "informationDetails" ],
|
||||
data(){
|
||||
return {
|
||||
converStatus:0,
|
||||
fileBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
|
||||
curPdfPath:'',
|
||||
comTypes:[
|
||||
@@ -496,6 +497,7 @@
|
||||
}else{
|
||||
apiCourseFile.detail(this.content.contentRefId).then(rs=>{
|
||||
if(rs.status==200){
|
||||
this.converStatus = rs.result.converStatus;
|
||||
if(rs.result.previewFilePath){
|
||||
this.curPdfPath=rs.result.previewFilePath;
|
||||
}else{
|
||||
|
||||
@@ -158,7 +158,7 @@ export default {
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
span:first-of-type{
|
||||
margin-top: -2px;
|
||||
// margin-top: -2px;
|
||||
}
|
||||
.title{
|
||||
margin-left: 8px;
|
||||
|
||||
Reference in New Issue
Block a user