bug
jiangping
2023-11-07 64b432916af9c9218ab3f3eca614e26c542142ae
minipro_standard/components/InOutInfo.vue
@@ -22,7 +22,7 @@
         <text class="c6">申请时间:</text>
         {{ info.createTime || '-' }}
      </view>
      <view class="rd15 ptb25 plr25 bg_f7">
      <view v-if="info.remark" class="rd15 ptb25 plr25 bg_f7 mt25">
         <view class="f26 b c2">备注:</view>
         <view class="mt20">
            <u-read-more :showHeight="60" :toggle="true" textIndent="0" closeText="展开" :shadowStyle="shadowStyle">
@@ -57,12 +57,12 @@
               { name: '转库单', id: '3'  },
               { name: '盘点单', id: '4'  },
            ],
            shadowStyle: {
               backgroundImage: "linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.5))",
               paddingTop: "50rpx",
               marginTop: "-50rpx",
               justifyContent: 'flex-end',
               colors: '#333',
            shadowStyle: {
               backgroundImage: "linear-gradient(to top, #f7f7f7, rgba(247, 247, 247, 0.5))",
               paddingTop: "50rpx",
               marginTop: "-50rpx",
               justifyContent: 'flex-end',
               colors: '#333',
            }
         };
      },