fengxiang
2018-07-11 12b04f145bae740e1971036b1e2dfc1bc224d17b
src/app/routes/pro/list/basic-list/basic-list.component.less
New file
@@ -0,0 +1,21 @@
.header-info {
  position: relative;
  text-align: center;
  > em {
    background-color: #e8e8e8;
    position: absolute;
    height: 56px;
    width: 1px;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .header-info {
    margin-bottom: 16px;
    > em {
      display: none;
    }
  }
}