From b6ccd63b80fc7017bfabc446787732a98c7cbab7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 06 一月 2021 19:10:28 +0800
Subject: [PATCH] 2021-01-06

---
 src/menu/components/share/actioncomponent/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/index.jsx b/src/menu/components/share/actioncomponent/index.jsx
index 5b45d27..aec9697 100644
--- a/src/menu/components/share/actioncomponent/index.jsx
+++ b/src/menu/components/share/actioncomponent/index.jsx
@@ -229,10 +229,10 @@
           if (btn.class !== item.class || btn.show !== item.show || !btn.btnstyle.color) {
             if (btn.show === 'link' || btn.show === 'icon') {
               btn.btnstyle.color = color[btn.class]
-              btn.btnstyle.background = 'transparent'
+              btn.btnstyle.backgroundColor = 'transparent'
             } else {
               btn.btnstyle.color = '#ffffff'
-              btn.btnstyle.background = color[btn.class]
+              btn.btnstyle.backgroundColor = color[btn.class]
             }
           }
           return btn

--
Gitblit v1.8.0