From 5ba94ec7b5ad34098ff9c5d21b4139b1b91c2865 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 29 五月 2020 18:24:11 +0800 Subject: [PATCH] 2020-05-29 --- src/templates/sharecomponent/actioncomponent/verifyprint/editable/index.jsx | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyprint/editable/index.jsx b/src/templates/sharecomponent/actioncomponent/verifyprint/editable/index.jsx index e328414..881df39 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyprint/editable/index.jsx +++ b/src/templates/sharecomponent/actioncomponent/verifyprint/editable/index.jsx @@ -1,5 +1,5 @@ import React, {Component} from 'react' -import { Table, Input, Button, Popconfirm, Form, Icon } from 'antd' +import { Table, Input, Popconfirm, Form, Icon } from 'antd' import Utils from '@/utils/utils.js' import './index.scss' @@ -222,9 +222,7 @@ }) return ( <div className="print-verify-edit-table"> - <Button onClick={this.handleAdd} className="add-row mk-green"> - 娣诲姞 - </Button> + <Icon className="add-row" type="plus" onClick={this.handleAdd} /> <Table components={components} rowClassName={() => 'editable-row'} -- Gitblit v1.8.0