diff --git a/business-css/frontend/src/api/business/project/index.ts b/business-css/frontend/src/api/business/project/index.ts
index 0682a0d..439298e 100644
--- a/business-css/frontend/src/api/business/project/index.ts
+++ b/business-css/frontend/src/api/business/project/index.ts
@@ -83,3 +83,14 @@ export function simulationRun(projectId:string,scenarioId:string, data:any){
data: data
});
}
+
+
+
+//新增项目
+export function exportAllExports(){
+ return request({
+ url:'/projects/exportAllExports' ,
+ method: 'get'
+ });
+}
+
diff --git a/business-css/frontend/src/components/antvx6/index.vue b/business-css/frontend/src/components/antvx6/index.vue
index 31f8bf2..311ebb2 100644
--- a/business-css/frontend/src/components/antvx6/index.vue
+++ b/business-css/frontend/src/components/antvx6/index.vue
@@ -792,6 +792,7 @@ function preWork() {
#graph-container {
width: calc(100% - 180px);
height: 100%;
+ background-color: #f1f3fe;
}
.x6-widget-stencil {
background-color: #fff;
@@ -1191,7 +1192,8 @@ function saveDesign() { // 保存设计
-
+
+