1
0
mirror of https://gitee.com/coder-xiaomo/algorithm-visualization synced 2025-09-11 06:51:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

新增输出;样式微调

This commit is contained in:
2022-05-18 19:15:53 +08:00
parent e4cacb22a6
commit 1d0c253db4
5 changed files with 102 additions and 23 deletions

View File

@@ -18,3 +18,19 @@ body,
/* width: 700px; */
/* height: 350px; */
}
#sidebar {
display: grid;
place-items: center;
}
#console-logs {
margin: 0 auto;
padding: 0 15px;
height: 100px;
width: 300px;
background-color: #cccccc;
overflow-y: overlay;
border-radius: 12px;
user-select: none;
}