star7th 6 years ago
parent
commit
539977b43d
1 changed files with 8 additions and 0 deletions
  1. 8 0
      web_src/src/components/item/show/show_regular_item/LeftMenu.vue

+ 8 - 0
web_src/src/components/item/show/show_regular_item/LeftMenu.vue

@@ -264,5 +264,13 @@
 
   #left-side-menu .el-submenu__title{
     font-size: 12px;
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
+  }
+  #left-side-menu li{
+    white-space: nowrap;
+    overflow: hidden;
+    text-overflow: ellipsis;
   }
 </style>