mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
add responsive tables and time/client/member/tags index page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="flex items-center space-x-1">
|
||||
<div class="flex items-center space-x-0.5 sm:space-x-1">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -18,7 +18,7 @@ const activeClass = computed(() => {
|
||||
<button
|
||||
:class="
|
||||
twMerge(
|
||||
'rounded-md transition px-3 py-1.5 text-sm font-medium hover:text-white',
|
||||
'rounded-md transition px-2 sm:px-3 py-1 sm:py-1.5 text-xs sm:text-sm font-medium hover:text-white',
|
||||
activeClass
|
||||
)
|
||||
">
|
||||
|
||||
Reference in New Issue
Block a user