diff --git a/frontend/src/components/ListInput.vue b/frontend/src/components/ListInput.vue index 4935b3a..8112edc 100644 --- a/frontend/src/components/ListInput.vue +++ b/frontend/src/components/ListInput.vue @@ -3,7 +3,7 @@
-
+
-.flexCols { - display: flex; - /* flex-direction: column; */ +.width { + width: 18rem; } diff --git a/frontend/src/components/OptimizationForm.vue b/frontend/src/components/OptimizationForm.vue index 62da287..67a5c33 100644 --- a/frontend/src/components/OptimizationForm.vue +++ b/frontend/src/components/OptimizationForm.vue @@ -47,27 +47,31 @@
-
- -
- +
+
Farm and Crop Info
+
+
+ +
+ +
+
+
-
- - +
-
Equipment Configuration Info
+
Equipment Configuration Info
-
- -
- -
-
- -
-
- + +
+
Transportation Factors
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
Degradation Factors
-
@@ -150,6 +162,7 @@
+
+
+ diff --git a/frontend/src/components/S_BFLS.vue b/frontend/src/components/S_BFLS.vue index f3b13ab..371664d 100644 --- a/frontend/src/components/S_BFLS.vue +++ b/frontend/src/components/S_BFLS.vue @@ -4,14 +4,13 @@
Optimization Parameters
-
-
+
-
+
@@ -45,7 +44,6 @@ v-bind:label="'Harvest Progress'" v-bind:placeHolders="placeHolders.harvestProgress" > -
Additional Parameters
@@ -164,7 +162,6 @@ -
@@ -462,29 +459,28 @@ export default { .params { grid-area: params; display: flex; - flex-grow: 1; justify-content: flex-start; flex-wrap: wrap; } -.requiredParams { +.params .input { + width: 18rem; + margin-right: 1rem; +} +/* .requiredParams { grid-area: params; display: flex; - flex-grow: 1; justify-content: flex-start; flex-wrap: wrap; -} - -.requiredParams .input { - margin-right: 1rem; -} +} */ .defaultWidth { width: 15rem; } .buttons { - grid-area: buttons + grid-area: buttons; + margin-top: 1rem; } .advancedOptions {