mirror of https://github.com/halo-dev/halo
Fix the problem of abnormal ui when the editor is switched to full screen (halo-dev/console#465)
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
3c5550a5db
commit
3d963c8a2a
|
@ -24,7 +24,7 @@
|
||||||
"@codemirror/lang-html": "^0.19.4",
|
"@codemirror/lang-html": "^0.19.4",
|
||||||
"@codemirror/lang-java": "^0.19.1",
|
"@codemirror/lang-java": "^0.19.1",
|
||||||
"@halo-dev/admin-api": "^1.0.0-alpha.49",
|
"@halo-dev/admin-api": "^1.0.0-alpha.49",
|
||||||
"@halo-dev/editor": "^3.0.0-alpha.1",
|
"@halo-dev/editor": "^3.0.0-alpha.2",
|
||||||
"ant-design-vue": "^1.7.8",
|
"ant-design-vue": "^1.7.8",
|
||||||
"dayjs": "^1.10.7",
|
"dayjs": "^1.10.7",
|
||||||
"enquire.js": "^2.1.6",
|
"enquire.js": "^2.1.6",
|
||||||
|
|
|
@ -7,7 +7,7 @@ specifiers:
|
||||||
'@codemirror/lang-html': ^0.19.4
|
'@codemirror/lang-html': ^0.19.4
|
||||||
'@codemirror/lang-java': ^0.19.1
|
'@codemirror/lang-java': ^0.19.1
|
||||||
'@halo-dev/admin-api': ^1.0.0-alpha.49
|
'@halo-dev/admin-api': ^1.0.0-alpha.49
|
||||||
'@halo-dev/editor': ^3.0.0-alpha.1
|
'@halo-dev/editor': ^3.0.0-alpha.2
|
||||||
'@vue/cli-plugin-babel': ~5.0.1
|
'@vue/cli-plugin-babel': ~5.0.1
|
||||||
'@vue/cli-plugin-eslint': ~5.0.1
|
'@vue/cli-plugin-eslint': ~5.0.1
|
||||||
'@vue/cli-plugin-router': ~5.0.1
|
'@vue/cli-plugin-router': ~5.0.1
|
||||||
|
@ -52,7 +52,7 @@ dependencies:
|
||||||
'@codemirror/lang-html': 0.19.4
|
'@codemirror/lang-html': 0.19.4
|
||||||
'@codemirror/lang-java': 0.19.1
|
'@codemirror/lang-java': 0.19.1
|
||||||
'@halo-dev/admin-api': 1.0.0-alpha.49
|
'@halo-dev/admin-api': 1.0.0-alpha.49
|
||||||
'@halo-dev/editor': 3.0.0-alpha.1
|
'@halo-dev/editor': 3.0.0-alpha.2
|
||||||
ant-design-vue: 1.7.8_9065e7474e033a8e4b95615fc8e6c36c
|
ant-design-vue: 1.7.8_9065e7474e033a8e4b95615fc8e6c36c
|
||||||
dayjs: 1.10.7
|
dayjs: 1.10.7
|
||||||
enquire.js: 2.1.6
|
enquire.js: 2.1.6
|
||||||
|
@ -1585,8 +1585,8 @@ packages:
|
||||||
- debug
|
- debug
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@halo-dev/editor/3.0.0-alpha.1:
|
/@halo-dev/editor/3.0.0-alpha.2:
|
||||||
resolution: {integrity: sha512-IRxsmBTOYLzkgSZ2wKO4GNeXSBkGNy4LfnnIwk2regmUwy548xMpGF8Az/tqeKJ3a7NjZ6WFqfxrP9oSUSqaQg==}
|
resolution: {integrity: sha512-er9X+WP0vBpbDdGVMu9k/aUd3pQIeV047YHXONIp5GWnueJcBxg4jvNa4UPLWIBttsWNVeto7/maYiYVzz69IA==}
|
||||||
dependencies:
|
dependencies:
|
||||||
'@iktakahiro/markdown-it-katex': 4.0.1
|
'@iktakahiro/markdown-it-katex': 4.0.1
|
||||||
'@susisu/mte-kernel': 2.1.1
|
'@susisu/mte-kernel': 2.1.1
|
||||||
|
|
|
@ -831,10 +831,6 @@ body {
|
||||||
z-index: 1000 !important;
|
z-index: 1000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-note-wrapper {
|
|
||||||
z-index: 999 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header-comment-popover {
|
.header-comment-popover {
|
||||||
.ant-popover-content {
|
.ant-popover-content {
|
||||||
.ant-popover-inner-content {
|
.ant-popover-inner-content {
|
||||||
|
|
Loading…
Reference in New Issue