File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
ui/src/components/ai-chat
component/operation-button Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" chat-operation-button flex-between" >
3
3
<el-text type =" info" >
4
- <span class =" ml-4" >{{ datetimeFormat(data.create_time) }}</span >
4
+ <span class =" ml-4" v-if = " data.create_time " >{{ datetimeFormat(data.create_time) }}</span >
5
5
</el-text >
6
6
7
7
<div >
Original file line number Diff line number Diff line change 39
39
40
40
@media only screen and (max-width : 768px ) {
41
41
.ai-chat {
42
- height : calc (100% - 100 px ) ;
42
+ height : calc (100% - 106 px ) !important ;
43
43
}
44
44
}
45
45
.chat-mobile {
Original file line number Diff line number Diff line change 3
3
ref =" aiChatRef"
4
4
class =" ai-chat"
5
5
:class =" type"
6
- :style =" { height: firsUserInput ? '100%' : undefined }"
6
+ :style =" {
7
+ height: firsUserInput ? '100%' : undefined,
8
+ paddingBottom: applicationDetails.disclaimer ? '20px' : 0
9
+ }"
7
10
>
8
11
<div
9
12
v-show =" showUserInputContent"
You can’t perform that action at this time.
0 commit comments