We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.2.6
OS: windows 10; node: 16.3; Vue:3.0.5; Chrome: 92.0.4515.131
https://github.com/benyuanzhang-Zhang/antdv-less-bug
@color: #5773d7; // other colors have the same effect @primary-color: @color; // black
@other-variable: #5773d7; @primary-color: @other-variable; // normal
the theme primary color is my setting color when mouse hover the default button 当我鼠标悬浮在默认按钮上面是我设置颜色的计算结果
when i hover the border color is black 当我悬浮的时候,边框颜色是黑色的