Commit 59abf309 authored by FE-安焕焕's avatar FE-安焕焕 👣

增加模版下载

parent ff4ff003
...@@ -19,3 +19,11 @@ ...@@ -19,3 +19,11 @@
.tab { .tab {
min-height: 400px; min-height: 400px;
} }
.down {
float: right;
margin-bottom: 10px;
text-decoration: 1px solid;
}
.clearfloat {
clear: both;
}
...@@ -60,7 +60,13 @@ export default props => { ...@@ -60,7 +60,13 @@ export default props => {
<UploadC ref={picUpload} accept=".png,.jpg" /> <UploadC ref={picUpload} accept=".png,.jpg" />
</TabPane> </TabPane>
<TabPane tab="上传附件" key="2"> <TabPane tab="上传附件" key="2">
<Dragger {...uploadProps}> <a
href="https://kdspstatic.q-gp.com/%E5%8F%91%E7%A5%A8%E4%B8%8A%E4%BC%A0%E6%A8%A1%E6%9D%BF.xlsx"
className={styles.down}
>
模板下载
</a>
<Dragger {...uploadProps} className={styles.clearfloat}>
<p> <p>
<Icon type="upload" /> <Icon type="upload" />
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment