diff --git a/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.css b/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.css index e1fdd57bbbe8574450c7279966168f40761962fa..9170c3152c5f399ab7f3eebfb59bb8a973c23d24 100644 --- a/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.css +++ b/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.css @@ -28,7 +28,6 @@ align-items: center; justify-content: flex-end; padding-right: 4%; - } .keyboardContainer { width: 100%; diff --git a/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.hml b/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.hml index 1257c5c1dc17d6dfd5a6299c6a01ca69397bace6..cf38297db00b8ac38bc0d93968bcb8bb645fb534 100644 --- a/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.hml +++ b/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.hml @@ -1,12 +1,14 @@
-
- - {{showText}} - -
+ + + + +
- +
+ +
diff --git a/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.js b/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.js index cfaa8d5d54ba5a28b70d941bb86b1b8d0f8acd73..9f99bc6876a6f8dd4dee56f4509fd6af4f1991ea 100644 --- a/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.js +++ b/CompleteApps/KikaInput/entry/src/main/js/default/pages/index/index.js @@ -326,8 +326,8 @@ export default { }, onInit(){ Window.getTopWindow().then((windowData)=>{ - windowData.resetSize(480,250); - windowData.moveTo(0,710); + windowData.resetSize(480,190); + windowData.moveTo(0,702); }); inputMethodAbility.on('keyboardShow',(err) =>{ console.info('keyboard show');