Kaynağa Gözat

更改文件名显示长度

wangfumin 1 hafta önce
ebeveyn
işleme
8e4fc26259
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/view/mediaLibrary/uploadMedia.vue

+ 1 - 1
src/view/mediaLibrary/uploadMedia.vue

@@ -246,7 +246,7 @@ const handleUpload = async () => {
   overflow-y: auto;
   :deep(.el-upload-list__item-info){
     min-width: 300px;
-    max-width: 480px;
+    max-width: 360px;
   }
 }