Browse Source

导入页面弹窗大小处理

dev_web_online
安虹睿 2 years ago
parent
commit
e5542b3813
  1. 4
      fe/PC/src/components/importFile/index.vue

4
fe/PC/src/components/importFile/index.vue

@ -7,7 +7,7 @@
:visible.sync="show" :visible.sync="show"
:append-to-body="true" :append-to-body="true"
:modal-append-to-body="false" :modal-append-to-body="false"
width="85%" width="800px"
:show-close="false" :show-close="false"
> >
<div class="body_header"> <div class="body_header">
@ -54,7 +54,7 @@
:append-to-body="true" :append-to-body="true"
:modal-append-to-body="false" :modal-append-to-body="false"
:show-close="false" :show-close="false"
width="85%" width="70%"
> >
<div > <div >
<el-table <el-table

Loading…
Cancel
Save