fix: style issues with side menu components and drawer components; 🐛

修复:侧边菜单组件和抽屉组件的样式问题;
This commit is contained in:
iczer
2020-07-02 11:21:51 +08:00
parent 7c23832b18
commit 14f6aebfe1
5 changed files with 14 additions and 11 deletions

View File

@@ -23,6 +23,8 @@ module.exports = {
},
changeSelector (selector) {
switch (selector) {
case '.ant-layout-sider':
return '.ant-layout-sider-dark'
case '.ant-calendar-today .ant-calendar-date':
return ':not(.ant-calendar-selected-date):not(.ant-calendar-selected-day)' + selector
case '.ant-btn:focus,.ant-btn:hover':