Sign in

田强 / qx-common · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • qx-common
  • src
  • qx-code-editor
  • index.less
  • feat: 条件配置 组件 暂存
    dd2b8e39
    陈洋 authored
    2023-09-06 20:32:56 +0800  
    Browse Files »
index.less 395 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.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;
}