diff --git a/business-css/frontend/src/components/Hamburger/index.vue b/business-css/frontend/src/components/Hamburger/index.vue
index 490d427..e840501 100644
--- a/business-css/frontend/src/components/Hamburger/index.vue
+++ b/business-css/frontend/src/components/Hamburger/index.vue
@@ -2,7 +2,7 @@

diff --git a/business-css/frontend/src/components/antvx6/index.vue b/business-css/frontend/src/components/antvx6/index.vue
index a5adf17..217d70e 100644
--- a/business-css/frontend/src/components/antvx6/index.vue
+++ b/business-css/frontend/src/components/antvx6/index.vue
@@ -16,7 +16,8 @@ import {
// @ts-ignore
import insertCss from 'insert-css'
import { updateProjects} from "@/api/business/project";
-
+import Createscenario from '@/views/component/scenario/createscenario.vue'
+import ScenarioModel from '@/views/component/scenario/index.vue'
import img1 from '@/assets/x6/1.png'
import img2 from '@/assets/x6/2.png'
import img3 from '@/assets/x6/3.png'
@@ -39,7 +40,8 @@ const props = defineProps({
default: {}
},
})
-const projectInfo:any = ref(props.projectInfo)
+const projectInfo:any = ref(props.projectInfo) // 项目信息
+const isScenario = ref(false) //是否展示历史模拟场景
const isDisplay = ref(true) // 是否显示
// 为了协助代码演示
let graph: Graph
@@ -810,6 +812,20 @@ function bigClick(){
function smallClick(){
graph.zoom(-0.1)
}
+function analysisAdd(){
+ dialogVisible.value = true;
+}
+const dialogVisible = ref(false)
+function closeCreatescenario(){ // 关闭新增模拟分析弹窗
+ dialogVisible.value = false;
+}
+function simulationClick() { // 打开模拟分析
+ isScenario.value = true;
+}
+//取消按钮
+function handleClose() {
+ isScenario.value = false;
+}
@@ -834,10 +850,10 @@ function smallClick(){

diff --git a/framework/frontend/src/styles/sidebar.scss b/framework/frontend/src/styles/sidebar.scss
index a0e5c74..f42a815 100644
--- a/framework/frontend/src/styles/sidebar.scss
+++ b/framework/frontend/src/styles/sidebar.scss
@@ -21,7 +21,7 @@ svg {
top: 60px;
bottom: 0;
left: 0;
- z-index: 98;
+ z-index: 10;
overflow: hidden;
// reset element-ui css