index.less 1.18 KB
@import "~@/variable.less";
.bShowImg{
  position: fixed;
  width: 90px;
  height: 90px;
  right: 0px;
  z-index: 999;
  top: 122px;
  img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

:global {
  .xly-commonbill-choose {
    .ant-layout-sider {
      width: 32px !important;
      flex: 0 0 32px !important;
      width: 32px !important;
      max-width: 32px !important;
      min-width: 32px !important;
      background-color: #e6f7ff;
      writing-mode: tb-rl;
      text-align: center;
      letter-spacing:0px;
      line-height: 32px;
      font-size: 12px;
      font-weight: bold;
      border: 1px solid #cfcece;
    }
    .ant-table-row {
      td{
        padding: 0 !important;
      }
    }
  }
}

.commonViewTable {
  :global {
    .sActiveIdStyleBlock{
      width: 100%;
    }
    .masterLinkSpan{
      margin: 3px 0 0 1px;
      padding: 0px 6px 0 6px;
      white-space: nowrap;
      word-break: break-all;
      text-overflow: ellipsis;
      overflow: hidden;
      background: #fff;
    }
    .viewStyle {
      padding: 0 20px 0 16px;
    }
    .ant-form-item[class*="formItemMargin"] {
      padding-right: 30px;
    }
  }
}