src/layout/components/AppMain.vue
@@ -72,7 +72,12 @@ } } </style> <style> .el-table ::-webkit-scrollbar { width: 15px; height: 15px; } </style> <style lang="scss"> // fix css style bug in open el-dialog .el-popup-parent--hidden { @@ -81,7 +86,7 @@ } } ::-webkit-scrollbar { ::-webkit-scrollbar { width: 6px; height: 6px; } @@ -91,7 +96,7 @@ } ::-webkit-scrollbar-thumb { background-color: #c0c0c0; background-color: #666; border-radius: 3px; } </style>