Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
shenshaokai
jinfa-platform
Commits
49c9b2e4
Commit
49c9b2e4
authored
Jul 14, 2020
by
tanjiaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
没有修改
parent
69c8386a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
index.less
src/pages/member/memberUpgradeRule/index.less
+5
-0
index.tsx
src/pages/member/memberUpgradeRule/index.tsx
+2
-6
No files found.
src/pages/member/memberUpgradeRule/index.less
View file @
49c9b2e4
.saveBtn {
color : #fff;
background: @main-color
}
\ No newline at end of file
src/pages/member/memberUpgradeRule/index.tsx
View file @
49c9b2e4
...
...
@@ -2,11 +2,7 @@ import React, { useState, useRef, ReactNode } from 'react'
import
{
history
}
from
'umi'
import
{
Card
,
Input
,
Button
}
from
'antd'
import
{
PageHeaderWrapper
}
from
'@ant-design/pro-layout'
import
{
PlusOutlined
,
FileExcelOutlined
,
EyeOutlined
}
from
'@ant-design/icons'
import
{
ContainerOutlined
}
from
'@ant-design/icons'
import
{
StandardTable
}
from
'god'
import
{
ColumnType
}
from
'antd/lib/table/interface'
import
{
IFormFilter
,
IButtonFilter
}
from
'god/dist/src/standard-table/TableController'
...
...
@@ -110,7 +106,7 @@ const memberUpgradeRule: React.FC<[]> = () => {
}
return
(
<
PageHeaderWrapper
extra=
{
[<
Button
>
保存
</
Button
>]
}
>
<
PageHeaderWrapper
extra=
{
[<
Button
className=
'saveBtn'
icon=
{
<
ContainerOutlined
/>
}
>
保存
</
Button
>]
}
>
<
Card
>
<
StandardTable
columns=
{
columns
}
...
...
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