ibizorder-dashboard-view.less 586 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
// 基于 @VIEW/实体数据看板视图/VIEW.less.ftl 生成
.ibizorder-dashboard-view{
    position: relative;
}


.entitydatakanbanviewcard {
  background-color: #F0F2F5;
  box-shadow: none !important;

  >.view-card {
    background-color: #F0F2F5;
    >.ivu-card-head{
        display: none;
    }
    >.ivu-card-body {
      height: 100%;
    }
  }
  .portlet-card {
    background-color: #f0f2f5;
  }

  .custom-card {
    background-color: #ffffff;
    margin: 5px;
    box-shadow: 1px 1px 5px rgb(209, 205, 205);
    .view-card {
      background-color: #ffffff;
    }
  }

}