fix:按照需要修改样式

This commit is contained in:
zhaohy
2024-09-02 11:31:15 +08:00
parent 0cb7edaa7e
commit 6851afdee6
6 changed files with 17 additions and 11 deletions

View File

@@ -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);
//防止同步任务过快,导致在列表页面没有最新数据