如何在 Sencha Touch 的列表中将空文本置于屏幕中央?
我最近发现 Sencha Touch 中的列表的emptyText 配置值会在商店为空时显示。我遇到的问题是该文本出现在左上角,但我似乎找不到将其放置在屏幕中间的方法。
I recently discovered the emptyText config value for lists in Sencha Touch to display when the store is empty. The problem I am having is that this text appears in the top left corner and I can't seem to find a way to place it in the middle of the screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
emptyText 属性接受 HTML。示例:
对于垂直居中,您必须使用 CSS3 灵活盒模型
CSS 示例:
The emptyText property accepts HTML. Example:
For vertical centering you will have to use the CSS3 Flexible box model
Example CSS: