.memo-area {
    .title {
        width: 40px;
        height: 40px;
        color: #333;
        font-size: 14px;
        line-height: 40px;
        position: absolute;
        left: 8px;
        top: 0;
        z-index: 20;
    }
    .memoMenu {
        padding: 0 8px;
        .w-e-toolbar {
            background-color: transparent;
            padding: 0;
            justify-content: flex-end;
            padding-right: 26px;
            border-bottom: 1px solid #d8d8d8;
        }
    }
    .memoContent {
        margin: 8px;
        background: #ffffff;
        min-height: 242px;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #e4e4e4;
    }
    .w-e-text-container {
        height: 241px;
        padding: 1px;
        overflow: visible;
    }
    .w-e-text {
        &::-webkit-scrollbar {
            width: 4px;
            height: 4px;
            background: transparent;
        }

        // 滚动槽
        &::-webkit-scrollbar-track {
            border-radius: 0;
            box-shadow: none;
            border: 0;
        }

        // 滚动条滑块
        &::-webkit-scrollbar-thumb {
            border-radius: 4px;
            box-shadow: none;
            border: 0;
            background-color: #e5e5e5;
            &:hover {
                background-color: #dadada;
            }
        }
    }
    .w-e-menu-tooltip {
        line-height: 18px;
    }
}
