linwei
2024-01-10 f89867e71936474a1afd1994e49a3f55d937ec33
src/views/publicSecurity/components/bailReportingDetail.vue
@@ -93,6 +93,7 @@
            disabled: true,
            span: 8,
          }, {
            width: 110,
            label: '位置图片',
            fileType: 'img',
            type: "upload",
@@ -118,6 +119,7 @@
            span: 8,
            labelWidth: 120,
          }, {
            width: 110,
            label: '出发-位置图片',
            fileType: 'img',
            type: "upload",
@@ -139,6 +141,7 @@
            span: 8,
            labelWidth: 120,
          }, {
            width: 110,
            label: '到达-位置图片',
            fileType: 'img',
            type: "upload",
@@ -160,6 +163,7 @@
            span: 8,
            labelWidth: 120,
          }, {
            width: 110,
            label: '返回-位置图片',
            fileType: 'img',
            type: "upload",
@@ -183,7 +187,7 @@
            type: "success",
            message: "操作成功!",
          })
          this.$emit('colseDetail');
          this.$emit('colseDetail')
        })
      },
      init(data, applyType) {
@@ -219,19 +223,20 @@
<style lang="scss" scoped>
  .cur-container-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px;
    // display: flex;
    // flex-direction: column;
    // width: 100%;
    // // height: 100%;
    // overflow: hidden;
    .content-box {
      // margin: 0 4px;
      // padding: 0 16px;
      // height: 0;
      // flex: 1;
      // overflow: hidden;
      // overflow-y: auto;
      margin: 0 4px;
      padding: 0 16px;
      height: 0;
      flex: 1;
      overflow: hidden;
      overflow-y: auto;
    }
    .footer-btn-box {