dgf 8 роки тому
батько
коміт
061693ee3e

+ 3 - 3
talkview/src/less/app.main.less

@@ -43,7 +43,7 @@
     zoom: 1;
     p>strong {
         float: left;
-        margin-left: 3px;
+        margin-left: 5px;
         color: #336699;
     }
     p>small {
@@ -67,7 +67,7 @@
         border: none;
         box-shadow: none;
         outline: none;
-        margin-left: 8px;
+        margin-left: 10px;
         margin-top: -2px;
         margin-bottom: 0px;
         margin-right: 20px;
@@ -101,7 +101,7 @@
         border: none;
         box-shadow: none;
         outline: none;
-        margin-left: 8px;
+        margin-left: 10px;
         margin-top: -2px;
         margin-bottom: 0px;
         margin-right: 20px;

+ 1 - 1
talkview/src/templates/messages.html

@@ -2,7 +2,7 @@
     <div class="getMore"><a role="button" class="i-More"><small ng-click="getMore()">加载更多消息</small></a><small class="n-More hide">当前没有更多消息</small></div>
     <div class="feed-activity-list p-l-xs p-t-xs p-r-xs loadmore" ng-cloak>
         <div class="feed-element" ng-repeat="item in historymessages | orderBy:item.index:'desc'">
-            <div class="curTime"><small class="text-muted">{{getCurTime(item)}}</small></div>
+            <div class="curTime"><small class="text-muted">{{getHisTime(item)}}</small></div>
             <div class="media-body" ng-history-msg="item" ng-app-content="appContent" ng-count="count" ng-height="height">
                 <!--<p>
                     <strong>{{item.senderDisplayName === undefined || item.senderDisplayName == ''? item.sender : item.senderDisplayName}}</strong><small>-2017-2-6 15:57:17 {{item.ts}}</small>