Browse Source

fix(CodeEditor): 高度显示错误

main
刘凯 1 year ago
parent
commit
bec2ae3d66
  1. 1
      src/components/CodeEditor/src/codemirror/codemirror.css

1
src/components/CodeEditor/src/codemirror/codemirror.css

@ -309,7 +309,6 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
.CodeMirror-scroll {
position: relative;
height: 100%;
padding-bottom: 30px;
margin-right: -30px;
/* 30px is the magic margin used to hide the element's real scrollbars */

Loading…
Cancel
Save