bingbo
2023-11-26 5b0fccf7c888215763e812fdfdee98ce7322fcd0
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>