Commit 87832941 authored by rockyl's avatar rockyl

修复素材面板滚动的问题

parent 13404bc7
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
.container{ .container{
display: flex; display: flex;
flex: 1; flex: 1;
} height: 0;
.properties{ .properties{
width: 30%; width: 30%;
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
} }
.assets-scrollbar {
flex: 1;
.file-list { .file-list {
display: flex; display: flex;
flex: 1; flex: 1;
...@@ -154,10 +156,8 @@ ...@@ -154,10 +156,8 @@
} }
} }
} }
}
.assets-scrollbar {
width: 100%;
flex: 1;
} }
.scrollbar-view{ .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