Selaa lähdekoodia

Merge branch 'sudheer1.0'

# Conflicts:
#	assets/js/setting.js
Sai Sudheer 2 vuotta sitten
vanhempi
commit
07ce07bbb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js Näytä tiedosto

@@ -210,7 +210,7 @@ export function detailClick(){
210 210
             } = JSON.parse(cookie);
211 211
             debugger;
212 212
             $('#detailIframe').html(
213
-                `<iframe width="100%" style="min-height:746px"  name="srcframe" id="srcframe" class="srcframe" src="http://localhost:3086/#/${unibaseId}/${tenantId}/${userId}/${recordId}/${installedAppId}/loadDetail"></iframe>`
213
+                `<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>`
214 214
             );
215 215
     
216 216
         }

Loading…
Peruuta
Tallenna