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