chore: chatgpt prompts

This commit is contained in:
lencx
2022-12-15 21:46:15 +08:00
parent 0649723c3c
commit 7da70733a3
7 changed files with 76 additions and 11 deletions

12
src/view/ChatGPTPrompts/index.scss vendored Normal file
View File

@@ -0,0 +1,12 @@
.chat-prompts-val {
display: inline-block;
width: 100%;
max-width: 300px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.add-btn {
margin-bottom: 20px;
}