Skip to content

Commit cf49498

Browse files
committed
update docs
1 parent 03df927 commit cf49498

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

docs/.vuepress/components/PluginMarket.vue

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151

152152
<div class="plugin-section">
153153
<div class="results-header">
154-
<h2 class="results-title">插件列表</h2>
155154
<div class="results-count">
156155
找到 <strong>{{ filteredItems.length }}</strong> 个插件
157156
</div>
@@ -575,27 +574,15 @@ const handleCardClick = (item: PluginItem) => {
575574
576575
.results-header {
577576
display: flex;
578-
justify-content: space-between;
577+
justify-content: flex-end;
579578
align-items: center;
580-
margin-bottom: 2rem;
581-
padding-bottom: 1rem;
582-
border-bottom: 1px solid var(--vp-c-border);
583-
}
584-
585-
.results-title {
586-
margin: 0;
587-
font-size: 1.5rem;
588-
font-weight: 600;
589-
color: var(--vp-c-text-1);
579+
margin-bottom: 1rem;
590580
}
591581
592582
.results-count {
593583
font-size: 0.9rem;
594584
color: var(--vp-c-text-2);
595-
background: var(--vp-c-bg-soft);
596585
padding: 0.4rem 0.8rem;
597-
border-radius: 8px;
598-
border: 1px solid var(--vp-c-border);
599586
}
600587
601588
.results-count strong {

0 commit comments

Comments
 (0)