fix(ui):some fix

This commit is contained in:
wang-liang0615
2024-01-10 09:44:54 +08:00
parent feb98d4747
commit dccc939e32
8 changed files with 23 additions and 24 deletions

View File

@@ -13,7 +13,7 @@ const getAntdSerials = (color) => {
const themePluginOption = {
fileName: 'css/theme-colors-[contenthash:8].css',
matchColors: getAntdSerials('#1890ff'), // 主色系列
matchColors: getAntdSerials('#2f54eb'), // 主色系列
// 改变样式选择器,解决样式覆盖问题
changeSelector (selector) {
switch (selector) {