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

