@use 'sass:map';
@use 'mixins/mixins' as *;
@use 'mixins/function' as *;
@use 'mixins/var' as *;
@use 'common/var' as *;

@include b(other-tables) {
  @include b(other-table) {
    position: relative;

    .cx1-masking {
      position: absolute;
      z-index: 100;
      width: 100%;
      height: 100%;
      cursor: pointer;
    }

    .cx1-masking-upload {
      height: 32px;
    }
  }
}

@include b(other-table-select) {
  .ant-select {
    width: 100%;
  }
}
