From 266844b584febee3b8ba02e5eba8d40dab562944 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Wed, 28 Feb 2024 15:24:14 +0700 Subject: [PATCH] Update CSS styles and table data fields --- src/assets/css/style.css | 37 ++- src/components/InputText.vue | 34 +-- src/components/Pages/Keluhan/Table_28.vue | 264 ++++++++++++++++++---- src/components/Pages/Keluhan/Table_29.vue | 62 +++-- src/components/Pages/Keluhan/Table_30.vue | 37 ++- src/components/Pages/Keluhan/Table_31.vue | 85 ++++--- src/components/Pages/Keluhan/Table_32.vue | 37 ++- src/components/Pages/Keluhan/Table_33.vue | 38 ++-- 8 files changed, 374 insertions(+), 220 deletions(-) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index c52bfaf..ef87b66 100755 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1525,6 +1525,10 @@ body { height: 80vh; } +.h-\[400px\] { + height: 400px; +} + .max-h-0 { max-height: 0px; } @@ -4284,11 +4288,6 @@ body { border-color: rgb(104 157 170 / var(--tw-border-opacity)); } -.focus\:border-indigo-500:focus { - --tw-border-opacity: 1; - border-color: rgb(99 102 241 / var(--tw-border-opacity)); -} - .focus\:bg-gray-300\/10:focus { background-color: rgb(209 213 219 / 0.1); } @@ -5499,6 +5498,10 @@ body { width: 100%; } + .sm\:max-w-\[90\%\] { + max-width: 90%; + } + .sm\:max-w-lg { max-width: 32rem; } @@ -5899,6 +5902,10 @@ body { width: 2.5rem; } + .lg\:w-2\/6 { + width: 33.333333%; + } + .lg\:w-80 { width: 20rem; } @@ -5907,10 +5914,30 @@ body { grid-template-columns: repeat(3, minmax(0, 1fr)); } + .lg\:flex-row { + flex-direction: row; + } + .lg\:flex-nowrap { flex-wrap: nowrap; } + .lg\:justify-between { + justify-content: space-between; + } + + .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); + } + + .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1rem * var(--tw-space-x-reverse)); + margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); + } + .lg\:border-b-0 { border-bottom-width: 0px; } diff --git a/src/components/InputText.vue b/src/components/InputText.vue index 6ccd13f..d1ecbd8 100755 --- a/src/components/InputText.vue +++ b/src/components/InputText.vue @@ -42,33 +42,17 @@ const switchInputType = () => {