【修改】统一间距 按钮修改 增加权限

This commit is contained in:
zhoulingpo
2023-08-03 15:05:08 +08:00
parent 5b98e8f86f
commit b90805cb6b
5 changed files with 22 additions and 18 deletions
@@ -38,7 +38,9 @@ export default {
</script>
<style>
.main{
height: 100%;
overflow: auto;
height: calc(100% - 100px);
overflow-y: auto;
overflow-x: hidden;
}
</style>