.classlist-swagger {
    .dbqdclswagger {
        position: relative;
        min-height: 80px;

        .dbqdclswagger-loading {

        }

        .dbqdclswagger-ui {
            .dbqdclswagger-empty {
                display: flex;
                align-items: center;
                height: 80px;

                svg {
                    width: 48px;
                    height: 48px;
                    fill: $text-color-default;
                }

                .dbqdclswagger-empty-text {
                    color: $text-color-default;
                    font-size: 16px;
                    margin-left: 15px;
                }
            }
        }
    }
}