布局适配

This commit is contained in:
liu
2026-08-20 16:48:04 +08:00
parent 22237a47e7
commit 4fe4e985f6
7 changed files with 15 additions and 2 deletions
+3
View File
@@ -429,6 +429,7 @@ const Index: React.FC = () => {
rowKey={"product_id"}
dataSource={dashboard.top_products}
pagination={false}
scroll={{ x: 'max-content' }}
columns={[
{
title: t("dashboard.analysis.rank"),
@@ -472,6 +473,7 @@ const Index: React.FC = () => {
rowKey={"store_id"}
dataSource={dashboard.top_stores}
pagination={false}
scroll={{ x: 'max-content' }}
columns={[
{
title: t("dashboard.analysis.rank"),
@@ -558,6 +560,7 @@ const Index: React.FC = () => {
rowKey={"id"}
dataSource={dashboard.latest_orders}
pagination={false}
scroll={{ x: 'max-content' }}
columns={[
{
title: t("dashboard.analysis.orderNo"),