index.less 872 Bytes
.qx-app-detail_show {
  background: #fff;
  padding: 24px 0;
  height: calc(100vh - 106px);
  overflow: auto;
  &.qx-app-detail_show--view {
    padding: 0;
    display: flex;
    flex-direction: column;
    > div {
      &:nth-child(2) {
        flex-grow: 1;
        > .ant-spin-container {
          height: 100%;
          > .qx-rt-form-view--detail {
            height: 100%;
            > .fr-field {
              height: 100%;
              > .fr-content {
                height: 100%;
                > .fr-item-wrapper {
                  height: 100%;
                  > .w-100 {
                    height: 100%;
                    > .flex-wrap {
                      height: 100%;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .qx-rt-form {
    padding: 0 24px;
  }
}