yyb
2025-08-02 6215c8a4bd76c888328dd6695013bf09d20bd026
调整报工详细页面字体大小
已修改2个文件
27 ■■■■■ 文件已修改
pages/product/report/index.scss 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/report/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
}
pages/product/report/index.vue
@@ -10,7 +10,7 @@
    >
      <u-form-item label="车间" :border-bottom="false" prop="work" style="font-size:small">
        <u-radio-group v-model="form.work" :disabled="subdisabled">
          <u-radio name="dt"><span style="font-size:small">导体</span>导体</u-radio>
          <u-radio name="dt"><span style="font-size:small">导体</span></u-radio>
          <u-radio name="tg"><span style="fongt-size:small">铜杆</span></u-radio>
        </u-radio-group>
      </u-form-item>