Skip to content

Commit

Permalink
release: v0.12.1 (#62)
Browse files Browse the repository at this point in the history
* fix: 修复加载动画纵向无法铺满的问题
* style: 调整Banner大小
* chore: 去除首页的副标题问题
  • Loading branch information
crrashh1542 authored Dec 22, 2023
2 parents e1a06b5 + 74dd3ee commit 83bb5be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "win-up-to-date",
"version": "0.12.0",
"version": "0.12.1",
"description": "A website project showing the latest status of Windows Insider versions.",
"main": "index.js",
"repository": "https://github.com/crrashh1542/win-up-to-date",
Expand Down
8 changes: 4 additions & 4 deletions src/components/Banner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ export default {
@import url('../assets/styles/adaption.less');
.banner {
padding: @wu-layout-nav-height 0 20px;
padding: @wu-layout-nav-height 0 15px;
margin: 30px 0 0;
line-height: 1.25;
.title {
font-weight: @wu-font-catalog-weight;
font-size: var(--banner-title);
padding-bottom: .5em;
padding-bottom: .35em;
}
.subtitle {
font-size: var(--banner-subtitle);
Expand All @@ -43,8 +43,8 @@ export default {
}
@media screen and (min-width: 800px) {
.banner {
--banner-title: 42px;
--banner-subtitle: 30px;
--banner-title: 36px;
--banner-subtitle: 24px;
}
}
</style>
2 changes: 1 addition & 1 deletion src/components/LoadAnim.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {

<style lang="less">
.load {
margin: 15% 0;
margin: 17% 0 !important;
fluent-progress-ring {
width: 64px;
Expand Down
2 changes: 1 addition & 1 deletion src/views/MainHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {

<template>
<!-- 横幅 -->
<Banner class="z-20" :description="'一个反映 Windows 系统各版本情况实时进展的统计站点'">
<Banner class="z-20" description="一个反映 Windows 系统各版本情况实时进展的统计站点">
<div class="title">Windows Up-to-Date</div>
</Banner>

Expand Down

0 comments on commit 83bb5be

Please sign in to comment.