This commit is contained in:
2023-07-03 18:05:45 +08:00
parent 885a5c9797
commit c4670df8d5
11 changed files with 106 additions and 95 deletions

View File

@@ -388,6 +388,6 @@ export default {
<style lang="stylus" scoped>
@import '~@style/mixin'
.grid_wrapper
height calc(100% - 50px)
height calc(100% - 120px)
overflow-y auto
</style>