gpt4 book ai didi

javascript - Angular : removing ng-hide/show for print version of the page

转载 作者:太空宇宙 更新时间:2023-11-04 15:07:01 27 4
gpt4 key购买 nike

我有一个用 Angular 编写的网页,显示从服务器提取的大量 JSON 数据。为了让用户更容易找到感兴趣的数据,我们将所有内容放入默认隐藏的表中(使用 ng-hideng-show)。

不过,在打印方面,我们希望一切都立即可见。因此,一切都必须从一开始就扩展——有没有办法做到这一点?我能以某种方式强制 HTML 忽略 ng-show 指令吗?

最佳答案

你可以用css媒体查询来做,试试

@media print {
.ng-hide {
display: block !important;
}
}

关于javascript - Angular : removing ng-hide/show for print version of the page,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25682297/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com