.rich_eidtor_showfield.showField .showField-left {
    width:100% !important;
}
.rich_eidtor_showfield.showField .showField-right {
    text-align: initial;
    max-width: 100%;
    overflow-x: scroll;
}
.rich_eidtor_showfield.showField .showField-right img {
	width: 100%;
}
.rich-title {
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    font-weight: 500;
    font-size:14px;
    line-height:20px;
    color: rgb(37,44,51); //token.$M1
    .rich-label {
        word-break: break-word;
    }

    .rich-required,.rich-label-icon {
        line-height: 0;
    }

    .rich-required {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 12px; //${token.$Sp3};
        height: 12px; //${token.$Sp3};
        padding: 7px 0 0 3px; //${token.$Sp3} ${token.$Sp1} 0 0;
        &.rich-required-hide {
            opacity: 0;
        }

    }

    .rich-label-icon {
        flex-shrink: 0;
        width: 16px; //${token.$Sp6};
        height: 16px; //${token.$Sp6};
        overflow: hidden;
        margin: 2px 0 0 4px; //${token.$Sp1} 0 0 ${token.$Sp2};
    }
}

.richEdit-container.richEdit {
    position: relative;
    padding: 16px 32px 16px 12px;
    color: rgb(37,44,51); //token.$M1
    &:after {
        border-bottom: 1px solid #e6e7e8;
    }
    .rich-edit-arrow{
        line-height: 0;
		position:absolute;
		right: .12rem;
		top: 50%;
		transform: translateY(-50%);
    }
    .edui-container {
        margin-top: 4px;
        box-sizing: border-box;
        padding-left: 12px;
        font-size: 14px;
        overflow-x: scroll;
        overflow-y: hidden;
        &.edui-container-hide {
            margin-top: 0;
        }
    }
    &.richEdit-readonly {
        .rich-label,.edui-editor-body {
            color: rgba(99,108,117,0.7); //token.$alpha(token.$M2,'0.7');
        }
    }
}
