diff --git a/packages/styles/src/antd/index.css b/packages/styles/src/antd/index.css index 4a921ca..4dec637 100644 --- a/packages/styles/src/antd/index.css +++ b/packages/styles/src/antd/index.css @@ -73,48 +73,3 @@ .ant-app .form-valid-error .ant-picker-focused { box-shadow: 0 0 0 2px rgb(255 38 5 / 6%); } - -/** 富文本html显示内容 */ -.rich-text-comment-content { - - font-family:Helvetica,Arial,sans-serif; - font-size:16px; - - h1, h2, h3, h4, h5, h6, p, a, div, span, code, pre, blockquote, ul, ol, li { - all: revert; - } - - p { - line-height: 1.4em; - } - -} - -/** 富文本html显示内容-表格专用 */ -.rich-text-comment-content-table { - - font-family: -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, 'Helvetica Neue', - arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', - 'Segoe UI Symbol', 'Noto Color Emoji'; - font-size:16px; - - - h1, h2, h3, h4, h5, h6, p, a, div, span, code, pre, blockquote, ul, ol, li, table, thead, tbody, tr, th, td { - all: revert; - } - - li { - margin: 0; - line-height: 1.2em; - } - ul, ol { - margin: 0; - line-height: 0em; - } - - h1, h2, h3, h4, h5, h6, p { - margin: 0; - line-height: 1.2em; - } - -}