ScrollPane: change /deep/ into vue-specific ::v-deep
This commit is contained in:
parent
796c179f35
commit
c0ad3df367
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default {
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
/deep/ {
|
||||
::v-deep {
|
||||
.el-scrollbar__bar {
|
||||
bottom: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue