ソースを参照

Merge branch 'sudheer1.0'

# Conflicts:
#	assets/js/setting.js
Sai Sudheer 2年前
コミット
07ce07bbb6
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      assets/js/list.index.js

+ 1
- 1
assets/js/list.index.js ファイルの表示

@@ -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
         }

読み込み中…
キャンセル
保存