mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
chore(other): add ::v-deep (#692)
use ::v-deep to make the style work fix #691
This commit is contained in:
parent
62d727b567
commit
1ced1904d7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user