/*! 前台富文本正文：补齐 UEditorPlus 表格边框（编辑器边框多为编辑态样式，保存内容常无边框） */
.ueditor-content table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    max-width: 100%;
    margin-bottom: 10px;
}
.ueditor-content td,
.ueditor-content th {
    border: 1px solid #DDD;
    padding: 5px 10px;
    empty-cells: show;
}
.ueditor-content img { max-width: 100%; }
