需求:
使用 el-table 组件调整鼠标悬停某行时,高亮样式修改调整
方法:
<style lang="scss" scoped> .el-table { /deep/tbody tr:hover>td { background-color:#90c0f1; } } </style>
需求:
使用 el-table 组件调整鼠标悬停某行时,高亮样式修改调整
方法:
<style lang="scss" scoped> .el-table { /deep/tbody tr:hover>td { background-color:#90c0f1; } } </style>