king
2024-04-22 fc8c8d714687a22f711d642d192bd4149f3b7e88
src/tabviews/custom/components/module/invoice/index.scss
@@ -6,6 +6,7 @@
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
  min-height: 500px;
  --inv-color: #13509c;
  .inv-action {
@@ -50,6 +51,9 @@
        .ant-select-selection__placeholder {
          text-align: center;
          font-family: kaiti;
          height: 30px;
          line-height: 30px;
          margin-top: -12px;
        }
      }
    }
@@ -91,6 +95,7 @@
  }
  .ant-input.ant-input-disabled {
    cursor: text;
    color: rgba(0, 0, 0, 0.85);
    background: transparent!important;
  }
@@ -219,6 +224,27 @@
      }
    }
  }
  .loading-mask {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    z-index: 1;
    .ant-spin-blur {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      background: #ffffff;
    }
  }
}
.inv-table {
  .ant-table .ant-table-tbody tr:hover td {