We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c51117 commit c64668dCopy full SHA for c64668d
vue.config.js
@@ -33,7 +33,6 @@ module.exports = {
33
matchColors: getAntdSerials('#1890ff'), // 主色系列
34
// 改变样式选择器,解决样式覆盖问题
35
changeSelector (selector) {
36
- console.log('selector', selector)
37
switch (selector) {
38
case '.ant-calendar-today .ant-calendar-date':
39
return ':not(.ant-calendar-selected-date)' + selector
0 commit comments