default-searchform.scss 971 字节
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
// 基于 @CONTROL/搜索表单/CONTROL.scss.ftl 生成
.ivu-tabs-no-animation>.ivu-tabs-content{
    padding: 0 16px;
}
.ivu-card-head{
    padding: 14px 0;
}
.app-search-form {
  padding: 8px 14px 0;
  .ivu-form-item{
    margin-bottom: 8px;
  }
  .search_reset {
      margin-right: 12px;
      margin-bottom: 8px;
  }
  .search-button{
      text-align: right;
  }
}
.app-search-form-flex {
    height: 100%;
    > .ivu-row {
        height: 100%;
        > .ivu-tabs {
            height: 100%;
            display: flex;
            flex-direction: column;
            > .ivu-tabs-content {
                flex-grow: 1;
                overflow: auto;
                > .ivu-tabs-tabpane {
                    height: 100%;
                }
            }
        }
    }
}
.app-tabpanel-flex {
    height: 100%;
    > .ivu-tabs-content {
        height: calc(100% - 52px);
        > .ivu-tabs-tabpane {
            height: 100%;
        }
    }
}
48
// this is scss