header上的按钮,鼠标划过更改指针模式

This commit is contained in:
haiyangcui
2020-10-17 18:37:49 +02:00
parent 02139d3d24
commit 2abbf41ed1

View File

@@ -217,6 +217,11 @@
justify-content: space-between;
padding-left: 50px;
padding-right: 50px;
.btn{
&:hover{
cursor: pointer;
}
}
}
.listpage-body{
height: calc(100% - 40px);