提交 16fd8a28 编写于 作者: bo.dang's avatar bo.dang

修改基础信息圈子头像尺寸、直播列表数据统计中的观看人数和直播时长

上级 f27b1ead
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
</div> </div>
<div class="limit-text"> <div class="limit-text">
<p></p> <p></p>
<p>分辨率160*160</p> <p>尺寸:160*160</p>
<p>支持.jpeg,.png格式</p> <p>支持jpeg, png格式</p>
</div> </div>
</el-upload> </el-upload>
</el-form-item> </el-form-item>
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
max: 14, max: 14,
message: "输入长度为2-14的内容,可包含中英文、数字及特殊符号", message: "输入长度为2-14的内容,可包含中英文、数字及特殊符号",
trigger: "blur" trigger: "blur"
}, },
{ validator: checkProjectStr, trigger: "blur" } { validator: checkProjectStr, trigger: "blur" }
], ],
introduce: [ introduce: [
...@@ -320,6 +320,7 @@ ...@@ -320,6 +320,7 @@
p { p {
font-size: 12px; font-size: 12px;
color: #999; color: #999;
text-align: left;
} }
} }
} }
...@@ -336,4 +337,4 @@ ...@@ -336,4 +337,4 @@
color: #f56c6c; color: #f56c6c;
margin-right: 4px; margin-right: 4px;
} }
</style> </style>
\ No newline at end of file
...@@ -97,8 +97,8 @@ ...@@ -97,8 +97,8 @@
center center
> >
<el-table :data="dialogStatisticsData" align="center"> <el-table :data="dialogStatisticsData" align="center">
<el-table-column property="peopleNum" label="观看人" align="center"></el-table-column> <el-table-column property="peopleNum" label="观看人" align="center"></el-table-column>
<el-table-column property="liveDuration" label="直播时长()" align="center"></el-table-column> <el-table-column property="liveDuration" label="直播时长(分钟)" align="center"></el-table-column>
</el-table> </el-table>
</el-dialog> </el-dialog>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册