.output-reconciliation-configuration-page { padding: 20px; height: 100%; //每页的导航头 .btn { height: 28px; } .menu-header { background-color: white; height: 30px; .menu-title { width: 400px; display: inline-block; float: left; color: #a22; font-weight: bold; } .menu-dropdown-title { width: 200px; height: 40px; padding: 18px 0 0 30px; font-size: medium; display: inline-block; float: left; } .menu-dropdown { display: inline-block; margin-top: 13px; .dropdown .btn-default { width: 150px; border-radius: 27px; height: 33px; background-color: @color-orange-deep; color: white; &:hover { background-color: @color-orange-primary; } } } //右侧日志图标 .menu-log { padding-left: 20px; display: inline-block; float: right; } } //下面内容容器 .content-container { height: calc(~"100% - (@{header-height} + @{container-mt} + @{container-mb})"); margin-top: @container-mt; margin-bottom: @container-mb; #reconciliationGrid { height: 100%; } } .sortRow { cursor:pointer; } .modal-title { color: #CCC; font-weight: bold; } .btn-tesla-primary[disabled] { background-color: #868686; } }