调整题库选用

issues25489
杨树林 6 years ago
parent 8e299041bc
commit 2903694f84

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

Loading…
Cancel
Save