fix: 样式更新

This commit is contained in:
GraceWalk
2022-09-22 15:31:52 +08:00
parent 7dc533372c
commit d4f0a832f3

View File

@@ -22,6 +22,20 @@
display: flex;
justify-content: space-between;
margin-bottom: 12px;
.left,
.right {
display: flex;
align-items: center;
}
.left .refresh-icon {
font-size: 20px;
color: #74788d;
cursor: pointer;
}
.right .search-input {
width: 248px;
margin-right: 8px;
}
}
}
}