From 3b6b5342113f73f7c1b4bf25e652e893ba91e820 Mon Sep 17 00:00:00 2001 From: qdzwxe Date: Tue, 12 Aug 2025 22:03:37 +0800 Subject: [PATCH] Fix: statistics window width --- packages-user/client-modules/src/render/ui/statistics.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages-user/client-modules/src/render/ui/statistics.tsx b/packages-user/client-modules/src/render/ui/statistics.tsx index b064012..465fc27 100644 --- a/packages-user/client-modules/src/render/ui/statistics.tsx +++ b/packages-user/client-modules/src/render/ui/statistics.tsx @@ -5,7 +5,7 @@ import { UIComponentProps } from '@motajs/system-ui'; import { defineComponent } from 'vue'; -import { waitbox, ListPage } from '../components'; +import { waitbox, ListPage, TextContent } from '../components'; import { DefaultProps } from '@motajs/render-vue'; import { ItemState } from '@user/data-state'; @@ -48,7 +48,7 @@ export const Statistics = defineComponent(props => { (props => { return () => ( - + ); }, statisticsPanelProps);