mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-01-10 19:58:18 +08:00
小改动
This commit is contained in:
parent
7c62e215c5
commit
cee91f51fc
@ -17,6 +17,8 @@ a:hover {
|
||||
.main {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
padding-top: 60px;
|
||||
height: calc(100% - 60px);
|
||||
}
|
||||
|
||||
/* 字体 */
|
||||
@ -117,7 +119,7 @@ select {
|
||||
left: 0;
|
||||
background-color: var(--background);
|
||||
box-shadow: 0 0 5px #888;
|
||||
overflow-y: hidden;
|
||||
overflow: hidden;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
@ -126,7 +128,7 @@ select {
|
||||
display: grid;
|
||||
height: 100%;
|
||||
margin: 0 6vw;
|
||||
grid-template-columns: 300px 1fr 300px;
|
||||
grid-template-columns: 300px 1fr 100px;
|
||||
}
|
||||
|
||||
.header-logo-image {
|
||||
|
@ -452,7 +452,6 @@ class VectorAnimation {
|
||||
var settings = this.workSpace.settings
|
||||
let linkedList = document.getElementById(id)
|
||||
let customAttr = linkedList.customAttr
|
||||
// console.log(customAttr)
|
||||
|
||||
var gList = linkedList.childNodes
|
||||
|
||||
@ -630,7 +629,6 @@ class VectorAnimation {
|
||||
var settings = this.workSpace.settings
|
||||
let linkedList = document.getElementById(id)
|
||||
let customAttr = linkedList.customAttr
|
||||
// console.log(customAttr)
|
||||
|
||||
var gList = linkedList.childNodes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user