提交 1b577922 作者: 无木

fix: fixed basicButton primary style

修正BasicButton primary类型的样式
上级 3ba8a676
...@@ -35,6 +35,10 @@ export function configThemePlugin(isBuild: boolean): Plugin[] { ...@@ -35,6 +35,10 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
return s; return s;
case '.ant-select-item-option-selected:not(.ant-select-item-option-disabled)': case '.ant-select-item-option-selected:not(.ant-select-item-option-disabled)':
return s; return s;
case '.ant-btn-primary':
case '.ant-btn:hover':
case '.ant-btn-primary:hover':
return s;
} }
return s.startsWith('[data-theme') ? s : `[data-theme] ${s}`; return s.startsWith('[data-theme') ? s : `[data-theme] ${s}`;
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论