问题:edge浏览器下,固定列的边框消失 原因:ng-zorro-antd表格组件使用nzLeft和nzRight指令固定的表格列,这两个指令的实现css3中的标签: position: -webkit-sticky !important; position: sticky !important;
如果只是看解决方法,可以直接跳到第二小节 简述 Angular 1.x 版本是用 JavaScript 编写的,我们在百度 Angular 经常会搜索到 AngularJS,并不是 JavaScript 的什么衍生版本,就是 Angular 1.x。在后续版本中,改用 TypeScript 来重写了