fix(style): error message toast

This commit is contained in:
jialin
2026-02-09 09:35:42 +08:00
parent 293c53d8dd
commit fba430999d
4 changed files with 16 additions and 10 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ const Content = styled.div`
position: absolute;
top: 0px;
right: -4px;
opacity: 5;
display: none;
}
&:hover .cp-btn {
display: inline-block;
}
.msg {
display: none;