
    .ext-rl-ul, .ext-rl-li {
        height: auto;
        min-height: 35px;
    }
    .ext-scroll-text, .ext-vertical-text {
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    position: relative; /* 相对定位 */
    width: 100%; /* 容器宽度 */
    height: auto;
    line-height: 30px; /* 行高与容器高度一致 */
    color:#212529;

}