fix(ui):some fix (#370)

* pref(ui):some bugfix & some style

* fix(ui):some fix
This commit is contained in:
wang-liang0615
2024-01-10 09:46:02 +08:00
committed by GitHub
parent c2ba819076
commit 996151f0f4
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) {