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/pcdesign/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/pcdesign/index.jsx b/src/views/pcdesign/index.jsx index 4aa002a..0e00352 100644 --- a/src/views/pcdesign/index.jsx +++ b/src/views/pcdesign/index.jsx @@ -1563,7 +1563,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 ? <MenuShell menu={config} handleList={this.updateConfig} /> : null} </div> </DndProvider> -- Gitblit v1.8.0