diff --git a/html/css/bco_editor.css b/html/css/bco_editor.css index 04ec964..53a9a28 100755 --- a/html/css/bco_editor.css +++ b/html/css/bco_editor.css @@ -4,6 +4,11 @@ body { padding-bottom: 20px; } +footer { + display: flex; + justify-content: space-between; +} + .searchboxcn{ min-height:50px; width:90%; diff --git a/html/index.html b/html/index.html index 1607bf4..83802d8 100755 --- a/html/index.html +++ b/html/index.html @@ -89,6 +89,7 @@
diff --git a/html/js/bco_editor.js b/html/js/bco_editor.js index 4a19707..ee94063 100755 --- a/html/js/bco_editor.js +++ b/html/js/bco_editor.js @@ -4,7 +4,7 @@ var pageId = ""; var bcoId = ""; var path = '' var isDataEdited = false; -var rootUrl = '/dev'; +var rootUrl = '/bco_editor'; var rootPath = '/dev'; ////////////////////////////////