Sfoglia il codice sorgente

Update IntroduceRow.js

Update Operational Effect card's contentHeight to 46.
Anderson 7 anni fa
parent
commit
02c9740d61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/Dashboard/IntroduceRow.js

+ 1 - 1
src/pages/Dashboard/IntroduceRow.js

@@ -133,7 +133,7 @@ const IntroduceRow = memo(({ loading, visitData }) => (
             </Trend>
             </Trend>
           </div>
           </div>
         }
         }
-        contentHeight={26}
+        contentHeight={46}
       >
       >
         <MiniProgress percent={78} strokeWidth={8} target={80} color="#13C2C2" />
         <MiniProgress percent={78} strokeWidth={8} target={80} color="#13C2C2" />
       </ChartCard>
       </ChartCard>