|
|
@@ -148,13 +148,13 @@
|
|
|
<span style="float:right;margin-left: 8px;max-width: 190px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;" ng-if="userInfo.enterprise" ng-bind="userInfo.enterprise.enName" ></span>
|
|
|
<span style="float:right;margin-left: 8px;max-width: 190px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;" ng-if="!userInfo.enterprise" ng-bind="'个人账户'" ></span>
|
|
|
</a>
|
|
|
- <div class="dropdown-menu" style="top: 36px; left: 0; min-width: 220px;">
|
|
|
+ <div class="dropdown-menu" style="top: 36px; left: 0; min-width: 220px; width: 100%">
|
|
|
<!-- <p>欢迎您,<span ng-bind="userInfo.userName"></span>
|
|
|
<a href="javascript:void(0)" class="pull-right" ng-click="logout()">退出</a>
|
|
|
</p>-->
|
|
|
<p>
|
|
|
<!--<i class="fa fa-map-marker"></i> <span ng-if="userInfo.enterprises" ng-bind="userInfo.enterprise.enName"></span><span ng-if="!userInfo.enterprises" ng-bind="userInfo.userName"></span><span ng-if="!userInfo.enterprises">(个人账户)</span>-->
|
|
|
- <i class="fa fa-map-marker"></i>
|
|
|
+ <i class="fa fa-map-marker" style="position: relative;bottom: 2px;"></i>
|
|
|
<span ng-if="userInfo.enterprise" ng-bind="userInfo.enterprise.enName" class="member-text"></span>
|
|
|
<span ng-if="!userInfo.enterprise" ng-bind="' 个人账户'" class="member-text"></span>
|
|
|
<a href="javascript:void(0)" class="pull-right" ng-if="userInfo.enterprises" ng-click="toggleSwitch()" ng-bind="switching?'取消':'切换'">切换</a>
|