dgf il y a 8 ans
Parent
commit
c0a5974ff6

+ 1 - 1
talkview/src/js/router.js

@@ -20,7 +20,7 @@ angular.module('appMessage').run(['$rootScope', '$state', '$stateParams',
             })
             .state('details', {
                 url: '/details',
-                templateUrl: 'templates/details.html',
+                templateUrl: 'templates/details-right.html',
                 controller: 'UserController'
             });
     }

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

@@ -282,14 +282,14 @@
 body {
     overflow-x: hidden;
 }
-#details{
+#details-right {
     min-width: 220px;
     height: 420px;
     margin: auto;
     overflow: hidden;
     text-align: center;
     position: relative;//
-    #userHead{
+    #userHead {
         height: 75px;
         background: #96CEDF;/* Opera 11.1 - 12.0 */
         overflow: hidden;
@@ -309,7 +309,7 @@ body {
                     height: 100%;
                     }
             }
-            &:hover{
+            &:hover {
                  border:2px solid #5EB0D2;
             }
         }
@@ -370,6 +370,9 @@ body {
                     color: #444;
                     white-space: nowrap; /* 自适应宽度,不换行*/
                     overflow: hidden;
+                    .lf {
+                        color: #777;
+                    }
                     >input.lr {
                         border: none;
                         outline: none;

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

@@ -1,4 +1,4 @@
-<div id="details">
+<div id="details-right">
     <div id="userHead">
         <div id="icoImg">
             <a><img src="../img/头像.png"></a>

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

@@ -60,7 +60,7 @@
             </div>-->
 
         <!-- 文件提醒消息 -->
-        <!--<div class="feed-element">
+        <div class="feed-element">
             <div class="media-body">
                 <div class="well m-l-xs m-t-xs fit-content" id="file-error">
                     <div>
@@ -140,7 +140,7 @@
                     </div>
                 </div>
             </div>
-        </div>-->
+        </div>
         <!-- 带截图 -->
         <!--<div class="feed-element">
             <div class="media-body">