Explorar el Código

设置最大列宽

xiaohaizhao hace 1 año
padre
commit
f595de6555
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/MAR/signManage/modules/preview.vue

+ 1 - 1
src/MAR/signManage/modules/preview.vue

@@ -1,7 +1,7 @@
 <template>
   <a-popover>
     <template #content>
-      <div class="file-list">
+      <div class="file-list" style="max-width:70vw;">
         <div
           class="item"
           v-for="(item, index) in utils.fileList(rowData.attinfos)"