小智 2

我可以看到您使用了一些背景图像best-fill以及定义的尺寸100vwx 100vh,所以我想知道您想在哪里添加背景颜色。

我发现类似情况的解决方案是添加一个像这样的框架:

{
  "type": "Frame",
  "width": "100vw",
  "height": "100vh",  
  "backgroundColor": "blue"
}
Run Code Online (Sandbox Code Playgroud)

我希望这会有所帮助。