2 Achegas 6cb63abe22 ... 1eb3b9ad5f

Autor SHA1 Mensaxe Data
  wjx 1eb3b9ad5f Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage hai 3 semanas
  wjx e2855877d4 fix hai 3 semanas

+ 1 - 0
src/pages/launchSystemV3/material/cloudNew/material.tsx

@@ -516,6 +516,7 @@ const Material = forwardRef(({ onAddFolder, onUpdateFolder, onDelFolder }: Props
                     ref.current?.scrollTo({ top: 0 })
                     setTimeout(() => setMaterialParams({ ...materialParams, pageNum: page, pageSize }), 50)
                 }}
+                showTotal={(total: number) => <span style={{ fontSize: 12 }}>共{total}条</span>}
             />
         </div>}
 

+ 1 - 0
src/pages/launchSystemV3/material/tencent/index.tsx

@@ -304,6 +304,7 @@ const Tencent: React.FC = () => {
                                 ref.current?.scrollTo({ top: 0 })
                                 setTimeout(() => setQueryParams({ ...queryParams, pageNum: page, pageSize }), 50)
                             }}
+                            showTotal={(total: number) => <span style={{ fontSize: 12 }}>共 {total} 条</span>}
                         />
                     </div>
                 </div>