custom.css 893 Bytes
.ant-layout-header {
    height: 64px;
    padding: 0 25px;
    line-height: 64px;
    background: #2e7fb4;
    color: white;
    font-size: 26px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #bb5905;
}
.ant-layout {
    height: 100%;
}
#components-layout-demo-top-side-2 .logo {
    width: 120px;
    height: 31px;
    background: rgba(255, 255, 255, 0.2);
    margin: 16px 28px 16px 0;
    float: left;
}
.ant-layout-sider {
    position: relative;
    min-width: 0;
    background:white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.ant-layout-sider-trigger {
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: 48px;
    color: #b73c3c;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#app{
    height: 100%;
}