Commit ed4dab33 authored by 季圣华's avatar 季圣华
Browse files

优化消息界面

parent 86c6ebe1
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
n = n.toString(); n = n.toString();
return n[1] ? n : '0' + n; return n[1] ? n : '0' + n;
} }
// 参数number为毫秒时间戳,format为需要转换成的日期格式 // 参数number为毫秒时间戳,format为需要转换成的日期格式
function formatTime(number, format) { function formatTime(number, format) {
if(number) { if(number) {
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
closed="true" modal="true" cache="false" collapsible="false" closable="true"> closed="true" modal="true" cache="false" collapsible="false" closable="true">
<table> <table>
<tr> <tr>
<td style="width:40px;height:30px;">标题:</td> <td style="width:60px;height:30px;">标题:</td>
<td style="padding:5px;width:500px;"> <td style="padding:5px;width:500px;">
<span id="msgTitleShow"></span> <span id="msgTitleShow"></span>
</td> </td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment