Commit 49c9b2e4 authored by tanjiaying's avatar tanjiaying

没有修改

parent 69c8386a
.saveBtn {
color : #fff;
background: @main-color
}
\ No newline at end of file
......@@ -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}
......
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