From b8cde0c39d7b6d58ceff3adf6dea3cb3118ea602 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 13 九月 2022 14:46:15 +0800 Subject: [PATCH] 2022-09-13 --- src/templates/sharecomponent/settingcomponent/index.jsx | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/templates/sharecomponent/settingcomponent/index.jsx b/src/templates/sharecomponent/settingcomponent/index.jsx index ca098d1..d2c3f5d 100644 --- a/src/templates/sharecomponent/settingcomponent/index.jsx +++ b/src/templates/sharecomponent/settingcomponent/index.jsx @@ -12,7 +12,7 @@ import CreateFunc from '@/templates/zshare/createfunc' import CreateInterface from '@/templates/zshare/createinterface' -import './index.scss' +// import './index.scss' class SettingComponent extends Component { static propTpyes = { @@ -181,14 +181,13 @@ const { dict, visible, search, menu, record } = this.state return ( - <div className="model-menu-setting"> - <SettingOutlined onClick={this.changeSetting} /> + <> + <SettingOutlined style={{position: 'absolute', fontSize: '18px', right: '7px', top: '5px', padding: '10px', zIndex: 1}} onClick={this.changeSetting} /> {/* 璁剧疆鍏ㄥ眬閰嶇疆鍙婂垪琛ㄦ暟鎹簮 */} <Modal - wrapClassName="model-table-setting-verify-modal" - title="鏁版嵁婧愰厤缃�" + wrapClassName="mk-pop-modal" visible={visible} - width={900} + width={'75vw'} maskClosable={false} onCancel={() => { MKEmitter.emit('modalStatus', false); this.setState({ visible: false, loading: false })}} footer={[ @@ -208,7 +207,7 @@ wrappedComponentRef={(inst) => this.settingRef = inst} /> </Modal> - </div> + </> ) } } -- Gitblit v1.8.0