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