This commit is contained in:
duyufeng
2024-09-02 14:26:54 +08:00
12 changed files with 124 additions and 73 deletions

View File

@@ -48,7 +48,7 @@
:span="getFormClass.span" />
<a-col v-if="showAction" :span="getFormClass.span" class="ns-operate">
<a-button @click="reset">重置</a-button>
<a-button type="primary" html-type="submit" :loading="loading">搜索</a-button>
<a-button type="primary" html-type="submit" :loading="loading">查询</a-button>
<a-button
type="link"
class="ns-operate-expand"

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

View File

@@ -28,7 +28,7 @@
@change="handleInputClick" />
<div class="input-message">
<!-- <ExclamationCircleOutlined :style="{ color: '#0ed2bf', fontSize: '60px' }" /> -->
<ContainerOutlined :style="{ color: '#0ed2bf', fontSize: '60px' }" />
<ContainerOutlined :style="{ color: '#0ed2bf', fontSize: '40px' }" />
<span style="margin-top: 10px">点击或将文件拖拽到这里上传</span>
<span>支持扩展名: .xlsx, .xls</span>
</div>
@@ -282,6 +282,7 @@
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 0px;
}
.file-name {