dev: hotfix, content header adjustment

This commit is contained in:
2025-10-17 02:42:59 +07:00
parent 4adf31516e
commit e6717e2b6d
33 changed files with 91 additions and 89 deletions
@@ -48,7 +48,7 @@ function onFilterClick() {
<template>
<header>
<div class="flex items-center space-x-2">
<div class="flex items-center space-x-2 mb-4 2xl:mb-5">
<div class="relative w-64">
<Search class="absolute left-3 top-1/2 size-4 -translate-y-1/2 text-gray-400" />
<Input v-model="searchQuery" type="text" placeholder="Cari Nama /No.RM" class="pl-9" />
+3 -2
View File
@@ -24,11 +24,11 @@ function btnClick() {
<template>
<header>
<div
class="flex items-center justify-between"
class="flex items-center justify-between mb-4 2xl:mb-5"
:class="cn('', props.class)"
>
<div class="flex items-center">
<div class="font-semibold text-gray-900 md:text-base xl:text-lg">
<div class="font-semibold text-gray-900 md:text-base 2xl:text-lg">
<Icon
:name="props.prep.icon!"
class="mr-2 align-middle md:size-6"
@@ -66,4 +66,5 @@ function btnClick() {
</div>
</div>
</header>
<Separator class="my-4 xl:my-5" />
</template>