diff --git a/lib/apis.js b/lib/apis.js index 4983913fc0b7a26684965fbdd4300db732115c5b..a62c50cdb4dd2355461fb61f6670e2eedbdadf1b 100644 --- a/lib/apis.js +++ b/lib/apis.js @@ -171,7 +171,10 @@ const ui = [ 'showRightWindow', 'hideTopWindow', 'hideLeftWindow', - 'hideRightWindow' + 'hideRightWindow', + 'setTopWindowStyle', + 'setLeftWindowStyle', + 'setRightWindowStyle' ] const event = [ diff --git a/src/platforms/h5/components/app/layout.vue b/src/platforms/h5/components/app/layout.vue index 36da1c14942a4df3ff2da6565f7f5326738f0a1f..2f0a5c3a33ada4e14908c8aa203072c6051a8d32 100644 --- a/src/platforms/h5/components/app/layout.vue +++ b/src/platforms/h5/components/app/layout.vue @@ -1,27 +1,27 @@