App.vue 381 Bytes
Newer Older
Pan's avatar
Pan committed
1 2
<template>
  <div id="app">
花裤衩's avatar
花裤衩 committed
3
    <router-view />
Pan's avatar
Pan committed
4 5 6 7 8
  </div>
</template>

<script>
export default {
Pan's avatar
Pan committed
9
  name: 'App'
Pan's avatar
Pan committed
10 11
}
</script>
许倩倩's avatar
许倩倩 committed
12
<style lang="scss" scoped>
yanzhongrong's avatar
yanzhongrong committed
13
// zheyeshi
许倩倩's avatar
许倩倩 committed
14
#app {
yanzhongrong's avatar
yanzhongrong committed
15 16 17
  // & ::v-deep .el-table__body tr:hover>td{
  //   background-color: #bed5ff !important;
  // }
许倩倩's avatar
许倩倩 committed
18
 
yanzhongrong's avatar
yanzhongrong committed
19 20 21
  // & ::v-deep .el-table__body tr.current-row>td{
  //   background-color: #bed5ff !important;
  // }
许倩倩's avatar
许倩倩 committed
22 23
}
</style>