feat: 优化前端样式,新增markdown支持

This commit is contained in:
橙子
2024-07-21 23:13:27 +08:00
parent 047000fb1d
commit 60ab339d79
4 changed files with 212 additions and 24 deletions

View File

@@ -11,5 +11,6 @@
display: flex;
justify-content: center;
/* min-height: 1150px; */
background-color: #f0f2f5;
}
</style>

View File

@@ -60,6 +60,7 @@ const handleScroll = () => {
}
&-main {
height: calc(100% - 50px);
overflow: visible !important;
}
}