default-searchform.less 915 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.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;
  }
ibizdev's avatar
ibizdev committed
16 17 18
  .search-button{
      text-align: right;
  }
ibizdev's avatar
ibizdev committed
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
}
.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%;
        }
    }
}
// this is less