Vue picture does not display the problem?

background picture of vue landing page is not displayed:

loader
  {
    test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
    loader: "url-loader",
    options: {
      limit: 10000,
      name: utils.assetsPath("img/[name].[hash:7].[ext]")
    }
  }
  less:
  .login{
      width: 100%;
      height: 100%;
      background-image: url("../assets/background_login.png");
      background-size: cover;
      background-position: center;
      position: relative;
      &-con{
        position: absolute;
        right: 160px;
        top: 50%;
        width: 300px;
        &-header{
          font-size: 16px;
          font-weight: 300;
          text-align: center;
          padding: 30px 0;
        }
        .form-con{
          padding: 10px 0 0;
        }
        .login-tip{
          font-size: 10px;
          text-align: center;
          color: -sharpc3c3c3;
        }
      }
    }
    

Front-end screenshot

:

Mar.14,2021

check the .login tag to see if there is a high degree of


which belongs to the error that plagiarism is not complete.
the picture actually works
, but the background image does not show


because the size of the parent container is not set.

background url () image path problem in the generated css file

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31e8e-2bdc7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31e8e-2bdc7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?