Browse Source

feat: 仪表盘ui修改

lanjianrong 5 năm trước cách đây
mục cha
commit
3a1d4c2d64
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pages/workbench/Dashboard/components/RatioPanels.jsx

+ 2 - 2
src/pages/workbench/Dashboard/components/RatioPanels.jsx

@@ -33,8 +33,8 @@ const renderBadge = (count, active = false) => {
       style={{
         marginTop: -2,
         marginLeft: 4,
-        color: active ? '#1890FF' : '#999',
-        backgroundColor: active ? '#E6F7FF' : '#eee'
+        color: '#531dab',
+        backgroundColor: '#f9f0ff'
       }}
     />
   ) : null