优化多个视图的卡片样式

This commit is contained in:
jxxghp
2025-04-02 12:13:54 +08:00
parent 88f261584f
commit 3822ab20d5
12 changed files with 52 additions and 72 deletions
+2 -2
View File
@@ -27,10 +27,10 @@ function getApiPath(paths: string[] | string) {
<template>
<div>
<div v-if="title" class="mt-3 md:flex md:items-center md:justify-between">
<div v-if="title" class="my-3 md:flex md:items-center md:justify-between">
<div class="min-w-0 flex-1 mx-0">
<h2
class="mb-4 ms-3 truncate text-2xl font-bold leading-7 text-gray-100 sm:overflow-visible sm:text-4xl sm:leading-9 md:mb-0"
class="ms-1 truncate text-2xl font-bold leading-7 text-gray-100 sm:overflow-visible sm:text-3xl sm:leading-9 md:mb-0"
data-testid="page-header"
>
<span class="text-moviepilot">{{ title }}</span>