问题描述
我正在使用ASP.NET Boilerplate Angular Template开始一个项目,但我想将UI主题更改为另一个核心UI主题.
I'm starting a project with ASP.NET Boilerplate Angular Template but I want to change the UI theme for another as Core UI theme.
曾经使用过ASP.NET Boilerplate Angular Template的人可以帮助我吗?
someone who has worked with ASP.NET Boilerplate Angular Template could help me?
推荐答案
我已经多次更改了模板,然后将新模板的所有元素放置在abp的基本模板中的相对路径中,然后我进行了设计再次使用默认注册(登录屏幕,注册,用户,角色,租户),因为HTML发生了更改,我至少在1小时内进行了更改
I've changed the template in many times and what I dit was put all elements of new template in relative route in abp's base template, then after that I design again the default registers (Login screen, register, users, roles, tenant) because the HTML changes, I do the changes in at least 1 hour
(我的英语不太好.)
这篇关于如何更改ASP.NET样板角度模板UI主题(Adminbsb)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!