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
51e8a84c
Commit
51e8a84c
authored
Feb 01, 2024
by
guang.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 优化样式
parent
72b5bce0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
data.js
src/pages/PaymentMange/data.js
+2
-1
style.less
src/pages/PaymentMange/style.less
+10
-1
No files found.
src/pages/PaymentMange/data.js
View file @
51e8a84c
...
@@ -200,6 +200,7 @@ export function columns(res, pages) {
...
@@ -200,6 +200,7 @@ export function columns(res, pages) {
dataIndex
:
'
option
'
,
dataIndex
:
'
option
'
,
// valueType: 'option',
// valueType: 'option',
key
:
'
option
'
,
key
:
'
option
'
,
width
:
'
220px
'
,
align
:
'
center
'
,
align
:
'
center
'
,
fixed
:
'
right
'
,
fixed
:
'
right
'
,
render
:
(
_
,
row
)
=>
(
render
:
(
_
,
row
)
=>
(
...
@@ -244,7 +245,7 @@ export function columns(res, pages) {
...
@@ -244,7 +245,7 @@ export function columns(res, pages) {
<
/Button
>
<
/Button
>
<
Button
<
Button
type
=
"
primary
"
type
=
"
primary
"
className
=
{
styles
.
b
utton
}
className
=
{
styles
.
b
tnMax
}
disabled
=
{
row
.
payState
!==
5
}
disabled
=
{
row
.
payState
!==
5
}
onClick
=
{()
=>
res
.
onPaymentOrder
(
1
,
row
)}
onClick
=
{()
=>
res
.
onPaymentOrder
(
1
,
row
)}
>
>
...
...
src/pages/PaymentMange/style.less
View file @
51e8a84c
.button {
.button {
display: block
;
width: 88px
;
margin: 0 auto 10px;
margin: 0 auto 10px;
padding: 0;
text-align: center;
}
.button:nth-child(even) {
margin-left: 10px;
}
.btnMax {
width: auto;
padding: 4px 15px;
}
}
.uploadButton {
.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