TableList.less 1.4 KB
Newer Older
钟是志's avatar
钟是志 committed
1
//@import '~antd/lib/style/themes/default.less';
徐立's avatar
徐立 committed
2
@import './utils.less';
3 4 5
.clearfix {
  width: 110px;
  height: 90px;
徐立's avatar
徐立 committed
6
}
7
.headBox {
徐立's avatar
徐立 committed
8
  position: absolute;
9
  top: 55px;
徐立's avatar
徐立 committed
10 11
  right: 100px;
}
12
.infoBox label {
徐立's avatar
徐立 committed
13
  width: 100px;
14
  text-align: right;
徐立's avatar
徐立 committed
15
}
16
.pagBox {
徐立's avatar
徐立 committed
17 18 19
  position: relative;
  width: 100%;
}
20
.infoBox {
徐立's avatar
徐立 committed
21 22 23
  position: relative;
  width: 100%;
}
24
.boxTitle {
徐立's avatar
徐立 committed
25
  font-size: 18px;
26 27 28
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  padding-bottom: 10px;
徐立's avatar
徐立 committed
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
}
.tableList {
  .tableListOperator {
    margin-bottom: 16px;
    button {
      margin-right: 8px;
    }
  }
}

.tableListForm {
  :global {
    .ant-form-item {
      margin-bottom: 24px;
      margin-right: 0;
      display: flex;
      > .ant-form-item-label {
        width: auto;
        line-height: 32px;
        padding-right: 8px;
      }
      .ant-form-item-control {
        line-height: 32px;
      }
    }
    .ant-form-item-control-wrapper {
      flex: 1;
    }
  }
  .submitButtons {
    display: block;
    white-space: nowrap;
    margin-bottom: 24px;
  }
}

钟是志's avatar
钟是志 committed
65
@media screen and (max-width: 992px) {
徐立's avatar
徐立 committed
66 67 68 69 70
  .tableListForm :global(.ant-form-item) {
    margin-right: 24px;
  }
}

钟是志's avatar
钟是志 committed
71
@media screen and (max-width: 768px) {
徐立's avatar
徐立 committed
72 73 74 75
  .tableListForm :global(.ant-form-item) {
    margin-right: 8px;
  }
}
76 77 78 79 80 81 82 83 84 85

.filter_btn {
  font-size: 14px;
  font-weight: 400;
  color: #1998f0;
  height: 30px;
  background: #ffffff;
  border-radius: 2px;
  border-color: #1998f0;
}
86 87 88
.hidden{
  margin: 0px;
}
钟是志's avatar
钟是志 committed
89 90 91
.mobelDiv{
  width: auto;
}