如何调整离子列表中所有离子项目的大小以适应 Ionic 3 中的整个屏幕?
How do I resize all of my ion-items in my ion-list to fit the entire screen in Ionic 3?
我目前正在编写一个 ionic 3
移动应用程序,但我遇到了 ion-list
的问题。 ion-list
中的 ion-items
没有填满整个屏幕 (both width and height wise).
这是我页面的图片:
如您所见,内容并未填满整个 width and height
。我想让它从最left side
开始,最到right side
结束(Same for up and down).
请帮忙!
你应该阅读 ion-list 上的文档 Ion-List you need to set your style sheet properties in css files of your components IONIC CSS Utilities
我目前正在编写一个 ionic 3
移动应用程序,但我遇到了 ion-list
的问题。 ion-list
中的 ion-items
没有填满整个屏幕 (both width and height wise).
这是我页面的图片:
如您所见,内容并未填满整个 width and height
。我想让它从最left side
开始,最到right side
结束(Same for up and down).
请帮忙!
你应该阅读 ion-list 上的文档 Ion-List you need to set your style sheet properties in css files of your components IONIC CSS Utilities