Commit 40f69dea544e7567a7e04062bbfa18a27169ff30

Authored by fengtao
1 parent 21c4291e

fix: DEFECT-1695 规则链错误弹出框中间有一条竖线

@@ -47,3 +47,9 @@ @@ -47,3 +47,9 @@
47 <div ref="javaEditorElRef" class="w-full h-full min-h-96"></div> 47 <div ref="javaEditorElRef" class="w-full h-full min-h-96"></div>
48 </BasicModal> 48 </BasicModal>
49 </template> 49 </template>
  50 +
  51 +<style>
  52 + .ace-github .ace_print-margin {
  53 + width: 0;
  54 + }
  55 +</style>