专家人脸比对demo开发完成(兼容IE11、chrome以及firefox)
This commit is contained in:
@ -26,7 +26,7 @@ export default class FrameFaceLogin extends React.Component {
|
||||
return (
|
||||
<div style={{ height: "100%" }}>
|
||||
{/* 设置Iframe 盒子的宽度 */}
|
||||
<div style={{ minHeight: "calc(55vh - 97px)", position: "relative" }}>
|
||||
<div style={{ minHeight: "calc(70vh - 100px)", position: "relative" }}>
|
||||
{/* 这个是打包后的Iframe 地址:要到webpack中配置打包地址 */}
|
||||
<FrameLoader url="/faceLoginIE/index.html" />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user