-
{{ about?.title }}
-
+
+
{{ about?.title }}
+
{{ about?.content }}
-
-
-
+
@@ -84,14 +84,14 @@ const toggleModal = () => {
-
+
-
-
+
diff --git a/assets/main.scss b/assets/main.scss
index 401e02a..efbb3f2 100644
--- a/assets/main.scss
+++ b/assets/main.scss
@@ -56,7 +56,7 @@ a[href^="#"] {
}
}
-.block {
+.siteblock {
@apply py-10;
&_imgbg {
@@ -127,4 +127,8 @@ button {
&[type="reset"] {
@apply bg-neutral hover:bg-neutral-400
}
+}
+
+.form {
+ @apply col-span-full flex gap-4
}
\ No newline at end of file
diff --git a/components/calcModels.vue b/components/calcModels.vue
index 793f45f..a4bd22a 100644
--- a/components/calcModels.vue
+++ b/components/calcModels.vue
@@ -22,8 +22,8 @@ const controlsState = reactive({
-
-
+
+
diff --git a/components/calcValues.vue b/components/calcValues.vue
index 290bd84..0167b14 100644
--- a/components/calcValues.vue
+++ b/components/calcValues.vue
@@ -1,6 +1,10 @@
@@ -35,6 +42,13 @@ watch(form_state, changeParametres, { deep: true })
+
\ No newline at end of file
diff --git a/components/model/item.vue b/components/model/item.vue
index 5e23ce8..dda7aa9 100644
--- a/components/model/item.vue
+++ b/components/model/item.vue
@@ -1,7 +1,8 @@
diff --git a/components/model/parametric.vue b/components/model/parametric.vue
index 4bfca4f..e0ab75a 100644
--- a/components/model/parametric.vue
+++ b/components/model/parametric.vue
@@ -1,15 +1,20 @@
@@ -21,8 +26,8 @@ watch([lamelles_count, fence_section], () => {
:remove-pos="true" />
-
+
@@ -31,7 +36,7 @@ watch([lamelles_count, fence_section], () => {
-
+
diff --git a/package-lock.json b/package-lock.json
index 71d5f67..b6d3233 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,9 +13,9 @@
"@tresjs/cientos": "^3.9.0",
"@tresjs/core": "^4.0.2",
"@tresjs/nuxt": "^2.1.2",
- "@vueuse/core": "^10.10.0",
"nuxt": "^3.11.2",
"nuxt-svgo": "^4.0.1",
+ "ral-hex-converter": "^1.0.1",
"sass": "^1.77.4",
"tailwindcss": "^3.4.3",
"three": "^0.165.0",
@@ -11542,6 +11542,11 @@
"resolved": "https://registry.npmjs.org/radix3/-/radix3-1.1.2.tgz",
"integrity": "sha512-b484I/7b8rDEdSDKckSSBA8knMpcdsXudlE/LNL639wFoHKwLbEkQFZHWEYwDC0wa0FKUcCY+GAF73Z7wxNVFA=="
},
+ "node_modules/ral-hex-converter": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/ral-hex-converter/-/ral-hex-converter-1.0.1.tgz",
+ "integrity": "sha512-A0C1KzDyUzKRgLLVBmjFmPKnkkq7VvgL6MszNxkPuH6AlFfr6zdEYdWvDWw4tChWql7OAcOOgUvF8wVueopTFg=="
+ },
"node_modules/randombytes": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz",
diff --git a/package.json b/package.json
index ed6402a..f6d0e3f 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"@tresjs/nuxt": "^2.1.2",
"nuxt": "^3.11.2",
"nuxt-svgo": "^4.0.1",
+ "ral-hex-converter": "^1.0.1",
"sass": "^1.77.4",
"tailwindcss": "^3.4.3",
"three": "^0.165.0",