diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..7a73a41
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,2 @@
+{
+}
\ No newline at end of file
diff --git a/src/App.svelte b/src/App.svelte
index 456a31f..9b25c65 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -30,7 +30,7 @@
//Flags
let showInput = false;
let showModalFlag = false;
- let hideAllSubParams = false;
+ let hideAllSubParams = true;
let additionalParams = false;
//dashboard
@@ -588,7 +588,7 @@
{/each}
-
@@ -663,8 +663,8 @@
Виджет |
Вкладка |
Название |
- |
- |
+ |
+ |
@@ -682,8 +682,8 @@
|
|
- |
- |
+ |
+ |
{#if !hideAllSubParams}
{#each Object.entries(element) as [key, param]}
@@ -823,35 +823,35 @@
}
/*====================================================table=====================================================*/
.tbl-hd {
- @apply text-center px-2 py-2 break-words text-gray-500 font-bold;
+ @apply text-center px-1 py-1 break-words text-gray-500 font-bold;
}
.tbl-bdy {
- @apply text-center px-2 py-2 break-words;
+ @apply text-center px-1 py-1 break-words;
}
.tbl-s-bdy {
- @apply px-2 py-1 break-words;
+ @apply px-1 py-1 break-words;
}
.tbl-ipt {
- @apply content-center h-8 bg-gray-50 focus:bg-white appearance-none border-2 border-gray-100 text-gray-700 leading-tight focus:outline-none text-center focus:border-indigo-500;
- }
- .tbl-s-txt {
- @apply text-sm inline-block italic align-top text-right text-gray-500;
+ @apply content-center h-auto bg-gray-50 focus:bg-white appearance-none border-2 border-gray-100 text-gray-700 leading-tight focus:outline-none text-center focus:border-indigo-500;
}
.tbl-s-ipt {
- @apply content-center h-6 bg-gray-50 focus:bg-white appearance-none border-2 border-gray-100 text-gray-700 leading-tight focus:outline-none text-center focus:border-indigo-500 rounded-sm;
+ @apply content-center h-auto bg-gray-50 focus:bg-white appearance-none border-2 border-gray-100 text-gray-700 leading-tight focus:outline-none text-center focus:border-indigo-500 rounded-sm;
+ }
+ .tbl-s-txt {
+ @apply inline-block italic align-top text-right text-gray-500;
}
.tbl-txt-p {
@apply px-2 py-0 sm:py-0 md:py-0 lg:py-1 xl:py-2 2xl:py-2;
}
.tbl-txt-sz {
- @apply text-xxs sm:text-xxs md:text-base lg:text-base xl:text-base 2xl:text-base;
+ @apply text-xxs sm:text-base md:text-base lg:text-base xl:text-base 2xl:text-base;
}
/*====================================================buttons=====================================================*/
.btn-lg {
@apply flex justify-center break-words content-center bg-blue-100 hover:bg-blue-200 text-gray-500 font-bold h-8 w-full mt-4 border border-gray-300 rounded;
}
.btn-tbl {
- @apply flex justify-center content-center text-gray-500 font-bold w-10 h-8 border border-gray-300;
+ @apply flex justify-center content-center text-gray-500 font-bold w-6 h-auto border border-gray-300;
}
/*====================================================select=====================================================*/
.slct-lg {