修改了显示样式
This commit is contained in:
parent
c89f3cf1a3
commit
29343b8ba7
|
@ -86,10 +86,15 @@ span[id^=valid_user] {
|
|||
}
|
||||
|
||||
.clearfix {
|
||||
width: 100%;
|
||||
/*width: 100%;
|
||||
height: 0px;
|
||||
clear: both;
|
||||
display: block;
|
||||
display: block;*/
|
||||
display: inline-block;
|
||||
width: 80px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
|
Loading…
Reference in New Issue