叶松
2023-12-05 e98570b50b2197663302488358d0f35979be4176
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>