Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
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
杨硕
template_vue
Commits
ea3cbbf2
Commit
ea3cbbf2
authored
Jul 26, 2023
by
AiNoeLiYa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化表格滚动条
Signed-off-by:
AiNoeLiYa
<
jzbcxy@gmail.com
>
parent
ac5e5e5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
processTable.vue
...agement/basicProcessManagement/componets/processTable.vue
+11
-8
No files found.
src/views/processManagement/basicProcessManagement/componets/processTable.vue
View file @
ea3cbbf2
<
template
>
<div>
<div
style=
"height:600px;"
>
<el-scrollbar
style=
"height:
600px
;"
>
<div
class=
"tableList"
style=
"height:600px;"
>
<el-scrollbar
style=
"height:
100%
;"
>
<el-table
v-loading=
"loading"
class=
"processList"
...
...
@@ -106,18 +106,21 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
/
/TODO: 这里是控制内容列表的样式
/
* TODO: 这里是控制内容列表的样式 */
.processListBtns
{
.el-button
{
margin
:
0
7px
;
}
}
.el-scrollbar__wrap
{
overflow-x
:
hidden
;
}
.el-scrollbar__bar.is-horizontal
{
display
:
none
;
/* TODO: 深层穿透,解决底部滚动条问题 */
.tableList
{
/
deep
/
.el-scrollbar__wrap
{
overflow-x
:
hidden
;
}
/
deep
/
.is-horizontal
{
display
:
none
;
}
}
</
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