|
@@ -321,20 +321,20 @@ function BigScreenHome() {
|
|
/>
|
|
/>
|
|
</Show>
|
|
</Show>
|
|
<div style={{ display: "inline-block", width: "50%" }}>
|
|
<div style={{ display: "inline-block", width: "50%" }}>
|
|
- <Show when={eHeight() > 0 && oriData.media_read_trend && oriData.media_read_trend.name}>
|
|
|
|
- <SelfPlatform
|
|
|
|
|
|
+ <Show when={eHeight() > 0 && oriData.media_spread_trend && oriData.media_spread_trend.name}>
|
|
|
|
+ <NewMediaTrend
|
|
styleCss={{ marginBottom: '6px' }}
|
|
styleCss={{ marginBottom: '6px' }}
|
|
- title={oriData.media_read_trend.name}
|
|
|
|
- list={oriData.media_read_trend.data}
|
|
|
|
|
|
+ title={oriData.media_spread_trend.name}
|
|
|
|
+ list={oriData.media_spread_trend.data}
|
|
width={Math.floor($ele.offsetWidth / 2 - 10)}
|
|
width={Math.floor($ele.offsetWidth / 2 - 10)}
|
|
height={(mainHeight - 104) / 3}
|
|
height={(mainHeight - 104) / 3}
|
|
/>
|
|
/>
|
|
</Show>
|
|
</Show>
|
|
- <Show when={eHeight() > 0 && oriData.media_spread_trend && oriData.media_spread_trend.name}>
|
|
|
|
- <NewMediaTrend
|
|
|
|
|
|
+ <Show when={eHeight() > 0 && oriData.media_read_trend && oriData.media_read_trend.name}>
|
|
|
|
+ <SelfPlatform
|
|
styleCss={{ marginBottom: '6px' }}
|
|
styleCss={{ marginBottom: '6px' }}
|
|
- title={oriData.media_spread_trend.name}
|
|
|
|
- list={oriData.media_spread_trend.data}
|
|
|
|
|
|
+ title={oriData.media_read_trend.name}
|
|
|
|
+ list={oriData.media_read_trend.data}
|
|
width={Math.floor($ele.offsetWidth / 2 - 10)}
|
|
width={Math.floor($ele.offsetWidth / 2 - 10)}
|
|
height={(mainHeight - 104) / 3}
|
|
height={(mainHeight - 104) / 3}
|
|
/>
|
|
/>
|