简体   繁体   中英

Custom media queries with either bootstrap or angular material

We have a application developed using Angular with Material and bootstrap. So my concern is in some pages the content is not mobile friendly ie not responsive. Not responsive with material table data, some graphical data like chartjs data etc.

So to achieve complete responsive can we write custom media queries with both these CSS libraries? Or is it going to have some performance issues with the site loading? Means performance will effect if i use media queries? Can anyone enlighten on this?

Thanks.

您可以在组件级css文件中为特定组件编写自定义媒体查询,这不会影响应用程序的性能。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM