全局样式

This commit is contained in:
2023-10-08 10:52:53 +08:00
parent 545aa96aaf
commit da54b137ff
11 changed files with 95 additions and 94 deletions

View File

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