-
-
-
-
-
- {{ 'None' }}
-
-
-
- {{ 'Exploratory' }}
-
-
-
- {{ 'Growth' }}
-
-
-
- {{ 'Use Case' }}
-
-
-
- {{ index +1}}. {{ scenario[Object.keys(scenario)[0]] }}
-
-
- {{ scenario[Object.keys(scenario)[2]] }}
-
-
- Stimuli:
-
-
-
-
- {{ targetLogic }}
-
- {{ index +1}}. {{ stimulus[stimulus[7]] }}
-
-
-
- Responses:
-
-
-
-
- {{ targetLogic }}
-
- {{ index +1}}. {{ response[response[7]] }}
-
-
-
- Remove Scenario
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 'None' }}
+
+
+
+ {{ 'Exploratory' }}
+
+
+
+ {{ 'Growth' }}
+
+
+
+ {{ 'Use Case' }}
+
+
+
+ {{ index +1}}. {{ scenario[Object.keys(scenario)[0]] }}
+
+
+ {{ scenario[Object.keys(scenario)[2]] }}
+
+
+ Stimuli:
+
+
+
+ {{ index +1}}.
+
+ {{ targetLogic }}
+
+ {{ stimulus[stimulus[7]] }}
+
+
+ Responses:
+
+
+
+ {{ index +1}}.
+
+ {{ targetLogic }}
+
+ {{ response[response[7]] }}
+
+
+
+ Remove Scenario
+
+
+
+
+
-
-
+
+
@@ -111,32 +136,29 @@ computed:{
.headline-frame {
background-color: #eaf6ff;
padding: 0px;
- display: flex;
+ display:flex;
justify-content: center;
- align-items: center;
- height: 100px;
+ align-items: center;
width: 100%;
+ margin-top: -25px;
}
.headline {
color: #333;
}
-.box-frame {
+.main-frame {
background-color: #d3d3d3;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 70vh;
+ justify-content:center;
+ align-items:center;
+ display: block;
+ height: 90vh;
width: 100%;
+ margin-top: -22px;
}
.tool-frame {
- background-color: #d3d3d3;
- display: flex;
- justify-content: center;
- align-items: center;
- height: auto;
+ height: 15%;
width: 100%;
}
@@ -188,7 +210,7 @@ computed:{
text-decoration: none;
display: inline-block;
font-size: 16px;
- margin-top: 20px;
+ margin: 20px;
cursor: pointer;
border-radius: 4px;
}
@@ -203,11 +225,12 @@ body {
}
.list-container {
- width: 90%;
+ width: 95%;
background-color: #fff;
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
overflow: hidden;
- height: 60vh;
+ height: 80%;
+ margin-left: 2.5vw
}
.list-item {
diff --git a/pages/index.vue b/pages/index.vue
index 9ad21ce..a0c5b13 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,39 +1,17 @@
-
-
-
-
Welcome to Your Dashboard
-
- This is our Dashboard
-
-
System
-
-
Essential Links
-
-
Ecosystem
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/pages/pspwizardSite.vue b/pages/pspwizardSite.vue
index 2dafd6b..132c99d 100644
--- a/pages/pspwizardSite.vue
+++ b/pages/pspwizardSite.vue
@@ -5,13 +5,8 @@ import PSPWizard from "../components/PSPWizard.vue";
-
-
\ No newline at end of file
diff --git a/pages/scenarioEditorSite.vue b/pages/scenarioEditorSite.vue
index d6f2074..f9569c6 100644
--- a/pages/scenarioEditorSite.vue
+++ b/pages/scenarioEditorSite.vue
@@ -5,13 +5,8 @@ import ScenarioEditor from "../components/ScenarioEditor.vue";
-
-
\ No newline at end of file
diff --git a/pages/scenariosSite.vue b/pages/scenariosSite.vue
index 13dd3c3..f19f15a 100644
--- a/pages/scenariosSite.vue
+++ b/pages/scenariosSite.vue
@@ -7,13 +7,8 @@ import Scenarios from "../components/Scenarios.vue";
-
-
\ No newline at end of file
diff --git a/plugins/store.js b/plugins/store.js
index ca09116..39b1369 100644
--- a/plugins/store.js
+++ b/plugins/store.js
@@ -101,8 +101,8 @@ const store = createStore({
]
],
scenario: [],
- name: null,
- category: null,
+ name: "",
+ category: "None",
description: null
},
mutations: {