Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
merchant-manage-ui
Commits
59abf309
Commit
59abf309
authored
Apr 13, 2021
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加模版下载
parent
ff4ff003
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
style.less
src/pages/settleManage/style.less
+8
-0
index.jsx
src/pages/settleManage/uploadModal/index.jsx
+7
-1
No files found.
src/pages/settleManage/style.less
View file @
59abf309
...
...
@@ -19,3 +19,11 @@
.tab {
min-height: 400px;
}
.down {
float: right;
margin-bottom: 10px;
text-decoration: 1px solid;
}
.clearfloat {
clear: both;
}
src/pages/settleManage/uploadModal/index.jsx
View file @
59abf309
...
...
@@ -60,7 +60,13 @@ export default props => {
<
UploadC
ref=
{
picUpload
}
accept=
".png,.jpg"
/>
</
TabPane
>
<
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
>
<
Icon
type=
"upload"
/>
</
p
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment