File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
components/ADempiere/ChatEntries Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2828 >
2929 {{ $t('window.containerInfo.notes') }}
3030 </span >
31- <el-scrollbar wrap-class =" scroll-window-log-chat " >
31+ <el-scrollbar wrap-class =" scroll-child " style = " height : 100 % ; " >
3232 <el-timeline >
3333 <el-timeline-item
3434 v-for =" (chats, key) in chatList"
@@ -178,4 +178,8 @@ export default {
178178 padding : 10px 20px !important ;
179179 }
180180}
181+ .el-card__body {
182+ padding : 20px ;
183+ height : 100% ;
184+ }
181185 </style >
Original file line number Diff line number Diff line change 105105 class =" tab-window"
106106 />
107107 <div v-if =" isMobile" >
108- <el-card class =" box-card" >
108+ <el-card class =" box-card" style = " height : 90 vh " >
109109 <el-tabs v-model =" activeInfo" @tab-click =" handleClick" >
110110 <el-tab-pane
111111 name =" listChatEntries"
Original file line number Diff line number Diff line change @@ -368,6 +368,13 @@ export default {
368368 if ( ! this . isEmptyValue ( this . windowMetadata . currentTab . tableName ) && ! this . isEmptyValue ( value ) && ( ! this . isEmptyValue ( this . $route . query ) && this . $route . query . typeAction === 'recordAccess' ) ) {
369369 this . $store . commit ( 'setRecordAccess' , true )
370370 }
371+ if ( ! this . isEmptyValue ( this . windowMetadata . currentTab . tableName ) && ! this . isEmptyValue ( value ) && this . isMobile ) {
372+ this . $store . dispatch ( this . activeInfo , {
373+ tableName : this . getTableName ,
374+ recordId : this . recordId ,
375+ recordUuid : value . UUID
376+ } )
377+ }
371378 }
372379 } ,
373380 created ( ) {
You can’t perform that action at this time.
0 commit comments