        .el-dropdown-item-li {
    font-size: 14px;
    color: #666;
    border-radius: 8px;
    margin-left: 4px;
    margin-right: 4px;

    &:hover{
        background-color: rgba(79, 90, 220, .09);
        color: #4f5adc;
    }
}
/* 提高选择器优先级，确保颜色覆盖其他样式 */
button.more-dropdown-btn:hover,
button.more-dropdown-btn.dropdown-active {
    color: #4f5adc !important;
    transition: color 0.2s ease;
}
.el-dropdown-menu-more {
    width: 200px;
    border-radius: 12px;
}
.dropdownHidden {
    display: none;
}