Blame view

src/styles/package/theme/flow-element-variables.scss 1.12 KB
任超 committed
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 28 29
/* 改变主题色变量 */
// $--color-primary: #1890ff;
// $--color-danger: #ff4d4f;

/* 改变 icon 字体路径变量,必需 */

.process-drawer .el-drawer__header {
  padding: 16px 16px 8px 16px;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #303133;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}

div[class^="el-drawer"]:focus,
span:focus {
  outline: none;
}

.process-drawer .el-drawer__body {
  box-sizing: border-box;
  padding: 16px;
  width: 100%;
  overflow-y: auto;
}

.process-design {
任超 committed
30

任超 committed
31 32 33 34 35 36 37 38 39 40
  .el-table td,
  .el-table th {
    color: #333;
  }

  .el-dialog__header {
    padding: 16px 16px 8px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
  }
任超 committed
41

任超 committed
42 43 44 45 46
  .el-dialog__body {
    max-height: 80vh;
    box-sizing: border-box;
    overflow-y: auto;
  }
任超 committed
47

任超 committed
48 49 50 51 52
  .el-dialog__footer {
    padding: 16px;
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
  }
任超 committed
53

任超 committed
54 55 56
  .el-dialog__close {
    font-weight: 600;
  }
任超 committed
57

任超 committed
58 59 60
  .el-select {
    width: 100%;
  }
任超 committed
61

任超 committed
62
  .el-divider:not(.el-divider--horizontal) {
任超 committed
63
    margin: 0 8px;
任超 committed
64
  }
任超 committed
65

任超 committed
66 67 68
  .el-divider.el-divider--horizontal {
    margin: 16px 0;
  }
任超 committed
69
}