wl
2023-01-03 e1ac04b42be89ca26ff5f94c17c4e2eebe52a0a2
src/components/illdetail/index.vue
@@ -130,6 +130,7 @@
          <MyFilePicture
            v-else-if="activeIndex === 2"
            :filesPictureVo="filesPictureVo"
            :mycode="mycode"
          ></MyFilePicture>
          <MySovleProblem
            v-else-if="activeIndex === 3"
@@ -200,7 +201,7 @@
      this.activeIndex = index;
    },
  },
  props: ["info"],
  props: ["info", "mycode"],
};
</script>
<style lang="scss" scoped>
@@ -221,6 +222,12 @@
      display: flex;
      // justify-content: space-between;
      line-height: 20px;
      .data-detail {
        line-height: 1.8;
        max-width: 240px;
        display: inline-grid;
      }
    }
    border: 1px solid #17324c;
@@ -267,7 +274,7 @@
      height: 600px;
      position: relative;
      .show-wrap {
        overflow: scroll;
        overflow: auto;
        height: 600px;
      }
    }