“dzb”
2022-10-10 676722551d0bc2f8caa0644961e60deef3f0d532
src/views/layout/components/Menu/index.vue
@@ -95,9 +95,9 @@
              <template slot="title">
                <span class="secondSpan">专项整治</span>
              </template>
                <el-menu-item index="/home/operate/rectification/taskList">任务列表</el-menu-item>
                <el-menu-item index="/home/operate/rectification/surveyList">普查列表</el-menu-item>
                <el-menu-item index="/home/operate/rectification/renovationList">整治列表</el-menu-item>
              <el-menu-item index="/home/operate/rectification/taskList">任务列表</el-menu-item>
              <el-menu-item index="/home/operate/rectification/surveyList">普查列表</el-menu-item>
              <el-menu-item index="/home/operate/rectification/renovationList">整治列表</el-menu-item>
            </el-submenu>
            <el-menu-item index="/home/operate/lawEnforcement">巡查执法</el-menu-item>
            <el-menu-item index="/home/operate/dasds">案卷查询</el-menu-item>
@@ -109,7 +109,14 @@
              <el-menu-item index="/home/operate/fivepack/shop">店铺管理</el-menu-item>
            </el-submenu>
            <el-menu-item index="/home/operate/dasdas">算法模型管理</el-menu-item>
            <el-menu-item index="/home/operate/car">车辆管理</el-menu-item>
            <el-submenu index="/home/operate/car" class="secondMenu">
              <template slot="title">
                <span class="secondSpan">车辆管理</span>
              </template>
              <el-menu-item index="/home/operate/car/carIndex">车辆管理</el-menu-item>
              <el-menu-item index="/home/operate/car/lawTrajectory">轨迹分析(执法车)</el-menu-item>
              <el-menu-item index="/home/operate/car/soilTrajectory">轨迹分析(渣土车)</el-menu-item>
            </el-submenu>
            <el-menu-item index="/home/operate">图片管理</el-menu-item>
            <el-menu-item index="/home/operate">视频管理</el-menu-item>
            <el-menu-item index="/home/operate">消息管理</el-menu-item>
@@ -231,9 +238,11 @@
      .firstMenu {
        background: #07162e;
        text-align: left;
        &:hover>.el-submenu__title{
        &:hover>.el-submenu__title {
          background-color: #092c4a;
        }
        &:hover .fisrtSpan {
          color: #22d3eb;
        }
@@ -260,18 +269,20 @@
      }
      .secondMenu {
        &:hover>.el-submenu__title{
        &:hover>.el-submenu__title {
          background-color: #092c4a;
        }
        &:hover .secondSpan {
          color: #22d3eb;
        }
      }
      .thirdMenu {
        &:hover>.el-submenu__title{
        &:hover>.el-submenu__title {
          background-color: #092c4a;
        }
        &:hover .thirdSpan {
          color: #22d3eb;
        }