Commit 20c94e29 authored by 张伯涛's avatar 张伯涛

修改

parent 4cc1f325
......@@ -126,7 +126,7 @@ export function updateDownChapter(data) {
// 6.导入
export function uploadVideo(data) {
return request({
url: '/bvideo/uploadVideo',
url: '/bfile/uploadVideo',
method: 'post',
headers: {
'Content-Type': 'multipart/form-data'
......
......@@ -15,21 +15,3 @@
left: 576px!important;
padding: 12px 10px;
}
.el-table th .cell{
justify-content: center!important;
}
.el-table td .cell{
margin: 10px;
text-align: center!important;
}
//.el-table .cell{
// padding: 18px;
// white-space: normal;
// word-break: break-all;
// line-height: 24px;
//}
//.el-table td .cell{
// height: 100px;
// display: flex;
// align-items: center;
//}
......@@ -1023,10 +1023,17 @@ export default {
}
</script>
<style>
<style lang="scss" scoped>
#courseManage{
/*width:calc(100% - 30px);*/
/*height:calc(100% - 60px);*/
::v-deep .el-table th .cell{
justify-content: center!important;
}
::v-deep .el-table td .cell{
margin: 10px;
text-align: center!important;
}
}
#courseManage .el-select{
width: 100%;
......
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