如下代码
Prescriber
商品1
商品2
商品3
商品4
#fixed_table_title{
position: relative !important;
z-index: 10000 !important;
}
#fixed-body{
z-index: 100 !important;
position: relative !important;
}
试图给 t-head 添加 transform 属性或其他的导致其产生 层叠上下文的属性,发现改变 t-body transform Y轴属性移动其时 t-head 还是会被 t-body覆盖。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
同一层级下,根据由顺序和z-index值大小决定;不同层级下,由父级顺序和z-index决定。
表格要覆盖表格标题?