|
|
@ -1,128 +1,136 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="view-container"> |
|
|
|
<div class="container" v-if="loading"> |
|
|
|
<div class="banner"></div> |
|
|
|
<div class="left" v-loading="tabLoading"> |
|
|
|
<div class="container" v-if="loading"> |
|
|
|
<div class="gruop"> |
|
|
|
<div class="left" v-loading="tabLoading"> |
|
|
|
<Graph |
|
|
|
<div class="gruop"> |
|
|
|
:width="1195" |
|
|
|
<Graph |
|
|
|
:height="800" |
|
|
|
:width="1195" |
|
|
|
:index="courseId" |
|
|
|
:height="800" |
|
|
|
:id="courseId" |
|
|
|
:index="courseId" |
|
|
|
v-show="flag === 1" |
|
|
|
:id="courseId" |
|
|
|
@clickGraph="clickGraphChange" |
|
|
|
v-show="flag === 1" |
|
|
|
/> |
|
|
|
@clickGraph="clickGraphChange" |
|
|
|
<div class="video" v-if="flag === 2"> |
|
|
|
|
|
|
|
<video id="video" width="100%" height="100%" controls> |
|
|
|
|
|
|
|
<source :src="videoUrl" type="video/mp4" /> |
|
|
|
|
|
|
|
您的浏览器不支持视频播放 |
|
|
|
|
|
|
|
</video> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="pdf" v-if="flag === 3"> |
|
|
|
|
|
|
|
<!-- <vuePdf /> --> |
|
|
|
|
|
|
|
<VuePdf |
|
|
|
|
|
|
|
v-for="page in numOfPages" |
|
|
|
|
|
|
|
:key="page" |
|
|
|
|
|
|
|
:src="pdfUrl" |
|
|
|
|
|
|
|
:page="page" |
|
|
|
/> |
|
|
|
/> |
|
|
|
<div class="video" v-if="flag === 2"> |
|
|
|
|
|
|
|
<video id="video" width="100%" height="100%" controls> |
|
|
|
|
|
|
|
<source :src="videoUrl" type="video/mp4" /> |
|
|
|
|
|
|
|
您的浏览器不支持视频播放 |
|
|
|
|
|
|
|
</video> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="pdf" v-if="flag === 3"> |
|
|
|
|
|
|
|
<!-- <vuePdf /> --> |
|
|
|
|
|
|
|
<VuePdf |
|
|
|
|
|
|
|
v-for="page in numOfPages" |
|
|
|
|
|
|
|
:key="page" |
|
|
|
|
|
|
|
:src="pdfUrl" |
|
|
|
|
|
|
|
:page="page" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="docx" v-if="flag === 4"> |
|
|
|
|
|
|
|
<vue-office-docx :src="docx" style="width: 100%; height: 100%" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div v-show="flag != 1" class="back" @click="flag = 1"> |
|
|
|
|
|
|
|
<el-icon><Back /></el-icon> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="docx" v-if="flag === 4"> |
|
|
|
|
|
|
|
<vue-office-docx :src="docx" style="width: 100%; height: 100%" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div v-show="flag != 1" class="back" @click="flag = 1"> |
|
|
|
|
|
|
|
<el-icon><Back /></el-icon> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="resource"> |
|
|
|
<div class="cours-target"> |
|
|
|
<el-tabs |
|
|
|
<div class="title">课程目标</div> |
|
|
|
v-model="activeName" |
|
|
|
<el-table :data="tableData" border style="width: 100%"> |
|
|
|
class="demo-tabs" |
|
|
|
<el-table-column prop="date" label="课程分项目标"/> |
|
|
|
@tab-click="handleClick" |
|
|
|
<el-table-column prop="name" label="支撑知识点"/> |
|
|
|
v-loading="isTabsLoading" |
|
|
|
<el-table-column prop="address" width="180" label="占比" /> |
|
|
|
> |
|
|
|
</el-table> |
|
|
|
<el-tab-pane label="视频" name="1"> |
|
|
|
</div> |
|
|
|
<div class="files-box"> |
|
|
|
<div class="resource"> |
|
|
|
<div |
|
|
|
<el-tabs |
|
|
|
class="item" |
|
|
|
v-model="activeName" |
|
|
|
v-for="item in courseFilesList.video" |
|
|
|
class="demo-tabs" |
|
|
|
:key="item.id" |
|
|
|
@tab-click="handleClick" |
|
|
|
@click="clickFile(item, 2)" |
|
|
|
v-loading="isTabsLoading" |
|
|
|
> |
|
|
|
> |
|
|
|
{{ item.name }} |
|
|
|
<el-tab-pane label="视频" name="1"> |
|
|
|
</div> |
|
|
|
<div class="files-box"> |
|
|
|
|
|
|
|
<div |
|
|
|
|
|
|
|
class="item" |
|
|
|
|
|
|
|
v-for="item in courseFilesList.video" |
|
|
|
|
|
|
|
:key="item.id" |
|
|
|
|
|
|
|
@click="clickFile(item, 2)" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
{{ item.name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tab-pane> |
|
|
|
</div> |
|
|
|
<el-tab-pane label="PPT" name="2"> |
|
|
|
</el-tab-pane> |
|
|
|
<div class="files-box"> |
|
|
|
<el-tab-pane label="PPT" name="2"> |
|
|
|
<div |
|
|
|
<div class="files-box"> |
|
|
|
class="item" |
|
|
|
<div |
|
|
|
v-for="item in courseFilesList.PPT" |
|
|
|
class="item" |
|
|
|
:key="item.id" |
|
|
|
v-for="item in courseFilesList.PPT" |
|
|
|
@click="clickFile(item, 3)" |
|
|
|
:key="item.id" |
|
|
|
> |
|
|
|
@click="clickFile(item, 3)" |
|
|
|
{{ item.name }} |
|
|
|
> |
|
|
|
</div> |
|
|
|
{{ item.name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tab-pane> |
|
|
|
</div> |
|
|
|
<el-tab-pane label="试题" name="3">Role</el-tab-pane> |
|
|
|
</el-tab-pane> |
|
|
|
<el-tab-pane label="文档" name="4"> |
|
|
|
<el-tab-pane label="试题" name="3">Role</el-tab-pane> |
|
|
|
<div class="files-box"> |
|
|
|
<el-tab-pane label="文档" name="4"> |
|
|
|
<div |
|
|
|
<div class="files-box"> |
|
|
|
class="item" |
|
|
|
<div |
|
|
|
v-for="item in courseFilesList.word" |
|
|
|
class="item" |
|
|
|
:key="item.id" |
|
|
|
v-for="item in courseFilesList.word" |
|
|
|
@click="clickFile(item, 4)" |
|
|
|
:key="item.id" |
|
|
|
> |
|
|
|
@click="clickFile(item, 4)" |
|
|
|
{{ item.name }} |
|
|
|
> |
|
|
|
</div> |
|
|
|
{{ item.name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tab-pane> |
|
|
|
</div> |
|
|
|
<el-tab-pane label="其他" name="5"> |
|
|
|
</el-tab-pane> |
|
|
|
<div class="files-box"> |
|
|
|
<el-tab-pane label="其他" name="5"> |
|
|
|
<div |
|
|
|
<div class="files-box"> |
|
|
|
class="item" |
|
|
|
<div |
|
|
|
v-for="item in courseFilesList.other" |
|
|
|
class="item" |
|
|
|
:key="item.id" |
|
|
|
v-for="item in courseFilesList.other" |
|
|
|
@click="download(item)" |
|
|
|
:key="item.id" |
|
|
|
> |
|
|
|
@click="download(item)" |
|
|
|
{{ item.name }} |
|
|
|
> |
|
|
|
</div> |
|
|
|
{{ item.name }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tab-pane> |
|
|
|
|
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="right"> |
|
|
|
|
|
|
|
<div class="course-info"> |
|
|
|
|
|
|
|
<div class="image"> |
|
|
|
|
|
|
|
<img src="../../assets/images/kcfm.jpg" alt="" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="description"> |
|
|
|
|
|
|
|
<div class="description-box"> |
|
|
|
|
|
|
|
《Vues 设计与实现》这本书的简介: 《Vues |
|
|
|
|
|
|
|
设计与实现》是一本深入剖析 Vues 框架核心原理的权威著作。 |
|
|
|
|
|
|
|
本书首先会为读者搭建起一个坚实的知识基础,详细介绍 Vues |
|
|
|
|
|
|
|
的发展历程和其在前端开发领域的重要地位。接着,深入探讨 Vues |
|
|
|
|
|
|
|
的设计理念,让读者理解其背后的创新思维和解决问题的独特视角。 |
|
|
|
|
|
|
|
在实现方面,书中通过大量的代码示例和详细的解释,逐步拆解 Vues |
|
|
|
|
|
|
|
的内部机制,包括数据响应式系统、虚拟 DOM |
|
|
|
|
|
|
|
算法、组件化架构等核心模块。读者能够清晰地了解到 Vues |
|
|
|
|
|
|
|
是如何高效地处理数据更新、渲染页面以及优化性能的。 |
|
|
|
|
|
|
|
不仅如此,本书还会探讨 Vues |
|
|
|
|
|
|
|
与其他前端技术的集成和协作,帮助读者在实际项目中更好地运用 Vues |
|
|
|
|
|
|
|
来构建复杂而强大的应用程序。同时,书中也提供了丰富的实战案例和最佳实践,让读者能够将所学知识迅速应用到实际开发中。 |
|
|
|
|
|
|
|
无论是前端开发的新手,还是经验丰富的开发者,都能从《Vues |
|
|
|
|
|
|
|
设计与实现》中获得宝贵的知识和技能,从而提升自己的开发水平,打造出更加出色的前端应用。它不仅是一本技术指南,更是一本启发思考、引领创新的宝典,为读者打开了深入理解和掌握 |
|
|
|
|
|
|
|
Vues 框架的大门。 |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</el-tab-pane> |
|
|
|
|
|
|
|
</el-tabs> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="right"> |
|
|
|
|
|
|
|
<div class="course-info"> |
|
|
|
|
|
|
|
<div class="image"> |
|
|
|
|
|
|
|
<img src="../../assets/images/kcfm.jpg" alt="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="chapter"> |
|
|
|
<div class="description"> |
|
|
|
<courseTree :chapterList="chapterList" /> |
|
|
|
<div class="description-box"> |
|
|
|
|
|
|
|
《Vues 设计与实现》这本书的简介: 《Vues 设计与实现》是一本深入剖析 |
|
|
|
|
|
|
|
Vues 框架核心原理的权威著作。 |
|
|
|
|
|
|
|
本书首先会为读者搭建起一个坚实的知识基础,详细介绍 Vues |
|
|
|
|
|
|
|
的发展历程和其在前端开发领域的重要地位。接着,深入探讨 Vues |
|
|
|
|
|
|
|
的设计理念,让读者理解其背后的创新思维和解决问题的独特视角。 |
|
|
|
|
|
|
|
在实现方面,书中通过大量的代码示例和详细的解释,逐步拆解 Vues |
|
|
|
|
|
|
|
的内部机制,包括数据响应式系统、虚拟 DOM |
|
|
|
|
|
|
|
算法、组件化架构等核心模块。读者能够清晰地了解到 Vues |
|
|
|
|
|
|
|
是如何高效地处理数据更新、渲染页面以及优化性能的。 |
|
|
|
|
|
|
|
不仅如此,本书还会探讨 Vues |
|
|
|
|
|
|
|
与其他前端技术的集成和协作,帮助读者在实际项目中更好地运用 Vues |
|
|
|
|
|
|
|
来构建复杂而强大的应用程序。同时,书中也提供了丰富的实战案例和最佳实践,让读者能够将所学知识迅速应用到实际开发中。 |
|
|
|
|
|
|
|
无论是前端开发的新手,还是经验丰富的开发者,都能从《Vues |
|
|
|
|
|
|
|
设计与实现》中获得宝贵的知识和技能,从而提升自己的开发水平,打造出更加出色的前端应用。它不仅是一本技术指南,更是一本启发思考、引领创新的宝典,为读者打开了深入理解和掌握 |
|
|
|
|
|
|
|
Vues 框架的大门。 |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="chapter"> |
|
|
|
|
|
|
|
<courseTree :chapterList="chapterList" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="student-list"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -131,7 +139,7 @@ |
|
|
|
import { ref } from 'vue' |
|
|
|
import { ref } from 'vue' |
|
|
|
import Graph from '../home/components/Graph.vue' |
|
|
|
import Graph from '../home/components/Graph.vue' |
|
|
|
import courseTree from './components/courseTree.vue' |
|
|
|
import courseTree from './components/courseTree.vue' |
|
|
|
import { useRoute,useRouter } from 'vue-router' |
|
|
|
import { useRoute, useRouter } from 'vue-router' |
|
|
|
import { getCourseChapter, getCourseFiles } from '@/api/course' |
|
|
|
import { getCourseChapter, getCourseFiles } from '@/api/course' |
|
|
|
import { ElLoading } from 'element-plus' |
|
|
|
import { ElLoading } from 'element-plus' |
|
|
|
import { filterFilesType } from '@/utils/filters' |
|
|
|
import { filterFilesType } from '@/utils/filters' |
|
|
@ -161,7 +169,28 @@ const getCourseChapterEvent = async () => { |
|
|
|
} |
|
|
|
} |
|
|
|
getCourseChapterEvent() |
|
|
|
getCourseChapterEvent() |
|
|
|
const activeName = ref<string>('1') |
|
|
|
const activeName = ref<string>('1') |
|
|
|
|
|
|
|
const tableData = [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
date: 'Vue.js设计与实现', |
|
|
|
|
|
|
|
name: 'HTML&CSS&JavaScript', |
|
|
|
|
|
|
|
address: '10%', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
date: 'Vue.js设计与实现', |
|
|
|
|
|
|
|
name: 'HTML&CSS&JavaScript', |
|
|
|
|
|
|
|
address: '20%', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
date: 'Vue.js设计与实现', |
|
|
|
|
|
|
|
name: 'HTML&CSS&JavaScript', |
|
|
|
|
|
|
|
address: '20%', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
date: 'Vue.js设计与实现', |
|
|
|
|
|
|
|
name: 'HTML&CSS&JavaScript', |
|
|
|
|
|
|
|
address: '20%', |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
const handleClick = (e: any) => { |
|
|
|
const handleClick = (e: any) => { |
|
|
|
console.log(e) |
|
|
|
console.log(e) |
|
|
|
} |
|
|
|
} |
|
|
@ -200,13 +229,12 @@ const clickFile = async (file: any, index: number) => { |
|
|
|
videoUrl.value = file.url |
|
|
|
videoUrl.value = file.url |
|
|
|
flag.value = index |
|
|
|
flag.value = index |
|
|
|
tabLoading.value = false |
|
|
|
tabLoading.value = false |
|
|
|
|
|
|
|
|
|
|
|
} else if (index === 3) { |
|
|
|
} else if (index === 3) { |
|
|
|
pdfUrl.value = `http://39.106.16.162:8080/api/resource/read?filename=${file.name}` |
|
|
|
pdfUrl.value = `http://39.106.16.162:8080/api/resource/read?filename=${file.name}` |
|
|
|
const loadingTask = createLoadingTask(pdfUrl.value) |
|
|
|
const loadingTask = createLoadingTask(pdfUrl.value) |
|
|
|
loadingTask.promise.then((pdf:any) => { |
|
|
|
loadingTask.promise.then((pdf: any) => { |
|
|
|
numOfPages.value = pdf.numPages |
|
|
|
numOfPages.value = pdf.numPages |
|
|
|
}) |
|
|
|
}) |
|
|
|
flag.value = index |
|
|
|
flag.value = index |
|
|
|
tabLoading.value = false |
|
|
|
tabLoading.value = false |
|
|
|
// const res: any = await getFileStreams({ filename: file.name }) |
|
|
|
// const res: any = await getFileStreams({ filename: file.name }) |
|
|
@ -214,51 +242,50 @@ const clickFile = async (file: any, index: number) => { |
|
|
|
// fetch(res.filePath).then((resoinse) => { |
|
|
|
// fetch(res.filePath).then((resoinse) => { |
|
|
|
// console.log(resoinse.blob()) |
|
|
|
// console.log(resoinse.blob()) |
|
|
|
// }) |
|
|
|
// }) |
|
|
|
}else if(index ===4){ |
|
|
|
} else if (index === 4) { |
|
|
|
docx.value = `http://39.106.16.162:8080/api/resource/read?filename=${file.name}` |
|
|
|
docx.value = `http://39.106.16.162:8080/api/resource/read?filename=${file.name}` |
|
|
|
flag.value = index |
|
|
|
flag.value = index |
|
|
|
tabLoading.value = false |
|
|
|
tabLoading.value = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
// 下载资源 |
|
|
|
// 下载资源 |
|
|
|
const download = (file:any) => { |
|
|
|
const download = (file: any) => { |
|
|
|
console.log(file); |
|
|
|
console.log(file) |
|
|
|
downloadImage(file.url,file.name) |
|
|
|
downloadImage(file.url, file.name) |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
function downloadImage(imageUrl:any, filename:any) { |
|
|
|
function downloadImage(imageUrl: any, filename: any) { |
|
|
|
fetch(imageUrl) |
|
|
|
fetch(imageUrl) |
|
|
|
.then(response => response.blob()) |
|
|
|
.then((response) => response.blob()) |
|
|
|
.then(blob => { |
|
|
|
.then((blob) => { |
|
|
|
const url = URL.createObjectURL(blob); |
|
|
|
const url = URL.createObjectURL(blob) |
|
|
|
const a = document.createElement('a'); |
|
|
|
const a = document.createElement('a') |
|
|
|
a.style.display = 'none'; |
|
|
|
a.style.display = 'none' |
|
|
|
a.href = url; |
|
|
|
a.href = url |
|
|
|
a.download = filename; |
|
|
|
a.download = filename |
|
|
|
document.body.appendChild(a); |
|
|
|
document.body.appendChild(a) |
|
|
|
a.click(); |
|
|
|
a.click() |
|
|
|
window.URL.revokeObjectURL(url); |
|
|
|
window.URL.revokeObjectURL(url) |
|
|
|
document.body.removeChild(a); |
|
|
|
document.body.removeChild(a) |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch(error => console.error('Error downloading the image', error)); |
|
|
|
.catch((error) => console.error('Error downloading the image', error)) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
let nodeID = 0 |
|
|
|
// 点击节点 |
|
|
|
// 点击节点 |
|
|
|
const clickGraphChange = async(id:number) => { |
|
|
|
const clickGraphChange = async (id: number) => { |
|
|
|
console.log(id); |
|
|
|
if (nodeID === id) { |
|
|
|
Router.push({ |
|
|
|
Router.push({ |
|
|
|
path:'/knowledge', |
|
|
|
path: '/knowledge', |
|
|
|
query:{id} |
|
|
|
query: { id }, |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
nodeID = id |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// isTabsLoading.value = true |
|
|
|
// isTabsLoading.value = true |
|
|
|
// const res = await getCourseOneFiles({KnowId:227}) |
|
|
|
// const res = await getCourseOneFiles({KnowId:227}) |
|
|
|
// console.log(res); |
|
|
|
// console.log(res); |
|
|
|
// courseFilesList.value = filterFilesType(res.data) |
|
|
|
// courseFilesList.value = filterFilesType(res.data) |
|
|
|
// isTabsLoading.value = false |
|
|
|
// isTabsLoading.value = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
@ -340,6 +367,20 @@ const clickGraphChange = async(id:number) => { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.cours-target { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 300px; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
padding: 20px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
.title{ |
|
|
|
|
|
|
|
font-size: 16px; |
|
|
|
|
|
|
|
height: 40px; |
|
|
|
|
|
|
|
line-height: 40px; |
|
|
|
|
|
|
|
padding-left: 5px; |
|
|
|
|
|
|
|
font-weight: 700; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.right { |
|
|
|
.right { |
|
|
|
width: 400px; |
|
|
|
width: 400px; |
|
|
@ -372,7 +413,13 @@ const clickGraphChange = async(id:number) => { |
|
|
|
} |
|
|
|
} |
|
|
|
.chapter { |
|
|
|
.chapter { |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
height: 700px; |
|
|
|
height: 500px; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.student-list{ |
|
|
|
|
|
|
|
height: 500px; |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
margin-top: 20px; |
|
|
|
margin-top: 20px; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
@ -387,7 +434,7 @@ const clickGraphChange = async(id:number) => { |
|
|
|
::-webkit-scrollbar-button { |
|
|
|
::-webkit-scrollbar-button { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
:deep(.docx-wrapper){ |
|
|
|
:deep(.docx-wrapper) { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|