guoshilong
2022-09-26 e5b8dfe32fce0089561de920a9ad1e65e44ebfe2
src/views/repairsorder/repairsorderDetail.vue
@@ -261,4 +261,29 @@
  right: 3%;
  z-index: 99999;
}
.scene-image-box {
  line-height: 32px !important;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  .el-card__body {
    display: flex;
    padding: 0 10px !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    .x-audio-wrap.inline {
      margin: 10px;
    }
    .el-image {
      margin: 10px;
      width: 100px;
      height: 100px;
    }
  }
}
</style>