Commit ea21da40e83497b682c73967d1e391995e3a51e5

Authored by ww
1 parent 2d3ac4e4

fix: DEFECT-929 tsl model disable edit

@@ -28,9 +28,10 @@ @@ -28,9 +28,10 @@
28 </template> 28 </template>
29 </Tabs> 29 </Tabs>
30 </div> 30 </div>
31 - <div> 31 + <div class="relative">
32 <Spin :spinning="loading"> 32 <Spin :spinning="loading">
33 <div id="jsoneditor" ref="jsoneditorEl"></div> 33 <div id="jsoneditor" ref="jsoneditorEl"></div>
  34 + <div class="absolute top-0 left-0 w-full h-full"></div>
34 </Spin> 35 </Spin>
35 </div> 36 </div>
36 </div> 37 </div>