Explorar el Código

feat: 仪表盘ui修改

lanjianrong hace 5 años
padre
commit
3a1d4c2d64
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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={{
       style={{
         marginTop: -2,
         marginTop: -2,
         marginLeft: 4,
         marginLeft: 4,
-        color: active ? '#1890FF' : '#999',
-        backgroundColor: active ? '#E6F7FF' : '#eee'
+        color: '#531dab',
+        backgroundColor: '#f9f0ff'
       }}
       }}
     />
     />
   ) : null
   ) : null