1.在div中引入
<div style="margin-top:3px;"><el-image
style="width: 200px; height: 150px;margin-top:10px;"
:src="require('../../assets/icon/企业认证.png')"
></el-image></div>
2.在css中引入
.login-container {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-width: auto;
z-index: 0;
zoom: 1;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../../assets/opera/login_bg2.png);
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
}