antd notification改为message

This commit is contained in:
hanhh
2021-05-24 23:29:35 +08:00
parent 09162d503a
commit e28d84dc6b
12 changed files with 51 additions and 83 deletions
+10
View File
@@ -6,6 +6,16 @@ body {
@import '~codemirror/lib/codemirror.css';
.CodeMirror {
height: auto;
}
.CodeMirror-scroll {
height: auto;
overflow-y: hidden;
overflow-x: auto;
}
.ql-container-wrapper {
.CodeMirror {
position: absolute;