yyb
2025-08-02 6215c8a4bd76c888328dd6695013bf09d20bd026
pages/product/report/index.scss
@@ -13,6 +13,7 @@
         left: 130px;
      }
   }
    .popup-content {
      padding: 30rpx;
      max-height: 70vh;
@@ -27,6 +28,7 @@
      border-bottom: 1rpx solid #eee;
      margin-bottom: 20rpx;
   }
  .packing-registration-param {
  padding: 40rpx 30rpx 10rpx 30rpx;
  height: 350px;
@@ -99,6 +101,7 @@
    }
  }
}
  .popup-content {
      width: 720rpx;
      height: 400rpx;
@@ -107,14 +110,17 @@
      z-index: 10;
      /* 确保内容在蒙版之上 */
   }
.page {
  box-sizing: border-box;
  padding: 30rpx;
}
.u-checkbox-group {
  display: flex;
  flex-direction: column;
}
.u-form-item {
  padding: 0;
}
@@ -123,6 +129,7 @@
  ::v-deep .u-mode-center-box {
    border-radius: 30rpx;
  }
  .popup-row {
    background-image: url("~@/static/custom/packing/row_bg.png");
    background-size: 100% auto;
@@ -136,6 +143,7 @@
    padding-right: 20rpx;
  }
}
.wrap .packing-registration-scroll-list {
  height: calc(100vh - var(--window-top) - var(--window-bottom) - 100rpx);
  width: 100%;
@@ -226,3 +234,20 @@
.u-radio__icon-wrap--disabled {
      background-color: rgb(123, 128, 135) !important;
}
    .uni-input-input {
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
    font-size: small;
}