From b66f1643396b524eb7c3ca1a654d8d1e22e0249f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 07 十一月 2022 18:50:45 +0800 Subject: [PATCH] 2022-11-07 --- src/templates/comtableconfig/updatetable/index.jsx | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/templates/comtableconfig/updatetable/index.jsx b/src/templates/comtableconfig/updatetable/index.jsx index a480f2b..9bac7bf 100644 --- a/src/templates/comtableconfig/updatetable/index.jsx +++ b/src/templates/comtableconfig/updatetable/index.jsx @@ -10,7 +10,7 @@ import { getTables } from '@/utils/utils-custom.js' import Api from '@/api' import Utils from '@/utils/utils.js' -import './index.scss' +// import './index.scss' const { confirm } = Modal @@ -1083,9 +1083,7 @@ render() { return ( - <div style={{display: 'inline-block'}}> - <Button className="mk-border-purple" onClick={this.trigger}><ArrowUpOutlined /> 鍗囩骇</Button> - </div> + <Button className="mk-border-purple" onClick={this.trigger}><ArrowUpOutlined /> 鍗囩骇</Button> ) } } -- Gitblit v1.8.0