From eabb367803e675fc57bd20bfd53d4b65edaadae5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 25 十一月 2021 21:22:54 +0800 Subject: [PATCH] 2021-11-25 --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 57f3d60..7278fd3 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -1899,7 +1899,7 @@ BData={BData} wrappedComponentRef={(inst) => this.formRef = inst} /> - <div style={{ position: 'absolute', zIndex: 1, right: 0, bottom: 0, width: '100%', borderTop: '1px solid #e9e9e9', padding: '10px 16px', background: '#fff', textAlign: 'right'}}> + <div className="ant-drawer-footer" style={{ position: 'absolute', zIndex: 1, right: 0, bottom: 0, width: '100%', borderTop: '1px solid #e9e9e9', padding: '10px 16px', background: '#fff', textAlign: 'right'}}> <Button onClick={this.handleCancel} style={{ marginRight: 8 }}> {btnconfig.setting.formType !== 'check' ? '鍙栨秷' : '鍏抽棴'} </Button> -- Gitblit v1.8.0