app-form-group4.less 350 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.app-form-group.app-info-group-mode.style4 {
    height: 100%;

    .form-group-container-style4 {
        height: 100%;

        .form-group-content {
            height: calc(100% - 24px);
            overflow: hidden;
        }
    
        .form-group-button.show-more {
            height: 24px;
            padding-left: 16px;
        }
    }
}