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

修改

parent 4cc1f325
...@@ -126,7 +126,7 @@ export function updateDownChapter(data) { ...@@ -126,7 +126,7 @@ export function updateDownChapter(data) {
// 6.导入 // 6.导入
export function uploadVideo(data) { export function uploadVideo(data) {
return request({ return request({
url: '/bvideo/uploadVideo', url: '/bfile/uploadVideo',
method: 'post', method: 'post',
headers: { headers: {
'Content-Type': 'multipart/form-data' 'Content-Type': 'multipart/form-data'
......
...@@ -15,21 +15,3 @@ ...@@ -15,21 +15,3 @@
left: 576px!important; left: 576px!important;
padding: 12px 10px; 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 { ...@@ -1023,10 +1023,17 @@ export default {
} }
</script> </script>
<style> <style lang="scss" scoped>
#courseManage{ #courseManage{
/*width:calc(100% - 30px);*/ /*width:calc(100% - 30px);*/
/*height:calc(100% - 60px);*/ /*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{ #courseManage .el-select{
width: 100%; 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