我正在开发一个ASP.NET MVC 5 EF6项目。我需要了解在剃刀页面上阻止/修复标题表和过滤器/按钮部分的最正确方法。我不明白是否可以仅使用CSS样式来做到这一点。
这是我的页面代码:
import { startWith } from 'rxjs/operators';
return fromEvent(this.nativeWindow, 'resize').pipe(
startWith({ target: nativeWindow }),
map(event => (event.target as Window).innerWidth)
);
非常感谢您的帮助! =)