叶松
2023-11-21 ba1a99c09206ac657e2fffaa2777fb1ea7c5077f
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>