refactor: useContactOperation

This commit is contained in:
zerosoul
2022-05-27 21:36:59 +08:00
parent b4a29c1571
commit 629f7e67a1
3 changed files with 44 additions and 65 deletions
-15
View File
@@ -6,10 +6,6 @@ const Styled = styled.div`
position: relative;
width: fit-content;
height: fit-content;
/* min-height: 240px;
max-height: 480px;
min-width: 240px;
max-width: 480px; */
img {
object-fit: cover;
}
@@ -26,17 +22,6 @@ const Styled = styled.div`
.progress {
width: 15px;
height: 15px;
/* svg {
.CircularProgressbar-background {
fill: transparent;
}
.CircularProgressbar-trail {
stroke: #000;
}
.CircularProgressbar-path {
stroke: #000;
}
} */
.CircularProgressbar-path {
stroke: #444;
}