chore: about

This commit is contained in:
lencx
2023-01-23 20:29:05 +08:00
parent d5df706b47
commit 1f573102d3
9 changed files with 143 additions and 1 deletions

18
src/view/about/index.scss vendored Normal file
View File

@@ -0,0 +1,18 @@
.about {
.log-tab {
font-size: 14px;
h2 {
font-size: 16px;
}
}
.about-tab {
.imgs {
img {
max-width: 200px;
margin-bottom: 20px;
}
}
}
}