叶松
2023-11-27 c34e1ebbabaec123d735149e47df856c4cf837c5
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>