zx 3 years ago
parent 16f5d5467c
commit 97fa268483

@ -18,7 +18,7 @@
</view>
<view class="ei-item">
<view class="ei-chart-title">热点事件渠道分布</view>
<view class="ei-chart-item" style="height: 480rpx;width: 95%;">
<view class="ei-chart-item" style="height: 480rpx;width: 96%;">
<c-echars showChart="{{showChart}}" canvasId="thed-canvas" chartId="thed" chartOption="{{topHotEventData}}" height="100%"></c-echars>
</view>
</view>

@ -38,7 +38,7 @@
.ei-chart-item {
width: 100%;
height: 350rpx;
padding: 10rpx 20rpx;
margin: 10rpx 30rpx;
}
.ranking {
display: flex;
@ -60,15 +60,6 @@
height: 40rpx
}
/* 热议话题方向 */
.tt-area-item {
display: flex;
justify-content: space-around;
width: 656rpx;
height: 410rpx;
padding: 32rpx 0 0 24rpx;
}
.tt-area-item-chart {
width: 318rpx;
height: 410rpx

@ -40,10 +40,10 @@
<van-cell title="选择开始时间" is-link value="{{ sStartTime }}" bind:click="onDisplayStart" />
<van-cell title="选择结束时间" is-link value="{{ sEndTime }}" bind:click="onDisplayEnd" />
<van-popup show="{{ show1 }}" position="bottom">
<van-datetime-picker type="datetime" value="{{d1}}" bind:confirm="onConfirm" bind:cancel="onCancel" />
<van-datetime-picker type="datetime" value="{{d1}}" bind:confirm="onConfirm" min-date="{{d1}}" max-date="{{d2}}" bind:cancel="onCancel" />
</van-popup>
<van-popup show="{{ show2 }}" position="bottom">
<van-datetime-picker type="datetime" value="{{d2}}" bind:confirm="onConfirm1" bind:cancel="onCancel1" />
<van-datetime-picker type="datetime" value="{{d2}}" bind:confirm="onConfirm1" min-date="{{d1}}" max-date="{{d2}}" bind:cancel="onCancel1" />
</van-popup>
</view>
</van-dropdown-item>

Loading…
Cancel
Save