mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
修复样式bug。
This commit is contained in:
parent
9aed8eb5fb
commit
58ab7992fc
@ -26,7 +26,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.BorderLayout>.north.split>.content {
|
||||
@ -35,8 +34,9 @@
|
||||
}
|
||||
|
||||
.BorderLayout>.north>.content>* {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.BorderLayout>.north>.control {
|
||||
@ -76,7 +76,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.BorderLayout>.south.split>.content {
|
||||
@ -85,8 +84,9 @@
|
||||
}
|
||||
|
||||
.BorderLayout>.south>.content>* {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.BorderLayout>.south>.control {
|
||||
@ -137,7 +137,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.BorderLayout>.middle>.west.split>.content {
|
||||
@ -146,8 +145,9 @@
|
||||
}
|
||||
|
||||
.BorderLayout>.middle>.west>.content>* {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.BorderLayout>.middle>.west>.control {
|
||||
@ -202,7 +202,6 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.BorderLayout>.middle>.east.split>.content {
|
||||
@ -211,8 +210,9 @@
|
||||
}
|
||||
|
||||
.BorderLayout>.middle>.east>.content>* {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.BorderLayout>.middle>.east>.control {
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
.Timeline>.time {
|
||||
position: relative;
|
||||
height: 32px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.Timeline>.time>canvas {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user