BookConfigNew.less 671 Bytes
Newer Older
涂伟's avatar
涂伟 committed
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
.top {
  height: 22%;
  overflow: auto;
}
.bottom {
  height: 78%;
  overflow: hidden;
}
:global {
  .ant-modal-body {
    .ant-form {
      width: 100%!important;
    }
    .ant-col-12 {
      // text-align: left;
      // padding-left: 16px;
    }
    .ant-form-item-label {
      // text-align: left;
      // padding-left: 10px;
    }
    .ant-form-item-control {
      // padding-left: 10px;
    }
  }
  .panda-pro-pages-bsmanager-base-standing-book-standing-book-userManageContainer .ant-modal-body {
    padding: 15px;
  }
29 30 31 32 33 34 35 36 37 38
}

.modalTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;

  >div:last-child {
    margin-right: 40px;
  }
涂伟's avatar
涂伟 committed
39
}