Commit dfd41f97 authored by renhanxue's avatar renhanxue

Merge branch 'dev' of http://39.105.40.203/root/web-monitor into dev_rhx

parents 4e05d5e0 4f84e234
......@@ -9,3 +9,14 @@ export default {
name: 'App'
}
</script>
<style lang="scss" scoped>
#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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment