mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fixed: Fixed an issue where the Form button was hidden
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user