forked from huge/frontEnd/hugeOA

Mr Ke
2020-09-04 2e80539e531aea46e8e57fa5d1b8debca9f3bfbe
1
2
3
4
5
6
7
8
9
10
11
12
.header-view {
  &-main {
    &-logo-area{
      width: 200px;
      padding: 0 10px;
      height: 100%;
      & img{
        width: 100%;
      }
    }
  }
}