Kaynağa Gözat

Merge branch 'sudheer1.0'

# Conflicts:
#	assets/js/setting.js
Sai Sudheer 2 yıl önce
ebeveyn
işleme
07ce07bbb6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js Dosyayı Görüntüle

210
             } = JSON.parse(cookie);
210
             } = JSON.parse(cookie);
211
             debugger;
211
             debugger;
212
             $('#detailIframe').html(
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…
İptal
Kaydet