style: 更改按钮样式
This commit is contained in:
parent
bb9af44c94
commit
bad27bcf17
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
<el-row :gutter="10" class="mb8" type="flex" justify="space-between">
|
<el-row :gutter="10" class="mb8" type="flex" justify="space-between">
|
||||||
<el-col :span="21"><span style="font-size: large">入库单</span></el-col>
|
<el-col :span="21"><span style="font-size: large">入库单</span></el-col>
|
||||||
<el-col :span="1.5">
|
<el-col :span="1">
|
||||||
<el-upload
|
<el-upload
|
||||||
ref="uploadRef"
|
ref="uploadRef"
|
||||||
class="upload-demo"
|
class="upload-demo"
|
||||||
@ -76,7 +76,7 @@
|
|||||||
:http-request="customUpload"
|
:http-request="customUpload"
|
||||||
accept=".xlsx,.xls"
|
accept=".xlsx,.xls"
|
||||||
>
|
>
|
||||||
<el-button type="primary">导入</el-button>
|
<el-button plain icon="Upload" type="primary">导入</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user