簡體   English   中英

應用 Ngx 管理背景圖片

[英]Apply Ngx admin background image

我需要為 ngx-admin 應用背景圖片

http://akveo.com/ngx-admin/#/pages/dashboard

類似於http://akveo.com/blur-admin/#/tables/basic

戈皮

嘗試這個...

 body.nb-theme-cosmic::before {
    position: relative !important;
    background: url(http://akveo.com/blur-admin/assets/img/blur-bg.jpg) center center no-repeat !important;
    background-size: cover !important;
 }

嘗試將此添加到您的@theme/styles/stlyes.scss

.nb-theme-corporate nb-layout-header.fixed ~ .layout-container{
  background:url(your-url);
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM