From 36524fa9ef0046861d268d0cd8d47e7fe5ca4949 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Fri, 19 Sep 2025 17:10:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=85=A8=E5=B1=80=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=81=A2=E5=A4=8D=E5=8E=9F=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/styles/src/antd/index.css | 45 ------------------------------ 1 file changed, 45 deletions(-) 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; - } - -}