Commit 63c387e4 authored by 徐光星's avatar 徐光星

Merge branch 'feat/fixComponents' into 'master'

feat: 修复基础库拖拽白屏的问题

See merge request !89
parents 23f666b0 e5a57099
...@@ -134,6 +134,7 @@ export default { ...@@ -134,6 +134,7 @@ export default {
border-radius: 0; border-radius: 0;
background: #f5f7f9; background: #f5f7f9;
width: 100%; width: 100%;
z-index: 1;
.layout-container { .layout-container {
height: 100%; height: 100%;
flex-flow: row; flex-flow: row;
......
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