fix:按照需要修改样式
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
type="file"
|
||||
accept=".xlsx, .xls"
|
||||
class="input-file"
|
||||
@change="handleInputClick"
|
||||
/>
|
||||
@change="handleInputClick" />
|
||||
<div class="input-message">
|
||||
<ExclamationCircleOutlined :style="{ color: '#0ed2bf', fontSize: '60px' }" />
|
||||
<ExclamationCircleOutlined :style="{ color: '#0ed2bf', fontSize: '50px' }" />
|
||||
<span>点击或将文件拖拽到这里上传</span>
|
||||
<span>支持扩展名: .xlsx, .xls</span>
|
||||
</div>
|
||||
@@ -156,7 +155,7 @@
|
||||
false,
|
||||
false,
|
||||
0,
|
||||
null
|
||||
null,
|
||||
);
|
||||
obj.dispatchEvent(ev);
|
||||
//防止同步任务过快,导致在列表页面没有最新数据
|
||||
|
Reference in New Issue
Block a user