king
2019-12-11 a426c23b9bc90df787bc4d66718872f7c95c255a
src/components/header/index.scss
@@ -12,14 +12,14 @@
  .header-logo {
    float: left;
    width: 155px;
    width: 170px;
    line-height: 48px;
    text-align: center;
    opacity: 1;
    transition: width 0.2s, opacity 0.15s;
    img {
      max-width: 100%;
      max-height: 35px;
      max-height: 40px;
    }
  }
  .header-logo.collapse {
@@ -31,7 +31,7 @@
    float: left;
    width: 80px;
    line-height: 48px;
    padding-left: 45px;
    padding-left: 30px;
    cursor: pointer;
    transition: padding-left 0.15s;
    i {