Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
tea-resources-web
Commits
20c94e29
Commit
20c94e29
authored
Mar 26, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4cc1f325
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
202 additions
and
174 deletions
+202
-174
indexApi.js
src/api/courseManagement/indexApi.js
+1
-1
common.scss
src/styles/themeA/common.scss
+0
-18
courseCatalogues.vue
...s/courseInformation/courseManagement/courseCatalogues.vue
+193
-154
index.vue
src/views/courseInformation/courseManagement/index.vue
+8
-1
No files found.
src/api/courseManagement/indexApi.js
View file @
20c94e29
...
...
@@ -126,7 +126,7 @@ export function updateDownChapter(data) {
// 6.导入
export
function
uploadVideo
(
data
)
{
return
request
({
url
:
'/b
video
/uploadVideo'
,
url
:
'/b
file
/uploadVideo'
,
method
:
'post'
,
headers
:
{
'Content-Type'
:
'multipart/form-data'
...
...
src/styles/themeA/common.scss
View file @
20c94e29
...
...
@@ -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;
//}
src/views/courseInformation/courseManagement/courseCatalogues.vue
View file @
20c94e29
This diff is collapsed.
Click to expand it.
src/views/courseInformation/courseManagement/index.vue
View file @
20c94e29
...
...
@@ -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%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment