
.img[data-v-a4338f86] {
  width: 100%;
  height: 200px;
  margin: 10px 0 10px 0;
}
#close[data-v-a4338f86] {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.tableHeight[data-v-a4338f86] {
  height: 350px;
  overflow: auto
}
.tableHeight[data-v-a4338f86]::-webkit-scrollbar {
  width: 2px;
  height:2px
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.tableHeight[data-v-a4338f86]::-webkit-scrollbar-track{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #eeeeee;
border-radius: 3px;
}

