|
|
@@ -39,6 +39,7 @@
|
|
|
background-color: #333;
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
opacity: 0;
|
|
|
+ right: 0;
|
|
|
}
|
|
|
|
|
|
.row-operator2>.operator-menu2 a {
|
|
|
@@ -173,6 +174,10 @@
|
|
|
#order-detail-list .table-default th, #order-detail-list .table-default td{
|
|
|
border-top: none;
|
|
|
}
|
|
|
+.row-operator>.operator-menu{
|
|
|
+ right: 100%;
|
|
|
+ left: inherit;
|
|
|
+}
|
|
|
</style>
|
|
|
<div class="loading in" ng-class="{'in': loading}">
|
|
|
<i></i>
|
|
|
@@ -358,9 +363,10 @@
|
|
|
<th width="80">性别</th>
|
|
|
<!--<th width="170">身份证号</th>-->
|
|
|
<th width="170">电话</th>
|
|
|
- <th width="200">邮箱</th>
|
|
|
+ <th width="150">邮箱</th>
|
|
|
<th width="100">客户分配</th>
|
|
|
- <th colspan="2">角色</th>
|
|
|
+ <th width="120">角色</th>
|
|
|
+ <th> </th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|