Commit 5cbad72f authored by youjie's avatar youjie

优化

parent f9201785
...@@ -632,13 +632,12 @@ export default { ...@@ -632,13 +632,12 @@ export default {
.MenuListBox li{ .MenuListBox li{
width: 81px; width: 81px;
padding-bottom: 15px; padding-bottom: 15px;
max-height: 145px; }
word-break: break-all; .MenuListBox li span,.MenuListBox li p{
text-overflow: ellipsis; max-height: 130px;
display: -webkit-box; white-space: nowrap;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
} }
.MenuListItem{ .MenuListItem{
position: absolute; position: absolute;
...@@ -700,14 +699,10 @@ export default { ...@@ -700,14 +699,10 @@ export default {
line-height: 23px; line-height: 23px;
color: rgb(255,255,255); color: rgb(255,255,255);
transition: all .5s; transition: all .5s;
display: inline-block;
max-height: 150px; max-height: 150px;
word-break: break-all; white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
} }
.SubMenuListText:hover{ .SubMenuListText:hover{
color: $secondary; 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