张晓波
2023-12-07 63ad66130af6e82859afc0a27ee7a967d83cdb8d
web/src/components/element/Table.vue
@@ -142,10 +142,17 @@
<style lang="scss" scoped>
.box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.el-table {
  overflow: auto;
  border: none;
  height: 100%;
  ::v-deep .cell {
    white-space: pre-wrap;
  }
}
</style>