-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _vcNotification = require('../vc-notification');
var _vcNotification2 = _interopRequireDefault(_vcNotification);
var _icon = require('../icon');
var _icon2 = _interopRequireDefault(_icon);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
var defaultDuration = 3;
var defaultTop = void 0;
var messageInstance = void 0;
var key = 1;
var prefixCls = 'ant-message';
这里直接在js代码中写死了,使用a-config-provider配置prefixCls后message样式有问题