fix: 樣式修正

This commit is contained in:
skytek_xinliang
2026-04-29 15:27:13 +08:00
parent 3650776ed9
commit 3b1ac6df92
5 changed files with 13 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
[mcp_servers.chrome-devtools]
command = "npx"
args = ["chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9222"]
+1 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
+2 -3
View File
@@ -1,6 +1,6 @@
<template>
<v-container class="pa-0" fluid>
<div class="d-flex flex-column ga-5 py-4 pr-2 pl-0">
<div class="d-flex flex-column ga-5 pt-1 pb-4 pr-2 pl-0">
<v-sheet
class="d-flex flex-column flex-sm-row align-start align-sm-center ga-4 pa-5 elevation-1"
color="surface"
@@ -124,8 +124,7 @@
</v-card-title>
<v-card-subtitle class="text-body-2 pt-4 text-medium-emphasis">
{{ props.selectedNews.month }} {{ props.selectedNews.date }} ·
{{ props.selectedNews.dept }} ·
{{ props.selectedNews.views }} 次瀏覽
{{ props.selectedNews.dept }} · {{ props.selectedNews.views }} 次瀏覽
</v-card-subtitle>
<v-card-text class="pt-4">
{{ props.selectedNews.desc }}
@@ -1,9 +1,9 @@
<template>
<v-col
v-if="features.showBreadcrumb && breadcrumbBarVisible && !isMobile"
class="d-flex align-center justify-space-between pr-2 pl-3 py-1 bg-surface"
class="d-flex align-center justify-space-between pr-2 pl-3 bg-surface"
>
<v-breadcrumbs class="pa-0" density="compact" :items="breadcrumbItems">
<v-breadcrumbs class="ma-2 pa-0" density="compact" :items="breadcrumbItems">
<template #prepend>
<v-btn
v-if="features.showFavorites && !showFavoritesBar"
+5
View File
@@ -14,6 +14,11 @@
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
'Helvetica Neue',
Arial,
'Microsoft JhengHei',
'PingFang TC',
'Noto Sans TC',
sans-serif,
)
);