Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aiql-admin authored Jul 12, 2024
1 parent 6861103 commit cdf001d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h5 class="font-weight-bold">{{ column.key }}</h5>
</v-col>

<v-sheet elevation="0" class="input-panel d-flex align-end px-1">
<v-textarea class="input-box" color="primary" type="text" variant="solo" counter
<v-textarea class="input-box" dirty color="primary" type="text" variant="solo" counter
@keydown="messageStore.handleKeydown" v-model="messageStore.userMessage" label="Q:"
:rows="settingStore.inputRow" @focus="settingStore.inputRow = 3" auto-grow max-rows="15"
@blur="settingStore.inputRow = 1">
Expand Down Expand Up @@ -1171,7 +1171,6 @@ <h5 class="font-weight-bold">{{ column.key }}</h5>
};

const resizeAvatar = () => {
console.log(window.innerWidth)
if (window.innerWidth <= 1340) {
settingStore.avatarSize = 26
} else {
Expand Down

0 comments on commit cdf001d

Please # to comment.