Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea_resources_pc
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_pc
Commits
15e66568
Commit
15e66568
authored
Jun 03, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
抽屉的table列表高度修改
parent
424201fa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
6 deletions
+30
-6
_tableDialog.vue
src/views/learningCenter/children/_tableDialog.vue
+10
-2
student_tableDialog.vue
src/views/learningCenter/children/student_tableDialog.vue
+10
-2
_tableDialog.vue
src/views/learningCenter/components/_tableDialog.vue
+10
-2
No files found.
src/views/learningCenter/children/_tableDialog.vue
View file @
15e66568
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<div
style=
"padding: 20px;
"
>
<div
class=
"el_drawerTable
"
>
<el-table
v-loading=
"loading"
:data=
"tableData"
style=
"width: 100%"
>
<el-table
v-loading=
"loading"
:data=
"tableData"
style=
"width: 100%"
>
<el-table-column
type=
"index"
width=
"70"
label=
"序号"
align=
"center"
>
<el-table-column
type=
"index"
width=
"70"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -126,4 +126,12 @@ export default {
...
@@ -126,4 +126,12 @@ export default {
}
}
}
}
</
script
>
</
script
>
<
style
></
style
>
<
style
lang=
"scss"
scoped
>
.el_drawerTable
{
padding
:
20px
;
.el-table
{
max-height
:
630px
;
overflow
:
auto
;
}
}
</
style
>
src/views/learningCenter/children/student_tableDialog.vue
View file @
15e66568
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<div
style=
"padding: 20px;
"
>
<div
class=
"el_drawerTable
"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
style=
"width: 100%"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
style=
"width: 100%"
>
<el-table-column
type=
"index"
width=
"70"
label=
"序号"
align=
"center"
>
<el-table-column
type=
"index"
width=
"70"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -115,4 +115,12 @@ export default {
...
@@ -115,4 +115,12 @@ export default {
}
}
}
}
</
script
>
</
script
>
<
style
></
style
>
<
style
lang=
"scss"
scoped
>
.el_drawerTable
{
padding
:
20px
;
.el-table
{
max-height
:
630px
;
overflow
:
auto
;
}
}
</
style
>
src/views/learningCenter/components/_tableDialog.vue
View file @
15e66568
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
</div>
</div>
</el-col>
</el-col>
</el-row>
</el-row>
<div
style=
"padding: 20px;
"
>
<div
class=
"el_drawerTable
"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
style=
"width: 100%"
>
<el-table
:data=
"tableData"
v-loading=
"loading"
style=
"width: 100%"
>
<el-table-column
type=
"index"
width=
"70"
label=
"序号"
align=
"center"
>
<el-table-column
type=
"index"
width=
"70"
label=
"序号"
align=
"center"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -116,4 +116,12 @@ export default {
...
@@ -116,4 +116,12 @@ export default {
}
}
}
}
</
script
>
</
script
>
<
style
></
style
>
<
style
lang=
"scss"
scoped
>
.el_drawerTable
{
padding
:
20px
;
.el-table
{
max-height
:
630px
;
overflow
:
auto
;
}
}
</
style
>
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