style:增加学习路径页面

This commit is contained in:
李晓鸽
2022-09-14 15:38:19 +08:00
parent 195e763231
commit eb3a714396
7 changed files with 212 additions and 59 deletions

View File

@@ -52,15 +52,14 @@ export default defineComponent({
#container {
display: flex;
width: 100%;
height: 100%;
min-height: 100%;
background-color: rgba(242, 245, 247, 1);
main {
flex: 1;
height: 100%;
// min-height: 100%;
width: 100%;
padding: 30px;
box-sizing: border-box;
background-color: rgba(242, 245, 247, 1);
}
}
</style>