Vue ElementUI图片引入注意事项

1.在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;

}

你可能感兴趣的:(前端,javascript,vue.js)