From f551b10b0c04a902ea089b4a434bb9537b94496e Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 29 十二月 2022 17:14:59 +0800
Subject: [PATCH] Merge branch 'dev1.0' of http://42.193.1.25:9521/r/sccg_ui into dev1.0

---
 src/components/illdetail/index.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/components/illdetail/index.vue b/src/components/illdetail/index.vue
index 85a20ec..fc24c26 100644
--- a/src/components/illdetail/index.vue
+++ b/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;
       }
     }

--
Gitblit v1.8.0