mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
Merge branch 'zcwyTeacher' into 'master'
Zcwy teacher See merge request !44
This commit is contained in:
@@ -243,7 +243,7 @@ export default {
|
|||||||
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||||
five: urlPre + "/boe/new-employee/index.html",
|
five: urlPre + "/boe/new-employee/index.html",
|
||||||
six: urlPre + "/web/contributor/index",
|
six: urlPre + "/web/contributor/index",
|
||||||
seven:this.webBaseUrl + '/grateful'
|
seven: this.webBaseUrl + '/grateful/index'
|
||||||
};
|
};
|
||||||
window.open(obj[val]);
|
window.open(obj[val]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ export default {
|
|||||||
three: this.webBaseUrl + "/study/index?study=1",
|
three: this.webBaseUrl + "/study/index?study=1",
|
||||||
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||||
five: urlPre + "/boe/new-employee/index.html",
|
five: urlPre + "/boe/new-employee/index.html",
|
||||||
seven: this.webBaseUrl + '/grateful'
|
seven: this.webBaseUrl + '/grateful/index'
|
||||||
};
|
};
|
||||||
window.open(obj[val]);
|
window.open(obj[val]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
background: `url(${fileBaseUrl + item.image
|
background: `url(${fileBaseUrl + item.image
|
||||||
}) no-repeat 100% / 100%`,
|
}) no-repeat 100% / 100%`,
|
||||||
}"></div>
|
}"></div>
|
||||||
<img class="banner-img" style="margin: 0 auto;width:100%;" :src="fileBaseUrl + item.image" alt="" />
|
<img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" />
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
</swiper>
|
</swiper>
|
||||||
</div>
|
</div>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
background: `url(${fileBaseUrl + item.image
|
background: `url(${fileBaseUrl + item.image
|
||||||
}) no-repeat 100% / 100%`,
|
}) no-repeat 100% / 100%`,
|
||||||
}"></div>
|
}"></div>
|
||||||
<img class="banner-img" style="margin: 0 auto;width:100%;" :src="fileBaseUrl + item.image" alt="" />
|
<img class="banner-img" style="margin: 0 auto;" :src="fileBaseUrl + item.image" alt="" />
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<div class="swiper-pagination" slot="pagination"></div>
|
<div class="swiper-pagination" slot="pagination"></div>
|
||||||
</swiper>
|
</swiper>
|
||||||
|
|||||||
@@ -23,13 +23,13 @@
|
|||||||
<div class="title">{{ name }}</div>
|
<div class="title">{{ name }}</div>
|
||||||
<!--内容列表内容-->
|
<!--内容列表内容-->
|
||||||
<div class="timeAndAuthor">
|
<div class="timeAndAuthor">
|
||||||
<div class="author">发布人:{{ createName }}</div>
|
<!-- <div class="author">发布人:{{ createName }}</div> -->
|
||||||
<div class="case-info-date portal-time">
|
<div class="case-info-date portal-time">
|
||||||
<i class="el-icon-time" style="margin-right: 5px;"></i>
|
<i class="el-icon-time" style="margin-right: 5px;"></i>
|
||||||
<time-show :time="createTime"></time-show>
|
<time-show :time="createTime"></time-show>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="topTitle">通知内容</div>
|
<div class="topTitle"></div>
|
||||||
<!-- <div class="noticeContent" style="white-space: pre;">{{ content }}</div> -->
|
<!-- <div class="noticeContent" style="white-space: pre;">{{ content }}</div> -->
|
||||||
<div class="noticeContent" v-html="content"></div>
|
<div class="noticeContent" v-html="content"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,6 +120,7 @@ export default {
|
|||||||
.title {
|
.title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
font-size: 28px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
@@ -137,15 +138,17 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.topTitle {
|
.topTitle {
|
||||||
display: flex;
|
width: 100%;
|
||||||
justify-content: center;
|
height: 50px;
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 600;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.noticeContent {
|
.noticeContent {
|
||||||
padding: 0 80px;
|
padding: 0 80px;
|
||||||
|
|
||||||
|
::v-deep p {
|
||||||
|
min-height: 28px !important;
|
||||||
|
line-height: 28px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user