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>

View File

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