From 0e2dad35f3f317622bb10fa4a88a6dd14690751d Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Fri, 30 Jun 2023 02:04:44 +0800 Subject: [PATCH] Improve OrganizationSelect width --- web/src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/App.js b/web/src/App.js index 77d04ade..004da169 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -403,7 +403,7 @@ class App extends Component { { Setting.setOrganization(value); }} @@ -663,7 +663,7 @@ class App extends Component { this.props.history.push(key); } }; - const menuStyleRight = Setting.isAdminUser(this.state.account) && !Setting.isMobile() ? "calc(15% + 260px)" : "260px"; + const menuStyleRight = Setting.isAdminUser(this.state.account) && !Setting.isMobile() ? "calc(180px + 260px)" : "260px"; return (