浏览代码

Logo 切换bug

daxiong.yang 7 年之前
父节点
当前提交
f53db01a53
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/assets/scss/_base.scss

+ 2 - 0
src/assets/scss/_base.scss

@ -118,6 +118,7 @@ img {
118 118
  font-size: 20px;
119 119
  text-align: center;
120 120
  text-transform: uppercase;
121
  white-space: nowrap;
121 122
  transition: width .2s;
122 123
  &__lg,
123 124
  &__mini {
@ -199,6 +200,7 @@ img {
199 200
    margin-right: 5px;
200 201
    font-size: 16px;
201 202
    color: inherit;
203
    transition: all .2s;
202 204
  }
203 205
}
204 206
/* site-content */