forked from huge/frontEnd/hugeOA

liyj
2020-06-01 2d0e600900696bb309d09efd47fd7d4980eeb172
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%;
      }
    }
  }
}