Kaynağa Gözat

修改项目名称不变

YY 2 yıl önce
ebeveyn
işleme
8cc715dfd5
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 3 1
      src/layout/homeParts/left-1.vue
  2. 1 0
      src/views/index.vue

+ 3 - 1
src/layout/homeParts/left-1.vue

@@ -219,7 +219,9 @@ const toDelete = async () => {
 .two .name .icon {
   padding: 15px 0 0 8px;
 }
-.two .name .title {
+.two .title {
+  overflow: hidden;
+  text-overflow: ellipsis;
   line-height: 50px;
   font-size: 18px;
 }

+ 1 - 0
src/views/index.vue

@@ -84,6 +84,7 @@ if (props.id) {
     console.log(data.id);
   } else {
     data.id = props.id as string;
+    search();
   }
 }
 // #region 添加修改表