diff --git a/src/components/ArticleCard/ArticleCard.less b/src/components/ArticleCard/ArticleCard.less
index dec9a9a..ab93750 100644
--- a/src/components/ArticleCard/ArticleCard.less
+++ b/src/components/ArticleCard/ArticleCard.less
@@ -116,7 +116,7 @@ section.article-list {
box-sizing: border-box;
width: max-content;
font-size: 0.875rem;
- font-weight: bold;
+ font-weight: 700;
/* 默认渐变色起始 */
--gradient-color-1: #a32cc4;
/* 默认渐变色中间 */
diff --git a/src/components/Aside/Aside.less b/src/components/Aside/Aside.less
index a684cdf..834f68f 100644
--- a/src/components/Aside/Aside.less
+++ b/src/components/Aside/Aside.less
@@ -126,8 +126,9 @@ aside.vh-aside {
}
&>img {
- width: 1.18rem;
+ width: auto;
height: 1.18rem;
+ object-fit: contain;
}
}
}
diff --git a/src/components/Comment/Comment.less b/src/components/Comment/Comment.less
index 982129b..32daeab 100644
--- a/src/components/Comment/Comment.less
+++ b/src/components/Comment/Comment.less
@@ -247,7 +247,7 @@
border-radius: 2px;
font-size: 0.72rem;
border-radius: 4px;
- font-weight: bold;
+ font-weight: 700;
line-height: 1.6;
}
@@ -276,7 +276,7 @@
}
.tk-ruser {
- font-weight: bold;
+ font-weight: 700;
}
}
diff --git a/src/components/Header/Header.astro b/src/components/Header/Header.astro
index 1d5585b..1e8c1c4 100644
--- a/src/components/Header/Header.astro
+++ b/src/components/Header/Header.astro
@@ -20,7 +20,7 @@ import "./Header.less";
Navs.map(i => (
{i.text}
-
+
))
}
diff --git a/src/components/Header/Header.less b/src/components/Header/Header.less
index 870be62..4057da2 100644
--- a/src/components/Header/Header.less
+++ b/src/components/Header/Header.less
@@ -38,7 +38,7 @@ header.vh-header {
width: max-content;
height: 80%;
font-size: 1rem;
- font-weight: bold;
+ font-weight: 700;
z-index: 1;
transition: all 0.08s ease-in-out;
user-select: none;
diff --git a/src/components/Pagination/Pagination.astro b/src/components/Pagination/Pagination.astro
index 9ab7e3d..b0406fc 100644
--- a/src/components/Pagination/Pagination.astro
+++ b/src/components/Pagination/Pagination.astro
@@ -8,7 +8,7 @@ import "./Pagination.less";
-
+
{
(!data.prev || !data.first) && data.next && (
@@ -48,7 +48,7 @@ import "./Pagination.less";
)
}
-