Sfoglia il codice sorgente

fix: 上传列表组件限制最大高度

任一存 4 anni fa
parent
commit
11c21e03e3
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/material/components/uploadList1.1.0.vue

+ 2 - 0
src/views/material/components/uploadList1.1.0.vue

@@ -130,6 +130,8 @@ export default {
   box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
   border-radius: 4px;
   border-radius: 4px;
   border: 1px solid #E4E7ED;
   border: 1px solid #E4E7ED;
+  max-height: 360px;
+  overflow: auto;
   .head {
   .head {
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;