基础配置页面高度修改

This commit is contained in:
zhujiyan
2024-05-07 11:48:02 +08:00
parent 55d0673f19
commit ab42f3dcba

View File

@@ -86,7 +86,7 @@ form.value = {
<style lang="scss" scoped>
.home {
width: 100%;
height: calc(100vh - 100px);
height: calc(100vh - 170px);
padding-top: 20px;
overflow: auto;
.basic_form {