Sign in

田强 / qx-designer-dataflow · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • qx-designer-dataflow
  • src
  • page
  • view
  • components
  • flow-quote-setting
  • index.less
  • feat: 添加路由页面
    97f7ab95
    qiang.tian authored
    2023-08-28 11:34:54 +0800  
    Browse Files »
index.less 271 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.qx-flow-quote-container {
  .ant-modal {
    .ant-modal-body {
      padding-top: 16px;
      padding-bottom: 16px;

      .qx-flow-quote__header {
        font-size: 16px;
        line-height: 32px;
        padding-bottom: 12px;
        color: @N8;
      }
    }
  }
}