导入按钮样式提交

This commit is contained in:
jingna 2025-10-31 09:13:27 +08:00
parent df829e4abb
commit 09a4ab50b3

View File

@ -800,11 +800,12 @@ function importClose() {
</el-form-item>
<el-form-item>
<div style="width: 100%;display: flex;align-items: center;">
<el-input v-model="importForm.fileName" disabled style="margin-right: 15px;" />
<el-upload v-model="fileList" :auto-upload="false" :show-file-list="false" class="upload-demo"
action="" :on-change="fileChange">
<el-button type="primary">上传导入文件</el-button>
<el-button type="primary" style="padding: 0px 5px;">上传导入文件</el-button>
</el-upload>
<el-input v-model="importForm.fileName" disabled style="margin-left: 10px;" />
</div>
</el-form-item>
</el-form>