提交 0dafd070 编写于 作者: guangjun.yang's avatar guangjun.yang

Merge branch 'dev-compliance-0708' into release

* dev-compliance-0708:
  将后面的页面固定,不能滑动
...@@ -62,6 +62,9 @@ export default { ...@@ -62,6 +62,9 @@ export default {
methods: { methods: {
handlerAction(type) { handlerAction(type) {
this.$emit("handlerAction", type); this.$emit("handlerAction", type);
},
stop() {
return false;
} }
} }
}; };
......
<template> <template>
<!-- 组件详情页面:模块列表及其下面的元件列表 --> <!-- 组件详情页面:模块列表及其下面的元件列表 -->
<div class="page-container-merge"> <div class="page-container-merge" :style="{'position': isShowEJDialog ? 'fixed' : 'static'}">
<CommonNavbar <CommonNavbar
id="header" id="header"
:bgColor="bgColor" :bgColor="bgColor"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册