|
|
@@ -49,23 +49,41 @@
|
|
|
float: left;
|
|
|
height: 34px;
|
|
|
}
|
|
|
+ /*修改去掉左侧图片*/
|
|
|
+ .user .user-image{
|
|
|
+ height: 131px;
|
|
|
+ }
|
|
|
+ .feed-wrap .pane{
|
|
|
+ height: 200px;
|
|
|
+ border: #e8e8e8 1px solid;
|
|
|
+ }
|
|
|
+ .feed-wrap .pane .pane-body{
|
|
|
+ height: 158px;
|
|
|
+ }
|
|
|
+ .right .feed-wrap {
|
|
|
+ width: 246px;
|
|
|
+ }
|
|
|
+ #change-company{
|
|
|
+ top: 0;
|
|
|
+ }
|
|
|
+ #change-company:before{
|
|
|
+ top: 16px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user">
|
|
|
<div class="user-info">
|
|
|
<div class="user-image">
|
|
|
- <img src="static/img/all/user_empty.png">
|
|
|
+ <!--<img src="static/img/all/user_empty.png">-->
|
|
|
<ul class="change-ul ">
|
|
|
- <li>
|
|
|
- <li class="dropdown-submenu">
|
|
|
+ <li class="dropdown-submenu">
|
|
|
<a style="font-size: 14px; font-family: 'Microsoft YaHei', 'Hiragino Sans GB'; text-decoration: none;" ui-sref="approvalflow.enterprise"><span class="textMore">{{userInfo.enterprise.enName}}</span>
|
|
|
<i class="fa fa-angle-double-right" ng-if="userInfo.enSelect"></i></a>
|
|
|
- <ul class="dropdown-menu" ng-if="userInfo.enSelect" id="change-company">
|
|
|
- <li class="text-muted text-bold">切换企业</li>
|
|
|
- <li ng-repeat="e in userInfo.enSelect" class="item-link"><a
|
|
|
- ng-click="switchto(e.uu)">{{e.enName}}</a></li>
|
|
|
- </ul>
|
|
|
- </li>
|
|
|
- </i>
|
|
|
+ <ul class="dropdown-menu" ng-if="userInfo.enSelect" id="change-company">
|
|
|
+ <li class="text-muted text-bold">切换企业</li>
|
|
|
+ <li ng-repeat="e in userInfo.enSelect" class="item-link"><a
|
|
|
+ ng-click="switchto(e.uu)">{{e.enName}}</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
<li class="grey">
|
|
|
UU号: {{userInfo.enterprise.uu}}
|
|
|
</li>
|