change the css in the theme doesn't work
未关闭
- 主要语言
- TypeScript
- 星标
- 25.7k
- 派生
- 7.9k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I am using angular 7 version based ngx-admin. I need to change the ul 's padding-left from 1.25rem to 0rem.
I put the css inside the pages.components.scss as below
```
/deep/ .nb-theme-default ol, .nb-theme-default ul {
padding-left: 0rem;
}
```
The new css has shown to be active when refreshing the browser, but the css still show the effects as before.
How could I solve this little problem
贡献指南
评估
这个 Issue 还没有评估数据。