.vuc-excel {
    &.no-border {
        .vxe-table,
        .vxe-table.t--border .vxe-body--column {
            border-color: transparent;
        }
        .vxe-table:after,
        .vxe-table:before {
            display: none;
        }
        .vxe-table,
        .vxe-table .vxe-body--row {
            background-color: red;
            background: transparent;
        }
    }
    &-toolbar {
        height: 45px;
        line-height: 40px;
        padding-bottom: 5px;
        .ivu-divider-vertical {
            height: 1em;
            margin-top: 4px;
            background: #ccc;
        }
        .ivu-btn {
            box-shadow: none;
        }
    }
    .col--edit.col--actived {
        .vxe-cell {
            text-indent: 0;
        }
    }
    .vxe-body--column {
        position: relative;
        .dragable-mask {
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
        }
    }
    .ivu-color-picker {
        cursor: default;
        .ivu-color-picker-confirm-color {
            .ivu-input {
                display: none;
            }
        }
        .ivu-input-wrapper {
            .ivu-input {
                border: none;
                background: none;
                outline: none;
            }
        }
    }
}