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 { #sender {
:deep(.chat-scroll) { :deep(.chat-scroll) {
font-size: 1.4rem; font-size: 1.4rem;
padding: 0;
.chat-rich-text {
padding: 0;
}
} }
} }
</style> </style>

View File

@@ -87,7 +87,7 @@ defineExpose({
position: relative; position: relative;
border-radius: 10px; border-radius: 10px;
border: 2px solid #dcdfe6; border: 2px solid #dcdfe6;
padding: 1.5rem 1.5rem 3rem; padding: 1.5rem;
font-size: 1.8rem; font-size: 1.8rem;
.sender-wrapper { .sender-wrapper {
min-height: 12rem; min-height: 12rem;
@@ -101,7 +101,7 @@ defineExpose({
position: relative; position: relative;
border-radius: 10px; border-radius: 10px;
border: 2px solid #dcdfe6; border: 2px solid #dcdfe6;
padding: 1.5rem 1.5rem 3rem; padding: 1.5rem;
height: auto; height: auto;
font-size: 1.8rem; font-size: 1.8rem;
.area { .area {
@@ -126,10 +126,11 @@ defineExpose({
padding: 0 0.6rem; padding: 0 0.6rem;
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;
width: fit-content;
color: #313131; color: #313131;
position: absolute; // position: absolute;
bottom: 1.3rem; // bottom: 1.3rem;
left: 1.3rem; // left: 1.3rem;
display: flex; display: flex;
column-gap: 0.3rem; column-gap: 0.3rem;
justify-content: center; justify-content: center;