task#15348,司机app滚动条高度

This commit is contained in:
2024-10-11 17:26:18 +08:00
parent 235fe85604
commit 6030432a8c
2 changed files with 3 additions and 3 deletions

View File

@ -101,6 +101,3 @@
margin-top: 14px;
}
.contentWrap{
height: calc(100% - 180px) !important;
}

View File

@ -164,4 +164,7 @@ export default {
.alRead{
color: #cccccc !important;
}
.contentWrap{
height: calc(100% - 180px) !important;
}
</style>