Giter Site home page Giter Site logo

Comments (10)

LinboLen avatar LinboLen commented on May 7, 2024 2

I almost have implemented a scss style. seems like that it's impossible to switch to scss by antd team currently. so right now ng zorro is also unlikely use scss.

theme implement is on schedule in my project. but it use scss. write less and scss is really a huge budget work. waiting to see the feedback from ng zorro team

from ng-zorro-antd.

wimastop avatar wimastop commented on May 7, 2024 1

是不是可以考虑把组件内部引入的样式文件,导入到style下的index里面。类似material2一样,在style.css里面导入这个文件。

from ng-zorro-antd.

vthinkxie avatar vthinkxie commented on May 7, 2024

Not supported yet.

from ng-zorro-antd.

shaodahong avatar shaodahong commented on May 7, 2024

@vthinkxie This can be supported, If you don't want the default blue

from ng-zorro-antd.

lyc152 avatar lyc152 commented on May 7, 2024

现在还是不可以更改颜色主题吗

from ng-zorro-antd.

crowncoder avatar crowncoder commented on May 7, 2024

什么时候能更改颜色主题啊

from ng-zorro-antd.

lizhuangs avatar lizhuangs commented on May 7, 2024

好像现在只有一套主题?默认这套太简洁了。主要是看起来太白了,组组又显得比较小巧。

from ng-zorro-antd.

vthinkxie avatar vthinkxie commented on May 7, 2024

supported in version 0.7.0 closed

from ng-zorro-antd.

wunaidage avatar wunaidage commented on May 7, 2024

非常好奇官网的那个实时改变主题色的功能是是怎么实现的...

from ng-zorro-antd.

andersonmadeira avatar andersonmadeira commented on May 7, 2024

Excuse me for not speaking chinese, but I found a workaround with this:

<nz-spin nzSimple [nzIndicator]="indicatorTemplate"> </nz-spin>

<ng-template #indicatorTemplate>
    <i nz-icon nzType="loading" style="font-size: 75px;"></i>
    <span class="loading-text" style="font-size: 25px; display: block; margin-top: 5px;">Loading...</span>
</ng-template>

from ng-zorro-antd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.