fix: 优化键盘监听事件的条件判断 #13 #15

This commit is contained in:
ZiuChen
2022-08-18 15:09:42 +08:00
parent 54a6c69a7a
commit b55b66271d
3 changed files with 13 additions and 4 deletions

View File

@@ -3,8 +3,9 @@
justify-content: flex-start;
align-items: center;
cursor: pointer;
font-size: 13px;
&:hover {
font-weight: 600;
text-decoration: underline;
&::after {
content: '📤';
}