|
@@ -5,7 +5,7 @@ import Continue from '../../../components/Continue';
|
|
|
import Tabs from '../../../components/Tabs';
|
|
|
import Module from '../../../components/Module';
|
|
|
import Division from '../../../components/Division';
|
|
|
-import Panel, { TotalPanel, WaitPanel, BuyPanel } from '../../../components/Panel';
|
|
|
+import Panel, { BuyPanel, WaitPanel, SmallPanel, SmallWaitPanel, SmallBuyPanel } from '../../../components/Panel';
|
|
|
import Card, { Card1 } from '../../../components/Card';
|
|
|
import List from '../../../components/List';
|
|
|
import ListTable from '../../../components/ListTable';
|
|
@@ -22,13 +22,52 @@ export default class extends Page {
|
|
|
<Continue date={'2019-04-29 16:30'} data={{}} />
|
|
|
<div className="content">
|
|
|
<Division col="3" type="compact">
|
|
|
- <TotalPanel
|
|
|
+ <SmallPanel
|
|
|
title="千行 CAT"
|
|
|
lock
|
|
|
data={{ info: [{ title: '123', number: '123', unit: '1' }, { title: '123', number: '123', unit: '1' }] }}
|
|
|
/>
|
|
|
- <WaitPanel title="千行 CAT" />
|
|
|
- <BuyPanel title="千行 CAT" />
|
|
|
+ <SmallWaitPanel title="千行 CAT" />
|
|
|
+ <SmallBuyPanel title="千行 CAT" />
|
|
|
+ </Division>
|
|
|
+ <Division col="2">
|
|
|
+ <WaitPanel
|
|
|
+ title="OG"
|
|
|
+ col="3"
|
|
|
+ data={{
|
|
|
+ info: [
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ ],
|
|
|
+ desc: ['最近换库:2019-07-20 ,已换库10天', '最后更新:2019-07-28 00:28:49'],
|
|
|
+ children: [
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 0, title: '测试' },
|
|
|
+ ],
|
|
|
+ }}
|
|
|
+ />
|
|
|
+ <Panel
|
|
|
+ title="OG"
|
|
|
+ col="3"
|
|
|
+ data={{
|
|
|
+ info: [
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ ],
|
|
|
+ desc: ['最近换库:2019-07-20 ,已换库10天', '最后更新:2019-07-28 00:28:49'],
|
|
|
+ children: [
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 0, title: '测试' },
|
|
|
+ ],
|
|
|
+ }}
|
|
|
+ />
|
|
|
+ <BuyPanel title="OG" />
|
|
|
</Division>
|
|
|
<QAList data={[]} />
|
|
|
<Tabs
|
|
@@ -112,12 +151,37 @@ export default class extends Page {
|
|
|
<Panel
|
|
|
title="OG"
|
|
|
col="3"
|
|
|
- list={[{ progress: 10, title: '测试' }, { progress: 10, title: '测试' }, { progress: 0, title: '测试' }]}
|
|
|
+ data={{
|
|
|
+ info: [
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ { title: '123', number: 123, unit: '%' },
|
|
|
+ ],
|
|
|
+ desc: ['最近换库:2019-07-20 ,已换库10天', '最后更新:2019-07-28 00:28:49'],
|
|
|
+ children: [
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 0, title: '测试' },
|
|
|
+ ],
|
|
|
+ }}
|
|
|
/>
|
|
|
<Panel
|
|
|
title="OG"
|
|
|
col="4"
|
|
|
- list={[{ progress: 10, title: '测试' }, { progress: 10, title: '测试' }, { progress: 10, title: '测试' }]}
|
|
|
+ data={{
|
|
|
+ info: [
|
|
|
+ { title: '123', number: 123 },
|
|
|
+ { title: '123', number: 123 },
|
|
|
+ { title: '123', number: 123 },
|
|
|
+ { title: '123', number: 123 },
|
|
|
+ ],
|
|
|
+ children: [
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 10, title: '测试' },
|
|
|
+ { progress: 0, title: '测试' },
|
|
|
+ ],
|
|
|
+ }}
|
|
|
/>
|
|
|
</Division>
|
|
|
<Division col="3">
|