<style lang="scss" scoped>
// 引入全局样式  index
@import '@/styles/index';
.not-login {
    height: 180px;
    // ~@ 代表src 文件
    background: url("~@/assets/banner.png") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
   </style>
Logo

前往低代码交流专区

更多推荐