mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-08-16 18:31:48 +08:00
Fix: statistics window width
This commit is contained in:
parent
e48b6431f4
commit
3b6b534211
@ -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<StatisticsProps>(props => {
|
||||
<ListPage
|
||||
list={list}
|
||||
selected="total"
|
||||
loc={[180, 0, 480, 480]}
|
||||
loc={[180, 0, 630, 480]}
|
||||
close
|
||||
onClose={close}
|
||||
lineHeight={24}
|
||||
@ -75,7 +75,7 @@ const statisticsPanelProps = {
|
||||
const TotalStatistics = defineComponent<StatisticsPanelProps>(props => {
|
||||
return () => (
|
||||
<container>
|
||||
<text text="测试"></text>
|
||||
<TextContent text='' width={310}></TextContent>
|
||||
</container>
|
||||
);
|
||||
}, statisticsPanelProps);
|
||||
|
Loading…
Reference in New Issue
Block a user