.jltd-fixed-view {
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px -2px 2px;
    z-index: 100;
    position: absolute;
    bottom: 0;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    left: 0;
    right: 0;
    .ant-btn {
        margin-right: 5px;
    }
}