feature/0423
fanfan 11 months ago
parent a8810696da
commit b0dc5b480d
  1. 10
      src/App.vue

@ -26,3 +26,13 @@ export default {
}
}
</script>
<style>
.container{
min-width: 1500px !important;
}
.ant-table-body {
overflow-x: scroll;
max-width: 1200px;
}
</style>

Loading…
Cancel
Save