mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 09:46:43 +08:00
fix:学习页面样式调整
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!-- 顶部横幅与标题 -->
|
||||
<div class="banner">
|
||||
<div class="banner-inner">
|
||||
<div class="title">社招新员工培训及考试</div>
|
||||
<div class="title">{{ projectName }}</div>
|
||||
<!-- 筛选条 -->
|
||||
<div class="filters">
|
||||
<div class="filter-group">
|
||||
@@ -273,6 +273,7 @@ export default {
|
||||
total: 0,
|
||||
loading: false,
|
||||
projectId: "",
|
||||
projectName: "",
|
||||
studentId: "",
|
||||
// 列表数据(课程/考试混合)
|
||||
items: [],
|
||||
@@ -312,6 +313,7 @@ export default {
|
||||
const res = await getSzxygProjectInfo();
|
||||
this.bpmApprovalRequired = res.data.bpmApprovalRequired;
|
||||
this.projectId = res.data.id || "";
|
||||
this.projectName = res.data.name || "";
|
||||
},
|
||||
async loadList() {
|
||||
if (!this.studentId || !this.projectId) return;
|
||||
@@ -470,7 +472,7 @@ export default {
|
||||
}
|
||||
.sidebar {
|
||||
width: 360px;
|
||||
margin-top: -70px;
|
||||
margin-top: -80px;
|
||||
}
|
||||
|
||||
.card {
|
||||
|
||||
Reference in New Issue
Block a user