index.less 1.69 KB
.header {
  width: 100%;
  padding: 10px 0 0 0!important;
  height: auto!important;
  line-height: inherit!important;
  background: #f0f2f5!important;
}
.top {
   margin: 81px 10px 0 10px;
   background: #fff;
   border: 1px solid #ccc;
   height: 46px;
   line-height: 46px;
   padding: 0 10px;
   :global {
     .ant-form-item {
       margin-bottom: 0!important;
       line-height: inherit!important;
     }
     .ant-form-item-control {
       line-height: inherit!important;
     }
   }
 }
.content {
  height: calc(~'100vh - 193px');
  background: #fff!important;
  margin: 0 10px 0 10px;
  border: 1px solid #ccc;
  border-top: 0;
}

.left1 {
  height: 230px;
  overflow: hidden;
  background: #fff!important;
  border: 1px solid #ccc;
  border-left: 0;
  border-top: 0;
  :global {
    .ant-input-disabled {
      cursor: default;
    }
    .ant-input-number-input {
      cursor: default;
    }
  }
}
.left2 {
  height: calc(~'100vh - 423px');
  overflow: hidden;
  background: #fff!important;
  border: 1px solid #ccc;
  border-left: 0;
  border-top: 0;
}
.border {
  border: 0;
  padding: 1px 1px!important;
}

.left {
  flex: 0 0 270px!important;
  width: 270px!important;
  max-width: 270px!important;
 }
.right {
  height: calc(~'100vh - 193px');
  background: #fff!important;
  margin: 0;
  border: 1px solid #ccc;
  border-top: 0;
  overflow: hidden;
  :global {
    .topTable {
      .ant-table-body {
        margin-bottom: 0px!important;
        padding-bottom: 0;
      }
    }
  }
}
/* 界面设定图标 */
.affixMenu {
  cursor: pointer;
  position: fixed;
  font-size: 20px;
  right: 25px;
  top: 90px;
}

.left, .right {
  :global {
    .ant-table-thead tr th {
      padding:4px 2px!important;
    }
  }
}