feat: ui bugfix

This commit is contained in:
tim
2025-07-08 23:23:39 +08:00
parent b2ea154915
commit 84e0d38918
3 changed files with 7 additions and 3 deletions

View File

@@ -75,5 +75,6 @@ export default {
outline: none;
width: 100%;
font-size: 16px;
resize: none;
}
</style>

View File

@@ -40,7 +40,6 @@ export default {
width: 32px;
height: 32px;
border-radius: 50%;
background-color: var(--primary-color, #3498db);
color: white;
display: flex;
justify-content: center;