Skip to content

Commit 2f0f523

Browse files
author
孙健
committed
fix ioc page widht
1 parent d88e2da commit 2f0f523

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/main/webapp/ioc.jsp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
overflow: none;
1717
font-size: 18px;
1818
height: 800px;
19+
width: 1128px;
1920
}
2021
</style>
2122
<!-- topbar ends -->
@@ -97,13 +98,6 @@
9798
});
9899
99100
100-
$('#code_type').change(function() {
101-
codeEditorFullCode();
102-
});
103-
104-
105-
106-
107101
$('#submit_ioc').click(function() {
108102
$("#code").val(editor.getValue());
109103
var d = $("#iocForm").serialize();

0 commit comments

Comments
 (0)