Skip to content

Commit 68167e0

Browse files
committed
fix: Modify of the sender style in the AI dialog box
1 parent 3ff6548 commit 68167e0

1 file changed

Lines changed: 9 additions & 21 deletions

File tree

packages/plugins/robot/src/components/chat/RobotChat.vue

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -545,39 +545,27 @@ const handlePromptItemClick = (ev: unknown, item: { description?: string }) => {
545545
}
546546
}
547547
548-
.tiny-sender__header-slot .tr-attachments .tr-attachments__file-list .tr-attachments__add-button {
549-
display: none;
550-
}
551-
552548
:deep(.tr-bubble) {
553549
.tr-bubble__content:has(> .tr-bubble__content-items > [class*='img-renderer-container']) {
554550
padding: 0px;
555551
background-color: transparent;
556552
}
557553
}
558554
559-
:deep(.tiny-sender) {
555+
:deep(.tr-sender) {
560556
margin: 20px;
561-
.tiny-sender__footer-slot.tiny-sender__bottom-row {
562-
justify-content: space-between !important;
557+
.tr-sender-editor-content .ProseMirror p {
558+
font-size: 14px;
563559
}
564-
.tiny-sender__upload-popup {
565-
.upload-options {
566-
height: 42px;
567-
568-
.upload-option:first-child {
569-
display: none;
570-
}
571-
}
560+
.tr-action-button {
561+
width: 26px;
562+
height: 26px;
572563
}
573-
.tiny-sender__input-field-wrapper .tiny-textarea__inner {
574-
font-size: 14px;
564+
.tr-sender-submit-button {
565+
width: 30px;
566+
height: 30px;
575567
}
576568
}
577-
:deep(.action-buttons__icon) {
578-
width: 26px !important;
579-
height: 26px !important;
580-
}
581569
:deep(.tr-attachments) {
582570
.tr-attachments__file-list {
583571
.tr-file-card {

0 commit comments

Comments
 (0)