fix : 修改表格高度,页面左右边距,上传文件不能和标题并排
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
<baseTitle title="附件文件" style="margin-right: 10px"></baseTitle>
|
||||
<file-upload @getFile="getFile"/>
|
||||
|
||||
<fvTable style="width: 100%;max-height: 162px;" v-if="showTable"
|
||||
:tableConfig="tableConfig" height="162" :data="formData.files"
|
||||
<fvTable style="width: 100%;max-height: 160px;" v-if="showTable"
|
||||
:tableConfig="tableConfig" height="160" :data="formData.files"
|
||||
:isSettingCol="false" :pagination="false">
|
||||
<template #empty>
|
||||
<el-empty :image-size="55" description="暂无数据" style="padding: 0"/>
|
||||
|
||||
Reference in New Issue
Block a user