Skip to content

Commit

Permalink
fix: 日志无需表格内部滚动,还原最初滚动效果
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 7027
  • Loading branch information
leafage-collb committed Apr 30, 2024
1 parent 0a8a7d2 commit fb24c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1223,17 +1223,7 @@ export default {
.table-wrapper {
width: auto;
overflow: auto;
&.log-scroll-cls {
max-height: 465px;
table thead {
position: sticky;
top: 0;
z-index: 99;
}
}
overflow-x: auto;
}
.tooltip-icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1342,17 +1342,6 @@ span.second {
}
.table-wrapper {
width: auto;
&.log-scroll-cls {
max-height: 465px;
overflow: auto;
table thead {
position: sticky;
top: 0;
z-index: 99;
}
}
}
.tooltip-icon {
cursor: pointer;
Expand Down

0 comments on commit fb24c12

Please sign in to comment.