mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-07 06:02:07 +08:00
v2.1 fe
This commit is contained in:
31
kafka-manager-console/src/component/editor/index.less
Normal file
31
kafka-manager-console/src/component/editor/index.less
Normal file
@@ -0,0 +1,31 @@
|
||||
.editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.CodeMirror-placeholder {
|
||||
color:#999;
|
||||
font-size: 12px;
|
||||
line-height: 14px;
|
||||
font-family: -apple-system,BlinkMacSystemFont,Neue Haas Grotesk Text Pro,Arial Nova,Segoe UI,Helvetica Neue,\.PingFang SC,PingFang SC,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,Hiragino Sans GB,sans-serif;
|
||||
}
|
||||
.editor-wrap {
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.monacoEditor{
|
||||
height: 150px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 4px;
|
||||
.editor{
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: -14%;
|
||||
width: 120%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user