mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
fix: fixed basicButton primary style
修正BasicButton primary类型的样式
This commit is contained in:
@@ -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}`;
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user