Browse Source

优化bug

master
陈裕财 4 years ago
parent
commit
6e04b46e0f
  1. 2
      src/views/layout/components/Sidebar/index.vue

2
src/views/layout/components/Sidebar/index.vue

@ -38,7 +38,7 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
.el-menu .menu-wrapper .menu-item:first-of-type :first-child {
.el-menu .menu-wrapper .menu-item:first-of-type .submenu-title-noDropdown:first-child {
background-image: linear-gradient(to right, rgba(42,63,104,.2), rgb(52,87,150), rgb(62,111,225)) !important; background-image: linear-gradient(to right, rgba(42,63,104,.2), rgb(52,87,150), rgb(62,111,225)) !important;
color: #fff !important; color: #fff !important;
} }

Loading…
Cancel
Save