styles:部分icon在hover的时候,需要有背景色

This commit is contained in:
黄海婷
2022-11-01 19:17:44 +08:00
committed by 早晚会起风
parent dd5869e246
commit c69c289bc4
6 changed files with 49 additions and 15 deletions

View File

@@ -32,6 +32,13 @@
color: #74788d;
cursor: pointer;
}
.refresh-icon{
padding: 0 6px;
border-radius: 50%;
&:hover {
background: rgba(33, 37, 41, 0.04);
}
}
.right .search-input {
width: 248px;
margin-right: 8px;