Merge branch 'dev-bagus' of https://github.com/defuj/eis into development
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user