/**
 * @author:  lzc
 * @date:    2019-02-27
 * @desc:    xx样式
 */
.sidebar-wrapper {
  width: 220px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: $bgColor;
}
