loulijun2021
2022-08-05 d33eacc1f85ac3a736b33ba4713a19aae466d711
src/layout/components/Sidebar/index.vue
@@ -84,19 +84,19 @@
<style lang="scss">
$main_color: #42b983;
.layoutLogo{
.layoutLogo {
  position: absolute;
  top: 5px;
  z-index:10;
  z-index: 10;
  left: 5px;
  width: 200px;
  height: 90px;
  background:url("../../../assets/images/layout_logo.png") no-repeat;
  background: url("../../../assets/images/layout_logo.png") no-repeat;
}
.scrollbarWrapperClass{
  margin-top:90px;
  height: 85%;
.scrollbarWrapperClass {
  margin-top: 90px;
  height: calc(85% - 45px) !important;
}
.el-button--text, .el-button--text.is-disabled, .el-button--text.is-disabled:focus, .el-button--text.is-disabled:hover, .el-button--text:active {