Skip to content

Commit

Permalink
修复按钮大小
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghxiao committed Jul 16, 2024
1 parent 5344f60 commit 6732b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChatDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ export default {
}
@media (max-width: 600px) {
.chat-button {
width: 60px;
height: 60px;
width: 50px;
height: 50px;
}
}
</style>
Expand Down

0 comments on commit 6732b81

Please sign in to comment.