张延森 пре 3 година
родитељ
комит
6f8b87f69e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/pages/dashboard/components/ReportList.jsx

+ 1
- 1
src/pages/dashboard/components/ReportList.jsx Прегледај датотеку

@@ -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