<template> <div id="app"> <router-view /> </div> </template> <script> export default { name: 'App' } </script> <style lang="scss" scoped> // zheyeshi #app { // & ::v-deep .el-table__body tr:hover>td{ // background-color: #bed5ff !important; // } // & ::v-deep .el-table__body tr.current-row>td{ // background-color: #bed5ff !important; // } } </style>