diff --git a/ecs/jskult-webapp/src/static/css/loading.css b/ecs/jskult-webapp/src/static/css/loading.css index b4ea2df0..8f081d29 100644 --- a/ecs/jskult-webapp/src/static/css/loading.css +++ b/ecs/jskult-webapp/src/static/css/loading.css @@ -1,4 +1,4 @@ -#_loading { +._loading { z-index: 10000; position: fixed; top: 0; @@ -14,7 +14,7 @@ opacity: 0.7; } -#_loading_content { +._loading_content { position: absolute; top: 50%; left: 50%; diff --git a/ecs/jskult-webapp/src/static/function/businessLogicScript.js b/ecs/jskult-webapp/src/static/function/businessLogicScript.js index 32d1a489..a77bb2e9 100644 --- a/ecs/jskult-webapp/src/static/function/businessLogicScript.js +++ b/ecs/jskult-webapp/src/static/function/businessLogicScript.js @@ -291,10 +291,10 @@ function checkNumberOnlyForm($this) // メニューへボタンの関数 // 機能概要:マスターメンテメニュー画面に遷移する -function backToMainteMenu(){ +function backToMainteMenu(loadingElemId = '_loading'){ sessionStorage.clear(); // ローディング表示 - showLoading(); + showLoading(loadingElemId); location.href = "/masterMainte/masterMainteMenu"; } diff --git a/ecs/jskult-webapp/src/templates/_loading.html b/ecs/jskult-webapp/src/templates/_loading.html index 9e4cc87f..437c7e50 100644 --- a/ecs/jskult-webapp/src/templates/_loading.html +++ b/ecs/jskult-webapp/src/templates/_loading.html @@ -1,5 +1,5 @@ -
施設担当者データCSVダウンロード |
- + |