diff --git a/app.js b/app.js index a31125e..524e3a5 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,5 @@ import utils from '/utils/utils' dd['utils'] = utils - App({ onLaunch(options) { // 第一次打开 diff --git a/components/otherBar/otherBar.acss b/components/otherBar/otherBar.acss index 43eb05d..c5a0847 100644 --- a/components/otherBar/otherBar.acss +++ b/components/otherBar/otherBar.acss @@ -1,9 +1,10 @@ .nav-tabs { width: 100%; height: 132rpx; + padding: 0 3%; display: flex; align-items: center; - justify-content: space-around; + justify-content: space-between; position: fixed; bottom: 0; background: #bec3c7; diff --git a/components/otherBar/otherBar.axml b/components/otherBar/otherBar.axml index 1f9e961..a5c860b 100644 --- a/components/otherBar/otherBar.axml +++ b/components/otherBar/otherBar.axml @@ -1,17 +1,17 @@ - + -