|
@@ -73,8 +73,8 @@
|
73
|
73
|
<div class="ipt">
|
74
|
74
|
<customerServiceCorp title=''
|
75
|
75
|
:afferent_users='afferent_users'
|
76
|
|
- :icon_arrow_bg='false' width="370px"
|
77
|
|
- style="margin:0;width:370px;" @customerDefine="(val)=>{get_djuser_list=val}"></customerServiceCorp>
|
|
76
|
+ :icon_arrow_bg='false' width="360px"
|
|
77
|
+ style="margin:0;width:360px;" @customerDefine="(val)=>{get_djuser_list=val}"></customerServiceCorp>
|
78
|
78
|
</div>
|
79
|
79
|
</div>
|
80
|
80
|
</div>
|
|
@@ -308,6 +308,8 @@ export default {
|
308
|
308
|
.name {
|
309
|
309
|
width: 90px;
|
310
|
310
|
flex-wrap: nowrap;
|
|
311
|
+ text-align: right;
|
|
312
|
+ margin-right: 10px;
|
311
|
313
|
em {
|
312
|
314
|
color: red;
|
313
|
315
|
}
|