issues25489
杨树林 5 years ago
parent fa6dae580f
commit 414a3f0b83

@ -56,8 +56,10 @@ class RegisListviewdata extends React.Component {
</div>
<div style={{
marginTop: "29px",
marginLeft: "37px"
}}>
marginLeft: "37px",
width: "160px",
textAlign: "center",
}} className="textsize">
{
this.props.admin?
this.props.admin===true?

@ -838,7 +838,9 @@ reglistviewdivs2 {
}
.maxnamewidth78 {
max-width: 78px;
width: 78px !important;
max-width: 78px !important;
min-width: 78px !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -870,7 +872,9 @@ reglistviewdivs2 {
.maxnamewidth160 {
max-width: 160px;
width: 160px !important;
min-width:160px !important;
max-width: 160px !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -885,4 +889,12 @@ reglistviewdivs2 {
cursor: default;
}
/*文字长度限制?*/
/*文字长度限制?*/
.textsize{
width: 160px !important;
min-width: 160px !important;
max-width: 160px !important;
text-align: center;
}

Loading…
Cancel
Save