style: promptinput样式修改

This commit is contained in:
zhangyh
2025-11-21 10:06:35 +08:00
parent 7dc272b3e7
commit c6835b22d7
2 changed files with 10 additions and 5 deletions

View File

@@ -69,6 +69,10 @@ defineExpose({
#sender {
:deep(.chat-scroll) {
font-size: 1.4rem;
padding: 0;
.chat-rich-text {
padding: 0;
}
}
}
</style>