Commit 5cbad72f authored by youjie's avatar youjie

优化

parent f9201785
......@@ -632,13 +632,12 @@ export default {
.MenuListBox li{
width: 81px;
padding-bottom: 15px;
max-height: 145px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.MenuListBox li span,.MenuListBox li p{
max-height: 130px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.MenuListItem{
position: absolute;
......@@ -700,14 +699,10 @@ export default {
line-height: 23px;
color: rgb(255,255,255);
transition: all .5s;
display: inline-block;
max-height: 150px;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.SubMenuListText:hover{
color: $secondary;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment