.grid-table {
    .right-menu {
        box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
        border: 1px solid #babfc7;
        user-select: none;
        border-radius: 3px;
        position: absolute;
        z-index: 19920904;
        background: #f8f8f8;
        padding: 8px 0;
        .menu-option {
            height: 38px;
            line-height: 38px;
            color: rgba(0, 0, 0, 0.87);
            white-space: nowrap;
            .option-title {
                font-size: 13px;
                padding: 0 16px;
                display: inline-block;
                width: 110px;
            }
            .option-command {
                display: inline-block;
                padding: 0 16px;
                font-size: 13px;
            }
            &:hover {
                background: rgba(33, 150, 243, 0.1);
                cursor: default;
            }
        }
    }
}
