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