index.less 1.05 KB
.commonViewDragable {
  width: 100%;
  height: 100%;

  :global {

    // 隐藏tabs头
    .hideTabsNav {
      .ant-tabs-nav {
        display: none;
      }
    }

    // tab内容
    .ant-tabs-tabpane {
      width: 100%;
      height: 100%;

      .tabPaneComponent {
        width: 100%;
        height: 100%;

        .emptyComponent {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .xlyTable {
          width: 100%;
          height: 100%;
        }
      }
    }

    .showType {
      *:not(.ant-select-arrow):not(.sActiveIdStyle_viewChooseSpan) {
        height: 100% !important;
      }

      input[type="search"][disabled] {
        background: transparent !important;
      }

      .ant-form-item-control {
        min-width: 0;
      }

      .ant-input-number {
        width: 100% !important;
      }

      .multiLine {
        .ant-form-item-label {
          label {
            white-space: wrap;
          }
        }
      }
    }
  }

}