mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-11 06:51:40 +08:00
新增输出;样式微调
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user