update anjungan dan styling color

This commit is contained in:
bagus-arie05
2025-09-02 14:44:56 +07:00
parent 3abb8de83a
commit d6ffc5ee9e
6 changed files with 51 additions and 47 deletions

No files matched your search

+2 -2
View File
@@ -70,7 +70,7 @@
<!-- Custom slot untuk keterangan -->
<template v-slot:item.keterangan="{ item }">
<span v-if="item.keterangan" class="text-red font-weight-bold">
<span v-if="item.keterangan" class="text-green font-weight-medium">
{{ item.keterangan }}
</span>
<span v-else>-</span>
@@ -192,6 +192,6 @@ watch(search, () => {
<style scoped>
.text-red {
color: #d32f2f;
color: #383838;
}
</style>