fix: style problem of message component; 🐛

修复:message 组件样式问题;
This commit is contained in:
iczer
2020-08-27 22:35:07 +08:00
parent ad11e315e6
commit 04be83ac7c
4 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
.ant-message{
z-index: 1100;
}

View File

@@ -1 +1,2 @@
@import "ant-time-picker";
@import "ant-message";