|
|
@@ -32,7 +32,7 @@
|
|
|
</view>
|
|
|
<!-- 数据 -->
|
|
|
|
|
|
-<view class="msgBox">
|
|
|
+<view class="msgBox" style="white-space:nowrap;">
|
|
|
<!-- 标题和按钮 -->
|
|
|
<view class="msgBox-title-and-but">
|
|
|
<view class="msgBox-title">直播数据</view>
|
|
|
@@ -61,20 +61,33 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 数据表格 -->
|
|
|
- <view class="data-formlist">
|
|
|
+ <scroll-view scroll-x="{{true}}" class="data-formlist">
|
|
|
<!-- 表头 -->
|
|
|
<view class="data-formlist-header">
|
|
|
<view class="the-first-column">用户名称</view>
|
|
|
<view class="the-second-series">用户id</view>
|
|
|
- <view class="the-third-column">观看时长</view>
|
|
|
+ <view class="the-second-series">观看时长</view>
|
|
|
<view class="the-fourth-column">进入时间</view>
|
|
|
+ <view class="the-word">地区</view>
|
|
|
+ <view class="the-word">城市</view>
|
|
|
+ <view class="the-first-column">观众IP</view>
|
|
|
+ <view class="the-second-series">观看终端</view>
|
|
|
+ <view class="the-second-series">场次</view>
|
|
|
+ <view class="the-second-series">观看类型</view>
|
|
|
</view>
|
|
|
<!-- 表格 -->
|
|
|
<view wx:for="{{5}}" class="data-formlist-row">
|
|
|
<view class="the-first-column">好吃的薯片</view>
|
|
|
<view class="the-second-series">1234533</view>
|
|
|
- <view class="the-third-column">6小时</view>
|
|
|
+ <view class="the-second-series">6小时</view>
|
|
|
<view class="the-fourth-column">2021-12-23 17:00:34</view>
|
|
|
+ <view class="the-word">浙江</view>
|
|
|
+ <view class="the-word">嘉兴</view>
|
|
|
+ <view class="the-first-column">192.168.0.1</view>
|
|
|
+ <view class="the-second-series">终端1</view>
|
|
|
+ <view class="the-second-series">10场</view>
|
|
|
+ <view class="the-second-series">直播</view>
|
|
|
+
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </scroll-view>
|
|
|
</view>
|