修复代码警告

This commit is contained in:
xingyu4j
2022-11-08 12:26:06 +08:00
parent fd30368628
commit d730c50dee
10 changed files with 34 additions and 38 deletions

View File

@ -82,13 +82,11 @@ export default {
position: relative;
overflow: hidden;
width: 100%;
::v-deep {
.el-scrollbar__bar {
bottom: 0px;
:deep(.el-scrollbar__bar) {
bottom: 0;
}
.el-scrollbar__wrap {
:deep(.el-scrollbar__wrap) {
height: 49px;
}
}
}
</style>