Skip to content

Commit

Permalink
!4 fix the message method import incorrect name
Browse files Browse the repository at this point in the history
Merge pull request !4 from 工作专用/master
  • Loading branch information
工作专用 authored and zhangmrit committed Jun 18, 2019
1 parent 8504ef5 commit 494a219
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 132 deletions.
2 changes: 1 addition & 1 deletion src/components/SettingDrawer/settingConfig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Message as message } from 'ant-design-vue'
import { message } from 'ant-design-vue'
// import defaultSettings from '../defaultSettings';
import themeColor from './themeColor.js'

Expand Down
130 changes: 0 additions & 130 deletions src/zmr.vue.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
fileName: 'css/theme-colors.css', // TODO 需要处理的暗坑
matchColors: getAntdSerials('#1890ff'), // 主色系列
// 改变样式选择器,解决样式覆盖问题
changeSelector (selector) {
changeSelector(selector) {
switch (selector) {
case '.ant-calendar-today .ant-calendar-date':
return ':not(.ant-calendar-selected-date)' + selector
Expand Down

0 comments on commit 494a219

Please sign in to comment.