Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
工具栏中的分段按钮在 Android 设备中显示为左对齐,但在我的 chrome 浏览器和 iOS 设备中,它显示在中心。如何在 Android 中制作也出现在中心。
你能告诉我一些代码吗?它在 Android 中也适用于我。
您唯一需要做的就是在分段按钮项目之前和之后添加 xtype:spacer。
items : [{ xtype : 'spacer'}, {xtype : 'segmentedbutton', items:[]}, {xtype : 'spacer'}]
这应该可以工作,无论您使用什么浏览器。