Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
40f69dea544e7567a7e04062bbfa18a27169ff30
Authored by
fengtao
2023-10-30 19:31:04 +0800
1 parent
21c4291e
fix: DEFECT-1695 规则链错误弹出框中间有一条竖线
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/rule/designer/src/components/UpdateNodeDrawer/BasicEvents/ShowDetailModal.vue
src/views/rule/designer/src/components/UpdateNodeDrawer/BasicEvents/ShowDetailModal.vue
View file @
40f69de
...
...
@@ -47,3 +47,9 @@
47
47
<div ref="javaEditorElRef" class="w-full h-full min-h-96"></div>
48
48
</BasicModal>
49
49
</template>
50
+
51
+
<style>
52
+
.ace-github .ace_print-margin {
53
+
width: 0;
54
+
}
55
+
</style>
...
...