yuan
5 天以前 9ea5ff67655241271bdf04bb50ca3a8d60c4e22a
src/layout/components/Sidebar/SidebarItem.vue
@@ -147,25 +147,12 @@
  
  :deep(.nest-menu) {
    .menu-icon {
      width: 18px;
      height: 18px;
      margin-right: 8px;
      opacity: 0.7;
      width: 22px;
      height: 22px;
      margin-right: 10px;
    }
    
    .menu-title {
      font-size: 13px;
      opacity: 0.85;
    }
    .el-menu-item.is-active {
      .menu-icon {
        opacity: 1;
      }
      .menu-title {
        opacity: 1;
      }
    }
    .menu-title { font-size: 13px; }
  }
}
</style>