底部导航栏调试信息
TabBar 存在性检查
TabBar 元素存在: {{ debugInfo.tabbarExists ? '✓ 是' : '✗ 否' }}
TabBar 可见: {{ debugInfo.tabbarVisible ? '✓ 是' : '✗ 否' }}
display: {{ debugInfo.tabbarDisplay }}
opacity: {{ debugInfo.tabbarOpacity }}
TabBar 位置样式
position: {{ debugInfo.tabbarPosition }}
top (CSS): {{ debugInfo.tabbarTopStyle }}
bottom (CSS): {{ debugInfo.tabbarBottomStyle }}
left (实际): {{ debugInfo.tabbarLeft }}px
right (实际): {{ debugInfo.tabbarRight }}px
top (实际): {{ debugInfo.tabbarTop }}px
bottom (实际): {{ debugInfo.tabbarBottom }}px
TabBar 尺寸
width: {{ debugInfo.tabbarWidth }}px
height: {{ debugInfo.tabbarHeight }}px
padding-bottom: {{ debugInfo.tabbarPaddingBottom }}
box-sizing: {{ debugInfo.tabbarBoxSizing }}
结果
距离底部: {{ debugInfo.distanceFromBottom }}px {{ debugInfo.distanceFromBottom === '0.00' ? '✓ 已贴底' : '✗ 未贴底' }}