index.less 1.74 KB
@import "~@/mixins.less";

.commonModel {
  .size();
  overflow-x: hidden;
  overflow-y: auto;
  background: #FFF;
  padding: 0 10px 0 10px;

  :global {
    .commonDiv {
      .size(100%, auto);
    }

    .tabTitle {
      position: relative;
      .size(100%, 40px);
      .flex(center);
      color: #1890ff;
      font-size: 20px;
      font-weight: bold;
    }

    .advanced {
      .ant-tabs {
        height: 100%;

        .ant-tabs-content-holder {
          height: calc(100% - 40px);

          .ant-tabs-tabpane {
            height: 100%;
          }
        }
      }
    }

    .advanced1 {
      .ant-tabs {
        height: calc(100% - 40px);
      }
    }
  }
}

.commonRepairModal {
  .size();

  :global {
    .ant-form-item-label {
      flex-basis: 150px !important;
      max-width: 150px !important;
    }
  }
}
.bShow>span>img {
  position: fixed;
  width: 93px;
  height: 93px;
  right: 0px;
  z-index: 999;
  top: 122px;
  /* 解决审核图标挡住操作按钮 */
  object-fit: contain;
}
.commonFooter {
  .size(100%, 50px);
  .flex(center, flex-end);
  background: #FFF;
  padding-right: 20px;
  border-top: 1px solid #AAA;

  :global {
    .ant-btn {
      span {
        font-size: 18px;
      }
    }
  }
}

.boxImg {
  .flex(center, center);
  .size(1000px, 100vh);
  z-index: 9999;
  position: absolute;
  left: calc(50vw - 200px);
  top: 0;

  img {
    max-width: 100%;
    max-height: 100%;
  }
}

.runningStatusCondition {
  .size(auto, 100%);
  position: absolute;
  right: 0;
  top: 0;

  :global {
    .ant-picker {
      border: 1px solid #AAA;
      border-radius: 5px;
    }

    .ant-radio-button-wrapper {
      font-size: 18px;
    }
  }
}

.taskConfirmModal {
  .size(100%, 100px);
  font-size: 16px;
  padding: 10px 20px 0 20px;
}