张延森 před 3 roky
rodič
revize
6f8b87f69e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/pages/dashboard/components/ReportList.jsx

+ 1
- 1
src/pages/dashboard/components/ReportList.jsx Zobrazit soubor

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