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 11<template >
22 <div class =" chat-operation-button flex-between" >
33 <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 >
55 </el-text >
66
77 <div >
Original file line number Diff line number Diff line change 3939
4040@media only screen and (max-width : 768px ) {
4141 .ai-chat {
42- height : calc (100% - 100 px ) ;
42+ height : calc (100% - 106 px ) !important ;
4343 }
4444}
4545.chat-mobile {
Original file line number Diff line number Diff line change 33 ref =" aiChatRef"
44 class =" ai-chat"
55 :class =" type"
6- :style =" { height: firsUserInput ? '100%' : undefined }"
6+ :style =" {
7+ height: firsUserInput ? '100%' : undefined,
8+ paddingBottom: applicationDetails.disclaimer ? '20px' : 0
9+ }"
710 >
811 <div
912 v-show =" showUserInputContent"
You can’t perform that action at this time.
0 commit comments