Commit 87832941 authored by rockyl's avatar rockyl

修复素材面板滚动的问题

parent 13404bc7
......@@ -22,7 +22,7 @@
.container{
display: flex;
flex: 1;
}
height: 0;
.properties{
width: 30%;
......@@ -52,6 +52,8 @@
}
.assets-scrollbar {
flex: 1;
.file-list {
display: flex;
flex: 1;
......@@ -154,10 +156,8 @@
}
}
}
}
.assets-scrollbar {
width: 100%;
flex: 1;
}
.scrollbar-view{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment