From dc056d66291ec1151e728488f7c51466938621e1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 21 七月 2021 18:36:44 +0800 Subject: [PATCH] 2021-07-21 --- src/views/mobdesign/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mobdesign/index.jsx b/src/views/mobdesign/index.jsx index c579df3..f5a888a 100644 --- a/src/views/mobdesign/index.jsx +++ b/src/views/mobdesign/index.jsx @@ -1561,7 +1561,7 @@ <ReplaceField type="custom" config={config} updateConfig={this.resetConfig}/> <Button type="default" onClick={this.closeView}>鍏抽棴</Button> </div> - <div className={'menu-body ' + (menuloading ? 'saving' : '')}> + <div className={'menu-body menu-view' + (menuloading ? 'saving' : '')}> {config && !comloading ? <div className="mob-shell" style={{width: window.GLOB.shellWidth, height: window.GLOB.shellHeight}}> <MobShell menu={config} handleList={this.updateConfig} /> </div> : null} -- Gitblit v1.8.0