chore(other): add ::v-deep (#692)

use ::v-deep to make the style work

fix #691
This commit is contained in:
我真的好暴躁 2020-11-26 23:10:17 +08:00 committed by GitHub
parent 62d727b567
commit 1ced1904d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ export default {
height: calc(100% - 80px);
margin-top: 80px;
> .el-scrollbar__wrap {
::v-deep( > .el-scrollbar__wrap) {
overflow-x: auto;
}
}
@ -150,7 +150,7 @@ export default {
margin-top: 80px;
transition: padding-top .3s;
> .el-scrollbar__wrap {
::v-deep( > .el-scrollbar__wrap) {
height: 100%;
overflow-x: auto;
}