app-default-wfdynaexpgridview-layout.less 3.3 KB
Newer Older
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
.ivu-split-horizontal {
    .ivu-split-pane > div {
        height: 100%;
        overflow-y: auto;
        .content-container {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
}
.dewfdynaexpgridview {
    .el-tree-node__content {
        height: 40px;
    }
    .el-tree-node {
        margin-top: 10px;
    }
    .el-tree-node:nth-child(1) {
        margin-top: 0px;
    }
    .el-tree--highlight-current {
        background-color: #f6f6f6;
        .el-tree-node.is-current > .el-tree-node__content {
            background-color: #cfe8ff;
        }
    }
    .custom-tree-node {
        .tree-node-icon {
            margin-right: 5px;
        }
        .tree-node-label {
            font-size: 15px;
        }
        .tree-node-count {
            margin-left: 4px;
        }
    }
}
.dewfdynaexpgridview {
    > .view-card {
        .ivu-card-extra {
            top: 6px;
        }
        > .ivu-card-head{
          > .header-container{
            >.toolbar-container{
              // 标题栏右侧工具栏
              flex: auto;
              margin-bottom: 4px;
              display: flex;
              align-items: center;
              justify-content: flex-end;
              .app-quick-search.width-filter input{
                border-bottom-right-radius: 0px;
                border-top-right-radius: 0px;
              }
              .app-quick-search{
                width: auto;
                height: 28px;
                margin-top: 2px !important;
                .ivu-input.ivu-input-default {
                  height: 28px;
                }
                .ivu-icon{
                  color: #999999;
                  font-size: 17px;
                  height: 28px;
                  line-height: 28px;
                }
              }
              .filter{
                border-bottom-left-radius: 0px;
                border-top-left-radius: 0px;
                margin: 2px 0px 0px -1px;
                height: 28px;
                background: var(--button-background-color);
                color: var(--button-font-color);
                border-color: var(--button-font-color-light);
                &:hover {
                  background: var(--button-background-color-bright);
                  color: var(--button-font-color-bright);
                  border-color: var(--button-font-color-bright);
                }
                &:disabled, &:disabled:hover {
                  background: var(--button-background-color-light);
                  color: var(--button-font-color-light);
                  border-color: var(--button-font-color-light);
                  cursor: no-drop;
                }
                .ivu-icon{
                  font-size: 14px;
                }
                border-color: #dcdee2;
                &:focus {
                  box-shadow: none;
                }
              }
              .filter.is-expand {
                color: var(--ctrl-font-color-bright);
              }
            }
          }
        }
    }
    .content-container{
      .app-search-form{
        height: auto;
      }
    }
}