.dashboard {
  flex-grow: 1;
  height: 100%;
  overflow: auto;
  .portlet-without-title{
    width: 100%;
  }
  .ivu-row{
    .ivu-card{
      .ivu-card-head{
        border-bottom:0;
        p{
          display: flex;
          height: 24px;
          align-items: center;
          .line{
            width:100%;
            border-bottom: 1px solid var(--ctrl-font-color-bright);
            margin-left: 14px;
          }
        }
      }
    }
  }
} 