loulijun2021
2022-07-18 f35da7050efeaff1fd442c233008fdc00b10851f
src/layout/components/Sidebar/index.vue
@@ -27,6 +27,7 @@
    <div style="position: absolute;bottom: 20px;left: 30px;">
      <div>
        <el-button type="text">新凯迪制造V1.0.01</el-button>
        <!--        <el-button type="text"><a href="http://www.ykxkd.com/" target="_blank">新凯迪制造V1.0.01</a></el-button>-->
      </div>
    </div>
@@ -85,9 +86,12 @@
  color: white;
  font-size: 18px;
}
.el-button--text:focus{
.el-button--text:focus {
  color: white;
}
#app .sidebar-container .el-submenu .el-menu-item {
  background-color: transparent !important;
}