update at 2026-02-14 13:16:10
This commit is contained in:
@@ -76,7 +76,13 @@
|
||||
|
||||
<text wx:if="{{buildError}}" class="error-text" user-select>{{buildError}}</text>
|
||||
<text wx:if="{{parseError}}" class="error-text" user-select>{{parseError}}</text>
|
||||
<canvas class="preview-canvas" canvas-id="sankeyCanvas" id="sankeyCanvas" />
|
||||
<canvas
|
||||
class="preview-canvas"
|
||||
canvas-id="sankeyCanvas"
|
||||
id="sankeyCanvas"
|
||||
width="{{previewCanvasWidth}}"
|
||||
height="{{previewCanvasHeight}}"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<view class="bottom-panels" style="height: {{bottomPanelsHeightPx}}px;">
|
||||
|
||||
Reference in New Issue
Block a user