|
@ -86,7 +86,7 @@ export default { |
|
|
if (!that.timer) { |
|
|
if (!that.timer) { |
|
|
that.timer = true |
|
|
that.timer = true |
|
|
// 这里的定时器是为了避免window.onresize时过于频繁的刷新vuex |
|
|
// 这里的定时器是为了避免window.onresize时过于频繁的刷新vuex |
|
|
setTimeout(function() { |
|
|
setTimeout(function () { |
|
|
that.setClientHeight(document.documentElement.clientHeight) |
|
|
that.setClientHeight(document.documentElement.clientHeight) |
|
|
// debugger |
|
|
// debugger |
|
|
if (document.documentElement.clientHeight < 800) { |
|
|
if (document.documentElement.clientHeight < 800) { |
|
@ -104,3 +104,11 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<style lang="scss"> |
|
|
|
|
|
.tox-dialog__disable-scroll { |
|
|
|
|
|
.tox .tox-dialog { |
|
|
|
|
|
z-index: 2000000000; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|