小木_
小木_
  • 发布:2024-12-20 11:27
  • 更新:2024-12-20 11:27
  • 阅读:17

#插件讨论# 【 uni-table 表格 】固定表头

分类:uni-app
关联插件: uni-table 表格

想固定表头, 加上下面的样式

// 修复 uni-table 无法固定表头的问题
.uni-table > .uni-table-tr:first-child {
.uni-table-th,
.checkbox {
position: sticky;
top: 0;
z-index: 10;
display: table-cell;
box-sizing: border-box;
background-color: #fff;
}
}

2024-12-20 11:27 负责人:无 分享
已邀请:

要回复问题请先登录注册