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

+3 -3
View File
@@ -3,7 +3,7 @@
<v-card>
<v-card-title class="d-flex justify-space-between align-center">
<span>Master Loket</span>
<v-btn color="primary" @click="tambahLoket">Tambah Baru</v-btn>
<v-btn color=#ff9248 @click="tambahLoket" style="color:white;">Tambah Baru</v-btn>
</v-card-title>
<TabelData
:headers="loketHeaders"
@@ -11,8 +11,8 @@
title="Master Loket"
>
<template #actions="{ item }">
<v-btn small color="info" @click="editLoket(item)" class="mr-2">Edit</v-btn>
<v-btn small color="error" @click="deleteLoket(item)">Delete</v-btn>
<v-btn small color=#ff9248 @click="editLoket(item)" class="mr-2" style="color:white;">Edit</v-btn>
<v-btn small color="grey-lighten-4" @click="deleteLoket(item)">Delete</v-btn>
</template>
</TabelData>
</v-card>
+2 -1
View File
@@ -70,8 +70,9 @@
<v-btn
icon="mdi-pencil"
size="small"
color="primary"
color=#ff9248
@click="editScreen(item)"
style="color:white;"
></v-btn>
</template>
</v-data-table>
+5 -4
View File
@@ -5,8 +5,8 @@
<div class="d-flex justify-space-between align-center mb-4">
<h2>Data Pasien</h2>
<div class="d-flex gap-2">
<v-btn color="primary" prepend-icon="mdi-plus" @click="addPatient">
Add Patient
<v-btn color=#ff9248 prepend-icon="mdi-plus" @click="addPatient" style="color:white">
Tambah Pasien
</v-btn>
</div>
</div>
@@ -23,14 +23,15 @@
<v-btn
size="small"
color="primary"
color=#ff9248
variant="flat"
@click="viewPasien(item)"
style="color:white;"
>VIEW</v-btn>
<v-btn
size="small"
color="warning"
color="grey-lighten-4"
variant="flat"
@click="editPasien(item)"
>EDIT</v-btn>