不凡路,平凡人

导航

vue/element ui中css里面background url 图片路径设置

<template>
</template>
<script>
</script>
<style lang="scss" scoped>
#app .sidebar-container{
background: #131e50 url('~@/assets/nav_bg.png') no-repeat center bottom / 100% auto;
}
</style>

posted on 2020-06-02 16:54  不凡路,平凡人  阅读(1779)  评论(0编辑  收藏  举报