This commit is contained in:
Mouriya
2024-04-22 22:05:39 +09:00
parent 99d3a01991
commit 1a48fb5b20
9 changed files with 436 additions and 189 deletions

View File

@@ -56,7 +56,7 @@ export default {
</script>
<style lang="scss">
.action-table{
height: 100%;
max-height: 540px;
min-height: 10vh;
max-height: 68vh;
}
</style>