VIEW.less.ftl 329 字节
Newer Older
1 2 3
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
</#ibizinclude>
tony001's avatar
tony001 committed
4 5 6 7 8 9
.app-modal{
  .view-container {
    .view-card {
      .ivu-card-body {
        .content-container{
          height: calc(100% - 64px);
10 11 12 13 14
          .ivu-badge{
            .ivu-badge-count{
              top: -5px;
            }
          }
tony001's avatar
tony001 committed
15 16
        }
      } 
17
    } 
tony001's avatar
tony001 committed
18
  }
19
}