fixed: Fixed an issue where the Form button was hidden

This commit is contained in:
zhaojisen
2024-11-22 14:52:41 +08:00
committed by 老广
parent fcdd090e2d
commit 0ad4945b10
2 changed files with 4 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ export default {
<style lang="scss" scoped>
.app-main {
background-color: #f3f3f4;
height: 100% !important;
height: 100vh !important;
width: 100%;
position: relative;
overflow: auto;

View File

@@ -116,8 +116,7 @@ export default {
<style lang="scss" scoped>
.page {
height: calc(100vh - 50px);
//overflow-y: hidden;
overflow-y: hidden;
overflow-x: hidden;
.el-alert {
@@ -127,9 +126,8 @@ export default {
.page-content {
height: calc(100% - 20px);
//Todo)) 注释掉的原因:当页面动态高度变化时就会导致页面最下方的按钮被 hidden
//overflow-x: hidden;
//overflow-y: auto !important;
overflow-x: hidden;
overflow-y: auto !important;
::v-deep > div {
margin-bottom: 50px;