浏览代码

修复高度问题

xiaochan 3 月之前
父节点
当前提交
c97a4438e8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/view/patient360/hospComp/ViewEmr.vue

+ 1 - 1
src/views/view/patient360/hospComp/ViewEmr.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="layout_display_flex">
-    <div style="width: 400px">
+    <div style="width: 400px; overflow: auto">
       <el-tree
         :data="emrData"
         :props="{ label: 'name', children: 'children' }"