1
1

Merge branch 'sudheer1.0'

# Conflicts:
#	assets/js/setting.js
Dieser Commit ist enthalten in:
2022-12-28 10:20:45 +05:30
Commit 07ce07bbb6
+1 -1
Datei anzeigen
@@ -210,7 +210,7 @@ export function detailClick(){
} = JSON.parse(cookie);
debugger;
$('#detailIframe').html(
`<iframe width="100%" style="min-height:746px"  name="srcframe" id="srcframe" class="srcframe" src="http://localhost:3086/#/${unibaseId}/${tenantId}/${userId}/${recordId}/${installedAppId}/loadDetail"></iframe>`
`<iframe width="100%" style="min-height:calc(100vh - ${$('.tp-bar').height()}px)"  name="srcframe" id="srcframe" class="srcframe" src="http://localhost:3088/#/${unibaseId}/${tenantId}/${userId}/${recordId}/${installedAppId}/loadDetail"></iframe>`
);
}