fix: 樣式修正
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
[mcp_servers.chrome-devtools]
|
||||||
|
command = "npx"
|
||||||
|
args = ["chrome-devtools-mcp@latest", "--browserUrl", "http://localhost:9222"]
|
||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="zh-Hant">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container class="pa-0" fluid>
|
<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
|
<v-sheet
|
||||||
class="d-flex flex-column flex-sm-row align-start align-sm-center ga-4 pa-5 elevation-1"
|
class="d-flex flex-column flex-sm-row align-start align-sm-center ga-4 pa-5 elevation-1"
|
||||||
color="surface"
|
color="surface"
|
||||||
@@ -124,8 +124,7 @@
|
|||||||
</v-card-title>
|
</v-card-title>
|
||||||
<v-card-subtitle class="text-body-2 pt-4 text-medium-emphasis">
|
<v-card-subtitle class="text-body-2 pt-4 text-medium-emphasis">
|
||||||
{{ props.selectedNews.month }} {{ props.selectedNews.date }} ·
|
{{ props.selectedNews.month }} {{ props.selectedNews.date }} ·
|
||||||
{{ props.selectedNews.dept }} ·
|
{{ props.selectedNews.dept }} · {{ props.selectedNews.views }} 次瀏覽
|
||||||
{{ props.selectedNews.views }} 次瀏覽
|
|
||||||
</v-card-subtitle>
|
</v-card-subtitle>
|
||||||
<v-card-text class="pt-4">
|
<v-card-text class="pt-4">
|
||||||
{{ props.selectedNews.desc }}
|
{{ props.selectedNews.desc }}
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-col
|
<v-col
|
||||||
v-if="features.showBreadcrumb && breadcrumbBarVisible && !isMobile"
|
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>
|
<template #prepend>
|
||||||
<v-btn
|
<v-btn
|
||||||
v-if="features.showFavorites && !showFavoritesBar"
|
v-if="features.showFavorites && !showFavoritesBar"
|
||||||
|
|||||||
@@ -14,6 +14,11 @@
|
|||||||
-apple-system,
|
-apple-system,
|
||||||
BlinkMacSystemFont,
|
BlinkMacSystemFont,
|
||||||
'Segoe UI',
|
'Segoe UI',
|
||||||
|
'Helvetica Neue',
|
||||||
|
Arial,
|
||||||
|
'Microsoft JhengHei',
|
||||||
|
'PingFang TC',
|
||||||
|
'Noto Sans TC',
|
||||||
sans-serif,
|
sans-serif,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user