mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 07:52:42 +08:00
fix(ui):some fix (#370)
* pref(ui):some bugfix & some style * fix(ui):some fix
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user