C++ 递归算法 3 种实现:从字符串逆序到栈帧深度剖析(附性能对比)
2026/7/11 5:55:56
只要加上 :scroll="{ y: 240 }" 纵向滚动就会出现以上图片问题,官网好像也是。
版本是vue2 antd版本1.7.8 2.2.8 都有此问题(浏览器兼容问题,我用的是Google 换其他的浏览器左右拖动会闪动短暂错位,停下又好了)
<a-table :columns="columns" :data-source="data" bordered size="middle" :scroll="{ y: 240 }" />修改表格样式
::v-deep .ant-table-thead > tr > th:last-child { border-right:1px solid #e8e8e8 !important; } ::v-deep.ant-table-fixed-header .ant-table-scroll .ant-table-header{ margin-bottom: Opx!important; overflow: hidden !important; padding-right: 8px !important; }