feat(blog-frontend): 添加 axios 和 swagger 生成的 api

This commit is contained in:
2023-03-05 01:16:26 +08:00
parent 96bae10726
commit 3023679501
25 changed files with 1425 additions and 102 deletions

View File

@@ -1,35 +1,14 @@
@import './base.css';
html,
body {
height: 100%;
width: 100%;
}
#app {
max-width: 1280px;
height: 100%;
width: 100%;
margin: 0 auto;
padding: 2rem;
font-weight: normal;
}
a,
.green {
text-decoration: none;
color: hsla(160, 100%, 37%, 1);
transition: 0.4s;
}
@media (hover: hover) {
a:hover {
background-color: hsla(160, 100%, 37%, 0.2);
}
}
@media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
}
}
}