We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad10f05 commit f695dbaCopy full SHA for f695dba
frontend/src/views/chat/index.vue
@@ -292,6 +292,7 @@
292
:disabled="isTyping"
293
clearable
294
class="input-area"
295
+ :class="isAssistant && 'is-assistant'"
296
type="textarea"
297
:rows="1"
298
:autosize="{ minRows: 1, maxRows: 8.583 }"
@@ -935,6 +936,20 @@ onMounted(() => {
935
936
border-radius: 16px;
937
line-height: 24px;
938
}
939
+
940
+ &.is-assistant {
941
+ :deep(.ed-textarea__inner) {
942
+ padding: 12px 12px 52px 12px;
943
+ font-weight: 400;
944
+ font-size: 16px;
945
+ line-height: 24px;
946
+ border-radius: 16px;
947
948
+ &::placeholder {
949
+ color: #8f959e;
950
+ }
951
952
953
954
955
.input-icon {
0 commit comments