From c8df7ad029683f192b730b79e977f2f3a98a3227 Mon Sep 17 00:00:00 2001 From: XuPeng Date: Thu, 17 Dec 2020 14:39:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20rich-text=20?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/rich-text/rich-text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/rich-text/rich-text.js b/pages/component/rich-text/rich-text.js index 4e76bc8..f3ea351 100644 --- a/pages/component/rich-text/rich-text.js +++ b/pages/component/rich-text/rich-text.js @@ -15,7 +15,7 @@ const nodeSnip = name: 'div', attrs: { class: 'div_class', - style: 'line-height: 60px; color: red;' + style: 'line-height: 60px; color: #1AAD19;' }, children: [{ type: 'text',