'admin-21.03.07:修复主显示界面未铺满也出现滚动条的问题'

This commit is contained in:
lyt-Top 2021-03-07 20:19:17 +08:00
parent 764e06a910
commit 8597ee1655
3 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,6 @@ body,
overflow: hidden;
width: 100%;
background-color: #f8f8f8;
border-top: 1px solid #f1f2f3;
}
.el-scrollbar {
width: 100%;

View File

@ -130,5 +130,6 @@ export default {
padding-right: 15px;
background: var(--bg-topBar);
overflow: hidden;
border-bottom: 1px solid #f1f2f3;
}
</style>

View File

@ -305,7 +305,7 @@ export default {
.layout-navbars-tagsview {
flex: 1;
background-color: #ffffff;
border-top: 1px solid #ebeef5;
border-bottom: 1px solid #f1f2f3;
::v-deep(.el-scrollbar__wrap) {
overflow-x: auto !important;
}