优化消息界面

This commit is contained in:
季圣华
2020-04-01 23:20:54 +08:00
parent 86c6ebe110
commit ed4dab338c
2 changed files with 2 additions and 2 deletions

View File

@@ -463,7 +463,7 @@
n = n.toString();
return n[1] ? n : '0' + n;
}
// 参数number为毫秒时间戳format为需要转换成的日期格式
function formatTime(number, format) {
if(number) {

View File

@@ -39,7 +39,7 @@
closed="true" modal="true" cache="false" collapsible="false" closable="true">
<table>
<tr>
<td style="width:40px;height:30px;">标题:</td>
<td style="width:60px;height:30px;">标题:</td>
<td style="padding:5px;width:500px;">
<span id="msgTitleShow"></span>
</td>