【修改】统一间距 按钮修改 增加权限
This commit is contained in:
@@ -38,7 +38,9 @@ export default {
|
||||
</script>
|
||||
<style>
|
||||
.main{
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
height: calc(100% - 100px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user