fix:修改回到顶部按钮的显示问题

This commit is contained in:
zhangyu
2020-11-21 17:11:17 +08:00
parent 4e4a5b8e59
commit db2ba2c46b

View File

@@ -821,10 +821,13 @@ li{
font-size: 12px;
}
.nz-table + .to-top-is-hover{
z-index: 10;
display: none;
}
.nz-table + .to-top-is-hover:hover{
display: block;
}
.nz-table:hover + .to-top-is-hover{
z-index: 100;
display: block;
}
.nz-table .el-table {
border: none;