We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'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样式有问题
The text was updated successfully, but these errors were encountered:
Your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you! 为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 issue 助手 来创建 issue 以方便我们定位错误。谢谢配合!
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
'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样式有问题
The text was updated successfully, but these errors were encountered: