diff --git a/package.json b/package.json index 9ad02ad..829cba1 100755 --- a/package.json +++ b/package.json @@ -74,4 +74,4 @@ "vitest": "^1.3.1", "vue-tsc": "^2.0.5" } -} \ No newline at end of file +} diff --git a/src/assets/css/style.css b/src/assets/css/style.css index a9f265c..4784f11 100755 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -6058,10 +6058,6 @@ body { width: 2.5rem; } - .lg\:w-2\/6 { - width: 33.333333%; - } - .lg\:w-80 { width: 20rem; } @@ -6074,10 +6070,6 @@ body { width: 70%; } - .lg\:flex-row { - flex-direction: row; - } - .lg\:flex-col { flex-direction: column; } @@ -6086,16 +6078,6 @@ body { flex-wrap: nowrap; } - .lg\:justify-between { - justify-content: space-between; - } - - .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\:rounded-t-3xl { border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem; diff --git a/src/components/Pages/Cico/LaporanCICO.vue b/src/components/Pages/Cico/LaporanCICO.vue index 46e1625..7ee4a24 100755 --- a/src/components/Pages/Cico/LaporanCICO.vue +++ b/src/components/Pages/Cico/LaporanCICO.vue @@ -1,173 +1,534 @@