Merge branch 'dev-bagus' of https://github.com/defuj/eis into development

This commit is contained in:
Dede Fuji Abdul
2023-10-27 11:04:36 +07:00
3 changed files with 38 additions and 26 deletions

View File

@ -1917,6 +1917,10 @@ select {
fill: #fff;
}
.fill-secondary-600 {
fill: #007b8d;
}
.stroke-white {
stroke: #fff;
}
@ -2392,6 +2396,11 @@ select {
color: rgb(153 153 0 / var(--tw-text-opacity));
}
.text-secondary-600 {
--tw-text-opacity: 1;
color: rgb(0 123 141 / var(--tw-text-opacity));
}
.text-opacity-40 {
--tw-text-opacity: 0.4;
}

View File

@ -1,8 +1,8 @@
<script setup lang="ts">
import { ref, watch } from 'vue'
import { ref } from 'vue'
import VueTailwindDatepicker from 'vue-tailwind-datepicker'
const dateValue = ref([])
const dateValue = ref("")
const formatter = ref({
date: 'DD MMM YYYY',
month: 'MMM'