|
|
|
@ -218,7 +218,7 @@ class UseBank extends Component{
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
text-align: right;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.bankwidth2{
|
|
|
|
|
width:24% !important;
|
|
|
|
@ -231,7 +231,7 @@ class UseBank extends Component{
|
|
|
|
|
Margin-left:15px
|
|
|
|
|
}
|
|
|
|
|
.with63{
|
|
|
|
|
width: 63% !important;
|
|
|
|
|
width: 60% !important;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
}
|
|
|
|
@ -325,7 +325,9 @@ class UseBank extends Component{
|
|
|
|
|
{
|
|
|
|
|
nav_my === 'public' &&
|
|
|
|
|
<span className="fl with16 color-grey-6 task-hide pl10 bankwidth76"><a
|
|
|
|
|
title={item.username}>{item.username}</a></span>
|
|
|
|
|
title={item.username} style={{
|
|
|
|
|
width: "76px"
|
|
|
|
|
}}>{item.username}</a></span>
|
|
|
|
|
}
|
|
|
|
|
{nav_my === "myself" ?
|
|
|
|
|
(this.props.object_type && this.props.object_type === "normal" ?
|
|
|
|
|