<#if ctrl.getPortletType() != 'CONTAINER'> <#ibizinclude> ../@MACRO/CSS/DEFAULT.less.ftl </#ibizinclude> .portlet{ height: 100%; width: 100%; > .portlet-title{ padding: 14px 16px; display: -webkit-box; display: -ms-flexbox; display: flex; height: 52px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; justify-content: space-between; width:100%; line-height: 22px; font-size: 16px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #304265; font-weight: 600; i{ margin-right: 5px; } >.portlet-action{ margin-left: 12px; font-size: 14px; >a{ padding: 6px; } } } > .portlet-with-title{ width:100%; height:calc(100% - 52px); overflow:auto; padding:0px 12px; } > .portlet-without-title{ width:100%; height:100%; overflow:auto; padding:0px 12px; } .app-charts{ height: 100%!important; } .toolbar-container { button{ margin: 6px 0px 4px 16px; } .ivu-badge{ .ivu-badge-count{ top: 0; } } } } </#if>