Explorar el Código

侧边栏溢出隐藏

Q-ABAB hace 2 años
padre
commit
37df7b4a75
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6 2
      src/views/home.vue

+ 6 - 2
src/views/home.vue

@@ -81,10 +81,14 @@
                 cursor: pointer;
                 box-sizing: border-box;
                 padding-left: 20%;
+                
+
                 span{
-                  display: flex;
-                  // background: red;
                   align-items: center;
+                  width: 80%;
+                  white-space: nowrap;
+                  overflow: hidden;
+                  text-overflow:ellipsis;
                   i{
                     position: relative;
                     top: 1px;