通知管理列项内容过长截断
This commit is contained in:
parent
11cd13a7e5
commit
15e25db411
|
@ -329,6 +329,7 @@ div button span {
|
|||
.notify-row > li > a .badge {
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.notify-row .dropdown-menu {
|
||||
|
@ -479,6 +480,17 @@ div button span {
|
|||
font-style: italic;
|
||||
font-weight: bold;
|
||||
float: right;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.notify-row .dropdown-menu.notification > li > a > div {
|
||||
position: absolute;
|
||||
left: 36px;
|
||||
right: 44px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.dropdown-menu.menu {
|
||||
|
|
Loading…
Reference in New Issue