File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1515 :chatId =" currentChatId"
1616 @refresh =" refresh"
1717 @scroll =" handleScroll"
18- ></AiChat >
18+ class =" AiChat-embed"
19+ >
20+ </AiChat >
1921 </div >
2022
2123 <el-button type =" primary" link class =" new-chat-button" @click =" newChat" >
@@ -225,7 +227,7 @@ onMounted(() => {
225227 }
226228 .new-chat-button {
227229 position : absolute ;
228- bottom : 84 px ;
230+ bottom : 80 px ;
229231 left : 18px ;
230232 z-index : 11 ;
231233 }
@@ -282,5 +284,13 @@ onMounted(() => {
282284 max-width : var (--app-chat-width , 860px );
283285 margin : 0 auto ;
284286 }
287+ .AiChat-embed {
288+ .ai-chat__operate {
289+ padding-top : 38px ;
290+ }
291+ .ai-chat__content {
292+ padding-bottom : 104px
293+ }
294+ }
285295}
286296 </style >
Original file line number Diff line number Diff line change 144144 <el-input-number
145145 v-model =" cloneForm.top_number"
146146 :min =" 1"
147- :max =" 10 "
147+ :max =" 100 "
148148 controls-position =" right"
149149 class =" w-full"
150150 />
You can’t perform that action at this time.
0 commit comments