张延森 3 jaren geleden
bovenliggende
commit
6f8b87f69e
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      src/pages/dashboard/components/ReportList.jsx

+ 1
- 1
src/pages/dashboard/components/ReportList.jsx Bestand weergeven

@@ -79,7 +79,7 @@ export default (props) => {
79 79
   }, [])
80 80
 
81 81
   return (
82
-    <Card title="今日提交记录" loading={loading} bodyStyle={{ height: 600 }}>
82
+    <Card title="今日提交记录" loading={loading} bodyStyle={{ height: '600px' }}>
83 83
       <List style={{ height: '100%', overflow: 'hidden' }} itemLayout="horizontal">
84 84
         <Carousel
85 85
           autoplay