张延森 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