index.less
395 Bytes
.qx-formula-cm {
.CodeMirror {
height: auto;
line-height: 24px;
}
}
.cm-bg .CodeMirror {
background-color: #f9f9f9 !important;
border: 1px solid #e7e6e6;
}
.qx-copy-send-cm {
.CodeMirror {
height: auto;
min-height: 80px;
line-height: 24px;
}
}
.qx-field-setter__clear {
position: absolute;
right: 8px;
bottom: 8px;
color: #bcb9b9;
font-size: 14px;
}