|
@@ -347,7 +347,7 @@ class ParseCard {
|
|
|
let _iframe = document.createElement('iframe')
|
|
|
_iframe.id = params.post_Id
|
|
|
_iframe.src = chromeExtensionUrl + ('iframe/treasure-hunt.html') + `?params=${JSON.stringify(params)}&iframeId=${guid()}`;
|
|
|
- _iframe.style.cssText = 'border:medium none; width:375px; min-height:500px; border: 1px solid #DCDCDC; border-radius: 20px;'
|
|
|
+ _iframe.style.cssText = 'border:medium none; width:375px; min-height:580px; border: 1px solid #DCDCDC; border-radius: 20px;'
|
|
|
return _iframe
|
|
|
}
|
|
|
isHasIframeByArticle(dom_card) {
|