@@ -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' }"