mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
add responsive tables and time/client/member/tags index page
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
<template>
|
||||
<section class="flex flex-col">
|
||||
<h3
|
||||
class="text-white font-bold pb-4 textbase flex items-center space-x-2.5">
|
||||
<component
|
||||
v-if="icon"
|
||||
:is="icon"
|
||||
class="w-6 text-icon-default"></component>
|
||||
<span>{{ title }}</span>
|
||||
</h3>
|
||||
<CardTitle :title="title" :icon="icon"></CardTitle>
|
||||
|
||||
<div
|
||||
class="rounded-lg bg-card-background border border-card-border flex-1 flex items-center">
|
||||
<div class="divide-y divide-card-background-separator w-full">
|
||||
@@ -19,6 +13,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import type { Component } from 'vue';
|
||||
import CardTitle from '@/Components/Common/CardTitle.vue';
|
||||
|
||||
defineProps<{
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user