yangan
2024-07-29 6d3a837920639bdd366c4efc0bc7d2ee834b1ca2
subPages/checkTestDetails/index.vue
@@ -43,7 +43,7 @@
                        </view>
                        <view class="senddate">{{ item.orderCode }}</view> -->
                                <view style="height:130rpx">
                                    <text style="fontSize:14rpx">检测项目:</text>
                                    <text style="fontSize:25rpx">检测项目:</text>
                             <view class="first" v-for="subItem,index in item.zjQualityCheckSubs" :key="index">
                            <view class=""><text>项目:{{ subItem.checkName || '' }}</text></view>
                            <view class=""><text>单项判定:{{ subItem.isQualified === 1 ? '合格' : '不合格' || '' }}</text></view>
@@ -87,15 +87,25 @@
</script>
<style lang="scss" scoped>
.warp{
   display: flex;
   flex-wrap: wrap;
   height: 100%;
   width: 100%;
   justify-content: start;
   align-items: center;
}
   @mixin flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   .history-information {
         width: 690rpx;
         height: 420rpx;
         margin: vww(10) vww(15);
         width: 550rpx;
         height: 450rpx;
         margin: vww(10) vww(10);
         padding: 5rpx;
         background: #ffffff;
         box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12);
         border-radius: 20rpx;
@@ -162,7 +172,7 @@
         }
         .fourth {
            width: 100%;
            width: 90%;
            height: 31rpx;
            font-size: 30rpx;
            font-weight: 300;