Commit ea21da40e83497b682c73967d1e391995e3a51e5
1 parent
2d3ac4e4
fix: DEFECT-929 tsl model disable edit
Showing
1 changed file
with
2 additions
and
1 deletions
... | ... | @@ -28,9 +28,10 @@ |
28 | 28 | </template> |
29 | 29 | </Tabs> |
30 | 30 | </div> |
31 | - <div> | |
31 | + <div class="relative"> | |
32 | 32 | <Spin :spinning="loading"> |
33 | 33 | <div id="jsoneditor" ref="jsoneditorEl"></div> |
34 | + <div class="absolute top-0 left-0 w-full h-full"></div> | |
34 | 35 | </Spin> |
35 | 36 | </div> |
36 | 37 | </div> | ... | ... |