fengxiang
2018-07-11 a3a8c23b196980732a795713a5eb5fe0c7075bf9
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;
    }
  }
}