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
95b56b44
Commit
95b56b44
authored
May 30, 2022
by
张子雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化
parent
cf1db44e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
data.js
src/pages/PaymentMange/data.js
+1
-1
index.jsx
src/pages/PaymentMange/index.jsx
+1
-1
style.less
src/pages/PaymentMange/style.less
+1
-1
No files found.
src/pages/PaymentMange/data.js
View file @
95b56b44
...
...
@@ -145,7 +145,7 @@ export function columns(res, pages) {
key
:
'
option
'
,
align
:
'
center
'
,
fixed
:
'
right
'
,
width
:
80
,
width
:
'
80px
'
,
render
:
(
_
,
row
)
=>
(
<
div
>
<
Button
...
...
src/pages/PaymentMange/index.jsx
View file @
95b56b44
...
...
@@ -183,7 +183,7 @@ const PaymentMange = () => {
}
}
bordered
toolBarRender=
{
onToolBarRender
}
scroll=
{
{
x
:
'
17
00px
'
,
y
:
500
}
}
scroll=
{
{
x
:
'
25
00px
'
,
y
:
500
}
}
/>
<
ToExamineModal
...
...
src/pages/PaymentMange/style.less
View file @
95b56b44
.button {
display: block;
margin
-bottom:
10px;
margin
: 0 auto
10px;
}
.uploadButton {
...
...
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