diff --git a/src/views/app/layout/layout.vue b/src/views/app/layout/layout.vue index 383205b..c47d605 100644 --- a/src/views/app/layout/layout.vue +++ b/src/views/app/layout/layout.vue @@ -63,11 +63,13 @@ export default { position: relative; height: 100%; width: 100%; + &.mobile.openSidebar { position: fixed; top: 0; } } + .drawer-bg { background: #000; opacity: 0.3; diff --git a/src/views/intelligent-agent/index.vue b/src/views/intelligent-agent/index.vue index d4800e2..3b2ee6b 100644 --- a/src/views/intelligent-agent/index.vue +++ b/src/views/intelligent-agent/index.vue @@ -79,23 +79,18 @@ export default {