Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jls-weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2026-05-15 18:03:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bf843e1f01dfd4f2ef27ea083f5085aff96a397b
bf843e1f
1 parent
50ee77f5
style(AppTabbar): 调整App标签栏的水平内边距
优化标签栏布局间距,统一左右侧边内边距
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/AppTabbar.vue
src/components/AppTabbar.vue
View file @
bf843e1
...
...
@@ -59,7 +59,7 @@ const defaultIcon = 'fa-circle-o'
const scrollHintStorageKey = 'app_tabbar_scroll_hint_seen_v1'
const scrollHintOffset = 56
const scrollableItemWidth = 168
const scrollableSidePadding =
60
const scrollableSidePadding =
48
const tabbarStore = useTabbarStore()
const tabItems = computed(() => tabbarStore.visibleTabItems)
...
...
@@ -226,7 +226,7 @@ onBeforeUnmount(() => {
.app-tabbar__content {
display: flex;
align-items: stretch;
padding: 16rpx 2
8rpx 16rpx 52
rpx;
padding: 16rpx 2
4
rpx;
box-sizing: border-box;
}
...
...
Please
register
or
login
to post a comment